* {
	font-family:freesans, helvetica, arial, sans-serif;
	outline: none;
}

body, div, td {
	font-size: 11px;
	color: #fff;
}

td, div {
	margin: 0px; 
	padding: 0px;
}

body {
	margin: 0px auto;
	background-color: #000;
}


a {
	color: #fff;
}

img {
	border: 0px;
}

h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 5px;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

h3 {
	margin: 5px 2px 3px 0px;
	font-size: 12px;
}

label {
	
}
 
select {
	font-size: 11px;
}

input[type=text],input[type=password] {
	border: 0px;
	font-size: 12px;
	width: 300px;
	height: 14px;
}
textarea {
	border: 1px solid #000;
	font-size: 12px;
}
#main {
	width: 970px;
	margin: 0px auto;
}

#bottom_bar {
	width: 970px;
	height: 30px;
	color: #fff;
	background-image: url(/images/bottom_bar.png);
	font-size: 16px;
}

#main_container {
	width: 970px; 
	height: 393px;
	background-repeat: repeat-y;
	background-image: url(/images/main_background.png);
	padding-left: 25px;
}

#main_text_container {
	padding-left: 10px;
	padding-top: 0px;
	width: 850px;
	float: left;
}

#header {
	background-color: #000;
	padding-top: 10px;
}


#sub_nav {
	width: 700px;
	border-bottom: 2px solid #ff7517;
	padding-top: 28px;
	position: absolute;
	right: 70px;
}

#sub_nav td {
	padding-bottom: 5px;
	margin: 0px auto;
}

#sub_nav a { 
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#sub_nav a:hover, #sub_nav a.active {
	color: #ff7517;
}

#sub_nav ul {
	width:800px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#sub_nav ul li {
	whitespace: nowrap;
	cursor: pointer;
	display: table-cell;
	margin: 0px;
}

#get_input {
	width: 360px;
	height: 250px;
	border: 1px solid #F3F1F0;
	margin-top: 50px;
	overflow: auto;
	font-size: 15px;
}

a.button {
	background-image: url(/images/button_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #000;
	
	display: table-cell; 
	outline: none; 
	float: left;
	text-decoration: none;
	padding-left: 2px;
	font-size: 12px;
	padding-bottom: 5px;
	height: 20px;
}


a.button span {
	background-image: url(/images/button_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: block; 
	line-height: 20px; 
	outline: none;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	padding: 0px 13px 0px 10px;
	cursor: pointer;
	text-align: center;
	width: 60px;
}

a.orange_button {
	display: table-cell; 
	outline: none;
	float: left;
	text-decoration: none;
	background-image: url(/images/orange_button_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 2px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	padding-bottom: 5px;
	height: 20px;
	margin-left: 5px;
		
}


a.orange_button span {
	display: block; 
	line-height: 20px; 
	outline: none;
	text-decoration: none;
	background-image: url(/images/orange_button_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	font-size: 12px;
	padding: 0px 13px 0px 10px;
	cursor: pointer;
	width: 60px;
	text-align: center;
}

ul.tabs {
	list-style: none;
	margin: 0px;
	margin-left: 110px;
	padding: 0px;
	height: 25px;
}

ul.tabs li {
	whitespace: nowrap;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
}

ul.tabs li a {
	font-size: 12px;
	color: #333;
}

#dropdown {
	background-position: bottom left;
	position: absolute;
	margin: 0px;
	z-index: 1000;
	margin-left: 30px;
}

#dropdownHeader {
	background-color: #717171;
	color: #fff;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 3px 30px;
	
}

#dropdownContent {
	padding: 5px;
	color: #000;
	min-height: 250px;
	padding-left: 30px;
}

#dropdownContent div {
	color: #000;
}

.errorDropdown {
	background-image: url(/images/error_dropdown.png);
	background-position: top left;
	width: 429px;
	left: 250px;
}

.largeDropdown {
	height: 385px;
	background-image: url(/images/dropdown.png);
	width: 656px;
	left: 110px;
	background-position: bottom left;
}

.smallDropdown {
	height: 148px;
	width: 475px;
	background-image: url(/images/small_dropdown.png);
	left: 190px;
}

.scrollable_text_large {
	height: 305px;
	overflow: hidden;
	z-index: 100;
}


ul.tabs li.tab_off {
	background-image: url(/images/tabs/tab_off.png);
}

ul.tabs li.tab_on, ul.tabs li.tab_off:hover {
	background-image: url(/images/tabs/tab_on.png);
}

ul.tabs li.tab_on a {
	color: #fff;
}

li.tab_off:hover a {
	color: #fff;
}

.right {
	text-align: right;
}

li.tab_on a, li.tab_off a:hover {
	color: #ffffff;
	text-decoration: none;
}

li.tab_off a {
	color: #000;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.bigger { 
	font-size: 14px;
}

.tag {
	color: #FF7517;
}

.clear { 
	clear: both;
}

.error {
	color: #ff0000;
	font-style: italic;
}



.box {
	border: 1px solid #D0802F;
}

.box > table {
	padding: 5px 10px 0px 10px;
}

.contact h3 {
	margin: 0px;
	padding: 0px;
}

.contact td {
	padding-top: 10px;
}



.slider_small {
	height: 280px;
	width: 25px; 
	background-image: url(/images/black.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.slider_tiny {
	height: 140px;
	width: 25px; 
	background-image: url(/images/black.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.slider_list {
	height: 120px;
	width: 25px; 
	background-image: url(/images/black.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.slider_nano {
	height: 60px;
	width: 25px; 
	background-image: url(/images/black.gif);
	background-position: center;
}

.slider_micro {
	height: 110px;
	width: 25px; 
	background-image: url(/images/black.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.slider_medium {
	height: 220px;
	width: 25px; 
	background-image: url(/images/black.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.slider_large {
	height: 280px;
	width: 25px; 
	background-image: url(/images/black.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.handle, .slider_large .handle, .slider_small .handle, .slider_tiny .handle, .slider_nano .handle, .slider_micro .handle {
	width: 25px;
	height: 10px;
	cursor: pointer;
}



.scrollable_text {
	height: 280px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	z-index: 100;
}

.scrollable_text_dropdown {
	height: 320px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	z-index: 100;
}


.scrollable_text_medium {
	height: 220px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	z-index: 100;
}

.scrollable_text_small {
	height: 140px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	z-index: 100;
}

.scrollable_text_tall {
	height: 350px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
}

.scrollable_text_full {
	height: 380px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	z-index: 100;
}

.scrollable_text_tiny {
	height: 110px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
}

a.question {
	text-decoration: none;
	color: #FFB700;
}

.product_list td {
	padding: 0px 0px 2px 0px;
}

.ipe_link {
	cursor: pointer;
}
