@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	background:#dd0000 url(../images/layout/bkgd_body.jpg) repeat-x;
}
img{border:none;}
#container{
	width:882px;
	text-align:center;
	margin:auto;
	position:relative;
	border:2px solid #fff;
	background:#000 url(../images/layout/bkgd_content.jpg) no-repeat 0px 166px;
}
#header{text-align:left;margin-bottom:10px;background:#fff;}
#headerTop{background:#000;height:23px;text-align:right;color:#fff;}
#price-quality-delivery{
	float:right;
}
#topNav{
	border-bottom:2px #FFF solid;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#000;
	overflow:visible;
	height:23px;
}
#topNav img{
	border:2px #FFF solid;
	margin:-2px;
	margin-left:0px;
	background-color:#000;
}
#topNav img.selectedNav{
	padding-top:23px;
	margin-bottom:-25px;
}

#cornerNavs{
	float:right;
}
#footer #cornerNavs{
	position:relative;
}
#content{
	width:733px;
	background:#fff;
	margin:40px auto 40px auto;
	text-align:left;
	padding:20px;
}
.tabs{
	margin-bottom:20px;
}
#footer{
	text-align:center;margin:0px;
	background:#fff;
	padding-top:20px;
	color:#999;
	background:#000;
}
p{
	font-size:12px;
	margin:0px;
}
#content p{
	margin-bottom:10px;
}
#footer p{padding-bottom:20px;font-size:11px;}
#footer p a{color:#bbb;}
ul{
	margin:5px 0px 1.5em 1.5em;
}
li{
	margin-top:10px;
}
/* Headers */
h1,h2,h3,h4, h5{
}
	
#content h1,#content h2,#content h3,#content h4,#content h5 {
margin-bottom:10px;
	color: #DD0000;
}
h1 {
font-size:24px;
}

h2 {
font-size:18px;
}

h3 {
font-size:14px;
}

h4 {
font-size:12px;
}


/* Links */
a:link {
	color: #DD0000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight:bold;
}
a:hover { color:#dd0000;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	color:#cc0000;
	text-decoration: none;
}

/* BOTTOM NAV */

.topHeader a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
.topHeader a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
.topHeader a:hover{ font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
	}
.topHeader a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24x;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}

/* BOTTOM NAV */

.BottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
.BottomNav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.BottomNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.BottomNav a:hover{ font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}
.BottomNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

