*{margin:0;padding:0;} 

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
}

a{outline:none;text-decoration:none;}

a img{border:0;}

h1{
	height:40px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	text-indent:-9999px;
}

p{font-size:1.1em;}

.bold{
	font-weight:bold;
	font-size:1.1em;
}

.center{text-align:center;}

#pageWrap{
	background:#A49B92 repeat-y;
	width:735px;
	margin:0px auto;
	margin-top:10px;
}

#header{
	position:relative;
	background:url('images/banner.jpg');
	height:75px;
	width:100%;
}

#header img{
	float:left;
	height:75px;
	width:245px;
	padding-left:8px;
}

ul#menu{
	list-style:none;
}

ul#menu li{
	float:right;
	margin-top:45px;
	padding-right:23px;
}

ul#menu li#bootsLink{
	padding-right:38px;
}

ul#menu li#pantsLink{
	padding-right:39px;
}

ul#menu li#jacketsLink{
	padding-right:29px;
}

ul#menu li a{
	text-indent:-9999px;
	height:26px;
	display:block;
}

ul#menu li#accLink a{
	background:url('images/accLink.jpg') no-repeat bottom left;
	width:115px;
}

ul#menu li#bootsLink a{
	background:url('images/bootsLink.jpg') no-repeat bottom left;
	width:61px;
}

ul#menu li#pantsLink a{
	background:url('images/pantsLink.jpg') no-repeat bottom left;
	width:58px
}

ul#menu li#jacketsLink a{
	background:url('images/jacketsLink.jpg') no-repeat bottom left;
	width:72px;
}

ul#menu li#accLink a:hover{
	background-position:left top;
}

ul#menu li#bootsLink a:hover{
	background-position:left top;
}

ul#menu li#pantsLink a:hover{
	background-position:left top;
}

ul#menu li#jacketsLink a:hover{
	background-position:left top;
}

#content{
	background:#FFFFFF repeat-y;
	width: 731px;
	margin:0px auto;
	padding-top:15px;
}

#sideBar{
	text-align:center;
	padding-top:20px;
	float:left;
	position:relative;
	width:190px;
	margin-top:5px;
}

#mainContent{
	padding-left:5px;
	padding-top:5px;
	float:left;
	width:530px;
	text-align:left;
	margin-top:35px;	
}

div.item a{
	color:#000000;
}

div.item a:hover{
	color:#0000dd;
	text-decoration:underline overline;
}

div.item span{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
}

div.item img{
	border:2px black solid;
	margin-top:10px;
}

h1#jacketsH1{
	background:url('images/jacketsHeader.png') no-repeat;
}

div#thumbs{
	text-align:center;
	margin:0 auto;
	width:388px;
}	

div#thumbs div.item{
	/*display:inline;*/
	padding:20px;
	width:150px;
	float:left;
}

div#thumbs div.last{
	width:348px;
}

h1#pantsH1{
	background:url('images/pantsHeader.png') no-repeat;
}

h1#bootsH1{
	background:url('images/bootsHeader.png') no-repeat;
}

h1#accH1{
	background:url('images/accHeader.png') no-repeat;
}

h1#contactH1{
	background:url('images/contactHeader.png') no-repeat;
}

p#contactP{
	padding-top:20px;
	padding-bottom:20px;
}

h1#stdSizesH1{
	background:url('images/stdSizesHeader.png') no-repeat;
}

div#stdSizes{
	padding:15px;
}

div#stdSizes p{
	font-size:.9em;
}

h1#orderInfoH1{
	background:url('images/orderInfoHeader.png') no-repeat;
}

p#orderInfoP{
	text-align:left;
	padding-left:15px;
}

h1#customOrderDeliveryH1{
	background:url('images/customOrderDeliveryHeader.png') no-repeat;
}

h1#standardOrderDeliveryH1{
	background:url('images/standardOrderDeliveryHeader.png') no-repeat;
}

h1#customSizeMeasurementH1{
	background:url('images/customSizeMeasurementHeader.png') no-repeat;
}

#footer{
	position:relative;
	height:11px;
	width:100%;
	color:#FFFFFF;
	text-align:right;
	font-size:1.2em;
}

ul#footerMenu{
	list-style:none;
}

ul#footerMenu li{
	float:right;
	padding-right:20px;
	height:14px;
	margin-top:1px;
}

ul#footerMenu li:first-child{
	padding-right:5px;
}

ul#footerMenu li a{
	text-decoration:none;
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
}

ul#footerMenu li a:hover{
	color:#CECAC5;
}

#credits{
	width:100%;
	background:#FFFFFF;
	text-align:right;
}

#credits p{
	margin:10px;
}