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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5c5d;
}
body {
	margin: 0 0 0 0;
	background: url(../images/bg_body.jpg) no-repeat center top #FFFFFF;
}
html {
	overflow-y: scroll !important;
}





/*  Fonts - Text Styles  */





.f8 {
	font-size: 8px;
}
.f9 {
	font-size: 9px;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px;
}
.f19 {
	font-size: 19px;
}
.f20 {
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.italic, .italics {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;	
}
.strikethrough {
	text-decoration: line-through;	
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
img {
	border: 0;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
.brown {
	color: #5B5837;
}
.red {
	color: #993300;
}
.addpad {
	padding: 23px 15px 23px 15px;
}
.addpad2 {
	padding: 10px 15px 20px 15px;
}
p, .p {
	margin: 0 0 0 0;
	padding: 0px 15px 10px 15px;
}
.hr {
	display: block;
	position: relative;
	clear: both;
	height:1px;
	overflow:hidden;
	border-top: 1px dotted #C8BA91;
	padding: 10px 0px 10px 0px;
	margin: 0 0 0 0;
}
p + .hr {
	padding: 0px 0px 10px 0px;
}
a.box + .hr {
	padding: 0px 0px 5px 0px;
}





/*  Link Styles  */





div {
	z-index: 1;
}
div#header {
	z-index: 2;
}
a {
	outline: none;
}
#header #nav {
	padding: 0;
	margin: 0;
}
#header #nav li {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header #nav a {
	display: block;
	position: relative;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #993300;
	text-decoration: none;
	cursor: pointer;
}
#header #nav a span {
	display: inline;
	float: left;
	height: 33px;
	padding-top: 14px;
}
#header #nav a span.left {
	background: url(../images/btn_headnav.png) no-repeat left 0px;
	padding-left: 16px;
}
#header #nav a span.right {
	background: url(../images/btn_headnav.png) no-repeat right 0px;
	padding-right: 16px;
}
#header #nav a:hover span.left {
	background: url(../images/btn_headnav.png) no-repeat left -75px;
}
#header #nav a:hover span.right {
	background: url(../images/btn_headnav.png) no-repeat right -75px;
}
#header #nav a:active span.left {
	background: url(../images/btn_headnav.png) no-repeat left -150px;
}
#header #nav a:active span.right {
	background: url(../images/btn_headnav.png) no-repeat right -150px;
}
#header #nav a.sel {
	cursor: default;
}
#header #nav a.sel span.left {
	background: url(../images/btn_headnav.png) no-repeat left -150px;
}
#header #nav a.sel span.right {
	background: url(../images/btn_headnav.png) no-repeat right -150px;
}

#header #nav ul {
	display: none;
}
#header #nav li:hover ul {
	display: block;
	float: left;
	clear: left;
	position: absolute;
	top: 47px;
	left: 0px;
	z-index: 1000;
	margin: 0;
	padding: 0;
	background: #F3F0E7;
	border-bottom: 1px solid #C8BA91;
	border-left: 1px solid #C8BA91;
	border-right: 1px solid #C8BA91;
}
#header #nav ul li {
	clear: left;
}
#header #nav ul a {
	padding: 4px 2px 4px 5px;
	width: 190px;
	background: #F3F0E7;
	color: #993300;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px dotted #C8BA91;
}
#header #nav ul li.first a {
	border-top: 1px solid #C8BA91;
}
#header #nav ul a:hover {
	background: #E7E1CF;
	text-decoration: none;
}




#footer .nav a {
	padding: 0 5px 0 5px;
	color: #5e5c5d;
	text-decoration: none;
}
#footer .nav a:hover {
	text-decoration: underline;
}
a {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 a {
	text-decoration: none;
	color: #1E4164;
}
h2 a:hover {
	text-decoration: underline;
	color: #1E4164;
}





/*  Header Styles  */






h1, h2, h3, h4, h5, h6, .h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1E4164;
}
h2, .h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1E4164;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1E4164;
}
h4 {
}
h5 {
}
h6 {
}






#threecol #right h1,
#twocol #right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #993300;
	font-style: italic;
	display: block;
	padding: 5px 10px 5px 10px;
	margin-bottom: 3px;
	background: #E7E1CF;
	border-bottom: 1px solid #C8BA91;
}
#threecol #right h2,
#twocol #right h2,
#threecol #right .h2,
#twocol #right .h2 {
	padding: 0px 15px 0px 15px;
	display: block;
}
#threecol #middle h1,
#twocol #left h1 {
	padding: 15px 15px 10px 15px;
}
#leftFrame h1 {
	color: #FFFFFF;
	padding: 11px 15px 7px 15px;
}
#rightFrame_top  h2 {
	padding: 0 0 0 15px;
	margin: 0 0 0 3px;
	border-left: 1px solid #E6E6E6;
}
#rightFrameProd h1 {
	color: #993300;
	padding: 0 0 7px 0;
	border-bottom: dotted 1px #C8BA91;
}
#leftFrame  h2 {
	margin: 0 25px 0 15px;
	padding: 0 0 0 0;
}





/*  Template Styles  */





#header,
#main,
#footer {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	width: 930px;
	clear: both;
}
#header {
	height: 106px;
	background: url(../images/bg_head.jpg) repeat-x center top;
}
#header #logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 25px;
}
#header #nav {
	display: block;
	position: absolute;
	right: 15px;
	top: 9px;
}
#main {
	height: auto;
	background: url(../images/bg_main.jpg) repeat-x center top;
}
#footer {
	height: 83px;
	background: url(../images/bg_foot.jpg) repeat-x center top;
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
}
#footer .nav {
	display: block;
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #C8BA91;
	width: 350px;
	margin: 10px auto 0 auto;
}





/*  Page Styles  */





#threecol #left {
	display: inline;
	position: relative;
	float: left;
	width: 205px;
	background: url(../images/homestar.png) no-repeat -3px 1px;
	color: #5B5837;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#threecol #left .hr {
	width: 105px;
	margin: 0 auto 0 auto;
}
#threecol #middle {
	display: inline;
	position: relative;
	float: left;
	width: 460px;
}
#threecol #middle #hero {
	display: block;
	position: relative;
	width: 460px;
	height: 300px;
	background: #F3F0E7;
	border-bottom: 1px solid #C8BA91;
}
#threecol #middle p {
	padding-bottom: 20px;
	line-height: 20px;
}
#threecol #right,
#twocol #right {
	display: inline;
	position: relative;
	float: left;
	width: 265px;
}
#twocol #left {
	display: inline;
	position: relative;
	float: left;
	width: 665px;
}
#twocol #left .hr {
	width: 565px;
	margin: 0 auto 0 auto;
}
#twocol #left #hero {
	display: block;
	position: relative;
	width: 665px;
	height: 199px;
	background: url(../images/hero_line.jpg) repeat-x left 167px  #F3F0E7;
	border-bottom: 1px solid #C8BA91;
}
#twocol #left .herophone800 {
	display: inline;
	float: left;
	padding: 6px 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #993300;
	font-style: italic;
}
#twocol #left .herophoneSA {
	display: inline;
	float: right;
	padding: 6px 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #993300;
	font-style: italic;
}
#twocol #left .herophoneSA span {
	font-size: 12px;
	font-style: normal;
	padding-left: 10px;
}
#twocol #left p {
	padding-bottom: 20px;
	line-height: 20px;
}
#twocol #left p.signature {
	float: right;
	width: 40%;
	text-align: left;
	padding-bottom: 20px;
	line-height: 20px;
	line-height: 15px;
}
#twocol #left .contact_address {
	display: inline;
	position: relative;
	float: left;
	width: 305px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#twocol #left .contact_map {
	display: inline;
	position: relative;
	float: right;
	width: 330px;
	margin-right: 25px;
}
#twocol #left .contact_map #map {
	border: solid 1px #1E4164;
	margin-bottom: 10px;
}



a.box {
	display: block;
	position: relative;
	font-size: 11px;
	min-height: 107px;
	text-decoration: none;
	color: #5e5c5d;
	padding: 1px 1px 1px 1px;
}
a.box:hover .h2 {
	text-decoration: underline;
}
a.box .p {
	display: block;
	line-height: 12px;
	padding-bottom: 0px;
}
a.box .btn {
	display: inline;
	position: relative;
	width: 61px;
	height: 16px;
	float: left;
	clear: left;
	margin-left: 15px;
	margin-top: 44px;
	background: url(../images/btn_view.gif) no-repeat left top;
}
a.box:hover .btn {
	background: url(../images/btn_view.gif) no-repeat left bottom;
}
a.box img.thumb {
	display: inline;
	position: relative;
	float: right;
	clear: right;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-top: 5px;
	border: solid 1px #999999;
}





table#spectable {
	margin: 0px 20px 20px 20px;
	width: 365px;
}
table#spectable th {
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
	border-left: solid 1px #E5E5E5;
	padding: 2px;
}
table#spectable .head th {
	font-weight: bold;
	text-align: center;
	padding: 6px;
	border-bottom: solid 1px #E5E5E5;
	border-top: none;
	border-left: none;
	border-right: none;
	white-space: nowrap;
}
table#spectable td {
	border-bottom: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
	padding: 2px;
	width: 40px;
	text-align: center;
	height: 20px;
}


#main ul {
	padding-left: 35px;
}
#main ul.prodlist {
	padding: 0 0 10px 35px;
	margin: 0 0 0 0;
}



a.btn_refurb {
	display: block;
	position: relative;
	width: 145px;
	height: 195px;
	margin: 10px auto 0 auto;
	background: url(../images/refurb.jpg) no-repeat left top;
}
a:hover.btn_refurb {
	background: url(../images/refurb.jpg) no-repeat right top;
}