/* CSS Document */

/* start: reset styles */
html,body {
	margin:0;
	padding:0;
}

a img {
	border:none;
}

/* end: reset styles */

body {
	background: #2B5701 url('/template/en/images/bg-texture.jpg') repeat-x fixed 0 0;
	font-family:Verdana,Arial,sans-serif;
	color:#070707;
	font-size:13px;
	line-height:1.3em;
	padding-top:1px;
}

#outer-wrap {
	width:962px;
	margin:23px auto 0;
}

#fb-box {width:152px; margin:0 auto; height:142px; overflow:hidden; border-bottom:1px solid #AAA; background:#FFF; margin-top:20px; margin-bottom:20px;position:relative}

#top {
	background-color:#FFF;
}

#header {
	height:117px;
	background:transparent url('/template/en/images/topnav-bg.png') repeat-x scroll 0 0;
	position:relative;
}

#menu {
	position:absolute;
	bottom:8px;
	right:0px;
	width:740px;
}

#listMenuRoot {
	float:right;
}

#logo {
	left:20px;
	position:absolute;
	top:15px;
	z-index:5;
}

#contact-details {
	position:absolute;
	right:18px;
	text-align:right;
	top:16px;
}

#contact-details a:hover {
	color:#71855D;
}
#contact-details a {
	color:#000;
}

#flash-feature {
	height:353px;
}

#page-body {
	padding-top:20px;
	background-color:#fff;
	background:#fff url('/template/en/images/sidebar-bg.gif') repeat-y left top;
}

#sidebar {
	float:left;
	width:22%;
	
}

#content-wrap {
	float:right;
	width:77%;
}

#content {
	padding:10px 30px 10px 20px;
	/*border-left:1px dotted #B3C26C;*/
	position:relative;
}

#bottom-cap {
	background:transparent url('/template/en/images/bottom-curve.png') no-repeat scroll left bottom;
	height:53px;
	/*padding-top:40px;*/
}

.clear {
	clear:both;
}

/* FONTS FEATURED AT clipnziproatan.com  */
/* Droid Sans - http://ascender-corp.kernest.com/fonts/droid-sans */
/* A font by Steve Matteson (Ascender Corp) -> http://ascendercorp.com/ */
/* http://www.DroidFonts.com/ */
/* Apache (http://www.opensource.org/licenses/apache2.0.php) */
@font-face {
	font-family: 'Droid Sans';
	src: url('http://kernest.com/embed/droid-sans');	
}

/* Droid Sans Bold - http://ascender-corp.kernest.com/fonts/droid-sans-bold */
/* A font by Steve Matteson (Ascender Corp) -> http://ascendercorp.com/ */
/* http://www.DroidFonts.com/ */
/* Apache (http://www.opensource.org/licenses/apache2.0.php) */
@font-face {
	font-family: 'Droid Sans';
	font-weight: bold;	
	src: url('http://kernest.com/embed/droid-sans-bold');	
}


h1,h2 {
	margin:0;
	font-family: 'Droid Sans',Calibri,Arial,sans-serif;
	font-size:17px;
	letter-spacing:0.02em;
	font-weight: bold;
}

h1 {
	margin:5px 0;
}

h2 {
	color:#798653;
	margin-top:21px;
	margin-bottom:8px;
}

h1 + h2 {
	margin-top:0;
	font-size:14px;
	font-style:italic;
	margin-top:-4px;
	color:#949E75;
}
h2.secondary {
	margin-top:0;
	font-size:14px;
	font-style:italic;
	margin-top:-4px;
	color:#949E75;
	/* what's up, ie6? */
}

p {
	margin:9px 0;
}

ul,li {
	margin:0;
	padding:0;
}

a {
	color:#65909E;
}

a:hover {
	color:#7E9166;
}

#content li {
	margin:2px 0 2px 20px;
	list-style-image:url('/template/en/images/list-bullet.png');
}

/* sidebar styles */
#sidebar ul {
	margin-left:30px;
	margin-top:9px;
	letter-spacing:0.01em;
	font-size:11px;
}

#sidebar li {
	list-style-type:none;
	margin-bottom:0 0 0 3px;
}

#sidebar li a:hover {
	color:#65909E;
}
#sidebar li a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	display:block;
	padding:8px 6px 8px 43px;
	background:transparent none no-repeat scroll left center;
}

#footer {
	text-align:center;
	color:#fff;
	margin-bottom:60px;
	margin-top:44px;
}
#footer p {
	font-size:11px;
}
#footer a:hover {
	text-decoration:underline;
}
#footer a {
	color:#fff;
	text-decoration:none;
}


/* global styles */
.errors{
	color: red;
	border: 2px solid red;
	background: #FFFFCC;
	padding: 3px;
	width: 450px;
}

.formError > *{
	border: 2px solid red;
	color: red;
}

form{
	margin: 0;
}

/* tellafriend */
#taf {
	width: 545px;
	border: 1px solid #B1BC7B;
	background: #FFFFFF;
	position: absolute;
	top: 360px; /* positioned relative to rightCol, bumps down below flash */
	right: 190px;
	z-index:100;
}
#taf #comments {
	height:80px;
}

#taf h2 {
	margin:0;
	background-color:#B1BC7B;
	color:#FFFFFF;
	padding:5px 11px;
}

#tafOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index:90;
}

/* mailing list */
#mlform .formLabel{
	font-weight: bold;
}

#mlform *{
	font-size: 11px;
}