/* CSS Document - 3D3 Solutions v2 */

html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif; background: url(../images/bg.jpg) repeat-x #eceeef;}
p, li{font-size: 12px; color:#666666}
p, ul {margin: 0 0 1.2em 0}
.single { text-indent: 0px; margin-bottom: 10px; margin-top: 5px; }

/* ------------------------ Layout CSS ------------------------- */
div#wrapper 
{
	margin: auto; 
	padding: 0; 
	width: 970px; 
	background: url(../images/body_bg_shadow.jpg) no-repeat #eceeef;; 
	text-align: center; 
	min-height: 100%; 
	height: 100%;
}

div#container 
{
	margin: auto; 
	padding: 0; 
	width: 940px; 
	text-align: left; 
	border: 0px solid black; 
	background: #ffffff
}

div#header 
{
	margin: auto; 
	padding: 0; 
	width: 100%; 
	height: 140px; 
	background: url(../images/header.jpg); 
	text-align: left;
}
/********************************************************NEW HEADER******************************************************/
div#logo_container 
{
	padding: 0; 
	width: 130px; 
	height: 75px; 
	border:0px solid black; 
	margin-left: 20px;
	float: left;
}
#logo_container img 
{
	border: 0px;
}

div#menu_container 
{
	padding: 0; 
	margin: 0; 
	width: 95%; 
	border:0px solid black; 
	margin-top: 36px; 
	margin-left: 8px;
}



div#topnav_container 
{
	padding: 0; 
	width: 435px; 
	height: 25px; 
	border:0px solid black; 
	float: left;
	top: 4px;
	margin-left: 325px;
	text-align: right;
	margin-top:3px;
}
.top_nav_font, .top_nav_font a
{
	font-size:12px;
	color:#333333;
}
/************************************************************************************************************************/
#main_container 
{ 
	width: 100%; 
	margin:0px; 
	padding: 0px; 
	text-align:left; 
	background: #ffffff;
}
#banner_container{
	background:#000000;
	margin: 0; padding: 0;
	width: 940px; height: 295px;}
#content_container 
{
	width: 640px; 
	margin:0px; 
	padding: 0px; 
	margin-left: 10px; 
	text-align:left; 
	border:0px solid black; 
	float: left;
}
#content_container_wide 
{ 
	width: 98%; 
	margin:0px; 
	padding: 0px; 
	margin-left: 10px; 
	text-align:left; 
	border:0px solid black; 
	float: left;
}
/******************************************************* content_container1 + content_container2 *******************************************/
#content_container1 
{
	width: 440px; 
	margin:0px; 
	padding: 0px; 
	margin-left: 10px; 
	text-align:left; 
	border:0px solid black; 
	float: left;
}
#content_container2 
{
	width: 440px; 
	margin:0px; 
	padding: 0px; 
	margin-right: 10px; 
	text-align:left; 
	float: right;
}
/*******************************************************************************************************************************************/
#nav
{
	width:100%;
	float:left;
	margin:0;
	z-index: 100;
}
	
#nav a
{
	font-size: 12px;
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
}

#nav a:link, #nav a:visited, #nav a:active	/* menu at rest */
{
	color: white;
	text-decoration:none;
}
	
#nav a:hover	/* menu at mouse-over  */
{
	color: white;
	text-decoration:none;
}	
	
#nav a.top_parent, #nav a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	background-image: url(../images/menu_hover_100.jpg);
	background-repeat: no-repeat;
}
	
#nav a.parent, #nav a.parent:hover 	/* attaches side-arrow to all parents */
{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#nav ul
{
	text-align: center;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 100px;	/* width of all menu boxes */	
}
#nav ul li { width: 105px;}
#nav ul li ul li { width: 160px; background:#666666; border: 1px solid #999999}

#nav li
{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

#nav ul ul
{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1px;
	margin: 0 0 0 0;
	text-align: left; 
}

#nav ul ul ul
{
	top:0;
	left:100%;
}

div#nav li:hover
{
	cursor:pointer;
	z-index:100;
}

div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul
{display:none;}

div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul
{display:block;}

div#nav li.top_parent:hover 
{
	background: url(../images/menu_hover_100.jpg) no-repeat;
}
div#nav li li 
{
	background: green;
}
div#nav li li:hover 
{
	background: #999999;
}
li.active{ background: url(../images/menu_solid_105x25.jpg) no-repeat; }
#sidebar{ width:252px; margin:0px; border: 1px solid #CCCCCC; float: right; margin-right: 10px; padding: 1px; text-align:center}
#sidebar2{ width:252px; margin:0px; border: 1px solid #CCCCCC; float: right; margin-right: 10px; padding: 1px; text-align:center}
div#footer {width: 100%; height: 74px; text-align:center; background: url(../images/footer_bg.jpg) no-repeat #ffffff; margin-top: 7px; padding-top: 0px; border: 0px solid black}
#footer p {line-height: 12px; margin-bottom: 0px;}
/* ------------------------------------------------------------- */
.spacer {clear: both;}
.spacer_10 {clear: both; height:10px;}
.spacer_20 {clear: both; height:20px;}
th h3{font-size: 20px; padding: 0; margin: 0; font-weight: 300; padding-top: 5px;}


/* ------------------------ Sidebar Links ------------------------- */
div#sidebar h1 {background: url(../images/sidebar_header.jpg) no-repeat; height: 50px; color:#ffffff; margin: 2px; padding: 0; padding-left:5px; font-size: 22px; font-weight:normal; line-height: 45px;}
#sidebar p{font-size: 1.0em; margin:0; margin-bottom: 4px; padding: 5px; border-bottom: #CCCCCC 1px dotted; margin-top: 4px;}
#sidebar a{font-weight: bold;}
/* ------------------------------------------------------------- */
/* ------------------------ Sidebar2 Links ------------------------- */
div#sidebar2 h1 {background: url(../images/sidebar_header.jpg) no-repeat; height: 50px; color:#ffffff; margin: 2px; padding: 0; padding-left:5px; font-size: 22px; font-weight:normal; line-height: 45px;}
#sidebar2 p{font-size: 1.1em; margin:0; margin-bottom: 4px; padding: 5px; border-bottom: #CCCCCC 1px dotted; margin-top: 4px;}
.sidebar_content {width: 248px; text-align: left; margin:auto; margin-top: 2px; padding:0; border: 0px solid black; margin-bottom: 20px;}
#sidebar2 a{font-weight: bold;}
/* ------------------------------------------------------------- */

/* ------------------------ Font stuff ------------------------- */
hr {border: none 0;
	border-top: 1px dashed #CCCCCC;;/*the border*/
	width: 99%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
h1{ font-size: 34px; font-weight: normal; color: #006aa9; margin: 2px; padding-bottom: 5px;}
h2{ font-size: 24px; font-weight: lighter; color: #eeeeee; margin: 2px; padding-bottom: 5px;}
h3{font-size: 22px; padding: 0; margin: 0; font-weight: 300; color:#333333; padding-bottom: 5px;}
h4{font-size: 18px; padding: 0; margin: 0; font-weight: 500; color:#006aa9; padding-bottom: 5px;}
h5{font-size: 16px; padding: 0; margin: 0; font-weight: bold; color:#006aa9; padding-bottom: 5px;}
h6{font-size: 14px; padding: 0; margin: 0; font-weight: bold; color: #777777; padding-bottom: 0px;}
.text_red {color:#ca0000}
.text_small {font-size: 10px;}
.list1
{
	list-style-image:url('../images/banner/checkmark_black_bg.jpg');
}
.list1 li{ 	font-size: 14px; color:#CCCCCC; padding-bottom: 3px; padding-left: 4px;}
.list2 {
padding:0;
margin:0;
height:40px;
list-style-type:none;
}
.list2 li {
float:left; 
width: 460px; 
height:40px;
line-height:28px;
position:relative;
text-align:left;
background: url(../images/banner/btn_bg_big_wide3_red.jpg) no-repeat;
margin-right: 10px;

}
.list2 li a, .list2 li a:visited {
display:block;
text-decoration:none; 
color:#ffffff;
font-size:18px;
padding-left: 20px;
}
.list2 li a:hover {
display:block;
text-decoration:underline; 
color:#cccccc;
height:43px;
background: url(../images/banner/btn_bg_big_wide3_gray.jpg) no-repeat;
}
.list3 ul li{margin: 0; padding:0;border:1px solid black; margin-left: 45px;}

.no_decoration {text-decoration: none;}
.no_decoration a:link, .no_decoration a:visited, no_decoration a:hover, no_decoration a:active{text-decoration: none; padding:0 }
.text_banner {font-size:14px; color: #999999; font-weight: lighter; line-height:26px;}
.text_banner2 {font-size:18px; color: #dddddd; font-weight: lighter; line-height:26px;}
.text_flexscan, .text_flexscan a, .text_flexscan a:hover, .text_flexscan a:active, .text_flexscan a:hover {color:#555555; text-decoration:none}
.text_hdi, .text_hdi a, .text_hdi a:hover, .text_hdi a:active, .text_hdi a:hover  {color:#057691; text-decoration:none}
.text_3D, .text_3D a, .text_3D a:hover, .text_3D a:active, .text_3D a:hover   {color: #db2938; text-decoration:none}
.text_flexscan a:link, .text_flexscan a:visited, .text_hdi a:link, .text_hdi a:visited, .text_3D a:link, .text_3D a:visited  
{ 
	text-decoration: none;
}
/* ------------------------------------------------------------- */
/* ------------------------ General Links ------------------------- */
a:link 
{ 
	text-decoration: underline; 
	color: #006aa9;
	padding: 2px;	
}
a:visited 
{ 
	text-decoration: underline; 
	color: #006aa9;
	padding: 2px;
}

p a:hover, p a:active, span a:hover, span a:active{ 
	text-decoration: none; 
	color: #FFF;
	padding: 2px;
	background-color:#006aa9;
}

table td p a:hover { color: #ffffff;background-color:#006aa9; } 

/* ------------------------------------------------------------- */
.first {margin: 0; padding:0; text-align:left}
img{
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}
.no_state a:link, .no_state img a:visited, .no_state a:hover, .no_state a:active{ text-decoration:none; border: 5px;}
 #thumbs{
  width:100%;
  margin: 0px;
  padding: 5px;
 }

 #thumbs div {
  padding: 0;
  float:left;
 }

 #thumbs img{
  border:none;
  margin:0px auto;
  padding: 2px;
 } 
/* ------------------------------------------------------------- */
.button {
    border: none;
    background: url('/images/button.gif') no-repeat top left;
	width: 85px; height: 25px; color:#FFFFFF; font-size:13px; padding-bottom: 3px;
}
label
{
	font-weight:bold;  color:#666666; margin-top: 5px;
}
label.standard_label {float: left; width: 120px; font-weight: bold;}
input, textarea, select{ margin-bottom: 5px;}
/* =========================================================== */

table{border-collapse:collapse;border-spacing:0; margin-bottom: 15px /*15px space for the next thing under table */;}
th {
	color: #fff;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	border-left: 1px solid #aab88d;
	border-top: 1px solid #bdbdbd;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: url(../images/th_bg.jpg) repeat-x #0e5c96;
}
th a:link, td a:link
{ 
	text-decoration: underline; 
	color: #006AA9;
}
th a:visited, td a:visited
{ 
	text-decoration: underline; 
	color: #006AA9;
	padding: 2px;
}
th p, td p td {font-size: 12px;}
td.bg_gray {background:#CCCCCC; vertical-align:top; font-weight:bold}
table td.bg_gray2 {background: #E0E0E0; vertical-align:top; font-weight:bold}
table tr.bg_gray td{background:#EEEEEE; vertical-align:top}
table tr.bg_white td{background:#FFFFFF; vertical-align:top}
th.nobg {
	border: 0;
	background: #fff;
	border-right: 1px solid #aab88d;
	border-bottom: 1px solid #aab88d;
}
th.nobg2 {
	border: 0;
	background: #fff;
	border-right: 1px solid #aab88d;
	border-bottom: 1px solid #aab88d;
	border-top: 1px solid #aab88d;
}
td.nobg {
	border: 0px;
	background: #fff;
}
td {
	border-right: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	border-left: 1px solid #aab88d;
	background: #f7f7f7;
	padding: 6px 6px 6px 6px;
	color: #616161;
	vertical-align:top
}

#placeholder {width: 240px; background:url(../images/quote_bg.jpg) no-repeat; height: 149px; margin: auto; margin-top: 5px;}
#placeholderdiv {width: 205px; text-align:left; float: left; margin-left: 11px; margin-top: 7px; padding: 0; border: 0px solid black}



/* ==============================    ======================================= */
/* Style for Usual tabs */
.tabContainer {
 	padding:0;
	margin: 0;
  	width:98%;
  	border:0px solid;
}
.tabContainer ul {
	margin: 0;
	padding: 0;
}
.tabContainer li { list-style:none; float:left; }
.tabContainer ul a {
	display:block;
	text-decoration:none!important;
	padding: 8px 12px 8px 12px;
	font-size: 16px;
	color:#FFFFFF;
	background:#444444;
	border: 1px solid #cccccc;
}
.tabContainer ul a:hover {
	color:#FFFFFF;
	background:#006aa9;
}
.tabContainer ul a.selected {
	color:#ffffff;
	background:#006aa9;
	cursor:default;
}
.tabContainer .tabDiv{
	margin: 0px;
	clear:left;
	background:#F8F8F8;
	padding: 5px;
	border: 1px solid #cccccc;
}
div.item2 {float: left; width: 270px; margin: 7px; border:1px dashed #CCCCCC; background:#FFFFFF; padding:10px}
div.item3 {float: left; width: 570px; margin: 7px; border:1px dashed #CCCCCC; background:#FFFFFF; padding:10px}
div.item{
	margin-bottom: 5px; width:290px; float: left; padding:0px; margin:10px;
}
div.item h3{font-size: 22px; padding: 0; margin: 0; font-weight: 300; color:#00266d; padding-bottom: 3px;}
div.item_content p{font-size: 1.1em; margin:0; margin-bottom: 2px; padding:2px;margin-top: 3px;}
div.item_content{
	background: #F8F8F8; border:#cccccc 1px dashed; float: left; padding:3px; margin:0; width: 99%;
}
div.item div.item_content img {margin-right:2px; border:0px; padding: 2px;}
div.item div.item_content ul {list-style:none; display: block; margin:2px; padding:5px;}
div.item div.item_content ul li{margin-bottom:0px;}*/



div.item-statue {
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
.quote_container {width: 168px; height: 450px; border: 1px solid #eeeeee; padding: 5px; margin: 0px; float: left; background: #F8F8F8; position: relative;}
.quote_image_container{position: absolute; bottom:0px;}
div.quote_main_container{border: 0px solid #CCCCCC; padding: 0; margin: 0px; float: left;}
.quote_container:hover {background: #eeeeee;} 
#quotediv0 {position: absolute; width:600px; height:200px; border: 1px solid black; visibility: hidden; display: inline-block}
#quotediv1 {position: absolute; width:600px; height:200px; border: 1px solid black; visibility: hidden; display: inline-block}
#quotediv2 {position: absolute; width:600px; height:200px; border: 1px solid black; visibility: hidden; display: inline-block}
#quotediv3 {position: absolute; width:600px; height:200px; border: 1px solid black; visibility: hidden; display: inline-block}
#quotediv4 {position: absolute; width:600px; height:200px; border: 1px solid black; visibility: hidden; display: inline-block}

/* ==============================  HARDWARE  ======================================= */
div.item_product{
	width:95%; float: left; padding:10px; margin:3px; border:1px solid #DDDDDD; margin-bottom: 10px; background: #f2f2f2;
}

.txtCopyright, a.txtCopyright {

	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #eceeef;

}
/* ==============================  Video Page  ======================================= */
div.video_nav{
	margin: 0; border: 1px solid #dddddd; width:190px; width: 125px; float: left; height:30px; background:#f5f5f5; text-align:center; line-height: 30px;
}
div.video_nav_hover{
	margin: 0; border: 1px solid #dddddd; width:190px; width: 125px; float: left; height:30px; background: url(../images/sidebar_header.jpg) no-repeat; text-align:center; line-height: 30px;
}
.video_nav_hover a {color:#FFFFFF}
	
/* ---------------------------------- CUBECART --------------------------------------- */
.txtcartProgressCurrent {
	color: #006aa9;
	font-weight: bold;
}
.cartProgress {
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 2px solid #CCCCCC;
	width: 450px;
	margin: auto;
	margin-bottom: 5px;
	background:#F5F5F5;
	text-align:center;
}