/*

The Clothing Dock
Feb 5, 2009
created by: Tyler Herman - contact@tylerherman.com

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #666666;
	font-family: arial, helvetica, sans-serif; 
	background: url(images/wood.jpg) #fff repeat;  
}

h1, h2, h3 {
	font-weight: normal;
}
h3 {
	color: #c73e42;
	font-size: 2em;
	line-height: 125%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
a {   
}  
   
a:hover {  
} 
/*div { border: 1px solid #000;}*/
/*   ---------------------  Divs and Classes  -----------------------   */
#content { 
	width: 701px;
	height: 800px;
	margin: 0 0 0 125px;
	background: url(images/bg.jpg) #fff repeat-y;
}
#header {
	width: 700px;
	height: 157px;
	background: url(images/header.jpg) no-repeat;
}
#header span {
	display: none;
}
#mainbox {
	width: 630px;
	height: 290px;
	margin-left: 35px;
	margin-top: 10px;
	background: url(images/mainbox1.jpg) no-repeat;
}
#products {
	width: 610px;
	height: 122px;
	margin-top: 10px;
	margin-left: 35px;
	background: url(images/products.jpg) no-repeat;
	padding: 10px;
}
.products_list {
	float: left;
	padding: 10px 15px;
}
.products_list h5 {
	line-height: 150%;
	font-weight: normal;
}
#subcontent {
	width: 700px;
	margin-left: 35px;
	height: 200px;
}
#subcontent p, #subcontent h3 {
	text-align: right;
}
#subcontent p {
	font-size: 1.25em;
	line-height: 125%;
}
#contact {
	float: left;
	margin-right: 15px;
	margin-top: 1px;
	width: 322px;
	height: 174px;
	background: url(images/contact.jpg) no-repeat;
	padding-top: 25px;
}
#contact h3, #contact p {
	padding-right: 15px;
}
#location {
	float: left;
	width: 310px;
	height: 174px;
	background: url(images/location.jpg) no-repeat;
	padding-top: 25px;
}
#location h3, #location p {
	padding-right: 25px;
}

