/* CSS Document */


	body {
	fontsize: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	font-family: Arial, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg.jpg) repeat-x top;
	}
	html>body { 
	font-size: small;
	font-family: Arial, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	}
	h1 {
	font-size: 130%;
	color: #BFA77B;
	margin: 0;
	padding: 0;
	}
	h2 {
	font-size: 120%;
	color: #BFA77B;
	margin: 0;
	padding: 0;
	}
	h3 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
	
	
	
/* -------- WRAPPER-BRANDING-MENU -------- */

#wrapper {
width: 797px;
position: relative;
left: 50%;
margin-left: -398px;
background-image: url(images/wrapper_bg.jpg);
}
#branding {
height: 89px;
padding: 21px 0 0 32px;
}
#menu {
height: 30px;
padding: 0 0 0 9px;
}



/* -------- MAIN TEXT CONTENT -------- */

#content {
width: 509px;
float: left;
}
#content h1, #content h2, #content h3 {
padding: 0 40px 0 40px;
}
#content p {
padding: 0 40px 0 40px;
font-size: 90%;
}
#content ul {
padding: 0 40px 0 40px;
font-size: 90%;
}
#content a:link, #content a:visited {
color: #00ACDA;
text-decoration: none;
font-weight: bold;
}
#content a:hover, #content a:active {
text-decoration: underline;
}



/* -------- NEWS -------- */

#newswrapper {
float: right;
width: 246px;
height: 434px;
padding: 42px 30px 0px 12px;
background-image: url(images/news_bg.jpg);
}
#newsbox {
width: 246px;
height: 144px;
background-image: url(images/news_item_bg.jpg);
}
#newsboxtitle {
color: #FFFFFF;
font-size: 85%;
text-align: left;
padding: 10px 0 0 7px;
}
#newsboxinfo {
height: 88px;
}
#newsboxinfo img {
float: left;
padding: 10px 0px 0px 0px;
margin: 0px;
}
#newsboxinfo p {
float: right;
width: 158px;
font-size: 75%;
color: #959595;
padding: 9px 5px 0px 0px;
margin: 0px;
}
#newsboxinfo a:link, #newsboxinfo a:visited {
color: #0673a1;
text-decoration: none;
font-weight: normal;
}
#newsboxinfo a:hover, #newsboxinfo a:active {
text-decoration: underline;
}
#newsboxbut {
float: left;
width: 246px;
height: 28px;
}
#newsboxbut .but a:link, #newsboxbut .but a:visited {
display: block;
width: 246px;
height: 28px;
background: url('images/news_item_but.jpg') no-repeat left center;
}
#newsboxbut .but a:hover {
background-position: right center; 
}



/* ------------- BANNER ------------- */

#banner {
height: 232px;
padding: 9px 0 4px 19px;
width: 481px;
}


/* ------------ FEATURES ------------ */

#featureswrapper {
background: url('images/features_wrapper_bg.jpg') no-repeat;
float: left;
height: 216px;
padding: 7px 8px 8px 27px;
width: 466px;
}
#featuresbox {
float:left;
height:33px;
padding:183px 0 0;
width:195px;
}
#featuresbox .but {
float: left;
width: 195px;
height: 33px;
}
#featuresbox .but a:link, #featuresbox .but a:visited {
display: block;
width: 195px;
height: 33px;
background: url('images/feature_but.jpg') no-repeat left center;
}
#featuresbox .but a:hover {
background-position: right center;
}
#featuresvideo {
float: left;
width: 270px;
height: 216px;
padding: 0 0 0 1px;
}

#clear {
clear: both;
height: 10px;
}

/* -------- FOOTER -------- */

#footer {
margin: 0px;
padding: 0px;
border-top: 1px solid #c4c4c2;
background: #d8d8d7;
}
#footer p {
font-size: 75%;
color: #999999;
margin: 0;
padding: 13px 0 13px 18px;
}
#footer a:link, #footer a:visited {
color: #0673a1;
text-decoration: none;
}
#footer a:hover, #footer a:active {
text-decoration: underline;
}


