/* basic */
* {
    margin: 0;
    padding: 0;
	color: #747474;
}

html {
    border: 0; /* @ IE/Win, hide the viewport's border */
}

body {
    margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #747474;
	background-color: #3a383a;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
	font-weight: normal;
}

table {
	border-width: 0px;
	border-spacing: 0px;
}

img {
	border-width: 0px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	display: inline;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}

div.frame_container {
	position: relative;
    z-index: 2;
	margin: auto;
	margin: 0px;
	text-align:center;
}

div.main_container {
	position: relative;
	width: 851px;
	margin: auto;	
	text-align: left;
	background-color: #FFF;
	padding-left: 22px;
	padding-right: 22px;
}

div.gray_line .left_line {
	background-color: #3a383a;
	height: 5px;
	width: 560px;
	float: left;
}
div.gray_line .right_line {
	background-color: #3a383a;
	height: 5px;
	width: 276px;
	float: right;
}

div.menu_meta_container {
	position: absolute;
	right: 22px;
	top: 10px;
	font-size: 10px;
}

div.menu_meta_container a {
	font-size: 10px;
}
div.menu_meta_container a:hover {
	font-size: 10px;
	color: #b3b3b3;
}
div.menu_meta_container a.selected {
	color: #b3b3b3;
}

div.header_container {
	position: absolute;
	top: 25px;
	left: 22px;
	height: 70px;
	width: 362px;
	background: transparent url('/images/logo.png') no-repeat top left;
}

div.menu_container {
	font-size: 28px;
	color: #616161;
	text-transform: lowercase;
	padding-top: 85px;
	padding-left: 140px;
}
div.menu_container a {
	font-size: 24px;
	color: #616161;
}
div.menu_container a:hover {
	font-size: 24px;
	color: #b3b3b3;
}
div.menu_container a.selected {
	font-size: 24px;
	color: #b3b3b3;
}
div.menu_container div.submenu {
	font-size: 12px;
	color: #616161;
}
div.menu_container div.submenu a {
	font-size: 12px;
	color: #616161;
}

div.help_container {
	position: absolute;
	right: 22px;
	top: 100px;
	width: 84px;
	height: 82px;
}

div.content_container {
	padding-top: 70px;
}
div.content_container .left_content_container {
	width: 560px;
	float: left;
}
div.content_container .right_content_container {
	width: 276px;
	float: right;
	font-size: 12px;
}

div.footer_container {
	font-size: 10px;
	padding-top: 100px;
	padding-bottom: 20px;
	text-align: right;
}

div.under_construction {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

div.under_construction_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
}

div.clear {
	clear:both;
}

a {
	font-size: 12px;
	color: #747474;
	text-decoration: none;
	line-height: 20px;
}
a:hover {
	text-decoration: none;
}
a.small {
	font-size: 10px;
}
a.arrow {
	padding-left: 35px;
}
a.arrow_image {
	background: transparent url('/images/link_arrow.png') no-repeat 24px 3px;
}
a.arrow_image:hover {
	background: transparent url('/images/link_arrow_hover.png') no-repeat 11px 3px;
	color: #622280;
}
a.arrow_image_selected {
	background: transparent url('/images/link_arrow_selected.png') no-repeat 14px 3px;
	color: #622280;
}

.small {
	font-size: 10px;
}

p {
	margin: 15px;
}

div.headline_container {
	padding-left: 15px;
	padding-right: 10px;
	width: 278px;
	height: 25px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent url('/images/header_background.png') no-repeat top left;
}

div.home_news_container {
	width: 278px;
}
div.home_news_container div.home_news_header {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	width: 278px;
	height: 46px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent url('/images/headline_background_news.png') no-repeat top left;
}
div.home_product_container {
	margin-top: 15px;
	float: left;
	width: 272px;
}
div.home_product_container div.home_product_header {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	height: 25px;
	width: 272px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
}
div.home_product_container div.home_product_text, div.home_news_container div.home_news_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
div.home_product_container a, div.home_news_container a {
	font-size: 12px;
}

div.box_text {
	padding-left: 25px;
	padding-right: 10px;
}

div.short_line {
	width: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.faq_background_container {
	width: 181px;
	height: 180px;
	float: left;
	font-size: 24px;
}
div.faq_background_container a {
	font-size: 24px;
}
div.faq_background_container div.faq_text {
	padding-left: 10px;
}

div.image_info {
	position: absolute;
	left: 140px;
	top: 0px;
	width: 135px;
	height: 45px;
	background-color: #616161;
}
div.image_info div.image_links {
	position: absolute;
	right: 5px;
	bottom: 3px;
	color: #FFF;
}
div.image_info div.image_links a {
	font-size: 14px;
	font-weight: bold;
}
span.image_title {
	position: absolute;
	right: 0px;
	bottom: 3px;
	background-color: #616161;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 12px;
}

input, textarea {
	color: #000;
	width: 220px;
}
input.submit {
	cursor: pointer;
}
input.login {
	border-width: 0px;
	height: 26px;
	font-size: 13px;
	width: 220px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	color: #000;
	background-color: transparent;
	border-bottom: 1px solid #9f9f9f;
}


/* PRODUCT COLOR STYLES */


a.arrow_image_1 {
	background: transparent url('/images/link_arrow_1.png') no-repeat 24px 3px;
}
a.arrow_image_1:hover {
	background: transparent url('/images/link_arrow_1_hover.png') no-repeat 11px 3px;
	color: #ca0000;
}
a.arrow_image_1_selected {
	background: transparent url('/images/link_arrow_1_selected.png') no-repeat 14px 3px;
	color: #ca0000;
}
a.arrow_image_2 {
	background: transparent url('/images/link_arrow_2.png') no-repeat 24px 3px;
}
a.arrow_image_2:hover {
	background: transparent url('/images/link_arrow_2_hover.png') no-repeat 11px 3px;
	color: #00cad4;
}
a.arrow_image_2_selected {
	background: transparent url('/images/link_arrow_2_selected.png') no-repeat 14px 3px;
	color: #00cad4;
}
a.arrow_image_3 {
	background: transparent url('/images/link_arrow_3.png') no-repeat 24px 3px;
}
a.arrow_image_3:hover {
	background: transparent url('/images/link_arrow_3_hover.png') no-repeat 11px 3px;
	color: #ffd400;
}
a.arrow_image_3_selected {
	background: transparent url('/images/link_arrow_3_selected.png') no-repeat 14px 3px;
	color: #ffd400;
}
a.arrow_image_4 {
	background: transparent url('/images/link_arrow_4.png') no-repeat 24px 3px;
}
a.arrow_image_4:hover {
	background: transparent url('/images/link_arrow_4_hover.png') no-repeat 11px 3px;
	color: #ca0000;
}
a.arrow_image_4_selected {
	background: transparent url('/images/link_arrow_4_selected.png') no-repeat 14px 3px;
	color: #ca0000;
}
a.arrow_image_5 {
	background: transparent url('/images/link_arrow_5.png') no-repeat 24px 3px;
}
a.arrow_image_5:hover {
	background: transparent url('/images/link_arrow_5_hover.png') no-repeat 11px 3px;
	color: #00cad4;
}
a.arrow_image_5_selected {
	background: transparent url('/images/link_arrow_5_selected.png') no-repeat 14px 3px;
	color: #00cad4;
}
a.arrow_image_6 {
	background: transparent url('/images/link_arrow_6.png') no-repeat 24px 3px;
}
a.arrow_image_6:hover {
	background: transparent url('/images/link_arrow_6_hover.png') no-repeat 11px 3px;
	color: #ffd400;
}
a.arrow_image_6_selected {
	background: transparent url('/images/link_arrow_6_selected.png') no-repeat 14px 3px;
	color: #ffd400;
}

.color_1, div.menu_container div.submenu a.submenu_1:hover, div.menu_container div.submenu a.selected_1 {
	color: #ca0000;
}
.color_2, div.menu_container div.submenu a.submenu_2:hover, div.menu_container div.submenu a.selected_2 {
	color: #00cad4;
}
.color_3, div.menu_container div.submenu a.submenu_3:hover, div.menu_container div.submenu a.selected_3 {
	color: #ffd400;
}
.color_4, div.menu_container div.submenu a.submenu_4:hover, div.menu_container div.submenu a.selected_4 {
	color: #ca0000;
}
.color_5, div.menu_container div.submenu a.submenu_5:hover, div.menu_container div.submenu a.selected_5 {
	color: #00cad4;
}
.color_6, div.menu_container div.submenu a.submenu_6:hover, div.menu_container div.submenu a.selected_6 {
	color: #ffd400;
}
.line_1 {
	border-bottom: 2px solid #ca0000;
}
.line_2 {
	border-bottom: 2px solid #00cad4;
}
.line_3 {
	border-bottom: 2px solid #ffd400;
}
.line_4 {
	border-bottom: 2px solid #ca0000;
}
.line_5 {
	border-bottom: 2px solid #00cad4;
}
.line_6 {
	border-bottom: 2px solid #ffd400;
}

div.help_container_image_1 {
	background: transparent url('/images/help_1.png') no-repeat top left;
}
div.help_container_image_2 {
	background: transparent url('/images/help_2.png') no-repeat top left;
}
div.help_container_image_3 {
	background: transparent url('/images/help_3.png') no-repeat top left;
}
div.help_container_image_4 {
	background: transparent url('/images/help_4.png') no-repeat top left;
}
div.help_container_image_5 {
	background: transparent url('/images/help_5.png') no-repeat top left;
}
div.help_container_image_6 {
	background: transparent url('/images/help_6.png') no-repeat top left;
}

div.home_product_container div.home_product_header_1 {
	background: transparent url('/images/headline_background_1.png') no-repeat top left;
}
div.home_product_container div.home_product_header_2 {
	background: transparent url('/images/headline_background_2.png') no-repeat top left;
}
div.home_product_container div.home_product_header_3 {
	background: transparent url('/images/headline_background_3.png') no-repeat top left;
}
div.home_product_container div.home_product_header_4 {
	background: transparent url('/images/headline_background_4.png') no-repeat top left;
}
div.home_product_container div.home_product_header_5 {
	background: transparent url('/images/headline_background_5.png') no-repeat top left;
}
div.home_product_container div.home_product_header_6 {
	background: transparent url('/images/headline_background_6.png') no-repeat top left;
}

div.faq_background_1 {
	background: transparent url('/images/faq_background_1.png') no-repeat top left;
}
div.faq_background_2 {
	background: transparent url('/images/faq_background_2.png') no-repeat top left;
}
div.faq_background_3 {
	background: transparent url('/images/faq_background_3.png') no-repeat top left;
}
div.faq_background_4 {
	background: transparent url('/images/faq_background_4.png') no-repeat top left;
}
div.faq_background_5 {
	background: transparent url('/images/faq_background_5.png') no-repeat top left;
}
div.faq_background_6 {
	background: transparent url('/images/faq_background_6.png') no-repeat top left;
}