/* @override 
	http://conceptshape.gtdabtesting.com/design/css/screen.css
	http://conceptshape.co.uk/design/css/screen.css
*/

body {
	margin: 0px;
	background: #efefef url(../images/body_bg.gif) repeat-x left top;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	border-color: #d3d3d3;
}

#container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding-bottom: 5px;
	text-align: center;
}


#header img {
	border: none;
}

#banner {
	text-align: center;
	padding-top: 3px;
}


object {
	z-index: 100;
}

#nav {
	background-color: #efefef;
	height: 32px;
	border-top: 4px solid #b6b6b6;
	position: relative;
	top:  -40px;
	z-index: 10;
	width: 775px;
	left:  0px;
}

*:first-child+html #nav {
	background-color: #efefef;
	height: 32px;
	border-top: 4px solid #b6b6b6;
	position: relative;
	top:  -40px;
	z-index: 1;
	width: 720px;
	left:  -105px;
}


#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#nav li {
	list-style-type: none;
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #ae8d58;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 7px;
	padding-bottom: 4px;
	background: url(../images/nav_border.gif) no-repeat right center;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 4px solid #b6b6b6;
	position: relative;
	top:  -4px;
}

#nav li a:hover {
	display: block;
	float: left;
	text-decoration: none;
	color: #ae8d58;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 7px;
	padding-bottom: 4px;
	background: url(../images/nav_border.gif) no-repeat right center;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 4px solid #ae8d58;
	position: relative;
	top:  -4px;
}

#content {
	position: relative;
	top: -18px;
}

#main_content {
	width: 670px;
	float: right;
	line-height: 1.4em;
	color: #333;
	padding-bottom: 15px;
}

#sidebar {
	width:  242px;
	float: left;
	line-height: 1.4em;
	color: #333;
	padding-bottom: 15px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar li a {
	text-decoration: none;
	background-color: #DDD;
	display: block;
	margin-bottom: 2px;
	padding: 5px 5px 4px 10px;
}

#sidebar li a:hover {
	text-decoration: none;
	background-color: #CCC;
	display: block;
	margin-bottom: 2px;
	padding: 5px 5px 4px 10px;
}

#sidebar h1 {
	display: block;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #b58d58;
	color: #FFF;
	padding: 5px 6px 5px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#sidebar h1 a {
	color: #FFF;
	text-decoration: none;
}

#sidebar h2 {
	font-size: 1.1em;
	margin-top: 6px;
	margin-bottom: 8px;
	font-weight: normal;
	color: #957348;
}

#sidebar h1 .highlight {
	font-size: 0.8em;
	font-weight: normal;
}

#sidebar p {
	margin-top: 0px;
	margin-bottom: 18px;
}

#sidebar img {
	border: 1px solid #000;
	margin-top: 5px;
}

#sidebar a {
	color: #9c7e4d;
	font-weight: bold;
}

#sidebar a:hover {
	color: #9c7e4d;
	font-weight: bold;
	text-decoration: none;
}

#main_content h1 {
	display: block;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #000;
	color: #FFF;
	padding: 5px 6px 5px 13px;
	margin-top: 11px;
	margin-bottom: 18px;
}

#main_content h2 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 14px;
	font-weight: bold;
	color: #957348;
}

#main_content h3 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #957348;
}

#main_content p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#main_content h1 .highlight {
	text-transform: none;
	font-size: 0.8em;
}

#main_content a {
	color: #9c7e4d;
	font-weight: bold;
}

#main_content a:hover {
	color: #9c7e4d;
	font-weight: bold;
	text-decoration: none;
}

#main_content blockquote {
	background-color: #ae8d58;
	margin: 0px 0px 14px 0px;
	padding: 15px 15px 15px 15px;
	font-style: italic;
	color: #FFF;
}

#main_content cite {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	margin-top: -10px;
}

#main_content ul,ol {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 26px;
}

#main_content .right {
	border: 1px solid #000;
	margin-left: 15px;
	float: right;
}

#main_content .left {
	border: 1px solid #000;
	margin-right: 15px;
	float: left;
}

#main_content .border {
	border: 1px solid #000;
	margin-bottom: 14px;
}

#footer {
	clear: both;
	border-top: 1px solid #AAA;
	padding-top: 7px;
	padding-bottom: 10px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer li a {
	color: #888;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
}

#footer li a:hover {
	color: #888;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
	text-decoration: none;
}

.map {
	background: #efefef url(../images/map_bg.jpg) repeat-x left top;
}

.newsrow {
	margin-bottom: 30px;
}

#main_content .newsrow h2 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 6px;
}

#main_content .newsrow h1 {

	margin-top: 20px;
	margin-bottom: 9px;
}

#news_contact {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 30px 25px 25px 25px;
}

.contact_form {
	margin: 0px;
	padding: 0px;
}

.contact_form dt {
	width: 170px;
	float: left;
}

.contact_form dd {
margin: 0px;
}

.contact_form input {
	width: 400px;
}

.contact_form textarea {
	width: 404px;
}

.submit input {
	margin-top: 5px;
	width: 404px;
	margin-left: 170px;
}

.contact_form select {
	width: 400px;
}

#eproducts {
	border: 1px solid #BBB;
}

#eproducts th {
	background-color: #b58d58;
	color: #FFF;
	line-height: 1.2em;
	padding: 9px 5px 8px 5px;
	border: 1px solid #EEE;
}

#eproducts td {
	background-color: #FFF;
	text-align: center;
	padding: 9px 5px 8px 5px;
	line-height: 1.3em;
	border: 1px solid #EEE;
}

#eproducts dl .submit input {

	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 0px;
	margin-left: 110px;
	width: 400px;
	
}

#eproducts dl {
	background-color: #FFF;
	padding: 25px 15px 15px 20px;
	margin: 0px;
}

#eproducts dt {
	padding-top: 1px;
}

#eproducts dl textarea {
	width: 627px;
	margin-bottom: 15px;
}

#eproducts dl input {
	width: 454px;
}

.eproducts_main {
	background-color: #FFF;
	
	float: left;
	margin-right: 5px;
	padding: 14px;
	
	border: 2px solid #DDD;
	margin-bottom: 7px;
}

.eproducts_main img {
	border: 2px solid #AAA;
}

.eproducts_main table td {
	padding: 6px;
}

.eproducts_main table td.number {
	background-color: #b58d58;
}

.eproducts_main table td.info {
	width: 450px;
	padding-left: 20px;
}

.eproducts_main table td.image {
	background-color: #DDD;
	text-align: center;
	margin-right: 10px;
}

.eproducts_content {
	background-color: #FFF;
	width: 186px;
	float: left;
	margin-right: 5px;
	padding: 14px;
	height: 240px;
	border: 2px solid #DDD;
	margin-bottom: 7px;
	line-height: 1.4em;
}

.eproducts_content2 {
	width: 186px;
	background-color: #FFF;
	margin-bottom: 7px;
	border: 2px solid #DDD;
	padding: 14px;
	clear: both;
	line-height: 1.4em;
}

.eproducts_content3 {
	width: 130px;
	float: left;
	background-color: #FFF;
	margin-right: 5px;
	padding: 14px;
	border: 2px solid #DDD;
	height: 210px;
	line-height: 1.4em;
}

#main_content a.eproducts_link {
	width: 200px;
	display: block;
	float: left;
	text-align: center;
	background-color: #b58d58;
	margin-right: 4px;
	color: #FFF;
	padding: 6px;
	margin-top: 10px;
	margin-left: 75px;
}

.eprod_video {
	
	background-color: #DDD;
	padding: 20px 20px 20px 20px;
	text-align: center;
	width: 600px;
	margin-bottom: 10px;
}

.eprod_video object {
	border: 3px solid #99774a;
}

#main_content table.charity {
	padding: 15px;
	background-color: #f5f4f6;
}

#main_content table.charity tr img {
	margin-bottom: 10px;
	margin-right: 10px;
}

#main_content .social {
	position: absolute;
	left: 50%;
	margin-left: 390px;
}

#main_content .social img {
	width: 35px;
}

#social-header {
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: 398px;
}

#social-header img {
	width: 30px;	
}

ul.conact-header {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: 245px;
	top: 54px;
	font-size: 1.1em;
	text-align: right;
	color: #b48c5c;
}

ul.conact-header li {
	list-style-type: none;
}

ul.conact-header li a {
	color: #b48c5c;
}