/* CSS Document */

body { 
	font-size:62.5%;
	background:url(../image-files/body-bg.jpg) repeat-x #e5e5e5;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

*, body, html {
	margin:0px;
	border:0px;
	padding:0px;
}

p, h1, h2, h3 {margin: 0; padding: 0 0 1em 0;}

#container {
	width:972px;
	margin:0 auto;
	font-size:1.6em;
}

#leftCol {
	margin-top:27px;
	width:232px;
	float:left;
}

#rightCol {
	width:730px;
	float:right;
}

#navigation {
	width:730px;
	background: url(../image-files/nav-bg.jpg) repeat-x;
	margin:0 auto;
	margin-top:51px;
	height:104px;
	
}

#contentheader {
	margin:0 auto;
	background:url(../image-files/content-top.jpg) no-repeat #f8f8f8;
	width:730px;
	height:18px;
}

#headlineblock {
	width:728px;
	margin:0 auto;
	background:#f8f8f8;
	border-right:1px #c0c0c0 solid;
	border-left:1px #c0c0c0 solid;
}

#content {
	width:728px;
	margin:0 auto;
	background:#fff;
	border-right:1px #c0c0c0 solid;
	border-left:1px #c0c0c0 solid;
	min-height:500px;
}

#textarea {
	padding-top:30px;
	width:700px;
	margin-left:18px;
	margin-right:10px;
	background:#fff;
	min-height:500px;
    color:#686868;


}

#textarea input, #textarea textarea {
	border:1px solid #666666;
}

H1 {
	font-size:1.5em;/* Should be 30px 30/16=1.875 */
	color: #d4830f; 
	line-height:1.9em;
	height:2.5em;
	overflow:hidden;
	margin-left:1.0em;
} 

H2 {
	font-size:1.3em; /* Should be 24px 24/16=1.5 */
	color: #d4830f; 
}

H3 {
	font-size:1.05em; /* Should be 18.4px 24/16=1.5 */
	font-style:italic;
	color: #d4830f; 
}

#textarea p, #textarea ol, #textarea ul {
	color:#333333; 
	font-size:0.8125em; /* Should be 13px 13/16=0.8125 */
} 

#textarea li {
	background:url(../image-files/star-icon.jpg) no-repeat top left;
	display:block;
	list-style-type:none;
	padding-left:2.2em;
	margin-top:0.5em;
	padding-top:0.25em;
	height:24px;
}

a {
	color:#d4860f;
	cursor:pointer;
}

a:hover {
	color:#ffb750;
}

#logo {
	background: url(../image-files/logo2.jpg) no-repeat;
	width: 232px;
	height: 181px;
}

#man {
	background: url(../image-files/man.jpg) no-repeat;
	width:232px;
	height:293px;
}

#man2 {
	background: url(../image-files/man2.jpg) no-repeat;
	width:232px;
	height:293px;
}

#man3 {
	background: url(../image-files/man3.jpg) no-repeat;
	width:232px;
	height:293px;
}

#man4 {
	background: url(../image-files/man4.jpg) no-repeat;
	width:232px;
	height:293px;
	
	}

#man5 {
	background: url(../image-files/man5.jpg) no-repeat;
	width:232px;
	height:293px;
	
	}

#man6 {
	background: url(../image-files/man6.jpg) no-repeat;
	width:232px;
	height:293px;
	
	}

#man7 {
	background: url(../image-files/man7.jpg) no-repeat;
	width:232px;
	height:293px;
	
	}

#man8 {
	background: url(../image-files/man8.jpg) no-repeat;
	width:232px;
	height:293px;
}

#man9 {
	background: url(../image-files/man9.jpg) no-repeat;
	width:232px;
	height:293px;
}

#helpcontainer {
	width:232px;
}

/*Navigation*/

#footer {
	width:730px;
	color: #666666;
	height:44px;
	margin:0 auto;
	text-align:center;
	line-height:44px;
	font-size:70%;
	background:url(../image-files/footer-bg.jpg) no-repeat bottom;
}

table.info {
	width:90%;
	margin-left:5%;
}

table.info p {
	padding:0px;
	font-size:0.9em;
	text-align:left;
	line-height:24px;
	margin-left:8px;
}

table.info th {
	background:url(../image-files/table-header.jpg) repeat-x #000000;
	color:#CCCCCC;
	height:41px;
	line-height:1em;
	font-size:0.9em;
	border:1px solid #fff;
}

table.info th.white, 
table.info td.white {
	background: #fff;
}

table.fixed {
	table-layout:fixed;
}

table.info td {
	background: #EBEBEB;
	color:#333333;
	border:1px solid #fff;
	text-align:center;
}

li.infolist  {
	background:none;
}

table.info td.foot {
	background:url(../image-files/table-footer.jpg);
	color:#333333;
	border:1px solid #fff;
	height:41px;
	text-align:center;
}

img.question {
	float:left;
	margin-left:4px;
	margin-top:2px;
}

span.moreinfo {
	cursor:pointer;
	color:#d4830f;
	
}

table.info img.gallery {
	margin:7px;
	border:1px solid #999999;
}

/* JQuery Question Code */

.question { 
	width:22px; 
	height:22px; 
	border:0px;
	margin:0px;
	padding:0px;
}

div.helpbox { 
  	position:relative; 
	width:232px; 
	height:auto; 
    font-size:12px; 
	text-align:center; 
    background: #666666;
    top:0; 
	left:0; 
	display:none;
	padding-bottom:10px;
}

span.helptitle { 
	visibility:none;
	display:block;
	background:#333333;
	height:20px;
	color:#d4830f;
	font-weight:bold;
	text-transform:uppercase;
}

span.helpcontent{
	visibility:none;
	display:block;
	color:#FFF;
	margin:5px 5px;
}

/* JQuery Quote Code */

div.quotediv {
  	position:relative; 
	width:232px; 
	height:auto; 
    font-size:12px; 
	text-align:center; 
    background: #999999;
    top:0; 
	left:0; 
	display:none;
	padding-bottom:10px;
}

span.quotetitle {
	visibility:none;
	display:block;
	background:#333333;
	height:auto;
	border:#333333 2px solid;
	color:#d4830f;
	font-weight:bold;
	text-transform:uppercase;
}

.quotecontent {
	visibility:none;
	display:block;
	color:#FFF;
	margin:5px 5px;
}

.closequote {
	visibility:none;
	display:block;
	text-decoration:none;
	color:#ffb750;
}

.thanksclose {
	visibility:none;
	display:block;
	text-decoration:none;
}

span.freequote {
	color:#d4830f;
	cursor:pointer;
	display:block;
	width:232px;
	text-align:center;
}



/*This is the navigation code*/

/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

.menu {width:680px;}
#nav, #nav ul {padding:0; margin:0px; list-style:none; background:#fff;}
#nav {position:relative; z-index:50;}
#nav ul {display:none;}

#nav li {float:left; position:relative;}
#nav li a {text-decoration:none; font-size:0.80em; white-space:nowrap; color:d4830f;}
#nav li b {display:block; padding:0 10px 0 6px; cursor:pointer; height:104px; line-height:104px; text-transform:uppercase; overflow:hidden; float:left; color:#d4830f; font-weight:normal;}

#nav li.first b {padding-left:20px;}
#nav li.last b {padding-right:15px;}
#nav li a b.clicked {color:#fff;}

#nav li ul {width:200px; position:absolute; left:0; top:104px; height:auto; float:left; background:#EBEBEB; padding:2px; border:1px solid #CCCCCC;}

#nav li ul li {float:none;}
#nav li ul li a {display:block; height:20px; line-height:20px; padding:0 5px; color:#333; font-size:0.75em}
#nav li ul li a:hover {background:#999; color:#fff;}

/* Jquery Tooltips*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #666666;
	opacity: 0.85;
	max-width:350px;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	display:block;
	background:#333333;
	color:#d4830f;
	font-weight:bold;
	text-transform:uppercase;
	border:5px solid #333333;
	border-bottom:none;
	font-size:100%;
}

#tooltip div {
	font-size:90%;
	color:#FFFFFF;
	margin:5px;
}