@charset "utf-8";
/* CSS Document */

.copyright {
	font-size: 12px;
	color: #888585;
	margin-top: 7px;
}

.bottom_links {
	font-size: 12px;
	color: #a5a5a5;
	margin-top: 20px;
}

html {
	height: 100%; margin-bottom: 1px;
}

body {
	background: #d6d6d6 url(images/bg.png) repeat-x;
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	line-height: 170%;
	font-family: "Myriad Pro Regular", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	line-height: 110%;
	font-size: 28px;
	font-family: "Myriad Pro Semibold", "Lucida Grande", sans-serif;
	color: #CC0000;
	text-align:center;
}

h2 {
	line-height: 120%;
	font-family: verdana, arial; 
	font-size: 26px; 
	color: #cc0000; 
	font-weight: bold;
	text-align:center;
}

h3 {
	line-height: 130%;
	font-size: 22px;
	font-family: "Myriad Pro Semibold", "Lucida Grande", sans-serif;
	color: #000099;
}

h4 {
	line-height: 130%;
	font-size: 18px;
	font-family: "Myriad Pro Semibold", "Lucida Grande", sans-serif;
	color: #000099;
	margin-top: 40px;
	margin-bottom: 20px;
}

img {
border: 0;
}

.divider {
	color: #d6d6d6;
	background-color: #d6d6d6;
	height: 1px;
	border: none;
}

.tab_heading {
	font-size: 28px;
	letter-spacing: -2px;
	color: #5cb348;
	margin-top: 15px;
}

#inner_wrapper {
	width: 942px;
}

#left_shadow {
	/*position: relative;*/
	width: 942px;
	/*top: 98px;*/
	background: url(images/left_shadow.png) repeat-y left 0px;
}

#right_shadow {
	width: 942px;
	background: url(images/right_shadow.png) repeat-y right 0px;
}

#top {
	width: 942px;
	height: 120px;
	position: absolute;
	top: 0px;
	background: url(images/nav_unified.png) no-repeat left 0px;
}

#content_area {
	width: 900px;
	background: #fff;
	margin-top: 120px;
}

#content_spacing {
	position: relative;
	top: -15px;
	overflow: visible;
	z-index: 1;
	margin-bottom: -15px;
}

#content {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-family: verdana; font-size: 16px
}

#home_video_spacer {
	padding-top: 15px;
}

#home_content {
	background: #eaeaea url(images/home_bg.png) repeat-y;
	width: 900px;
	font-size: 13px;
	color: #000000;
}

#products {
	display: none;
}

#history {
	display: none;
}

#reviews {
	display: none;
}

#login {
	display: none;
}

#home_tab, #products_tab, #history_tab, #reviews_tab, #login_tab {
	width: 121px;
	height: 30px;
	margin-bottom: 25px;
	cursor: pointer;
}

#footer {
	/*position: relative;
	top: -16px;*/
	background: url(images/footer_bg_2.png) no-repeat left 0px;
	width: 942px;
	height: 73px;
	padding-top: 4px;
}

.h1 {
	display: none;
}

#ban_pos {
	padding: 10px;
	vertical-align: middle;
	position: relative;
	right: auto;	
	}
	
#tab_compare {
	border: thin solid #666666;

}