
/* CSS Document */
/* Reset default browser styling */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #BE3016;
}

a:hover {
	color: #6D2823;
}


#address {
	float: left;
	font-size: 1.1em;
	padding-left: 4px;
	width: 494px;
}

body {
	background: #fff url(/assets/images/bodyBg.png) top repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	padding-top: 268px;
	position: relative;
	width: 988px;
}

#content {
	background: #fff url(/assets/images/pageBg.png) repeat-y;
	padding: 20px 14px;
}


#footer 
{
	clear:both;
	background: url(/assets/images/footerBg.png) top no-repeat;
	font-size: 62.5%;
	height: 23px;
	padding-top: 12px;
}

#footerLinks {
	float: right;
	font-size: 1.1em;
	padding-right: 4px;
	text-align: right;
	width: 484px;
}

#header {
	background: url(/assets/images/headerBg.png) no-repeat;
	height: 268px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 988px;
}

#logo {
	float: left;
	padding: 31px 0 0 15px;
	width: 132px;
}

#logo img
{
	border:0px;
}
	
#navEcommerce {
	height: 38px;
	left: 10px;
	position: absolute;
	top: 179px;
	width: 184px;
}

#navCategories {
	height: 38px;
	left: 226px;
	position: absolute;
	top: 179px;
	width: 752px;
}

#navSections {
	font-size: 62.5%;
	height: 25px;
	left: 4px;
	position: absolute;
	top: 238px;
	width: 980px;
}

#search {
	font-size: 62.5%;
}

#searchMain {
	background: url(/assets/images/searchMainBg.png);
	font-size: 1.2em;
	padding: 10px;
}

#searchBottom {
	background: url(/assets/images/searchBottomBg.png) top no-repeat;
	font-size: 1.1em;
	height: 48px;
	padding: 3px 0 0 50px;
}

p.pPhone {
	background: url(/assets/images/pPhone.png);
	height: 65px;
	width: 167px;
}

p.pPhone span {
	display: none;
}
	

	

