

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.floatl { float: left; }
.floatr { float: right; }
.clear { clear: both !important; float: none !important; margin: 0 !important; padding: 0 !important; overflow: hidden; height: 0px; }
.form_error { color: #d8732f; }
table { border-collapse: collapse; }
td { padding: 3px; }
.mtop { margin-top: 10px; }
.mright { margin-right: 10px; }
.mbottom { margin-bottom: 10px; }
.mleft { margin-left: 10px; }
.mtop2 { margin-top: 20px; }
.mright2 { margin-right: 20px; }
.mbottom2 { margin-bottom: 20px; }
.mleft2 { margin-left: 20px; }
.ptop { padding-top: 10px; }
.pright { padding-right: 10px; }
.pbottom { padding-bottom: 10px; }
.pleft { padding-left: 10px; }
.ptop2 { padding-top: 20px; }
.pright2 { padding-right: 20px; }
.pbottom2 { padding-bottom: 20px; }
.pleft2 { padding-left: 20px; }
.inline { display: inline; }
.block { display: block; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
float_left: { float: left; }
float_right: {float: right; }
.smaller: { font-size: .8em; }
.bigger { font-size: 1.2em; }

html {
	height: 100%;
}
body {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #74a8d8 url(../images/structure/inner_body_bg.jpg) top left repeat-x;
}
#outer_wrapper {
	background: url(../images/structure/top_swoosh.jpg) top center no-repeat;
}
#wrapper {
  padding: 15px 10px 15px 10px;
  width: 1000px;
  margin: auto;
}
#header, #header_guest {
	text-align: center;
	font-weight: bold;
	width: 750px;
	margin-right: 15px;
	float: left;
}
#header_guest {
	background: url(../images/structure/logo_big.gif) top center no-repeat;
	padding-top: 70px;
	width: 100%;
}
#header_logo {
	width: 235px;
	float: left;
	text-align: center;
	padding-top: 20px;
}
#content {
  width: 750px;
  float: left;
  margin-right: 15px;
  overflow: auto;
  background: url(../images/structure/body_bg.jpg) bottom left repeat-x;
}
#content_content {
	padding: 10px;
	border-left: 4px solid #a7acb0;
  border-right: 4px solid #a7acb0;
  min-height: 500px;
  height: auto !important;
  background: #fff;
}
#right {
	width: 235px; /* original width */
  float: left;
  text-align: center;
}
#right_nav {
  text-align: left;
  margin-top: 8px;
  font-size: 13px;
}
#logo_right {
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: left;
}
#footer {
	text-align: center;
	margin-top: 15px;
	width: 750px;
}
/* END TOP-LEVEL ITEMS */



/* BEGIN SECOND-LEVEL ITEMS */
#header a {
	color: #000;
}
#content_box_top, #content_box_bot{
	height: 23px; /* original */
}
#content_top_center, #content_bot_center {
	float: left;
	width: 702px;
	height: 100%;
	background: url(../images/structure/content_top_bot.gif) bottom center repeat-x;
}
#content_top_center {
	background-position: top center;
}
#content_top_left, #content_top_right, #content_bot_left, #content_bot_right {
  width: 24px;
  float: left;
  background: url(../images/structure/content_corners.gif) top left no-repeat;
  height: 23px;
}
#content_top_right {
  background-position: top right;
  float: right;
}
#content_bot_left {
  background-position: bottom left;
}
#content_bot_right {
  background-position: bottom right;
  float: right;
}
#right_nav_box_top, #right_nav_box_bot, #logo_right_box_top, #logo_right_box_bot, #start_here_top, #start_here_bot {
	height: 19px;
	background: url(../images/structure/nav.gif) top left no-repeat;
	position: relative;
	z-index: 50;
}
#start_here_top {
	background-position: 0 -38px;
}
#logo_right_box_bot, #right_nav_box_bot, #start_here_bot {
	background-position: 0 -19px;
}
#right_nav .mid, #logo_right .mid, #start_here .mid {
	margin-top: -2px;
	margin-bottom: -5px;
	background: #fff;
	padding: 0 10px 0 10px;
}
#logo_right .mid {
	padding-top: 2px;
	padding-bottom: 2px;
}

#right_nav h3 {
	color: #d21900;
}
.nav_list {
	list-style: none;
	margin-left: 15px;
	font-weight: bold;
}
.nav_list li {
	margin-top: 3px;
}
.nav_list a {
	color: #666;
}
.nav_list a:hover {
	color: #000;
}
#start_here {
	width: 235px;
	margin: auto;
	margin-bottom: 10px;
	font-style: italic;
}
#start_here .start_here {
	font-size: 16px;
}
#guest_header {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
#footer a {
	color: #fff;
	font-weight: bold;
}


/* start global styles */
a {
    color: #d21900;
    text-decoration: none;
}
h1 {
	text-align: center;
	margin-bottom: 20px;
}
ol {
	margin-left: 25px;
}
a:hover {
    color: #000;
}
.red {
    color: #d21900;
}
.green {
	color: #006600;
}
.black {
	color: #000;
}
tr.odd td {
    background: #dcdcdc;
}
tr.even td {
    background: #efefef;
}
tr.head th {
	border-bottom: 1px solid #666;
}
.small {
    font-size: .8em;
}
table.data td {
    padding: 5px;
}
table {
    margin: auto;
}
a.button, a.button_big {
	display: block;	
	width: 60px;
	height: 100%;
	margin: auto;
	text-align: center;
  background: #fff;
  font-size: 11px;
  border: 1px outset #ababab;
  padding: 1px 0 1px 0;
  background: #efefef;
  color: #000;
  font-weight: bold;
  font-style: italic;
}
a.button_big {
	width: 150px;
	padding: 3px 8px 3px 8px;
}
a.button:hover, a.button_big:hover {
	border: 1px inset #ababab;
}
div.island {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.box_top, .box_bot {
	height: 17px;
	background: url(../images/structure/top_bot.gif) top left repeat-x;
	position: relative;
	z-index: 50;
}
.box_bot {
	background-position: bottom left;
}
.box_top .top_left, .box_top .top_right, .box_bot .bot_left, .box_bot .bot_right {
	width: 20px;
	height: 17px;
	float: left;
	background: url(../images/structure/corners.gif) top left no-repeat;
}
.box_top .top_right {
	float: right;
	background-position: top right;
}
.box_bot .bot_left {
	background-position: bottom left;
}
.box_bot .bot_right {
	float: right;
	background-position: bottom right;
}
.box_mid {
	background: #dedede;
	padding: 10px;
	margin: auto;
	margin-top: -10px;
	margin-bottom: -10px;
	position: relative;
	z-index: 30;
}
hr.red {
	border-color: #ff0000;
	background-color: #ff0000;
}
.bread, nav_top {
	text-align: left;
}
.bread a, nav_top a {
	font-weight: bold;
}
.saved {
	color: #ff0000;
	text-align:left;
	font-weight:bold;
}
ul.normal_list {
	margin-left: 10px;
}
ul.normal_list li {
	margin-left: 15px;
	padding-bottom: 3px;
}
tr.underline td, tr.underline th {
	border-bottom: 1px solid #ababab;
}
tr.overline td, tr.overline th {
	border-top: 1px solid #ababab;
}
.errormsg, .alert {
	color: #d21900;
	font-weight: bold
}
label {
	display: block
	float: left;
	width: 120px;
}
.huge {
	font-size: 1.7em;
}
/* end global styles */





/* begin specific styles */
div.option_answer {
	width: 120px;
	background-color: #c0c0c0;
	color: #000066;
	border: 1px solid #000066;
	margin: auto;
	height: 198px;
}
div.option_answer div {
	padding-top: 70px;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
}
a.option_button:hover {
	text-decoration: underline;
}
a.option_button {
	cursor: pointer;
}

/* start option button pretty button */
.pretty_option_answer .option_top {
	background: url(../images/structure/option_button_top_bottom.jpg) top left repeat-x;
	height: 44px;
}
.pretty_option_answer .option_bot {
	background: url(../images/structure/option_button_top_bottom.jpg) 0 -44px repeat-x;
	height: 43px;
}
.pretty_option_answer .option_top_left, .pretty_option_answer .option_top_right, .pretty_option_answer .option_bot_left, .pretty_option_answer .option_bot_right {
	background: url(../images/structure/option_button_corners.jpg) top left no-repeat;
	width: 4px;
	float: left;
	height: 100%;
}
.pretty_option_answer .option_top_right {
	float: right;
	background-position: -4px 0;
}
.pretty_option_answer .option_bot_left {
	background-position: 0 -44px;
}
.pretty_option_answer .option_bot_right {
	float: right;
	background-position: -4px -44px;
}
.pretty_option_answer .option_mid {
	background: #dd2700;
}
.pretty_option_answer .option_mid_mid {
	width: 112px;
	float: left;
	padding-top: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	overflow: visible;
	height: 80px;
	background: #dd2700;
}
.pretty_option_answer .option_mid_left, .pretty_option_answer .option_mid_right {
	width: 4px;
	float: left;
	height: 110px;
	background: url(../images/structure/option_button_sides.jpg) top left repeat-y;
}
.pretty_option_answer .option_mid_right {
	float: right;
	background-position: -4px 0;
}


/* end */



img.option_answer {
	
}
table.question_table {
	text-align: center;
}
table.question_table td {
	border: 1px solid #dcdcdc;
	width: 120px;
	padding: 5px 10px 5px 10px;
}
.question {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#questions {
	overflow: auto;
	height: 400px;
	background-color: #dedede;
	width: 190px;
}
#questions td {
	border-bottom: 1px solid #ababab;
}
#loading_div {
	text-align: right;
	position: absolute;
	width: 700px;
}
#product_summary_table {
	
}
#product_summary_table th {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 2px;
	font-weight: bold;
}
#product_summary_table td {
	padding-bottom: 5px;
}
table.solid td, tr.solid td, tr.solid th, th.solid, td.solid {
	border: 1px solid #ababab;
}
#pricing_table td{
	padding: 2px;
	text-align: center;
}
#pricing_table th {
	font-weight: bold;
	text-align: center;
}
.product_panel, .custom_product_panel {
	width: 140px;
	border: 1px solid #ababab;
	padding: 3px;
	text-align: center;
	font-size: 9px;
	overflow: hidden;
	height: 10px;
}
.product_panel {
	cursor: pointer;
}
.product_panel_selector {
	width: 150px;
	margin: auto;
}
table.hanging_hardware {
	border: 1px solid #ababab;
}
table.hanging_hardware th{
	text-align: right;
	padding-left: 10px;
}
table.hanging_hardware td{
	text-align: left;
	padding-right: 10px;
}
.price_form label {
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
}
.underline {
	text-decoration: underline;
}
#user_agreement
{
	width: 400px;
	overflow: scroll;
	background: #efefef;
	height: 250px;
	padding: 10px;
}
#map {
	margin: auto;
	border: 4px solid #ababab;
	float: left;
}
#distributor_results_left {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.distributor_result {
	margin-bottom: 10px;
}
.google_pointer {
	width: 20px;
	margin-right: 5px;
	float: left;
}
.distributor_info {
	float: left;
	width: 275px;
}

.tour-gallery {

}
.tour-gallery a {
	display: block;
	width: 125px;
	margin-right: 15px;
	float: left;
}
#expertProducts {

}
#expertProducts td {
	border-bottom: 1px solid #ababab;
}
#download_product_spec {
	display: block;
	width: 300px;
	border: 1px outset #ababab;
	margin: auto;
	background: #d01818;
	color: #000;
	font-weight: bold;
	padding: 4px 0 4px 0;
}
#download_product_spec:hover {
	border: 1px inset #ababab;
	background: #dc2f2f;
}
#model_select {
	margin: auto;
	margin-top: 10px;
}
#model_select div {
	margin: 2px 0 2px 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ababab;
}
#model_select div a span.model {
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
}
#model_select div a span.description {
	font-weight: normal;
	font-size: .8em;
}
#supplierInfo {
	overflow: auto;
}
#stay-logged-in {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a {color: #ccc;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	font-size: 12px;
	color: #999;
}
#TB_closeWindow a {
    font-size: 16px;
    color: #ff0000;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color: #000;
	height:27px;
	color: #fff;
}

#TB_ajaxContent{
	clear:both;
	padding:15px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 2em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

