/* start css reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end css reset */

html, body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #3a88ff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

a.textlink:hover {
	border-bottom: 1px dotted #3a88ff;
}

a.textlink:after {
	content: " >>";
	color: #f00;
}

#supersize {
	position: fixed;
}

#supersize img, #supersize a {
	min-height: 690px;
	min-width: 940px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}

#floater {
	height: 50%;
	width: 100%;
	margin-bottom: -345px;
	float: right;
}

#wrapper {
	clear: both;
	position: relative;
	height: 690px;
	width: 940px;
	margin: 0 auto;
	background: url(../images/main.png);
	z-index: 3;
}

#nav {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 230px;
}

#nav li {
	width: 230px;
	height: 40px;
}

#nav_home {
	background: url(../images/nav/nav_home_normal.png) no-repeat;
}

#nav_products {
	background: url(../images/nav/nav_products_normal.png) no-repeat;
}

#nav_rentals {
	background: url(../images/nav/nav_rentals_normal.png) no-repeat;
}

#nav_sales {
	background: url(../images/nav/nav_sales_normal.png) no-repeat;
}

#nav_support {
	background: url(../images/nav/nav_support_normal.png) no-repeat;
}

#nav_about {
	background: url(../images/nav/nav_about_normal.png) no-repeat;
}

#nav_news {
	background: url(../images/nav/nav_news_normal.png) no-repeat;
}

#nav_contact {
	background: url(../images/nav/nav_contact_normal.png) no-repeat;
}

#pgcontact {
	position: absolute;
	width: 160px;
	left: 40px;
	bottom: 40px;
}

#pgcontact p.label {
	color: #a6a6a6;
	font-size: 8pt;
	margin-bottom: 3px;
}

#pgcontact p.label img {
	margin-right: 5px;
}

#pgcontact p.value {
	color: #6d6d6d;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#pgcontact p.value a{
	color: #6d6d6d;
}

#smlinks {
	width: 160px;
	height: 32px;
	margin-top: 20px;
}

#smlinks li {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	float: left;
}

#copy {
	position: absolute;
	width: 860px;
	right: 40px;
	bottom: 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}

#copy span {
	position: absolute;
	right: 0;
	text-align: right;
	font-weight: normal;
	
}
/*
#home #wrapper #copy {
	color: #000b50;
}

#about #wrapper #copy {
	color: #000066;
}

#contact #wrapper #copy {
	color: #000066;
}

#products #wrapper #copy {
	color: #006838;
}

#sales #wrapper #copy {
	color: #f4b22c;
}

#support #wrapper #copy {
	color: #cb8324;
}

#news #wrapper #copy {
	color: #49247a;
}
*/
#main {
	position: absolute;
	width: 640px;
	height: 530px;
	top: 120px;
	left: 250px;
}

#main #announce {
	width: 640px;
	border-bottom: 1px dashed #a6a6a6;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#main #fronttopwrapper {
	position: relative;
	width: 640px;
	height: 280px;
	border-bottom: 1px dashed #a6a6a6;
}

#main .fronttop {
	width: 640px;
	height: 260px;
	overflow: hidden;
}

#main .fronttop li {
	width: 640px;
	height: 260px;
}

#main .fronttop li .left, 
#main .fronttop li .right {
	height: 260px;
	float: left;
}

#main .fronttop li .left {
	width: 275px;
}

#main .fronttop li .right {
	width: 365px;
}

#main .fronttop li .left p {
	font-size: 12pt;
	line-height: 16pt;
	color: #808080;
	margin-bottom: 10px;
}

#cyclenav {
	position: absolute;
	height: 10px;
	width: 250px;
	bottom: 10px;
}

#prev, #next {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	cursor: pointer;
}

#prev {
	background: url(../images/pager_prev.png) no-repeat;
}

#next {
	background: url(../images/pager_next.png) no-repeat;
}

#prev.hover {
	background: url(../images/pager_prev_hover.png) no-repeat;
}

#next.hover {
	background: url(../images/pager_next_hover.png) no-repeat;
}

#pager div {
	width: 20px;
	height: 10px;
	float: left;
	font-size: 8px;
	line-height: 10px;
	margin-right: 5px;
	background: url(../images/pager_inactive.png) no-repeat;
}

#pager div.activeSlide {
	background: url(../images/pager_active.png) no-repeat;
}

#pager div.hover {
	background: url(../images/pager_hover.png) no-repeat;
}

#main .bottomleftthird {
	float: left;
	height: 170px;
	width: 144px;
	margin: 15px 20px 15px 0;
	padding-right: 20px;
	border-right: 1px dashed #a6a6a6;
}

#main .bottommidthird {
	float: left;
	width: 128px;
	height: 170px;
	margin: 15px 20px 15px 0;
	padding-right: 20px;
	border-right: 1px dashed #a6a6a6;
}

#main .bottommidthird img {
	height: 144px;
	width: auto;
}

#main .bottomrightthird {
	float: left;
	margin: 15px 0;
	width: 178px;
	height: 170px;
}

#main .bottomannounce {
	clear: both;
	border-top: 1px dashed #a6a6a6;
	padding-top: 10px;
	color: #f00;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

#main .bottomrightfb {
	float: left;
	margin: 15px 0 15px 20px;
	padding-left: 20px;
	border-left: 1px dashed #a6a6a6;
	height: 195px;
	width: 305px;
}

#fbplugin {
	float: left;
	margin-top: 15px;
}

h6 {
	font-size: 10pt;
	font-weight: bold;
	color: #404040;
	margin-bottom: 2px;
}

h6 a {
	font-size: 10pt;
}

#main p {
	font-size: 8pt;
	line-height: 10pt;
	color: #808080;
	margin-bottom: 10px;
}

.category {
	width: 160px;
	height: 215px;
	padding: 20px;
	background: url(../images/catbkgd.png);
	float: left;
	margin-bottom: 20px;
}

.rmargin {
	margin-right: 20px;
}

#main .category p {
	line-height: 11pt;
}

#retlink {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 100;
}

#retlink_cat {
	position: absolute;
	top: -20px;
	right: 0;
	text-align: right;
	z-index: 100;
}

#prodnav {
	position: relative;
	height: 391px;
	width: 640px;
	/*background: url(../images/vertnavbg.png);*/
	overflow-y: auto;
}

#prodnavprev {
	width: 140px;
	height: 20px;
	background: url(../images/vertnavprev_normal.png);
	display: none;
}

#prodnavnext {
	width: 140px;
	height: 20px;
	background: url(../images/vertnavnext_normal.png);
	display: none;
}

#prodnavprev.hover {
	background: url(../images/vertnavprev_hover.png);
}

#prodnavnext.hover {
	background: url(../images/vertnavnext_hover.png);
}

#prodnavnext.disabled, #prodnavprev.disabled {
	background: none;
}

#prodnavscrollcontainer, #prodnavscrollcontainer2 {
	position: relative;
	overflow: hidden;
	width: 640px;
	margin-top: 1px;

}

#prodnavscrollcontainer {
	height: 390px;
}

#prodnavscrollcontainer2 {
	height: 240px;
}

#prodnavbelow {
	border-top: 1px dashed #a6a6a6;
	margin-top: 20px;
	padding-top: 20px;
}

#prodnavscroll {
	position: absolute;
	list-style: none;
	width: 640px;
	height: 390px;
	overflow-y: auto;
}

#prodnavscroll li {
	position: relative;
	float: left;
	margin: 0 20px 10px 10px;
	width: 118px;
	height: 115px;
	padding: 1px 0 3px 0;
	text-align: center;
	background: #fff;
}

#prodcontent {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	width: 480px;
	height: 530px;
	/*overflow: hidden;*/
}
	
#prodcontent2 {
	width: 480px;
	height: 530px;
}

.proditem {
	width: 480px;
	height: 530px;
	display: none;
}

#prodcontent2 .proditem .top {
	width: 480px;
	height: 280px;
	border-bottom: 1px dashed #a6a6a6;
}

#prodcontent2 .proditem .top .left {
	float: left;
	width: 210px;
	height: 280px;
}

#prodcontent2 .proditem .top .left p {
	font-size: 10pt;
	line-height: 12pt;
	color: #808080;
	margin-bottom: 10px;
}

#prodcontent2 .proditem .top .left p.scroll {
	height: 200px;
	overflow-y: auto;
}

#prodcontent2 .proditem .top .left p.model {
	font-weight: bold;
	color: #0f0080;
	margin-top: -15px;
	margin-left: 3px;
}

#prodcontent2 .proditem .top .right {
	float: left;
	width: 270px;
	height: 280px;
	position: relative;
}

#prodcontent2 .proditem .bottomleft {
	float: left;
	width: 210px;
	height: 230px;
	margin: 20px 20px 0 0;
	padding-right: 20px;
	border-right: 1px dashed #a6a6a6;
}

#prodcontent2 .proditem .bottomleft .thumbs {
	width: 209px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #a6a6a6;
}

#prodcontent2 .proditem .bottomleft .thumbs img {
	height: 30px;
	width: auto;
	margin-right: 5px;
}

#prodcontent2 .proditem .bottomright {
	float: left;
	width: 229px;
	height: 230px;
	margin-top: 20px;
}

#prodcontent2 .proditem .bottomright .dim {
	width: 229px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #a6a6a6;
}

#prodcontent2 .proditem .bottomright span {
	width: 50px;
	margin-right: 10px;
	text-align: right;
	display: inline-block;
	font-weight: bold;
}

#prodcontent2 .proditem .bottomright p {
	line-height: 11pt;
	margin: 0;
	font-size: 8pt;
	color: #808080;
}

ul.features {
	list-style: disc;
	font-size: 8pt;
	line-height: 11pt;
	margin-left: 20px;
	color: #808080;
}

#fullcontent {
	width: 640px;
	border-bottom: 1px dashed #a6a6a6;
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

#fullcontent.noborder {
	border-bottom: none;
}

#fullcontent p {
	width: 450px;
	font-size: 11pt;
	line-height: 15pt;
}

#fullcontent p a {
	font-size: 11pt;
}

#main div.twocol {
	width: 310px;
	float: left;
}

#main div.left2 {
	margin-right: 20px;
}

#main div.twocol p {
	font-size: 8pt;
	line-height: 11pt;
	width: 310px;
}

#main div.twocol p.large {
	font-size: 11pt;
	line-height: 15pt;
}

#main div.twocol p.by {
	color: #bfbfbf;
	margin: 0 0 20px 0;
}

#main div.twocol p.contacthead {
	margin: 0;
	color: #bfbfbf;
}

#main div.twocol p.contact, #main div.twocol p.contact a {
	margin: 0;
	font-size: 10pt;
	line-height: 13pt;
}

#main div.twocol p.last {
	margin-bottom: 10px;
}

#main div.twocol ul {
	margin: -5px 0 10px 0;
	color: #808080;
}

#main div.twocol ul li {
	font-size: 8pt;
	line-height: 11pt;
	list-style: disc;
	margin: 0 0 5px 20px;
}

#main div.toppad {
	padding-top: 25px;
}

#main div.toppad2 {
	padding-top: 20px;
}

#distributors li {
	display: none;
	width: 640px;
	height: 375px;
	overflow: auto;
}

#selectdist {
	display: block;
	margin-bottom: 20px;
}

#distributors li div {
	width: 300px;
	height: 125px;
	float: left;
}

#distributors li div h6 {
	margin-bottom: 5px;
}

#distributors li div p {
	margin: 0 0 2px 0;
}

#pinsupport {
	width: 640px;
	height: 215px;
}

#pinsupport div {
	width: 300px;
	height: 100px;
	float: left;
}

#pinsupport div h6 {
	margin-bottom: 5px;
}

#pinsupport div p {
	margin: 0 0 2px 0;
}

#main ul.largelist {
	color: #808080;
	list-style: disc;
}


#main ul.largelist li {
	margin: 0 0 5px 20px;
}

#main div.org {
	margin-bottom: 25px;
}

#main img.org1 {
	height: 110px;
	width: auto;
	margin-right: 25px;
}

#main img.org2 {
	height: 70px;
	width: auto;
	margin-right: 25px;
}

#main img.org3 {
	height: 50px;
	width: auto;
	margin-right: 25px;
}

blockquote {
	font-size: 12pt;
	line-height: 15pt;
	color: #808080;
	margin-bottom: 5px;
}

blockquote a {
	font-size: 12pt;
}

#contact_form label {
	display: inline-block;
	width: 100px;
	font-size: 8pt;
	color: #808080;
	vertical-align: top;
	margin-top: 3px;
}

#contact_form input {
	width: 175px;
	padding: 2px;
	margin: 0;
}

#contact_form input[type="text"], #contact_form textarea {
	background: #f9f9f9;
	border: 1px solid #bfbfbf;
}

#contact_form input[type="text"]:focus, #contact_form textarea:focus {
	background: #f4f2ff;
	border: 1px solid #c7bfff;
}

#contact_form div.formrow {
	height: 20px;
	margin-bottom: 5px;
}

#contact_form div.formrowarea {
	margin-bottom: 10px;
}

#contact_form select {
	width: 175px;
}

#contact_form textarea {
	width: 175px;
	height: 75px;
	margin-top: 3px;
}

#contact_form input[type="radio"] {
	width: 15px;
}

#contact_form input[type="submit"] {
	width: 75px;
	margin: 5px 0 0 100px;
}

#contact_form div.formrow span {
	font-size: 8pt;
	color: #808080;
	margin-right: 10px;
}
#contact_form input.captcha {
	width: 100px;
	margin: 3px 0 0 100px;
}

#contact_form div.error {
	margin: 10px 0 0 100px;
}

#contact_form div.error span {
	color: red;
	font-size: 8pt;
}

#joinmailinglist {
	display: none;
}

#news_container {
	width: 640px;
	height: 490px;
	overflow-y: scroll;
}

h5 {
	font-size: 12pt;
	margin-bottom: 10px;
	color: #0f0080;
}

#news_container p {
	width: 100%;
	font-size: 8pt;
	line-height: 11pt;
}

#news_container p a {
	font-size: 8pt;
	line-height: 11pt;
}

#news_container p a img {
	height: 75px;
	width: auto;
	margin: 0 10px 5px 0;
}

#news_container li {
	width: 95%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #a6a6a6;
}

#parts_container {
	list-style: none;
	width: 640px;
	height: 290px;
	overflow-y: auto;
}

#parts_container li {
	position: relative;
	width: 610px;
	height: 48px;
	margin: 0 0 10px 0;
	background: #f1f1f1;
	border: 1px solid #dfdfdf;
}

#parts_container li input {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 16px;
	left: 13px;
	
}

#parts_container li .image {
	position: absolute;
	top: 4px;
	left: 45px;
	width: 40px;
	height: 40px;
	background: #b4b4b4;
	overflow: hidden;
}

#parts_container li .image a img {
	position: absolute;
	height: 40px;
	width: auto;
}

#parts_container li .image a img.partoverlay {
	position: absolute;
	z-index: 10000;
}

#parts_container li span.num {
	position: absolute;
	left: 100px;
	height: 48px;
	width: 150px;
	line-height: 48px;
	color: #a0a0a0;
}

#parts_container li span.desc {
	position: absolute;
	left: 200px;
	height: 48px;
	line-height: 48px;
	color: #404040;
}

.videoicon {
	margin-left: 2px;
	vertical-align: text-top;
}
