body {
	background: white;
	margin: 0px 10px;
	padding: 0px;
	font-size: 10pt;
	font-family: Arial, Verdana;
	color: black;
}
div#container {
	width: 1200px;
	margin: 20px auto;

}
div#topnav {
	width: 1010px;
	height: 29px;
	margin: 0 auto;
	background: url(../images/topnav_bg.png) repeat-x;
}

div#topnav #leftend {
	width: 16px;
	height: 29px;
	border: none;
	background: url(../images/topnav_end_left.png) no-repeat;
	float: left;
}
div#topnav #rightend {
	width: 16px;
	height: 29px;
	border: none;
	background: url(../images/topnav_end_right.png) no-repeat;
	float: right;
}
div#topnav #links {
	padding-top: 5px;
	float: left;
	color: #000000;
}
div#topnav #links a {
	text-decoration: none;
	color: #000000;
	background: url(../images/topnav_link_divider.png) 0px 0px no-repeat;
	padding-left: 9px;
	padding-right: 8px;
	height: 24px;
	font-size: 10pt;
}

div#storebox {
	width: 1200px;
	border: 1px solid #676767;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	clear: both;
	position: relative;
	top: -1px;

}

div#storebox #top {
	height: 211px;
	width: 1200px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom: 1px solid #676767;
	background: url(../images/topbg.jpg);

}
div#storebox #top img#topmetal {
	margin-top: 3px;
	border: none;
}
div#storebox #top img#logo {
	position: absolute;
	margin-top: -15px;
	margin-left: -15px;
	border: none;
}

div#storebox #main {
	clear: both;	
}
div#storebox #main #left {
	width: 220px;
	min-height: 300px;
	float: left;
}

div#storebox #main #center {
	min-height: 300px;
	float: left;
	width: 750px;
	margin-left: 3px;
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
}

div#storebox #main #center #pagecontent {
	padding: 15px;
	color: #59514E;
	text-align: left;
}


div#pagecontent p {
	font-size: 13px;
	line-height: 17px;
	padding-left: 16px;
	padding-right: 16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	color: #59514e;
}

div#pagecontent ul{
	padding-left: 32px;
	padding-right: 16px;
}
div#pagecontent ul li{
	padding-left: 8px;
}

div#pagecontent ul li ul{
	padding-left: 32px;
	padding-right: 16px;
}
div#pagecontent ul li ul li{
	padding-left: 8px;
}

div#pagecontent ol{
	padding-left: 34px;
	padding-right: 16px;
}
div#pagecontent ol li{
	padding-left: 8px;
}

div#storebox #main #right {
	width: 220px;
	min-height: 300px;
	float: right;

}
div#bottom {
	width: 1200px;
	height: 120px;
	margin-top: -1px;
	background: url(../images/bottom_metal_bg.jpg) top left no-repeat;
}

div#bottom #copyright {
	width: 245px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
div#bottom #seolinks {
	width: 900px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 20px;
	text-align: right;
	float: right;
}
div#bottom a {
	text-decoration: none;
	color: #000000;
}
div#bottom a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 1px;
	visibility: hidden;

}

div.sidebox {
	width: 193px;
	border: 1px solid #676767;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #e6e6e8;
	margin: 12px auto 0px;
	min-height: 35px;
	text-align: left;
	padding-bottom: 5px;
}

div.sidebox .sbheader {
	background: #d8dbdf url(../images/sidebox_header_bg.jpg) repeat-x;
	height: 19px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom: 1px solid #676767;
	font-size: 11pt;
	color: #373737;
	padding: 3px 5px 0px;;
}
div.sidebox .sbinner {
	min-height: 20px;
	padding: 10px;
}

a.shinylink {
	text-align: left;
	display: block;
	background: url(../images/shinylink_bg.png) left top no-repeat;
	width: 170px;
	height: 20px;
	margin: 1px 0px 0px -5px;
	color: #5b5b5b;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 9px;
	padding-left:12px;
}
a.shinylink:hover {
	text-decoration: underline;
}
.disclosure {
	font-size: 7pt;
	position: relative;
	top: -2px;
	cursor: pointer;
}
img.carticon {
	float: right;
}
ul.nav {
	margin: 0px;
	padding: 0px;
}

ul.nav li {
	margin: 0px;
	padding-left: 5px;
	list-style: none;
}
ul.nav .submenu {
	display: none;
	width: 149px;
	background: url(../images/submenu_bg.jpg) repeat-y;
	font-size: 9pt;
	padding-left: 20px;
}
ul.nav .submenu a {
	color: #5b5b5b;
	text-decoration: none;
	font-weight: bold;
}
ul.nav .submenu a:hover {
	text-decoration: underline;
}
/*ul.nav li:hover .submenu {
	display: block;
}*/

.med2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-top: 3px;
	color: #660000;
}

h1.page_header {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-left: 10px;
	text-align: left;
	vertical-align: text-top;
	height: 25px;
	width: 99%;
}


h5.page_header {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	line-height: 18px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 6px;
	padding-left: 16px;
	margin-top: 16px;
	text-align: left;
}

#primary_block h2.tagline{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left: 16px;
}

.border_round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	padding: 4px;
}

.page_header_title_border {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border: 1px solid #653430;
	padding: 4px;
	text-align: left;
	width: 550px;
}
.page_header_image_border {
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom: 1px solid #653430;
	border-right: 1px solid #653430;
	border-left: 1px solid #653430;
	padding: 4px;
	text-align: center;
	width: 550px;
}
