body{
	background: url('images/bg_main.png');
	/*background-color: #F6A6C0;*/
	text-align: center;
	margin-top: 30px;
}

/* ----- IDS ----- */
#container{
	background-image: url('images/bg_container.png');
	margin: 0 auto;
	width: 950px;
	text-align: left;
	height: auto;
}

#gfx{
	width:50px;
	border:0;
}

#header{
	width:850px;
	height:534px;
	border-top:6px solid #fff;
}

#header_splash{
	width:850px;
	height:1043px;
	border-top:6px solid #fff;
}

#header_logo{
	width:100%;
	background-image: url('images/bg_logo.png');
	/*background-color: #F6A6C0;*/
	height: 99px;
	border-bottom:1px solid #DB7623;
	/*border-bottom:1px solid #CD3D7A;*/
}

#header_image{
	width:100%;
	height:362px;
	border-top:2px solid #fff;
}

#header_logo_splash{
	width:100%;
	height:935px;
	border-top:2px solid #fff;
	border-bottom:6px solid #fff;
}

#main_nav{
	width:100%;
	border-bottom:1px solid #DB7623;
	/*border-bottom:1px solid #CD3D7A;*/
	height:44px;
	/* overflow: hidden; */
}

#sub_nav{
	width:100%;
	height:25px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #fff;
	background-image: url('images/bg_subnav.png');
}

#content_container{
	clear:both;
	background: #fff url('images/bg_content.gif') repeat-x;
	margin-left: 50px;
	width: 850px;
}

#content{
	margin:0;
}

#left_column	{
	float:left;
	width:540px;
	margin: 30px 0 0 0;
	padding: 0 70px 0 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.80em;
	text-align:left;
	line-height: 1.5em;
}

#left_column_special	{
	float:left;
	width:830px;
	margin: 30px 0 0 0;
	padding: 0 10px 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.80em;
	text-align:left;
	line-height: 1.5em;
}

#right_column	{
	float:left;
	width:160px;
	margin-top: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.80em;
	text-align:left;
}

#footer{
	clear: both;
	padding-top:5px;
	padding-bottom: 10px;
	margin-top:40px;
	margin-left:135px;
	margin-right:135px;
	border-top:1px solid #454545;
	border-bottom:6px solid #fff;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

/* ----- CLASSES ----- */

.left{
	float:left;
}

.right{
	float:right;
}

.right_column_insert{
	width: 100%;
	padding: 0 30px 0 9px;
	border-left: 1px dotted #636363;
	line-height: 1.25em;
	text-align: left;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height:1px;
}

.hide{
}

.show{
}

.thumbnail{
	border:1px dashed #808080;
}

.noborder{
	border:0;
}

.centered{
	text-align:center;
}

/* ----- IMAGES ----- */

#main_nav img{
	border:0;
}

/* ----- HEADINGS ----- */

h1{
	font-family: Helvetica, Arial, sans-serif;
  	letter-spacing: .1em;
  	background: transparent;
  	padding: 0; 
  	margin: 0; 
  	border-bottom: 1px solid;
  	font-size: 1.05em;
  	text-transform: uppercase;
  	font-weight: normal;
  	line-height: 1.5em;
}
h2{
}
h3{	
	margin: 0;
	padding-top: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}
h4{
  	background: transparent;
  	padding-bottom: 6px; 
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.80em;
}

/* ----- PARAGRAPHS ----- */

#left_column p{
	line-height: 1.5em;
}

#right_column p{
	font-size: 0.85em;
}

/* ----- LISTS ----- */

#main_nav ul{
	width:850px;
	padding:0;
	margin:0 auto;
	list-style: none;
}

#main_nav li{
	padding:0;
	float: left;
}

#sub_nav li{
	display: inline;
	padding: 0 12px;
}
#sub_nav ul{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

/* ----- LINKS ----- */

a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}
#main_nav li a{
	display: block;
	padding: 0;
	background: #fff url('images/bg_nav.gif') repeat-x;
	border-top:solid 1px #fff;
	border-right:0;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
	width:123px;
	height:42px;
	line-height: 42px;
	text-align: center;
	float:left;
}
#main_nav li a.active{
	background: #FF790B url('images/bg_nav_active.gif') repeat-x;
	/*background: #F6A6C0 url('images/bg_nav_active.gif') repeat-x;*/
	color: #fff;
	border: solid 1px #DB7623;
	/*border-bottom:1px solid #CD3D7A;*/
}
#main_nav li a.blank{
	width:51px;
}
#main_nav li a.blankactive{
	width:51px;
	background: #FF790B url('images/bg_nav_active.gif') repeat-x;
	/*background: #F6A6C0 url('images/bg_nav_active.gif') repeat-x;*/
	color: #fff;
	border: solid 1px #DB7623;
	/*border-bottom:1px solid #CD3D7A;*/
}
#main_nav li a:hover{
	text-decoration: underline;
}
#sub_nav li a{
	display: inline;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
}
#sub_nav li a.active{
	color: #DB7623;
	/*color: #CD3D7A;*/
}
#sub_nav li a:hover{
	text-decoration: underline;
}
#content a{
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
}
#content a:hover{
	text-decoration: underline;
}
#contact a{
	color: #000;
	text-decoration: none;
}
#contact a:hover{
	text-decoration: underline;
}

/* ----- TABLES ----- */

table{
	padding:0;
	margin:0;
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.85em;
	font-weight:bold;
	text-align:left;
	line-height:1.5em;
	border-right:1px;
	border-bottom:1px;
	border-top:1px;
	border-left:0;
	border-style:solid;
	border-color:#808080;
	padding:6px 6px 6px 12px;
	margin:0;
	background: url('images/bg_th.png');
}
th.brand{
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	border-left: 1px;
	border-top: 0;
	border-style: solid;
	border-color: #808080;
	background: url('images/bullet_table_1.gif') no-repeat;
}
th.useddesc{
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	border-left: 1px;
	border-top: 0;
	border-style: solid;
	border-color: #808080;
	background: url('images/bullet_table_1.gif') no-repeat;
}
th.brandalt{
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	border-left: 1px;
	border-top: 0;
	border-style: solid;
	border-color: #808080;
	background:  #ebebeb url('images/bullet_table_2.gif') no-repeat;
}
th.useddescalt{
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	border-left: 1px;
	border-top: 0;
	border-style: solid;
	border-color: #808080;
	background:  #ebebeb url('images/bullet_table_2.gif') no-repeat;
}
td{
	vertical-align: top;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	text-decoration: none;
	border-top:0;
	border-right: 1px;
	border-bottom: 1px;
	border-left:0;
	border-style: solid;
	border-color: #808080;
	padding: 6px 6px 6px 12px;
	line-height: 1.5em;
}
td.alt{
	background: #ebebeb;
	/* background: #ffdbc2; */
}
td.foot{
	border-left:1px solid #808080;
}