/* COMMON
------------------------------------*/

body,td,th,input,select,textarea {
	font-family: Verdana;
	font-size: 12px;
}
body {
	margin: 20px 0 0 0;
	background-color:#FFFFFF;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 1em 0;
	padding:0;
}
h1{
	font-size:160%;
}
h2{
	font-size:135%;
}
h3{
	font-size:120%;
}
a:link, a:visited{
	font-weight: bold;
	color: #3062b0;
	/*color: #FFFFFF;*/
	text-decoration: none;
}
a:hover{
	color: #00aaed;
}
table{
	margin-bottom:10px;
}
ul{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}

.headimg_link_area{
  margin: 1px 1px 0 831px;
  width: 128px;
  height: 158px;
  background-color: transparent;
}

.headdiv{
  float: left;
}
/* LAYOUT
------------------------------------*/

#container{
	padding: 0px;
	width: 960px;
	margin: 0px auto;
}
#header{
	xposition:relative;
	xbackground-image:url(../images/adwheader.jpg);
	height:197px;
	padding:0px;
	width:960px;
}

#logo{
	xposition:absolute;
	xleft:0px;
	xtop:0px;
	xz-index:10;
	height:160px;
	padding:0px;
	width:960px;	
}
#xlogo a{
	width:175px;
	height:90px;
	display:block;
}
#logo h1{
	display:none;
}

#menucontainer {
	width: 960px;
	background-color:#3062b0;
	padding:0px;
	height:22px;
}
#menu {
	xposition:absolute;
	left:0px;
	top:165px;
	z-index:10;
	font-size:11px;
	background-color:#3062b0;
}
#menu ul{
	margin:0;
	padding:0 0 0 8px;
}
#menu ul li{
	float:left;
	list-style:none;
}
#menu ul li a{
	display:block;
	line-height:22px;
	height:22px;
	text-align:center;
	padding:0 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	float:left;
}
#menu ul li a:hover{
	background-color:#000;
	text-decoration:none;
}
#menu .selected {
	color:black;
}
#menu a{
	font-weight:bold;
	color:#000000;
}

#body{
	background-color:#FFFFFF;
}
#left{
	float:left;
	width:170px;
	margin-right:30px;
}
#submenu{
	padding:0 0 13px 0;
	xbackground-image:url(../images/submenu_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #eeeeee;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu ul li{
	margin:0;
	padding:0;
	xfloat:left;
	list-style:none;
	background-color:#eeeeee;
}
#submenu ul li a {
	display:block;
	width:150px;
	padding:5px 10px 3px 10px;
	height:18px;
	xfloat:left;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #ffffff;
	background-repeat: no-repeat;
	color:#3062b0;
	font-size:11px;
	font-weight:normal;
}

#submenu ul li a:hover {
	background-color:#dddddd;
}

#submenu ul li a.selected {
	background-color:#dddddd;
}

#left_footer{
	text-align: left;
	padding-top: 10px;
	font-size: 10px;
	padding-left: 15px;

}
#content{
	float:left;
	width:760px;
	padding:10px 0 0 0;
}
#main{
	float:left;
	width:560px;
}
#right{
	float:right;
	width:180px;
}
.right_bg{
	background-color: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../images/right_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#components{
	float:left;
	width:560px;
}
#footer{
	text-align:center;
}
#footer_links{
	padding:10px;
}
#cyberdesign{

}

.notice {
	display:none;
	}

/* SUBMENU
------------------------------------*/


/*
* Dealer Menu Styles
*/
/*
* Admin Menu Styles
*/
#sub_add-dealer a{ background-image: url(../images/sub_add-dealer_off.gif); }
#sub_add-dealer a:hover, #sub_add-dealer .selected{ background-image: url(../images/sub_add-dealer_on.gif); }

#sub_search a{ background-image: url(../images/sub_search_off.gif); }
#sub_search a:hover, #sub_search .selected{ background-image: url(../images/sub_search_on.gif); }

#sub_reports a{ background-image: url(../images/sub_reports_off.gif); }
#sub_reports a:hover, #sub_reports .selected{ background-image: url(../images/sub_reports_on.gif); }

#sub_logout a{ background-image: url(../images/sub_logout_off.gif); }
#sub_logout a:hover, #sub_logout .selected{ background-image: url(../images/sub_logout_on.gif); }

/* PRODUCTS
------------------------------------*/

.new_product{
	background-color: #9F95FD;
	padding: 0px;
	margin: 0px;
/*	zoom:1;*/
}
.new_product h2{
	background-image: url(../images/newproduct_header_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#210973;
	color: #FFFFFF;
	font-size: 13px;
	padding: 3px 5px 3px 5px;
	margin:0;
}
.new_product h2 a, .new_product h2 a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
.new_product h2 a:hover{
	color:#FAAA31;
}
.new_product .text{
	padding: 10px
}
.new_product .image{
/*	border: 1px solid #FFF;*/
	float:right;
	padding:2px;
	margin:0 0 10px 20px;
	display:block;
	width:253px;
	height:253px;
	background-color: #FFFFFF;
}
.new_product .image:hover{
/*	border: 1px solid #210973;*/
}
.product_panel{
	padding:0 0 10px 0;
	clear:both;
}
.product_header{
	/*padding:5px;*/
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/panel.gif);
	background-repeat: repeat-y;
	background-position: left center;
	position:relative;
}
.product_header h3{
	margin:0;
	padding:3px 5px;
/*	zoom:1;*/
	font-size:12px;
}
.product_header a, .product_header a:visited{
	right:0px;
	padding:4px 5px;
	color: #FFF;
	text-decoration: underline;
}
.product_header a:hover{
	color: #CCC;
	text-decoration:none;
}
.product_summary{
	clear:both;
	margin:6px 0 0 0;
}
.product_summary a{
	border: 1px solid #FFF;
	float:left;
	padding:2px;
	margin:0 20px 20px 0;
	display:block;
	width:88px;
	height:88px;
}
.product_summary a:hover{
	border: 1px solid #CCCCCC;
}
.product_summary img{

}
.product_summary p{

}
.product_column{
	clear:both;
	background-color: white;
}
.product_column .product_panel{
	float:left;
	width:360px;
	margin:0 6px;/*originally 0 8px;*/
	clear:none;
}
.product_nav{
	margin:0 0 10px 0;
}
.product_nav_heading{
	float:left;
}
.product_nav_buttons{
	float:right;
	width:180px;
}
.product_nav_buttons a, .product_nav_buttons a:visited{
	float:left;
	display:block;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	background-color:#636363;
	width:150px;
	font-size: 11px;
	text-transform: uppercase;
	text-align:right;
	background-image: url(../images/curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 0 5px 0;
	padding:0 15px 0;
	position:relative;
}
.product_nav_buttons a span{
	background-image: url(../images/lines.gif);
	background-repeat: repeat-y;
	width: 7px;
	height:24px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
}
.product_feature_logos{
  background-color: transparent;
  float: left;
  width:580px;
  min-height: 2.5em;
  height: auto !important;
  height: 2.5em;

}
.product_feature_logos ul{
  list-style-type:none;
  padding: 0;
  margin:0 0 1em 0;
}
.product_feature_logos ul li{
  width: 67px;
  height:36px;
  padding: 0 .5em 0 0;
  display:inline;
}
.product_details{

}
.product_details_left{
	float:left;
	width:314px;
	margin-right:20px;
}
.product_details_right{
	float:left;
	width:426px;
}
.product_details_right h2 span{
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.product_details_right h2 .blue{
	color:#2D16FC;
	border-bottom-color: #2D16FC;
}

/* TABLES
------------------------------------*/

.table td{
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;

}
.table thead td{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/panel.gif);
	background-repeat: repeat-y;
	background-position: left center;

}
.table tbody td{
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* NEWS
------------------------------------*/

.news{
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}

/* EXTRAS
------------------------------------*/

.field{
	width:98%;
}
.clear{clear:both;}
.off{display:none;}
.on{}
i{display:none;}
.blue{
	color:#2D16FC;
}
