/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#555555;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
#wrapper {
	width:950px;
	height:auto;
	margin:0 auto;
}


.logo {
	width:131px;
	height:84px;
	float:left;
	margin:0px 0px 0px 25px
}

/*-----------Menu----------------*/
#menu{
	width:600px;
	height:auto;
	text-align:right;
	float:right;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin:35px 25px 0px 0px;
	padding:0px;
}

#menu ul {
	list-style:none;
}

#menu ul li {
	float:right;
	margin:0px 0px 0px 20px;
}

#menu ul li a, a:visited {
	color:#000000;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#0762E4;
	text-decoration:none;
}

#menu ul li .selected{
	color:#0762E4;
}

/*----------Content Homepage-----------------*/
#banner {
	width:900px;
	margin:0 auto;
	padding:0px;	
}

#banner-right{
	background:url(../images/about.jpg) top center no-repeat;
	width:450px;
	height:283px;
	margin:0px 0px 0px 0px;
	float:right;
}

#banner-right h1{ 
	font-family:"Trebuchet MS", Arial;
	font-size:22px;
	color:#000000;
	font-weight:normal;
	margin:20px 0px 35px 20px;
}

#banner-right p{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0F131A;
	padding:0px 20px 0px 20px;
}
#banner-left{
	background: url(../images/corner.gif) top left no-repeat #ffffff;
	width:450px;
	height:283px;
	margin:0px 0px 0px 0px;
	float:left;
}

#gallery{
	width:950px;
	height:218px;
	background:url(../images/gallery_bg.jpg) top center no-repeat;	
}

.left-button{
	margin:71px 0px 0px 34px;
	width:26px;
	height:28px;
	border:none; 
	background:none;
	float:left;
}

.right-button{
	margin:71px 34px 0px 0px;
	width:26px;
	height:28px;
	border:none; 
	background:none;
	float:right;
}

.image{
	background:url(../images/image_border.jpg) top center no-repeat;
	margin:0px;
	padding:5px;
	border:none;
	float:left;
}

/*----------End----------------*/

/*----------Content Internal-----------------*/

.banner-top {
	width:900px;
	height:126px;
	background:#f6f2e7;
	margin:0px auto 0px auto; 	
}
/*
.contact-top {
	width:900px;
	height:126px;
	background:url(../images/contact_banner.jpg) top center no-repeat #f6f2e7;
	margin:15px auto 0px auto; 	
}

.projects-top {
	width:900px;
	height:126px;
	background:url(../images/projects_banner.jpg) top center no-repeat #f6f2e7;
	margin:15px auto 0px auto; 	
}*/

#content {
	width:858px;
	background-color:#CDCDCD;
	padding:30px 20px 30px 20px;
	margin:0 auto;
	border-left: solid 1px #323232;
	border-right: solid 1px #323232;
}

p {
	line-height:18px;
	padding:0px 20px 20px 20px;
}

h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 0px 20px;
	color:#0A54BE;
}

.project-box{
	width:800px;
	float:left;
	margin:0px 0px 15px 15px;
	padding:0px 15px 15px 0px;
	border-bottom: solid 1px #e5e1d7;
}

.project-box p{
	padding:0px;
	margin:0px;
}

.img-project{
	background:url(../images/img_project.jpg) top center no-repeat;
	margin:0px 20px 0px 0px;
	padding:8px;
	border:none;
	float:left;
}

#desc{
	background:url(../images/services_content.jpg) no-repeat;
	width:184px;
	height:256px;
	float:right;
	margin-right:80px
}

#wrapper-footer {
	margin:0 auto;
	width:950px;
	background:url(../images/footer_bg.jpg) top center no-repeat #FFFFFF;
	padding:85px 0px 0px 0px
}

#footer{
	font-size:11px;
	margin:0px auto;
	text-align:center;
	color:#545454;
}

#footer a, a:visited {
	color:#848484;
}

#footer a:hover {
	color:#f89d1b;
	text-decoration:underline;
}

#footer p{
	font-size:10px;
	line-height:16px;
	color:#626262;
	padding:0px;
	margin:0px;
}

#validation{
	margin:0 auto 20px auto;
	
}

.text{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:normal;
	 color:#5a5a5a;
}

/*-------End--------*/
