body{
	color: #444;
	font-family: arial, helvetica, sans-serif;
}

a{
	color: #e78625; /* orange text */
}

a:hover{
	color: #eea657; /* light orange text */
}


div#container{
	margin: 20px auto;
	overflow: hidden;
	width: 962px;
}

.even{
	background: #eee;
}

.odd{
	background: #fff;
}

div#header{
	padding-bottom: 8px;
}

div#header h1{
	float: left;
	margin-top: 5px;
}

div#header h1 a{
	background: url(/images/site.logo.png);
	display: block;
	height: 46px;
	width: 232px;
}

div#header h1 span{
	display: none;
}

div#header #account_menu{
	float: right;
	padding-bottom: 8px;
	text-align: right;
}

div#header #account_menu p{
	float: left;
	font-size: .9em;
	margin: 10px 10px 0 0;
}

div#shipping_advisory {
	float: left;
	padding: 25px 0px 0px 50px;
	font-weight: bold;
}

div#shipping_advisory_red {
	color: red;
	padding: 0px 0px 5px 5px;
	font-weight: bold;
}

div#header #shop_menu{
	clear: right;
	float: right;
	font-size: .9em;
	padding: 1px 0;
	overflow: hidden;
	text-align: right;
}

div#header #shop_menu li{
	border-right: 1px solid #000;
	float: left;
	margin-right: -1px;
}

div#header #shop_menu a{
	color: #000;
	padding: 1px 5px 1px 6px;
	text-decoration: none;
}

div#header #shop_menu a.cart{
	background: url(/images/site.icon.cart.png) 5px 0 no-repeat;
	padding-left: 30px;
}

div#header #shop_menu a:hover{
	text-decoration: underline;
}

div#main_menu_div{
	background: url(/images/site.menu-bg.png) repeat-x #e8881f;
	margin-bottom: 8px;
	width: 100%;
	z-index: 199;
}

ul#main_menu{
	display: block;
	float: left;
	min-width: 1px;
	z-index: 200;
}

ul#main_menu li{
	float: left;
	min-width: 1px;
	position: relative;
	z-index: 200;
}

ul#main_menu li a{
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 200;
}

ul#main_menu li a:hover{
	background: url(/images/site.menu-bg-over.png) repeat-x;
	color: #fff;
}

ul#main_menu li ul.sub_menu{
	background: #e8881f;
	display: none;
	left: 0px;
	min-width: 1px;
	position: absolute;
	top: 100%;
	z-index: 201;
}

ul#main_menu li:hover ul.sub_menu, ul#main_menu li.hover ul.sub_menu{
	display: block;
	z-index: 201;
}

ul#main_menu li ul.sub_menu li{
	float: none;
	z-index: 201;
}

ul#main_menu li ul.sub_menu li a{
	background: #e8881f;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 201;
}

ul#main_menu li ul.sub_menu li a:hover{
	background: #eda025;
	color: #fff;
}

div#main_content{
	z-index: 5;
}



h2.header{
	color: #e78625; /* orange text */
	font-size: 1.8em;
	margin: 1em 0 .5em 0;
}

h3{
	color: #e78625; /* orange text */
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em 0;
}

h4{
	color: #e78625; /* orange text */
	font-weight: bold;
	margin: .5em 0;
}

div.content_left{
	float: left;
	width: 704px;
}


div#right_sidebar{
	float: right;
	width: 225px;
	margin: 0px;
	padding: 0px;
}

div#right_sidebar img.sidebar_banner{
	display: block;
	margin-top: 10px;
}

img.testiimonial_box{
	margin-bottom: 4px;
}



div.errorExplanation{
	background: #fff;
	border: 2px solid #f00;
	margin: 0 10px 10px 10px;
	padding: 0.3em 1em;
}

div.errorExplanation h2{
	display: none;
	margin: 4px 0;
}

div.errorExplanation p{
	display: none;
}

div.errorExplanation ul{
	font-size: .9em;
	margin: 6px 0;
}

span.fieldWithErrors input, span.fieldWithErrors select, span.fieldWithErrors textarea{
	border: 2px solid #f00;
}





div#notice{
	background: #fff;
	border: 1px solid #466da8; /* blue */
	color: #466da8; /* blue */
	font-weight: bold;
	margin: 0 10px 8px 10px;
	padding: 2px 10px;
}

div#error{
	background: #fff;
	border: 1px solid #f00; /* red */
	color: #f00; /* red */
	font-weight: bold;
	margin: 0 10px 8px 10px;
	padding: 2px 10px;
}




div#admin_functions{
	clear: both;
	padding-top: 20px;
}

div#admin_functions fieldset{
	background: #eee;
	border: 1px solid #666;
}

div#admin_functions legend{
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
}

div#admin_functions a{
	color: #000;
}

div#admin_functions a:hover{
	color: #666;
}

div#admin_functions a.destroy{
	display: block;
	float: right;
}




fieldset.admin_form{
	border: 1px solid #666;
}

fieldset.admin_form h3{
	font-weight: bold;
	margin: 10px 0;
}

fieldset.admin_form legend{
	font-weight: bold;
}

fieldset.admin_form div.form_row{
	white-space: nowrap;
	padding-bottom: 0.5em;
}

fieldset.admin_form div.form_row.with_gap{
	padding-top: .8em;
}

fieldset.admin_form label{
	float: left;
	margin: 0 0.2em 0 0;
	padding: 2px 4px;
	text-align: right;
	width: 16em;
}

fieldset.admin_form label.for_select{
	margin-top: 0.3em;
}

fieldset.admin_form input, fieldset.admin_form textarea{
	width: 360px;
}

fieldset.admin_form input.checkbox{
	width: auto;
}

fieldset.admin_form input.short{
	width: 200px;
}

fieldset.admin_form input.submit, fieldset.admin_form input.delete{
	width: 10em;
}

fieldset.admin_form div.form_row.file{
	padding: 8px 0;
}

fieldset.admin_form input.file{
	padding-top: 4px;
	width: 26em;
}

fieldset.admin_form ul.sortable li{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: -1px;
	padding: 6px 0;
}

fieldset.admin_form ul.sortable li div.col{
	float: left;
	padding: 4px;
}

fieldset.admin_form table.admin{
	font-size: .9em;
}

fieldset.admin_form table.admin tr{
	border: 1px solid #ccc;
}

fieldset.admin_form table.admin th{
	padding: 2px 6px;
	text-align: left;
}

fieldset.admin_form table.admin td{
	padding: 2px 6px;
}

fieldset.admin_form span.handle{
	color: #2c69b1; /* blue */
	cursor: move;
	font-weight: bold;
}

fieldset.admin_form .note_indent{
	display: block;
	margin: 0 0 .8em 18em;
	padding: 0 4px;
}





div#footer{
	border-top: 1px solid #000;
	margin-top: 16px;
	padding-top: 8px;
}

div#footer a.international{
	background: url(/images/site.globe-icon.png) no-repeat;
	float: right;
	padding: 7px 0 6px 30px;
	text-decoration: none;
}

div#footer a{
	color: #000;
	font-size: .9em;
	text-decoration: none;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer p.copyright{
	clear: left;
	font-size: .9em;
}

ul#footer_menu{
	float: left;
	margin-left: -5px;
	overflow: hidden;
}

ul#footer_menu li{
	border-left: 1px solid #000;
	float: left;
	margin: 7px 0 6px -1px;
	padding: 0 6px 0 5px;
}

div#footer div#logos{
	clear: both;
	float: right;
	padding-top: 10px;
}


div#debug{
	background: #eee;
	border: 1px solid #000;
	margin: 0 auto 30px auto;
	padding: 6px 10px;
	width: 940px;
}

div#debug fieldset{
	margin-top: 10px;
	width: 90%;
}


div#dhtmltooltip{
	background-color: #ffc;
	border: 1px solid #000;
	padding: 4px 10px;
	position: absolute;
	visibility: hidden;
	width: 150px;
	z-index: 100;
}



#technology_container {
  z-index: -1;
	text-align: center;
	padding-top: 10px;
}

#technology_container script, #technology_container noscript {
	margin: 0 auto;
}

span.review{
  display: block;
  padding-bottom: 20px;
}

div.review_image {
  float: left;
  width: 80px;
}

div.review_body {
  padding-bottom: 20px;
  float: left;
  width: 600px;
}

div.review_hr{
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.review_text {
  border: 1px solid #ccc;
  padding: 5px;
}

p.hilite{
	background: #ffe;
	border: 1px solid #999;
	font-weight: bold;
	padding: 0.5em 2em 0.5em 0em;
	text-align: center;
}

.small_note {
	font-size: 11px;
}

div#sound_bites {
  width: 225px;
  height: 146px;
}

div#sound_bites h5 {
  background: url(/images/checkout.proceed-bg.png) 0 3px repeat-x #eb9822;
  color: #fff;
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  padding: 0.4em 0;
  text-align: center;
  width: 100%
}


div#sound_bite_outer {
  display: table;
  font-size: 12px;
  width: 223px;
  height: 120px;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  background-color: #F6F6F6;
}

div.sound_bite_inner {
	display: table-cell;
	vertical-align: middle;
  width: 95%;
  text-align: left;
  padding-top: 1em;
}


div.sound_bite_product {
  padding-left: 10px;
}

div.sound_bite_quote {
  padding: 5px 0px 5px 20px;
}

div.sound_bite_source {
  padding-left: 80px;
}

#sound_bites, #join_cast {
	margin-top: 6px;
}

div#logos div.AuthorizeNetSeal img {
	width: 45px;
	height: 36px;
}

div#logos div.AuthorizeNetSeal a#AuthorizeNetText {
	display: block;
}

div#logos td#bbb img {
	width: 32px;
	height: 49px;
}

div#logos td#bbb_reliability img {
	width: 32px;
	height: 49px;
}

div#logos td#rohs img {
	width: 75px;
	height: 20px;
}

