@charset "utf-8";
/* CSS Document */
/***** RESET *****/

* {margin: 0; padding: 0; border: 0;}

/***** TEXT STYLES *****/
body {
background: url(../images/bg.png) repeat-y #7f8184;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}
a:LINK {
color:#FBB03B;
text-decoration: none;
}
a:VISITED{
color:#FBB03B;
text-decoration: none;
}
a:HOVER {
text-decoration: underline;
}
img{
border: 0;
}
#header {
width: 798px;
height: 106px;
float: left;
background: url(../images/header-bg.png) repeat-x;
margin-bottom: 20px;
}
#globalcontainer {
width: 798px;
margin: 20px auto;
}
#container {
width: 798px;
margin: auto;
float: left;
background: #000;
}
#nav_container {
width: 235px;
text-align:center;
margin: 10px;
float: left;
font-weight: 600;
}
#nav_container a {
font-size: 13px;
color:#fff;
}
.menu-button{
background: url(../images/menu-button.gif) no-repeat;
float:left;
width: 235px;
height:25px;
margin: 0px;
padding-top: 5px;
}
.menu-first-button{
background: url(../images/menu-first-button.gif) no-repeat;
float:left;
width: 235px;
height:29px;
margin: 0px;
padding-top: 10px;
}
.menu-last-button{
background: url(../images/menu-last-button.gif) no-repeat;
float:left;
width: 235px;
height:25px;
margin: 0px;
padding-top: 5px;
}#nav_container .testimonials {	margin-top: 80px;	font-weight:normal;	border: solid orange 2px;	text-align: left;	}#testimonialsBlocs {    position: relative;	height: 340px;} #testimonialsBlocs div.testimonialsBloc {    top: 0;    left: 0;    z-index: 8;    display: none;}#testimonialsBlocs div.activeTestimonials {    z-index: 10;    display: block;}#testimonialsBlocs div.last-active {    z-index: 9;}#nav_container .testimonialsItem {	padding: 8px;}#nav_container .testimonialsTop {	height: 27px;	background: url(../images/testimonialsTop-bg.png) no-repeat;	margin-bottom: 8px;}#nav_container .testimonialsText {	color: white;}#nav_container .testimonialsName {	color: orange;}#nav_container .testimonialsReadMore {	margin: 10px 6px 3px 0;	text-align: right;}#nav_container .testimonialsReadMore a {	color: orange;	font-weight: bolder;	font-size: large;	}#nav_container .testimonialsBottom {	height: 7px;	background: url(../images/testimonialsBottom-bg.png) no-repeat;}
#content{
width: 500px;
float: left;
padding: 10px 0 10px 0;
margin-left: 25px;
}
#footer {
width: 798px;
height: 30px;
background: url(../images/footer-bg.gif) repeat-x;
float: left;
}
p {
margin-bottom: 10px;
font-size: 12px;
font-family: Helvetica, sans-serif;
}
.headline{
color: #fbb03b;font-weight: bolder;
}
.extract{
font-size: 13px;
}
#footlinks {
float: right;
margin-right: 10px;
color:#fff;
margin-top: 8px;
font-size: 11px;
}
#footlinks a{
color:#fff;
}
#copyright {
float: left;
margin-left: 25px;
color:#fff;
margin-top: 8px;
font-size: 11px;
}
#main_banners{
width: 110px;
margin: 20px; 
float: right;
}