@charset "utf-8";
html {
 /* this displays the vertical scrollbar in FF even when the content fits the viewport */
 overflow-y: scroll !important;
}
body{
/* this displays the vertical scrollbar in IE even when the content fits the viewport */
overflow:visible;
}

.popup_link_dark{
color: #333333;
font-weight: bold;
text-decoration: none;
}

.popup_link_dark:hover{
text-decoration: underline;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contactText p{
padding-bottom: 13px;
}

#contactText{
height: 200px;
overflow: auto;
}

td {
vertical-align:top;
}
#div_container {
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
}
#div_header {
	width: 100%;
	border: none;
	height: 45px;
	float: left;
}

#div_navigation {
	float: left;
	height: 35px;
	width: 100%;
	margin-left:-1px;
}

#div_main {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 14px;
}
#div_topAds {
	float: left;
	height: 128px;
	width: 100%;
}
#div_content {
	float: left;
	height: auto;
	width: 100%;
}
#div_leftContent {
	float: left;
	height: auto;
	width: 230px;
	padding-top: 18px;
}
#div_Content2Cols {
	float: left;
	height: auto;
	width: 481px;
	padding-top: 18px;
}
#div_rightContent {
	float: left;
	height: auto;
	width: 730px;
	padding-left: 20px;
}
#div_product {
	float:left;
	max-width: 482px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-top: 18px;
	height: auto;
	background-color: #ffFFFF;
}
#div_newsFlash {
	float: left;
	height: 28px;
	width: 100%;
	margin-top: 18px;
}
#div_bottomAds {
	float: left;
	height: 122px;
	width: 100%;
	margin-top: 18px;
}
#div_footer {
	float: left;
	height: 15px;
	width: 100%;
	margin-top: 18px;
	border-top: 1px solid #c2c2c2;
}

#sectionsMainDiv{
min-width: 720px;
height: 343px;
margin-top: 18px;
margin-bottom: 26px; /*this should be also set to 18, check it again later*/
border: none;
}


#contactBox{
float: left;
width: 482px;
height: 343px;
margin-top: 18px;
margin-right: 18px;
margin-bottom: 26px; /*this should be also set to 18, check it again later*/
border: none;
}


#contactCol{
float: left;
width: 230px;
height: 343px;
border: 1px solid red;
border: none;
border-collapse: collapse;
padding-top: 18px;
}

#contactColContent{
	height: 318px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}


/******************************************************** EXTRA LINKS *****************************************************************/

.extra_links{
border-collapse: collapse;
margin-left: 17px;
}

.extra_links td{

vertical-align: middle;
}

.extra_links td a{
display: block;
width: 100%;
height: 100%;
color: #ffffff;
text-decoration: none;
font-weight: bold;
padding-left: 15px;
margin-left: 20px;
background-image: url(../img/dot_white.gif);
background-repeat: no-repeat;
background-position: center left;
}

.extra_links td a:hover{
background-image: url(../img/dot_red.gif);
}

/******************************************************** END EXTRA LINKS *****************************************************************/




/******************************************************** POP UP LAYERS *****************************************************************/




/******************************************************** POP UP LAYERS *****************************************************************/

#coverLayer{
position:absolute;
top:0px;
left:0px;
width: 1px;
height: 1px;
background:#000000;
filter: alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity:0.9;
opacity: 0.9;
visibility:hidden;
z-index:10;
}




#top_video_layer, #top_specs_layer{
position:absolute;
top: 100px;
width:0px;
height:0px;
/*border:1px solid #c6c6c6;*/
background:#000000;
visibility:hidden;
z-index:11;
padding: 0px;
}

#top_video_layer .hd, #top_specs_layer .hd{
border-bottom: 1px solid #999999;
font-weight: bold;
/*color: #666666;*/
color: #ffffff;
/*width: 540px;*/
height:20px;
/*float: left;*/
padding-top: 4px;
padding-left: 4px;
}

#top_video_layer .close, #top_specs_layer .close{
/*width: 200px;*/
border-bottom: 1px solid #999999;
text-align: right;
background:url('tests/img/bn_close_map.gif') right 1px no-repeat;
height:20px;
/*float: left;*/
padding-top: 4px;
padding-right: 4px;
}

#top_video_layer .close a, #top_specs_layer .close a{
font-weight: bold;
text-decoration: none;
color: #ffffff;
}


