@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFF;
	
	padding-bottom:50px;
	
	font-family:Arial,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:13px;
}


h1{
	font-size:24px;
	font-weight:normal;
	color:#ffba00;
}
form{
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
	color:#FFF;
}
a:hover{
	color:#ffba00;
}


.spacer{
	clear:both;
}
.textSmall{
	font-family:Verdana,sans-serif;
	font-size:11px;
}
.textYellow{
	color:#ffba00;
}




#container{
	width:977px;
	margin:0px auto;
	padding-top:40px;
}



#logo{
	display:block;
	width:286px;
	height:69px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}

#navigation{
	float:right;
	margin-top:35px;
	margin-right:20px;
}
#navigation a{
	display:block;
	height:34px;
	float:left;
	margin-right:1px;
	background-repeat:no-repeat;
}
#navigation a:hover,#navigation a.on{
	background-position:0px -34px;
}
#navigation a.Home{
	background-image:url(images/nav/home.png);
	width:57px;
}
#navigation a.AboutUs{
	background-image:url(images/nav/about.png);
	width:84px;
}
#navigation a.TheBiggerPicture{
	background-image:url(images/nav/biggerpicture.png);
	width:142px;
}
#navigation a.News{
	background-image:url(images/nav/news.png);
	width:63px;
}
#navigation a.OurClients{
	background-image:url(images/nav/clients.png);
	width:94px;
}
#navigation a.Contact{
	background-image:url(images/nav/contact.png);
	width:76px;
}
#navigationStripe{
	background-image:url(images/navStripe.png);
	background-repeat:no-repeat;
	height:8px;
}


#content{
	background-image:url(images/footerStripe.png);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:200px;
	padding-left:70px;
	padding-right:70px;
	padding-top:30px;
	padding-bottom:40px;
	text-align:justify;
	overflow:auto;
}
#content strong{
	color:#ffc321;
}

#content #content-home-left{
	width:380px;
	background-image:url(images/titles/home-about.png);
	background-repeat:no-repeat;
	padding-top:30px;
}
#content #content-home-right{
	float:right;
	width:380px;
	background-image:url(images/titles/home-whatsnew.png);
	background-repeat:no-repeat;
	padding-top:30px;
}

#footer{
	clear:both;
	padding-left:50px;
	padding-top:10px;
}








#testimonial{
	text-align:center;
	color:#333;
}
#testimonial h3{
	font-family:"Gotham Rounded","Gotham HTF","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:21px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#333;
}
#testimonial p{
	color:#333;
}
#testimonial a{
	color:#333;
}
#testimonial a:hover{
	color:#333;
}




.newsItem{
	padding-bottom:20px;
}
.newsItem .newsDate{
	font-size:10px;
}
.newsItem .newsHeadline{
	font-weight:bold;
}
.newsItem .newsIntro{
	font-size:11px;
}
.newsItem .newsLink{
	font-size:11px;
	padding-top:10px;
	font-weight:bold;
}
.newsItem .newsImage{
	float:right;
	margin-left:20px;
}


