@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	margin: 0 0 0 0;
	background: url(../images/bg_body.png) no-repeat top center;
}


/*  -------------------  */
/*  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
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;	
}
#main h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #383F87;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px #999999;
	display: inline;
}


/*  -----------  */
/*  Link Styles  */
/*  -----------  */


a {
	outline: none;
}

/* Grey + Underline */
.text_content a,
#footer .bottom a {
	color: #666666;
	text-decoration: underline;
}
.text_content a:hover,
#footer .bottom a:hover {
	text-decoration: none;
}

/* Red + no Underline */
#footer .menu a {
	color: #8B0200;
	text-decoration: none;
}
#footer .menu a:hover {
	text-decoration: underline;
}

/* Red + Underline */
.panel .bottom a,
.prod_subnav a {
	color: #8B0200;
	text-decoration: underline;
}
.panel .bottom a:hover,
.prod_subnav a:hover {
	text-decoration: none;
}


/*  ---------------  */
/*  Template Styles  */
/*  ---------------  */


#header {
	display: block;
	position: relative;
	width: 900px;
	height: 92px;
	background: url(../images/bg_header.png) no-repeat top left;
	border-bottom: solid 2px #CCCCCC;
	margin: 3px auto 0 auto;
}
#main {
	display: block;
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
}
#footer {
	display: block;
	clear: both;
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 1px;
	border-top: solid 1px #CCCCCC;
}

/* Header */
#logo {
	display: block;
	position: absolute;
	width: 106px;
	height: 69px;
	left: 25px;
	top: 13px;
	background: url(../images/logo.png) no-repeat center center;
}
#header #phone {
	display: block;
	position: absolute;
	width: 170px;
	height: 30px;
	right: 10px;
	top: 8px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 17px;
	color: #999999;
}

/* Footer */
#footer .tagline {
	display: block;
	position: relative;
	width: 900px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #383F87;
	font-style: italic;
	padding: 15px 0 15px 0;
	border-top: solid 2px #CCCCCC;
}
#footer .menu {
	display: block;
	position: relative;
	width: 900px;
	text-align: center;
	padding: 10px 0 10px 0;
	background: url(../images/line_footer.png) no-repeat top center;
	text-transform: uppercase;
	border-bottom: solid 1px #CCCCCC;
}
#footer .menu a {
	padding: 0 15px 0 15px;
}
#footer .bottom {
	display: block;
	position: relative;
	width: 900px;
	text-align: center;
	margin-top: 1px;
	padding: 5px 0 15px 0;
	border-top: solid 2px #CCCCCC;
	line-height: 20px;
	color: #666666;
}
#footer .bottom a {
	padding-left: 25px;
}


/*  ------------------  */
/*  Product Navigation  */
/*  ------------------  */

/* Universal */
#home_productbrowser a span.name,
#prod_productbrowser a span.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 110px;
	height: 27px;
	margin: 0 auto 0 auto;
	padding-top: 3px;
	text-decoration: none;
}
#home_productbrowser a span.desc,
#prod_productbrowser a span.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	display: block;
	width: 110px;
	margin: 0 auto 0 auto;
	text-decoration: none;
}
#home_productbrowser a span.oneline,
#prod_productbrowser a span.oneline {
	height: 21px;
	padding-top: 9px;
}

/* Home */
#home_productbrowser {
	display: block;
	position: relative;
	clear: both;
	width: 860px;
	height: 200px;
	margin: 0 auto 10px auto;
	padding-top: 10px;
}
#home_productbrowser a {
	display: inline;
	float: left;
	position: relative;
	width: 120px;
	height: 200px;
	background: url(../images/btn_home_prod.png) no-repeat 0px 0px;
	margin: 0 1px 0 1px;
	text-decoration: none;
}
#home_productbrowser a:hover {
	background: url(../images/btn_home_prod.png) no-repeat -120px 0px;
}
#home_productbrowser a img {
	text-align: center;
	width: 109px;
	height: 130px;
	padding: 3px 0 0 5px;
	border: none;
}

/* Products */
#prod_productbrowser {
	display: inline;
	position: relative;
	float: right;
	width: 480px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
#prod_productbrowser a {
	display: inline;
	float: left;
	position: relative;
	width: 120px;
	height: 140px;
	background: url(../images/btn_products_prod.png) no-repeat 0px 0px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 0;
}
#prod_productbrowser a:hover {
	background: url(../images/btn_products_prod.png) no-repeat -120px 0px;
}
#prod_productbrowser a.sel {
	background: url(../images/btn_products_prod.png) no-repeat -240px 0px;
	cursor: default;
}
#prod_productbrowser a.sel:hover {
	background: url(../images/btn_products_prod.png) no-repeat -240px 0px;
	cursor: default;
}
#prod_productbrowser a img {
	text-align: center;
	width: 84px;
	height: 100px;
	padding: 1px 0 0 20px;
	border: none;
}
#prod_productbrowser a#accessories {
	display: inline;
	position: relative;
	width: 94px;
	height: 290px;
	background: url(../images/btn_products_prod_accessories.png) no-repeat 0px 0px;
	text-decoration: none;
	float: right;
}
#prod_productbrowser a#accessories:hover {
	background: url(../images/btn_products_prod_accessories.png) no-repeat -94px 0px;
}
#prod_productbrowser a#accessories.sel {
	background: url(../images/btn_products_prod_accessories.png) no-repeat -188px 0px;
	cursor: default;
}
#prod_productbrowser a#accessories.sel:hover {
	background: url(../images/btn_products_prod_accessories.png) no-repeat -188px 0px;
	cursor: default;
}
#prod_productbrowser a#accessories span.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 94px;
	height: 21px;
	margin: 0 auto 0 auto;
	padding-top: 9px;
	text-decoration: none;
}


.ppanel a.cat {
	display: inline;
	float: left;
	position: relative;
	width: 120px;
	height: 75px;
	background: url(../images/btn_products_prod_sm.png) no-repeat 0px 0px;
	text-decoration: none;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 0;
}
.ppanel a.cat:hover {
	background: url(../images/btn_products_prod_sm.png) no-repeat -120px 0px;
}
.ppanel a#acc.cat {
	display: inline;
	float: left;
	position: relative;
	width: 258px;
	height: 106px;
	background: url(../images/btn_products_prod_acc_2.png) no-repeat 0px 0px;
	text-decoration: none;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 0;
}
.ppanel a#acc.cat:hover {
	background: url(../images/btn_products_prod_acc_2.png) no-repeat -258px 0px;
}
.ppanel a.cat span.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 110px;
	height: 27px;
	margin: 0 auto 0 auto;
	padding-top: 3px;
	text-decoration: none;
	line-height: 12px;
}
.ppanel a.cat span.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	display: block;
	width: 110px;
	margin: 0 auto 0 auto;
	text-decoration: none;
}
.ppanel a.cat span.oneline {
	height: 21px;
	padding-top: 9px;
}
.ppanel a.prod {
	display: inline;
	float: left;
	width: 74px;
	text-align: center;
	margin: 0 5px 0 0;
	text-decoration: none;
}
.ppanel a.prod img {
	border: none;
}
.ppanel a.prod span.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 74px;
	margin: 0 auto 0 auto;
	padding-top: 2px;
	text-decoration: none;
	line-height: 12px;
}
.ppanel a.prod:hover span.name {
	text-decoration: underline;
}


/*  -----------  */
/*  Page Styles  */
/*  -----------  */


/* Home */
#content_a {
	display: inline;
	position: relative;
	float: left;
	width: 510px;
	height: 220px;
	margin: 25px 0 0 25px;
	line-height: 17px;
}
.home_img {
	display: inline;
	position: relative;
	float: right;
	margin: 25px 25px 0 0;
}

/* Products */
#content_b {
	display: inline;
	position: relative;
	float: left;
	width: 380px;
	line-height: 17px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}
#prodpanels {
	display: block;
	position: relative;
	clear: both;
	width: 860px;
	margin: 0 auto 10px auto;
}
.panel {
	display: block;
	position: relative;
	clear: both;
	width: 820px;
	margin-left: 20px;
	padding: 10px 0 10px 0;
	border-top: dotted 1px #999999;
}
.panel .photo {
	display: inline;
	position: relative;
	float: left;
	width: 175px;
	min-height: 210px;
	padding-bottom: 5px;
}
.panel   .photo   .colors td {
	font-size: 9px;
}
.panel .photo .colors img {
	border: 1px solid #000000;
	margin-top: 2px;
	margin-right: 3px;
}



.panel .info {
	display: inline;
	position: relative;
	float: right;
	width: 620px;
	min-height: 175px;
}
.panel h2 {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383F87;
	font-weight: bold;
	text-transform: uppercase;
}
.panel ul {
	display: inline;
	position: relative;
	float: right;
	width: 620px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-position: outside;
}
.panel ul li {
	margin: 0 0 0 16px;
}
.panel ul ul li {
	margin: 0 0 0 32px;
	list-style-type: disc;
}
.panel p {
	clear: left;
}
.panel .bottom {
	display: inline;
	position: relative;
	float: right;
	width: 620px;
	height: 25px;
	margin: 0;
	padding: 0 0 10px 0;
}
#content_b    .pdf  {
	display: inline;
	position: relative;
	float: left;
	height: 15px;
	background: url(../images/pdf.jpg) no-repeat left top;
	padding-top: 10px;
	padding-left: 30px;
	margin-bottom: 15px;
}
.panel  .backtotop  {
	float: right;
	height: 15px;
	padding-top: 10px;
}

.apanel {
	display: block;
	position: relative;
	clear: both;
	width: 820px;
	margin-left: 20px;
	padding: 10px 0 10px 0;
	border-top: dotted 1px #999999;
}
.apanel .prod {
	width: 164px;
	display: inline;
	float: left;
	height: 135px;
	text-align: center;
}
.apanel .prod img {
	margin-bottom: 7px;
}

.ppanel {
	display: block;
	position: relative;
	clear: both;
	width: 850px;
	min-height: 85px;
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: dotted 1px #999999;
}
.ppanel.bottom {
	border-bottom: none;
}


/* About */
#content_c {
	display: inline;
	position: relative;
	float: left;
	width: 860px;
	margin: 25px 0 0 25px;
	line-height: 17px;
}
.about_img {
	display: inline;
	position: relative;
	float: right;
	margin: 25px 0 25px 25px;
}

/* Contact */
#content_d_left {
	display: inline;
	position: relative;
	float: left;
	width: 420px;
	margin: 25px 0 0 25px;
	line-height: 17px;
}
#content_d_right {
	display: inline;
	position: relative;
	float: right;
	width: 420px;
	margin: 25px 25px 0 0;
	line-height: 17px;
}

/* Universal */
.prod_subnav {
	display: block;
	position: relative;
	clear: both;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
.prod_subnav a {
	font-size: 10px;
	padding-right: 15px;
}
.infotable thead th {
	border-bottom: solid 1px #999999;
	padding: 2px;
}
.infotable thead td {
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}
.infotable thead td.first {
	border-left: solid 1px #999999;
	border-right: solid 2px #999999;
	text-align: left;
}
.infotable tbody th {
	border-left: solid 1px #999999;
	border-right: solid 2px #999999;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
.infotable tbody td {
	border-right: solid 1px #999999;
	padding: 2px;
	text-align: center;
}
.infotable tfoot td {
	border-top: solid 1px #999999;
	text-align: left;
	padding: 2px;
}



#contacttable input#name,
#contacttable input#company,
#contacttable input#email,
#contacttable input#phone {
	border: 1px solid #ABADB3;
	background: #F9F9F9;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	margin-bottom: 5px;
	color: #666666;
}
#contacttable textarea {
	border: 1px solid #ABADB3;
	background: #F9F9F9;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	margin-bottom: 12px;
	color: #666666;
}
#contacttable button#submit,
#contacttable button#reset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ABADB3;
	background: #F9F9F9;
	outline: none;
	padding: 2px;
	color: #666666;
}
#contacttable button#submit:hover,
#contacttable button#reset:hover {
	color: #666666;
}
#contacttable input#name:hover,
#contacttable input#company:hover,
#contacttable input#email:hover,
#contacttable input#phone:hover,
#contacttable textarea:hover,
#contacttable button#submit:hover,
#contacttable button#reset:hover,
#contacttable select#helpyou:focus,
#contacttable input#name:focus,
#contacttable input#company:focus,
#contacttable input#email:focus,
#contacttable input#phone:focus,
#contacttable textarea:focus,
#contacttable button#submit:focus,
#contacttable button#reset:focus {
	border: 1px solid #999999;
	background: #F0F0F0;
}
#contacttable input#name.yellow,
#contacttable input#email.yellow,
#contacttable input#phone.yellow {
	background: #FFFFCC;
}
#contacttable textarea.yellow {
	background: #FFFFCC;
}
#contacttable input#name.yellow:hover,
#contacttable input#email.yellow:hover,
#contacttable input#phone.yellow:hover,
#contacttable input#name.yellow:focus,
#contacttable input#email.yellow:focus,
#contacttable input#phone.yellow:focus {
	border: 1px solid #666666;
	background: #FFFFCC;
}
#contacttable textarea.yellow:hover,
#contacttable textarea.yellow:focus {
	border: 1px solid #666666;
	background: #FFFFCC;
}
