@charset "utf-8";
/* CSS Document */
body
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-color: #666;
	background-image: url(images/00_standard/bg.png);
}
#wrapper
{
	position:relative;
	float: left;
	width: 100%;
	min-width: 100em;
	padding-bottom: 5em;
}
#symbol
{
	position:absolute;
	width: 200px;
	height: 154px;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#logo
{
	position: absolute;
	width: 400px;
	height: 67px;
	top: .5em;
	left: 7em;
	z-index: 101;
}




/* MAIN CONTAINERS */
#header
{
	position: relative;
	overflow: auto;
	height: 7em;
	min-width: 90em;
	margin: 5em 5em 0 5em;
	background-color: #000;
}
#menu
{
	position: relative;
	overflow: auto;
	min-width: 90em;
	margin: 0 5em 0 5em;
	background-color: #CCC;
}
#middle_content
{
	position: relative;
	overflow: auto;
	min-width: 90em;
	margin: 1em 5em 0 5em;
	background-color: #CCC;
	padding-bottom: 3em;
}
#bottom_container
{
	position: relative;
	overflow: auto;
	height: 5em;
	min-width: 90em;
	margin: 0 5em 0 5em;
	background-color: #000;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 5em;
}


/* HEADER MENU */
#header ul
{
	position: absolute;
	right:2em;
	top: 1em;
}
#header ul li
{
	float: left;
	margin-left: 3em;
	font-weight: bold;
}
#header ul li a
{
	color: #FFF;
	text-decoration: none;
	font-size: 1.5em;
}
#header ul li a:hover
{
	color: #999;
}













/* MAIN MENU */
#menu ul
{
	float: right;
	list-style: none;
	padding: 0;
	margin: .5em 2em .5em 0;
}
#menu ul li
{
	float: left;
	margin-left: 3em;
	font-weight: bold;
}
#menu ul li a
{
	color: #000;
	text-decoration: none;
	font-size: 1.5em;
}
#menu ul li a:hover
{
	color: #333;
}









/* MIDDLE CONTENT COLUMNS */
#left_column
{
	position: relative;
	float: left;
	width: 50%;
}
#right_column
{
	position: relative;
	float: left;
	width: 50%;
}
#text_box_label
{
	position: relative;
	overflow: auto;
	margin: 1%;
	background-image: url(images/00_standard/product_header.png);
	background-repeat: repeat-y;
	background-color: #000;
	background-position: left;
	border: .1em solid #333;
}
#text_box_label img
{
	position: relative;
	float: left;
}
#text_box_label span
{
	float: right;
	height: 1em;
	padding: 1em 1em 0 0;
	font-size: 1.5em;
	font-weight: bold;	
	color: #FFF;
}



/* COLUMN LEFT */
#kite_full
{
	position: relative;
	float: left;
	width: 98%;
	margin: 1%;
}
.kite_form
{
	position: relative;
	float: left;
	width: 98%;
	margin: 1%;
	background-color:#FFF;
	border: .1em dashed #666;
}
.size_select_box
{
	position: relative;
	float: left;
	width: 50%;
	margin: 1em 1em 0 1em;
}
.color_select_box
{
	position: relative;
	float: left;
	width: 50%;
	margin: 1em 1em 0 1em;
}
.bar_select_box
{
	position: relative;
	float: left;
	width: 50%;
	margin: 1em;
}
.buy_now_btn
{
	position: absolute;
	width: 6em;
	height: 3em;
	bottom: 1em;
	right: 1em;
	color: #000;
	background-color: #F00;
	border: .1em solid #333;
	font-weight: bold;
	font-size: 1.25em;
	cursor: pointer;
}
.price
{
	position: absolute;
	width: 6em;
	height: 3em;
	top: .5em;
	right: .5em;
	border: none;
	padding-right: .3em;
	background-color: #FFF;
	font-size: 2em;
	text-align: right;
	font-weight: bold;
	color: #F00;
}






/* CONTENT RIGHT COLUMN */
#desc
{
	font-size: 1.5em;
	position: relative;
	float: left;
	height: auto;
	width: 95%;
	background-color:#FFF;
	border: .075em groove #333;
	margin: 0 1% 1% 1%;
	padding: 1%;
	visibility: visible;
	overflow:auto;
}
#features
{
	font-size: 1.5em;
	position: relative;
	float: left;
	height: 0;
	width: 90%;
	background-color:#FFF;
	border: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
	overflow: auto;
}
#bar
{
	font-size: 1.5em;
	position: relative;
	float: left;
	height: 0;
	width: 90%;
	background-color:#FFF;
	border: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
	overflow: auto;
}
#bar ul
{
	position: relative;
	width: 45%;
	float: left;
}
#bar img
{
	position: relative;
	width: 45%;
	float: left;
}
#performance
{
	font-size: 1.5em;
	position: relative;
	float: left;
	height: 0;
	width: 90%;
	background-color:#FFF;
	border: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
	overflow: auto;
}
#performance table
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 2em;
}
#performance td
{
	border-top-width: .075em;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 25%;
}
.bottom_td
{
	border-bottom-width: .075em;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bottom_td_left
{
	border-bottom-width: .075em;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
}
.color_row
{
	background-color:#CCC;
}
.left_option
{
	background-color: #FFF;
}
#tabs
{
	position: relative;
	float: left;
	width: 95%;
	margin: 0;
	padding: 0;
	overflow:auto;
	margin: 1% 1% 0 1%;
	list-style: none;
}
#tabs li
{
	position: relative;
	float: left;
	width: 7.5em;
	height: 2em;
	padding: .4em 0 0 .4em;
	background-color:#FFF;
	border-top-width: .1em;
	border-right-width: .1em;
	border-left-width: .1em;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
	text-align: center;
}
#tabs li:hover
{
	background-color: #CCC;
}

























/*ROUNDED CORNERS */
.ltc
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-image: url(images/00_standard/ltc.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
.rtc
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	background-image: url(images/00_standard/rtc.gif);
	background-repeat: no-repeat;
	z-index: 1;
}.lbc
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-image: url(images/00_standard/lbc.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
.rbc
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	background-image: url(images/00_standard/rbc.gif);
	background-repeat: no-repeat;
	z-index: 1;
}






/* FADES */
.fade_up
{
	position: absolute;
	width: 100%;
	height: 2.5em;
	bottom: 0px;
	left: 0px;
	background-image: url(images/00_standard/fade_up.png);
}
.fade_down
{
	position: absolute;
	width: 100%;
	height: 2.5em;
	top: 0px;
	left: 0px;
	background-image: url(images/00_standard/fade_down.png);
}


/* INDEX */
#index_top
{
	position:relative;
	float: left;
	overflow: auto;
	min-width: 42em;
	margin: 0 1em 0 1em;
	padding: .5em;
	font-size: 2em;
	font-weight: bold;
	border-bottom-width: .05em;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#index_top img
{
	position: relative;
	float: right;
	width: 35%;
}
#img_bar
{
	position:relative;
	float: left;
	overflow: auto;
	min-width: 43em;
	margin: 0 1em 0 1em;
	font-size: 2em;
	font-weight: bold;
	border-bottom-width: .05em;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-right-width: .05em;
	border-left-width: .05em;
	border-right-style: inset;
	border-left-style: inset;
	border-right-color: #333;
	border-left-color: #333;
}
#img_bar img
{
	position: relative;
	float: left;
	width: 100%;
}
#index_top span
{
	position: relative;
	float: right;
	width: 65%;
}
#index_middle
{
	position:relative;
	float: left;
	overflow: auto;
	min-width: 42em;
	margin: 0 1em 0 1em;
	padding: .5em;
	font-size: 2em;
	font-weight: bold;
	border-bottom-width: .05em;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#index_middle img
{
	position: relative;
	float: right;
	width: 35%;
}
#index_middle span
{
	position: relative;
	float: right;
	width: 65%;
}

#index_bottom
{
	position:relative;
	float: left;
	overflow: auto;
	min-width: 87em;
	margin: 0 1em 0 1em;
	padding: .5em;
	text-align: center;
}


/*CONTACT FORM */
#contact_title
{
	position:relative;
	float: left;
	overflow: auto;
	min-width: 21.5em;
	margin: .25em .5em .25em .5em;
	font-weight: bold;
	font-size: 4em;
}
#contact_info
{
	position:relative;
	float: left;
	overflow: auto;
	min-width: 70em;
	margin: 0 10em 1em 10em;
	font-weight: bold;
	color: #666;
}
.full_form
{
	position:relative;
	float: left;
	overflow: auto;
	width: 68em;
	margin: 0 10em 5em 10em;
	padding: .5em;
	background-color: #FFF;
	border: .1em dashed #333;
}
.label_full
{
	position:relative;
	float: left;
	overflow: auto;
	width: 67em;
	font-weight: bold;
	text-align: left;
}
.label_34
{
	position:relative;
	float: left;
	overflow: auto;
	width: 60em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: left;
}
.input_full
{
	position: relative;
	width: 15em;
	float: left;
	padding: 0;
	margin: 0 50em .5em 0;
	background-color: #CCC;
	border: .1em inset #CCC;
}
.send_btn
{
	position: relative;
	width: 15em;
	float: left;
	padding: 0;
	background-color: #CCC;
	border: .1em inset #CCC;
}
.remove_form
{
	padding: 0;
	margin: 0;
}
.full_form textarea
{
	position:relative;
	float: left;
	overflow: auto;
	width: 40em;
	margin: 0 0 .5em 0;
	background-color: #CCC;
	border: .1em inset #CCC;
}

.remove_btn
{
	position: relative;
	float: left;
	width: 24%;
	background-color: #FFF;
	border: none;
	text-align: center;
	background-color: #CCC;
	border: .1em inset #CCC;
}
.label_half
{
	position:relative;
	float: left;
	width: 30em;
	font-weight: bold;
	text-align: left;
}
.label_whole_big
{
	position:relative;
	float: left;
	width: 45em;
	margin-bottom: .5em;
	font-weight: bold;
	text-align: left;
	font-size: 1.5em;
	border-bottom-width: .1em;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.input_half
{
	position: relative;
	width: 20em;
	float: left;
	padding: 0;
	margin: 0 2.25em .5em 0;
	background-color: #CCC;
	border: .1em inset #CCC;
}
.input_check
{
	position:relative;
	float: left;
	width: 2.5em;
	height: 1em;
	margin-bottom: .5em;
}
.label_quarter
{
	position:relative;
	float: left;
	overflow: auto;
	width: 17em;
	margin-bottom: .5em;
	font-weight: bold;
	text-align: left;
}
.input_quarter
{
	width: 12em;
	padding: 0;
	background-color: #CCC;
	border: .1em inset #CCC;
}
.cart_content
{
	position:relative;
	float: left;
	overflow: auto;
	width: 68em;
	margin: 0 10em 5em 10em;
	padding: .5em;
	background-color: #FFF;
	border: .1em dashed #333;
}



/* DEALERS */
#dealers_title
{
	position:relative;
	float: left;
	overflow: auto;
	min-width: 21.5em;
	margin: .25em .5em .25em .5em;
	font-weight: bold;
	font-size: 4em;
}
.dealer_info
{
	position:relative;
	float: left;
	overflow: auto;
	min-width: 70em;
	margin: 0 10em 1em 10em;
	font-weight: bold;
	color: #666;
}
