﻿@charset "utf-8";
@import url("normalizes.css");
@import url("color.css");
@import url("typography.css");
@import url("nav_sub.css");
/* main layout */
html, body, #container {
	height: 100%;
}

body > #container {
	height: auto;
	min-height: 100%;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 206px;
	overflow: hidden;
	position: relative;
}

#content {
	clear: both;
	width: 1000px;
	padding-top: 30px;
	padding-bottom: 80px; /* must be same height  as the footer */
	overflow: hidden;
}

#content-sub {
	float: left;
	width: 192px;
	margin-left: 30px;
}

#content-main {
	float: left;
	width: 750px;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 80px;
	margin-top: -80px;
	position: relative;
}

/* header */
#brand {
	width: 148px;
	height: 161px;
	position: absolute;
	top: 0;
	left: 31px;
}

#brand span {
	display: none;
}

#quoteF {
	width: 375px;
	height: 162px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 562px;
}

#quoteF .con {
	display: none;
}

#nav-main {
	width: 1000px;
	height: 44px;
	padding-top: 162px;
	overflow: hidden;
}

#nav-main ul {
	height: 44px;
	margin-left: 28px;
	overflow: hidden;
}

#nav-main li {
	float: left;
	width: auto;
}

#nav-main li a {
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
}

/* content-main */
#content-main .conL {
	float: left;
	width: 475px;
}
#content-main .conL2 {
	float: left;
	width: 750px;
}

#content-main .conR {
	float: right;
	width: 220px;
	margin-right: 21px;
}

#content-main .conR .gallery {
	width: 218px;
	height: 327px;
	padding-top: 53px;
	overflow: hidden;
}

#content-main h2 {
	height: 30px;
	line-height: 30px;
	padding-bottom: 18px;
	overflow: hidden;
}

#content-main h3 {
	padding-bottom: 4px;
}

#content-main h4 {
	padding-bottom: 10px;
}

#content-main h5 {
	padding-bottom: 28px;
}

#content-main .conMain, 
#content-main .conQuote .con {
	line-height: 21px;
	padding-bottom: 20px;
	text-align: left;
}


#content-main .conMain a, 
#content-main .conQuote .con a {
	padding-bottom: 1px;
}

#content-main .conMain ul.list li {
	padding-left: 12px;
	margin-left: 22px;
}

#content-main .conQuote {
	padding-top: 24px;
}

#content-main .conQuote h3 {
	padding-bottom: 14px;
}

#content-main .conQuote .con {
	padding-bottom: 16px;
}

/* footer */
.global_footer {
	margin: 0 auto;
}

#footer .friend-link {
	width: 1000px;
	height: 31px;
	padding-top: 28px;
	overflow: hidden;
}

#footer .friend-link a {
	float: left;
	width: auto;
	height: 31px;
	margin: 0 18px;
}

#footer .friend-link a span {
	display: none;
}

#footer .friend-link .item-1 {
	width: 75px;
}

#footer .friend-link .item-2 {
	width: 248px;
}

#footer .friend-link .item-3 {
	width: 62px;
}

#footer .friend-link .item-4 {
	width: 138px;
}

#footer .friend-link .item-5 {
	width: 91px;
}

#footer .friend-link .item-6 {
	width: 97px;
}

/* Links --a:active and a:focus remove the dotted line from image boarder!*/
 
a:active
{
outline: none;
 
}
 
a:focus
{
-moz-outline-style: none;
}
 
.nav .select a:hover, 
.nav .select li:hover a {
background: url(../images/pro_line_1.gif); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#fff;
}

.mytabledata {
	background-color:#AC865D;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #fff;
padding: 5px;
margin:12px 12px 0px 0px;
}
.mytabledata strong{
	color:#573108;
}
