/* CSS Document */
body {
	background: #ddb103;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	margin: 0;
}
form {display: inline;}
legend {
	font-weight:bold;
}
.req {
	color:red;
	font-weight:bold;
}
#contr {width: 780px; background: white;margin: auto;border: solid black 1px;}

#header {
	height: 115px;
}
#phone {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	position: relative;
	right: 80px;
	top: 65px;
	/*left: 741px;
	top: 76px;*/;
}
#logo {
	position:relative;
	left: 25px;
	top: 25px;
}
#nav {
	float: right;
	margin: 12px 10px 0 0;
	width: 342px;
	background: url(images/topnav_bkg.gif) repeat-x;
	height: 32px;
}

#nav a{
	display:block;
	float: right;
	padding: 12px 6px 7px 6px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background: url(images/nav_sep.gif) no-repeat 0px;
}
#nav a:hover {
	color: #DDB103;
}
#navhdr_top {
	background: url(images/nav_hdr_top.gif) no-repeat;
	height: 22px;
	color: white;
	font-weight:bold;
	padding: 7px 0 0 30px;
}
#nav_search {
	background:url(images/nav_bkg.gif) repeat-y;
}
#navhdr_orange {
	background: url(images/nav_hdr_orange.gif) no-repeat;
	height: 20px;
	padding: 7px 0 0 30px;
	color: white;
	font-weight: bold;
}
#nav_cats {
	padding: 5px;
	background:url(images/nav_bkg.gif) repeat-y;
}
#nav_cats a {
	display: block;
	border-bottom: solid #c3c3c3 1px;
	padding: 4px 0 4px 40px;
	background: url(images/icon_arrow.gif) no-repeat 5px 8px;
	text-decoration:none;
	color: black;
}
#nav_cats a:hover {
	background: #F77D02 url(images/icon_arrow.gif) no-repeat 5px 8px;
}
#navhdr_black {
	background:url(images/nav_hdr_black.gif) no-repeat;
	height: 21px;
	padding: 5px 0 0 30px;
	color: white;
	font-weight:bold;
}
#mfgs {
	background:url(images/nav_bkg.gif) repeat-y;
	text-align:center;
	padding-top: 10px;
}
div#search {
	background: url(images/search_bkg.jpg) repeat-x;
	height: 38px;
	color: white; 
}
#search_table {
	margin-top: 12px;
	margin-left: 200px;
	background: transparent;
}
#search_table input { height:12px; border: solid black 1px; font-size: 10px;}
#main_hdr {
	padding: 6px 0 0 30px;
	font-weight: bold;
	background: url(images/main_hdr.gif) no-repeat;
	height: 22px;
}
#content {
	padding: 10px;
}
#content_area {padding: 10px;}
#categories {
	padding: 5px;
}
.borders {border-left: solid #999999 1px;border-right: solid #999999 1px;}
.style1 {
	color: #DDB103;
	font-size: 13px;
	font-weight: bold;
}
.contact {float: right; padding-right: 10px;}
.goldtxt {color:#D7B406;}
.featBord {border: solid 1px #CCCCCC; width:240px;}