/* Reset CSS */
html, body, div, span,
applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
/*	vertical-align: baseline;   tdg took this out 4/29/09 */
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;	/* eliminate margin */
	margin: 0;
	padding: 0;
}
/****************************************************************
End CSS reset 
****************************************************************/





/* Global ____________________________________________________________________ */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 13px;
	color: #676767;
	line-height:1.8em;

}
body#homebg {
	height: 100%;
	background: url(../images_2.0/bg_tile.gif) repeat-x;
	color: #676767;
}

body#interiorbg {
	height: 100%;
	background: url(../images_2.0/bg_interior_tile.gif) repeat-x;
	color: #676767;
}



/* Link ____________________________________________________________________ */

a {
	color:#81277a;
	text-decoration:none;
}

a:hover {
	color:#323232;
	text-decoration:underline;
}


/* Headings _________________________________________________________________ */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;	/* eliminate margin */
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 30px;
	color: #6a3177;
	padding-bottom: 10px;
	font-family:"Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-weight: 200;
}

h2 {
	font-size: 18px;
	color: #141414;
	padding: 10px 0 5px 0;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	padding: 15px 0 6px 0;
}

h4 {
	font-size: 14px;
	padding: 15px 0 5px 0;
	color: #fffefe;
}

h5 {
	font-size: 16px;
	padding: 15px 0 4px 0;
	font-weight: normal;
}

h6 {
	font-size: .9em;
	padding: 15px 0 2px 0;
}

h2.products {
	color:#628D1E;
	font-weight:bold;
	letter-spacing:0;
	margin:0 0 0 0;
}

.faq_category {
	font-size: 18px;
	color: #141414;
	padding: 15px 0 7px 0;
	font-weight: normal;
}

h2.products_header {
	padding: 0;
}



/* Text ____________________________________________________________________ */

p {
	font-size: 100%;
	line-height: 1.8em;
	padding: 0 0 1.25em 0;
}

.green { color: #829f47; font-size: 15px; }

.small { font-size: 10px; line-height: 18px; }

.italics { font-style: italic; }

/* Top Navigation __________________________________________________________ */

#menu_home {
	width: 500px;
	float: left;
	margin: 52px 0 0 415px;
}
#menu {
	width: 500px;
	margin: 0;
}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 500px;
	list-style-type : none;
}
#menu li {
	margin-left: -21px;
	float : left;
}
#menu li.endPiece {
	margin-left: -21px;
}
#menu li a:hover, #menu li.current a{
	background: url(../images_2.0/nav.png) 0 -32px;
}
#menu li a {
	display : block;
	color :  #fff;
	text-decoration : none;
	font-size : 13px;
	text-align: center;
	height: 25px;
	width: 128px;
	padding: 7px 0 0 17px;
	background: url(../images_2.0/nav.png) no-repeat 0 0;
}
#menu li.endPiece a{
	background: url(../images_2.0/nav_end.png) 0 0;
}

#menu li.endPiece a:hover, #menu li.endPiece.current a {
	background: url(../images_2.0/nav_end.png) 0 32px;
}

.fancy_list li{
	padding: 2px 0 15px 30px;
	background: url(../images_2.0/bullet_star.gif) 0 3px no-repeat;
	list-style:none;
	line-height: 18px;
}


/* Layout ____________________________________________________________________ */


body#homebg #wrapper {
	width:100%;
	background:url(../images_2.0/bgwide.jpg) no-repeat top center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -246px auto; /* negative value must be the same height as footer (for stickyness) */ 
}

body#interiorbg #wrapper {
	width:100%;
	background:url(../images_2.0/bgwide_interior.jpg) no-repeat top center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -246px auto; /* negative value must be the same height as footer (for stickyness) */ 
}

#container {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	width: 960px;
	position: relative;
	height: 550px;
}

#header_interior {
	width: 960px;
	position: relative;
	height: 135px;
}

#content {
	margin: 0;
}

#main-content {
	width: 965px;
	float: left;
}

#module-buttons {
	width: 965px;
	float: left;
}

/* Homepage Stuff _______________________________________________________________ */

#home-welcome {
	width: 200px;
	float: left;
	margin: 80px 0 0 0;
}

#home-welcome h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 33px;
}

#flash_area {
	width: 640px;
	height: 360px;
	float: left;
	/*margin: 8px 0 0 66px;*/
	margin: 0;
	padding: 7px 0 0 62px;
}


/* Home Modules */

#item {
	width: 290px;
	float: left;
	margin-right: 25px;
	position: relative;
}

#item_button {
	width: 307px;
	float: left;
	margin: 0 0 0 8px;
	position: relative;
}

.thumb {
	height: 89px;
	width: 276px;
	padding: 5px;
	position: relative;
}

.shadow {
	width: 328px;
	height: 135px;
	top: -16px;
	left: -20px;
	bottom: -20;
	right: -20px;
	z-index: -5;
	background: url(../images_2.0/shadow.png) no-repeat;
	position: absolute;
}

.details {
	padding: 15px 5px 0px 10px;
	z-index: 5;
	position: relative;
}

.details p {
	color: #888;
	clear: both;
	padding: 5px 0 15px 0;
	margin: 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 22px;
}

.details h2 {
	color: #444;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 11px;
	float: left;
	width: 280px;
	letter-spacing: 2px;
}

#btn_watch {
	float: left;
	width: 139px;
	height: 31px;
	margin: 0;
	padding: 0;
	background: url(../images_2.0/btn_home_watch.jpg) top left;
}
#btn_watch:hover { background-position: bottom; }

#btn_learn {
	float: left;
	width: 139px;
	height: 31px;
	margin: 0;
	padding: 0;
	background: url(../images_2.0/btn_home_learn.jpg) top left;
}
#btn_learn:hover { background-position: bottom; }

.module_btn { padding-left: 25px; }

/* / Home Modules */

#welcome_user {
	float: left;
	padding: 0 40px 0 0;
	font-size: 12px;
	text-align: right;
}

#tab_holder {
	height: 25px;
	width: 960px;
	padding: 0;
}

#top_tab {
	float: right;
	padding: 0;
	margin: 15px 65px 0 0;
}

#lang_dropdown {
	float: left;
	padding-left: 15px;
}

#lang {
	background: url(../images_2.0/dropdown_bg.gif) no-repeat; 
	border: none;
	width: 189px;
	height: 23px;
	padding: 5px 0 0 10px;
}

*html #lang {
	background: none;
}

#lang option {
	background: #fff;
}

#login_btn {
	float: left;
	width: 72px;
	height: 24px;
	background: url(../images_2.0/btn_home_login.jpg) top left;
}
#login_btn:hover { background-position: bottom; }


/* Interior Stuff ____________________________________________________________ */

#menu_interior {
	float: left;
	margin: 64px 0 0 416px;
}

#content_2_col {
	background: url(../images_2.0/interior_bg.jpg) no-repeat;
	float: left;
	margin-top: 25px;
}

#content_1_col {
	width:850px;
	background: none;
	float: left;
	margin: 50px 0 0 25px;
}

#interior_col1 {
	float: left;
	width: 240px;
	padding: 25px 0 0 14px;
}

#interior_col2 {
	float: left;
	width: 635px;
	min-height: 676px;
	padding: 25px 0 0 40px;
}

/* Left Menu Button */

button { 
  border:0; 
  cursor:pointer;
  margin: 0 0 4px 0;
  padding: 0; 
  text-align:left; 
  width: 198px;
  font-weight: normal;
}

button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 1px 15px; 
}

button.leftMenuBTN { 
  background:url(../images_2.0/btn_left_menu.jpg) top left no-repeat;  
  font-size: 13px; 
  height:34px; 
  color:#fff; 
}
button.leftMenuBTN:hover { background-position: bottom; }

#ctl00_main_ListView1_ctrl0_imgPlan { margin-right: 30px; } /*  order page images  */


/* Products ____________________________________________________________________ */

#divider-dot {
	width: 100%;
	height: 5px;
	margin: 0 0 15px 0;
	background: url(../images_2.0/divider-dot.gif)  left repeat-x;
}



#product-videos-left{
	margin: 40px 0 0 8px;
}



.product-pic {
	float: left;
	margin: 18px 18px 18px 0;
}



.banner_bottom .sec-videoemail {background:url(../images_2.0/product-icon-film.gif) no-repeat;padding:0 15px 50px 90px;min-height:60px;margin-left: 0;}

.banner_bottom .sec-icu {background:url(../images_2.0/product-icon-phone.gif) no-repeat;padding:0px 15px 50px 90px;min-height:60px;margin-left:0;}

.banner_bottom .sec-website {background:url(../images_2.0/product-icon-computer.gif) no-repeat;padding:0px 15px 20px 90px;min-height:60px;margin-left:0}


/* Footer ____________________________________________________________________ */

#footer {
	height:246px;
	width: 100%;
	background: url(../images_2.0/footer_bg.gif) repeat-x;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#footer li {
	list-style: none;
}

#footer-inner {
	width: 975px;
	margin: 0 auto;
	padding: 40px 0 0 25px;
	font-size: .9em;
	color: #bbb;
	}

#footer-inner a {
	color: #d8d8d8;
	text-decoration: none;
	}

#footer-inner a:hover {
	color: #eee;
	text-decoration: underline;
	}
	
#footer-inner p {
	line-height: 2.2em;
	}

#footer-inner .highlight {
	color: #ddd;
	}

#footer-inner h4 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(../images_2.0/dots_underline.gif) left bottom repeat-x;
}

#footer-inner .section {
	float: left;
	padding: 0 10px 0 0 ;
	margin: 0 10px 0 0;
	display: inline;
}

.section{
	width: 175px;
}

#sitemap ul{
	margin: 0;
	padding: 0;
}

#sitemap ul li {
	padding: 0 0 0 0;
}

#get_it_now {
	width: 320px;
	height: 105px;
	background: url(../images_2.0/GetitNow.jpg) top left;
}
#get_it_now:hover { background-position: bottom; }



/* Misc ____________________________________________________________________ */

#my_clear {
	float: left;
	width: 964px;
	height: 25px;
}

.clear {
	clear: both;
}

.push {
	height:246px;/* make the height of .push the same as #footer (for stickyness) */

}


/* Signup ____________________________________________________________________ */

.signup_box{
	background:#f7f7f3 !Important;
	border:solid 1px #dde5c4 !Important;
	padding:10px;
	width:600px;
	-moz-border-radius: 6px 6px 6px 6px;
	margin-bottom: 15px;
}

.signup_box .label {
	padding-right: 12px;
}

.required {
	color: #c40000 !Important;
	font-weight: normal !Important;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

.resultsHeader {
	background: #aeb38c;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	-moz-border-radius: 5px 5px 5px 5px;
}

.displayNameHeader, .fullNameHeader, .cityStateHeader, .phoneHeader {
	padding: 8px 75px 8px 0;
}

#ctl00_main_btnNext {
	width: 80px;
	height: 35px;
	background: #aeb38a url(../images_2.0/btn_form_bg.gif) left bottom repeat-x;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;	
	border: none;
	padding: 0;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 15px;
	display: block;
}

.productSelectButton {
	background: #aeb38a url(../images_2.0/btn_form_bg.gif) left bottom repeat-x;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	width: 80px;
	height: 35px;	
	border: none;
	padding: 0;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 15px;
	display: block;
}

#ctl00_main_ListView1_itemPlaceholderContainer img, #ctl00_main_listOptions_itemPlaceholderContainer img {
	margin-right: 15px;
}

#ctl00_main_txtHow {
	width: 450px;
	height: 125px;
}

.ProductName {
	font-size: 20px;
	color: #6A3177; 
}

.disclaimerText {
	font-size: 10px;
	margin-top: 100px;
	width: 500px;
}