/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}
html {
	height: 100%;
	min-height: 100%;
}
body {
	background: #cec18f;
	background: url(./themes/aa/bg.jpg) repeat top #cec18f;
	height: 100%;
	min-height: 100%;
}

#container {
	width: 920px;
	background: #c5c3a5;
	padding-bottom: 10px;
}

#container #body {
	clear: both;
	min-height: 100%;
}

#site-menu {
	width: 648px;
	margin-right: 10px;
	background: #FFFFFF;
}


#footer {
	clear: both;
	width: 920px;
	height: 20px;
	font-size: 12px;
	color:#ffffff;
	font-weight: bolder;
	/*background: #cfc69e;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}


#features {
	clear: both;
	width: 960px;
	height: 166px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	/*background: #e4e2be;*/
	background: url(./themes/aa/features_bg.png) no-repeat;
}

#features-left {
	width: 450px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 40px;
	float: left;
}

#features-right {
	width: 450px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 40px;
	float: right;
}

#features h1 {
	color: #938468;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

#features p {
	color: #000000;
	font-size: 12px;
	margin-bottom: 30px;
}

#features-img1 {
	width: 100px;
	margin-top: 10px;
	margin-right: 30px;
	float: left;
	z-index:10;
	visibility: visible;
}

#features-img2 {
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
	z-index:10;
	visibility: visible;
}


#logo {
	position: absolute;
	z-index:10;
	visibility: visible;
	margin-top: 20px;
 margin-left: 14px;
}

#trade {
	position: absolute;
	z-index:20;
	visibility: visible;
	margin-top: 20px;
	margin-left: 700px;
	color: #ffffff;
	font-size: 12px;
}


#trade h1 {
	color: #abac59;
	font-size: 16px;
	font-weight: bolder;
}

#site-header {
	height: 100px;
	background: url(./themes/aa/top.jpg);
}

#site-header span{
	display: none;
}

#body {
}

#body {
	background: #c5c3a5 /*url(./themes/aa/mainimg.jpg) no-repeat;*/
	min-height: 700px;
}

#body #left {
	float: left;
	width: 240px;
	height: auto;
	margin-top: -39px;
	margin-left: 10px;
	background: #cfc5b1
}

#body #right {
	margin-right: 10px;
	float: right;
	width: 648px;
	background: url(./themes/aa/right_bg.jpg) no-repeat bottom right #ffffff;
}

#body #right #newsletter-bar {
	margin-top: 10px;
	height: 55px;
	background: url(./themes/aa/newsletter-bg.jpg) no-repeat right;
}

#body #right #content {
	text-align: left;
	margin-left: 30px;
	margin-top: 30px;
}

#body #left #casestudies {
	height: auto;
}

#body #left #casestudies #csheader {
	width: 260px;
	height: 14px;
	background: url(./themes/aa/casestudy-header.png) no-repeat;
}

#body #left #casestudies #csbody {
	width: 260px;
	height: auto;
	background: url(./themes/aa/casestudy-bg.png) repeat-y;
}

#body #left #casestudies #csbody #csbody-header {
	text-align: left;
	margin-left: 14px;
	background: url(./themes/aa/casestudy.png) no-repeat;
}

#body #left #casestudies #csbody #csbody-header #cscontent {
	text-align: left;
	margin-left: 14px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#body #left #casestudies #csbody #csbody-header #cscontent p {
	font-size: 12px;
	color:#336633;
	margin-right: 22px;
}

#body #left #casestudies #csfooter {
	width: 260px;
	height: 10px;
	background: url(./themes/aa/casestudy-footer.png) no-repeat;
}

#news {
	margin-left: 23px;
	margin-right: 20px;
	margin-top: 20px;
	text-align: left;
}

#news h1 {
	font-size: 20px;
	color: #6b604c;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	/*border-bottom: solid thin #E1E1E1;*/
}

#news ul {
	margin-left: 5px;
	list-style: none;
}

#news li {
	width: 100%;
	border-bottom: solid thin #E1E1E1;
	margin-bottom: 10px;
}

#news li h2 {
	font-size: 14px;
	color: #513e15;
}

#news li p {
	margin-bottom: 10px;
	font-size: 12px;
}

#news p {
	font-size: 12px;
	margin-bottom: 20px;
}

#ad {
	vertical-align: text-bottom;
}

#right #content h1 {
	color: #402b00;
	font-size: 25px;
	margin-bottom: 10px;
}

#right #content p {
	font-size: 12px;
	color:#000000;
	margin-bottom: 1.5em;
	margin-right: 120px;
	line-height: 18px;
	/*line-height: 1em;*/
}

/*#footer {
	clear: both;
	background: url(./themes/aa/bottom.jpg) no-repeat;
	height: 56px;
}*/
.clear {
	clear: both;
}