/* @group Undo HTML Browser Defaults */

:link,:visited{
	text-decoration: none;
	}

a, a:hover{
  outline: none;
  text-decoration: none;
}

:focus
{
  -moz-outline-style: none;
}

ul,ol{
	list-style: none;
	}

h1,h2,h3,h4,h5,h6{
	font-size: 1em;
	}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin: 0;
	padding: 0;
	}

img{
	border: none;
	}

/* @end */

/* @group Setup Font Defaults */

body{
	font: 11px/16px normal "Lucida Grande", Arial, Helvetica, sans-serif;
	}

html[xmlns*=""] body:last-child{
	font-family: Verdana "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	
@media all and (min-width:0px){
	body:last-child{
	font-family: Verdana "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	}

body:last-child:not(:root:root){
	font-family: Verdana "Lucida Grande", Arial, Helvetica, sans-serif; 
	}
	
html[xmlns*=""] body:last-child #content, html[xmlns*=""] body:last-child #content2, html[xmlns*=""] body:last-child #content3{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	
@media all and (min-width:0px){
	body:last-child #content, body:last-child #content2, body:last-child #content3{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	}

body:last-child:not(:root:root) #content, body:last-child:not(:root:root) #content2, body:last-child:not(:root:root) #content3{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
	}

/* @end */

/* @group Layout Positioning */

html{
	height: 100%
	}

body{
	height: 100%;
	background: #333 url(../images/body.gif) repeat;
	}
	
div#shiv{
	background: transparent;
	width: 100%;
	height: 50%; 
	margin-top: -275px;
	float: left;
	}

#container{
	padding: 3px;
	background: #fff url(../images/container-big.jpg) no-repeat 3px 3px;
	margin: 0 auto;
	width: 894px;
	height: 528px;
	clear: both;
	border: 5px solid #000;
	border-left: 2px solid #111;
	border-top: 2px solid #000;
	border-bottom: 6px solid #111;
	position: relative;
	top: -50px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	}
	/* Hide from IE5mac \*//*/
	div#shiv {
	display: none;
	}
	html, body {
	height: auto;
	}
	/* end hack */

#header{
	height: 80px;
	}
	
#nav{
	float: left;
	padding-top: 11px;
	width: 160px;
	min-height: 350px;
	}
	
*html #nav{
	padding-top: 12px;
	}
	
#content{
	float: right;
	margin-top: 12px;
	padding: 15px 20px 10px 15px;
	height: 408px;
	width: 690px;
	overflow: auto;
	}

#content2{
	float: right;
	padding: 1px 0 0 0;
	height: 417px;
	width: 634px;
	overflow: hidden;
	background: green;	
	}

#content3{
	float: right;
	margin-top: 12px;
	padding: 0 0 5px 5px;
	width: 724px;
	color: #444;
	}

#footer{
	margin: 0 auto;
	width: 894px;
	clear: both;
	text-align: right;
	color: #666;
	}

/* @end */

/* @group Nav */

#nav h3{
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background: url(../images/navreghov.jpg) no-repeat 0 0;
	cursor: pointer;
	}

*html nav h3{
	font-size: 10px;
	font-weight: bold;
	}

#nav h3#homelink{
	background: url(../images/navtophov.jpg) no-repeat 0 0;
	}

#nav h3 a{
	padding: 0 0 0 10px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #222;
	background: url(../images/navh.jpg) no-repeat;
	}
	
*html #nav h3 a{
	font-weight: bold;
	}

#nav h3#homelink a{
	background: url(../images/navtopreg.jpg) no-repeat;
	}

#nav h3 a:hover, #nav h3#homelink a:hover{
	background: none;
	}

#nav .accordion, #nav ul, #nav li{
	margin: 0;
	padding: 0;
	}

#nav ul{
	margin: 2px 0 0;
	}

#nav li{
	margin: 2px 0 0 0;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 13px;
	background: url(../images/navhhov.jpg) no-repeat;
	}
	
*html nav li{
	font-size: 10px;
	font-weight: bold;
	}
	
#nav li a{
	display: block;
	padding: 0 0 0 25px;
	color: #222;
	background: url(../images/navreg.jpg) no-repeat;
	}
	
*html #nav li a{
	font-weight: bold;
	}
	
#nav li a:hover{
	background: none;
	}

/* @end */

/* @group Content */

#content{
	color: #444;
	font-size: 12px;
	line-height: 18px;
	}

#content a{
	color: #25499d;
	font-weight: bold;
	}
	
#content a:visited{
	color: #25499d;
	}

#content h2{
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #333;
	}

#content h4{
	margin: 0 0 1em 0;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	}

#content p{
	margin: 0 0 1em 0;
	}

#content ul{
	margin-bottom: 1.2em;
	}

#content li{
	margin: 0 0 .8em 20px;
	line-height: 12px;
	list-style: square;
	font-size: 11px;
	}

#content img{
	padding: 2px;
	border: 1px solid #999;
	}

#content p img.left{
	float: left;
	margin: 0 7px 5px 0;
	}

.sidecontent{
	margin: 0 0 10px 10px;
	float: right;
	width: 210px;
	}
	
.sidecontent2{
	margin: 0 0 10px 10px;
	float: right;
	width: 120px;
	}

.sidecontent2 .photos img{
	padding: 1px;
	border: 1px solid #999;
	}
	
.sidecontent .photos img{
	display: inline;
	float: left;
	margin: 0 0 6px 9px;
	width: 50px;
	height: 50px;
	padding: 1px;
	border: 1px solid #999;
	}

.sidecontent br, .sidecontent2 br{
	display: none;
	}
	
.sidecontent .clips{
	padding: 10px 0 0 10px;
	}
	
#content table#cableprices{
	margin: 0 0 1em 0;
	width: 100%;
	}

*html #content table#cableprices{
	width: 90%;
	}
	
#content table#cableprices td{
	padding: 3px 3px 3px 8px;
	background: #dedede;
	}

#content #homelinks a{
	display: block;
	float: left;
	margin: 0 40px 0 0;
	width: 101px;
	height: 180px;
	text-indent: -9999999px;
	background-repeat: none;
	border: 1px solid #999;
	}
	
#content #homelinks a#j{
	background: url(../images/j.jpg) 0 180px;
	}
	
#content #homelinks a#crs{
	background: url(../images/crs.jpg) 0 180px;
	}
	
#content #homelinks a#os{
	background: url(../images/os.jpg) 0 180px;
	}
	
#content #homelinks a#ks{
	background: url(../images/ks.jpg) 0 180px;
	}
	
#content #homelinks a#ms{
	margin: 0 0 0 0;
	background: url(../images/ms.jpg) 0 180px;
	}
	
#content #homelinks a#j:hover, #content #homelinks a#crs:hover, #content #homelinks a#os:hover, #content #homelinks a#ks:hover, #content #homelinks a#ms:hover{
	background-position: 0 0;
	}

#content .posted{
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	}	

/* @group User Manual Page */

#container .documents{
	background: url(../images/manualbg.jpg) no-repeat bottom right;
	}
	
#container .reviews{
	background: url(../images/reviewbg.jpg) no-repeat bottom right;
	}

#content #manuals{
	padding-top: 8px;
	}

#content #manuals li{
	list-style: none;
	line-height: 16px;
	padding-left: 22px;
	background: url(../images/pdf.gif) no-repeat 0 0;
	}

#content p.manualnotes{
	padding: 11px 0 0 15px;
	font-size: 10px;
	width: 270px;
	}

*html #content p.manualnotes{
	padding-top: 7px;
	}

/* @end */

/* @group Comparison Chart Specific */

#content3 table#productstablelist{
	width: 135px;
	float: left;
	font-weight: bold;
	}

#content3 #overflow{
	float: right;
	width: 588px;
	overflow: auto;
	position: relative;
	}
	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background: url(../images/overflowbg.png) repeat-y left top;
	background-position: fixed;
	}
	
*html #overflow{
	height: 341px;
	}

#overflow table, table#productstablelist{
	border-left: 1px solid #ccc;
	}

#overflow th, table#productstablelist th{
	white-space: nowrap;
	}
	
#overflow td, #overflow th, table#productstablelist td, table#productstablelist th{
	margin: 0;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	font-size: 11px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
#overflow td{
	text-align: center;
	}

table#productstablelist, table#productstablelist th{
	border-color: #fff;
	border-right: none;
	border-left: none;
	}
	
table#productstablelist td{
	padding-left: 0;
	padding-right: 3px;
	text-align: right;
	white-space: nowrap;
	border-color: #fff;
	border-right: none;
	border-left: none;
	}

#overflow .rowalt td{
	background: #f1f5fa;
	}
	
#content3 p.footnotes{
	clear: both;
	padding: 15px 25px 0 10px;
	font-size: 10px;
	line-height: 14px;
	}

/* @end */

/* @group Dealers VCards */

.vcard{
	color: #444;
	min-height: 360px;
	}

.vcard img{
	display: block;
	margin: 0 0 15px 0;
	}

.vcard .org{
	margin: 0 0 12px 0;
	font-size: 15px;
	font-weight: bold;
	}

/* @end */

/* @group North American Dealer Map */

#container .usmap{
	background: url(../images/usmap.gif) no-repeat 30px 25px;
	}

.usmap{
	position: relative;
	}

.usmap a{
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	text-indent: -9999999px;
	}
	
.usmap a#alabama{
	bottom: 136px;
	right: 259px;
	}
	
.usmap a#arizona{
	bottom: 135px;
	right: 512px;
	}
	
.usmap a#oceanside{
	bottom: 151px;
	right: 569px;
	}
	
.usmap a#santacruz{
	bottom: 222px;
	right: 609px;
	}
	
.usmap a#colorado{
	bottom: 222px;
	right: 443px;
	}
	
.usmap a#florida{
	bottom: 63px;
	right: 179px;
	}
	
.usmap a#georgia{
	bottom: 149px;
	right: 237px;
	}
	
.usmap a#hawaii{
	bottom: 171px;
	right: 636px;
	}

.usmap a#michigan{
	bottom: 265px;
	right: 243px;
	}
	
.usmap a#minnesota{
	bottom: 281px;
	right: 334px;
	}
	
.usmap a#missouri{
	bottom: 205px;
	right: 306px;
	}
	
.usmap a#northcarolina{
	bottom: 190px;
	right: 180px;
	}
	
.usmap a#newyork{
	bottom: 270px;
	right: 161px;
	}
	
.usmap a#tennessee{
	bottom: 180px;
	right: 259px;
	}
	
.usmap a#maryland{
	bottom: 238px;
	right: 75px;
	}
	
.usmap a#ca{
	bottom: 315px;
	right: 173px;
	}

.usmap a#illinois{
	bottom: 252px;
	right: 288px;
	}
	
.usmap a#southcarolina{
	bottom: 157px;
	right: 205px;
	}

/* @end */
























/* @group Slimbox Photo Effect */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 2px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 2px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* @end */

/* @group Two-Rock V Card */

.contactform{
	float: left;
	width: 300px;
	}

.trvcard{
	padding: 1.5em 25px 0 0;
	float: right;
	width: 255px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	}

.trvcard .url, .trvcard .tel{
	display: block;
	margin-bottom: 1em;
	}
	
.trvcard .adr{
	margin-bottom: 1em;
	padding-top: 1em;
	}

/* @end */

/* @end */

/* @group Footer */

#footer{
	color: #666;
	font-size: 10px;
	font-weight: normal;
	}

#footer a{
	color: #999;
	font-size: 11px;
	font-weight: normal;
	}
	
#footer a:hover{
	text-decoration: underline;
	}

#footer a strong{
	display: none;
	}
h9 {
	font: 24px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #000033;
	background: #CCCCCC;
	text-align: center;
	height: 35px;
	width: 500px;
}

