@charset "UTF-8";
/* global styles //////////////////////////////////////////////////////////////////////*/
body {
	background:#fff;
	padding:0 !important;
	margin:0 !important;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
}

strong {
	color:white;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

#mainContainer {
	margin:0 auto;
	width:100%;
	padding-top:50px;
}

#mainContainer:after {
	clear:both;
	height:1%;
	display:block;
}



q {
	font-size:16px;
	font-style:italic;
	color: black;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	line-height:22px;
	margin-bottom:15px;
	letter-spacing:1px;	
}

cite {
	display: block;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#d8b69a;
}

cite.company {
	font-style: italic;
	font-size:12px;
}

a img {
	border:none;
	outline:none;
}

h1 a {
	color:#d8b69a !important;
	font-size:12px;
}

h1 a:hover {
	color:#fff !important;
	border-bottom:1px #d8b69a dotted;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.on {
	color:black;
}
/*//////////////////////////////////////////////////////////////////////////////////////*/




/* top nav styles //////////////////////////////////////////////////////////////////////*/
#topNav {
	height:100px;
	background:url("../images/top-nav-bg.gif") repeat-x bottom left #fff;
	border-bottom:3px white solid;
	margin:0 auto;
	width:100%;
}

#topNavContainer {
	width:820px;
	margin:0 auto;
	height:100px;
	display:block;
	z-index:10;
}

#topNavLogo {
	width:190px;
	height:59px;
	margin-left:25px;
	margin-top:20px;
	float:left;

}

#topNavLinksContainer {
	height:100px;
	padding:none;
	float:left;
	display:block;
	width:570px;
}

.topNavLinks {
	display:block;
	float:left;
	border-left:3px #a4a4a4 solid;
	width:110px;
	height:86px;
	list-style:none;
	padding:1px;
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	color:#a85d1f;
	z-index:2;
}

.topNavLinks a {
	margin-left:5px;
}

.topNavLinks :hover {
	color:black;
}

#extraButton {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	padding:0px; /* <--  */
	color:white;
	z-index:1;
}

/*//////////////////////////////////////////////////////////////////////////////////////*/





/* top header styles //////////////////////////////////////////////////////////////////////*/
#topHeader {
	width:100%;
	height:160px;
	background:url("../images/top-header-bg.jpg") no-repeat top center #000;
	border-bottom:3px white solid;		
}
/*//////////////////////////////////////////////////////////////////////////////////////*/


/* main content styles //////////////////////////////////////////////////////////////////////*/
#mainContent {
	margin:0 auto;
	width:100%;
	background:url("../images/right-content-bg.jpg") repeat-x top right #a85d1f;
	padding-top:30px;
	overflow:auto;
}

#mainContent :after {
	clear:both;
	display:block;
	height:10px;

}

#mainContentCenter {
	margin:0 auto;
	width:800px;
	height:100%;
}

#mainContentLeft {
	width:190px;
	display:block;
	margin-left:15px;
	float:left;

}

#leftContent {
	padding:5px;
	padding-top:0px;
	padding-right:20px;	
}

#leftContent .date {
	color: white;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:11px;
	display:block;
	margin-top:4px;
}

#mainContentRight {
	float:left;
	height:100%;
	width:540px;
}

#rightContent {
	border-left:2px #b97d4c solid;
	padding:20px;	
	padding-top:0px;
}

#rightContent p, #leftContent p, #rightContent li {
	color:#f4ebe3;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
}

#rightContent h1, #leftContent h1 {
	color:#d8b69a;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:17px;	
	font-weight:bold;
	letter-spacing:1px;
}

#rightContent h2, #leftContent h2 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	letter-spacing:1px;
	font-size:14px;	
	font-weight:normal;
	color:black;	
	font-style:italic;
	margin-top:3px;  margin-bottom:3px;
}

#rightContent .office {
	margin:15px;
	margin-left:20px;
	margin-top:28px;
	border:2px #b97d4c solid;
}

#rightContent a {
	color:black;
}

#rightContent a:hover {
	color:#d8b69a;
}
/*//////////////////////////////////////////////////////////////////////////////////////*/



/* Testimonials ////////////////////////////////////////////////////////////////////////*/
div.testimonial {
	border:3px #b97d4c solid;
	padding:50px;
	paddng-top:20px;
	background:#FFF;
}

div.testimonial p {
	color:#000 !important;
	clear:both;
}

div.testimonial h2 {
	font-style:normal !important;
}

div.testimonial img.floatRight {
	position:relative;
	top:-15px;
}

div.testimonial h2, div.testimonial img.floatRight {
	padding-bottom:20px;
}

div.testimonial p.footer {
	color:#000 !important;
	padding-top:30px;
	font-size:14px;
}



/*//////////////////////////////////////////////////////////////////////////////////////*/



/* footer styles //////////////////////////////////////////////////////////////////////*/
#footer {
	clear:both;
	border-top:3px white solid;
	height:103px;
	background:url(../images/footer-bg.gif) repeat-x;
	margin:0 auto;
	width:100%;
}

#footerContainer {
	margin:0 auto;
	width:400px;
	position:relative;
	top:50px;	
	padding-left:30px;
}

#footerLinks {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	color:#bbb;
	line-height:15px;
}

#footerLinks a {
	color:#bbb;
	text-decoration:none;
}

#footerLinks a:hover {
	color: #a85d1f;
}

#footerLinks .on {
	color:black;
}
/*//////////////////////////////////////////////////////////////////////////////////////*/




/* form styles//////////////////////////////////////////////////////////////////////////*/

form {
	width:350px;
}

form, label, input { 
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	color:#000;
}

form table {
	width:100%;
	padding:0;
	margin:0;
}

legend {
	border:1px #fff solid;
	background:#b97d4c;
	padding:3px;
	color:#fff;
	margin-left:-1px;
	
}

fieldset {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	border-color:#b97d4c;
}

label {
	color:#fff;
}

td input {
	border:2px #b97d4c solid;
	padding:1px;
}

form td {
	color:white;
	padding:3px;
	margin-top:4px;
	margin-bottom:4px;
}

form input:focus {
	background:#b97d4c;
	border:2px white inset;
	color:white;
}

tr.d0 td {
	background-color:#974c0e;
}

#brandNames img :hover{
	border-color:black !important;
}

.management {
	background-color:#974c0e;
	padding:25px;
	margin-bottom:20px;
	border:2px #b97d4c solid;
}

.management .title {
	display:block;
	width:100%;
	border-bottom:1px #b97d4c solid;
	font-size:13px;
}

div#new div.product {
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	overflow:auto;
}

div#new div.product span.header {
	display:block;
	width:100%;
	height:24px;
	font-size:18px;
	margin-bottom:10px;
}

div.product span.header a {
	color:#fff !important;
	text-decoration:none;
}

div.product span.header a:hover {
	color:#b97d4c !important;
}

div.product strong {
	color:#000;
}

div.product table td {
	color:white;
	text-align:center;
	width:100px;
}

.product {
	margin:10px;
	padding:10px;
	display:block;
	height:auto;
	clear:both;
	padding-bottom:15px;
	border-top:1px #b97d4c solid;
}

.product p {
	float:left;
	margin-top:15px;
	width:450px;
	padding-left:15px !important;
}

.product p h2 {
	margin-left:15px;
}

.product span {
	color:white;
}




div.clearer {
	clear:both;
	height:1px;
}
