@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:rgb(197,210,226);
	text-align:center;
	margin:0px;
	}
	
img {border:none}	

h1, h2, h3, h4, ul, hr, p, blockquote {margin:0px; padding:0px}
	
#topwrapper {
	background-color:rgb(204,216,225);
	}
	
#top {
	width:900px;
	height:115px;
	margin:0 auto;
	}
	
#topleft {
	width:440px;
	height:115px;
	float:left;
	text-align:left;
	}
	
#logo {
	width:416px;
	height:55px;
	margin-top:28px;
	}
	
	
#topright {
	width:440px;
	height:115px;
	float:right;
	}
	
#topright ul {
	list-style-type:none;
	text-align:center;
	margin-top:38px;
	float:right;
	}

#topright ul li {
	float:left;
	}
	
#topright ul li a {
	color:rgb(62,64,65);
	width:55px;
	height:33px;
	line-height:30px;
	display:table;
	margin:5px;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	}
	
#topright ul li a.active {
	background-image:url(images/top_btn.png);
	background-repeat:no-repeat;
	}
	
#topright ul li a:hover.notactive {
	text-decoration:underline;
	background-image:url(images/top_btn.png);
	background-repeat:no-repeat;	
	}

#infowrapper {
	background-color:rgb(24,28,31);
	background-image:url(images/bg_top_info.png);
	background-repeat:repeat-x;
	height:227px;
	}

#photo {
	float:right; 
	width:162px; 
	height:210px; 
	background-image:url(images/photo.png); 
	background-repeat:no-repeat; 
	background-position:0px 20px
}

#info_bg {
	background-image:url(images/bg_top_shine.jpg);
	background-repeat:no-repeat;
	height:227px;
	}

#info {
	margin:0 auto;
	width:900px;
	height:227px;
	}

#infoleft {
	width:445px;
	height:227px;
	float:left;
	text-align:left;
	}
	
#infoleft h1 {
	color:rgb(255,255,255);
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	font-weight:normal;
	padding-top:10px;
	margin-bottom:10px;
	}
	
#infoleft p {
	color:rgb(146,150,154);
	line-height:1.5em;
	margin-bottom:15px;
	}
	
#infoleft ul {	
	list-style-type:none;
	text-align:center;
	float:left;
	}

#infoleft ul li {
	float:left;
	
	}

#infoleft ul li.rightspace {
	margin-right:41px;
}

#infoleft ul li a {
	color:rgb(255,255,255);
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	width:121px;
	height:65px;
	line-height:45px;
	display:table;
	background-image:url(images/btn_green.png);
	background-repeat:no-repeat;
	}
	
#infoleft ul li a:hover {
	background-image:url(images/btn_green_over.png);
	background-repeat:no-repeat;
	}
	
#infoleft ul li a.active {
	background-image:url(images/btn_green_over.png);
	background-repeat:no-repeat;
}
	
#wrapper {
	background-image:url(images/bg_main.png);
	background-repeat:repeat-x;
	}
	
#container {
	margin:0 auto;
	width:900px;
	text-align:left;
	}
	
#left {
	margin-top:30px;
	width:360px;
	float:left;
	}
	
#right {
	margin-top:30px;	
	width:460px;
	float:right;
	}

#img_featured {
	width:456px;
	height:200px;
}

#container h1 {
	color:rgb(255,255,255);
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom:8px;
	}
	
.checkboxes	p {
	line-height:18px
}

.img_checkbox {
	float:left;
	margin-right:5px;
}
	
#left hr {
	border:none;
	background-image:url(images/hline_left.png);
	background-repeat:no-repeat;
	height:3px;
	width:355px;
	margin-bottom:10px;
	}
	
#right hr {
	border:none;
	background-image:url(images/hline_right.png);
	background-repeat:no-repeat;
	height:3px;
	width:455px;
	margin-bottom:10px;
	}	
	
#recent_projcets_images hr, #small_icons hr {
	border:none;
	background-image:url(images/hline_bottom.png);
	background-repeat:no-repeat;
	height:3px;
	width:895px;
	margin-bottom:10px;
	}		
	
hr.full_hr {
	border:none;
	background-image:url(images/hline_bottom.png);
	background-repeat:no-repeat;
	height:3px;
	width:895px;
	margin-bottom:10px;
}
	
#right h2 {
	font-size:16px;
}
	
#container p {
	color:rgb(43,59,68);
	}
	
	
#recent_projcets_images	{
}

#recent_projcets_images img	{
	float:left;
	width:200px;
	height:200px;
}

#recent_projcets_images ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#recent_projcets_images li {
	float:left;
}

#recent_projcets_images li.rightspace {
	margin-right:33px;
}

#full_page {
margin-top:30px;	
float:left;
}

#full_page h2 {
	font-size:16px;
}

.h2_testimonials {
	font-weight:normal;
}

#small_icons {
}

#small_icons img	{
	float:left;
}

#small_icons ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#small_icons li {
	float:left;
}

#small_icons li.rightspace {
	margin-right:27px;
}

#footerwrapper {
}
	
#footer {
	margin:0 auto;
	width:900px;
	height:40px;
	line-height:40px;
	color:rgb(38,53,62);
}

#footer ul {
	list-style-type:none;
}

#footer ul li {
	float:left;
	margin-right:10px;
}
	

#footer a {
	color:rgb(38,53,62);
	text-decoration:none
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	height:40px;
	line-height:40px;
}

.footer_vline {
	color:rgb(105,134,150);
}

#footerleft {
	float:left;
	width:420px;
}

#footerright {
	float:right;
	width:420px;
}

blockquote {
	padding:15px;
/*	background-color:rgb(209, 223, 239);*/
	background-image:url(images/bg_testimonials.png);
	background-repeat:repeat-x;
/*	border-top:1px solid rgb(224, 232, 239);*/
	color:rgb(43,59,68);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.p_with_star {
	line-height:15px
}

.star {
	width:15px;
	height:15px;
	text-align:left;
/*	position:relative;
	top:2px;*/
	margin-right:4px;
	float:left;
}

.javascript_link {
	text-decoration:underline;
	color:rgb(40,40,40);
	cursor:pointer;
}

.last_star {
	margin-right:10px;
}
	
.textjustify {text-align:justify}	
.textright {text-align:right}	
	
.bottom_20 {margin-bottom:20px;}
.bottom_50 {margin-bottom:50px;}

.top_5 {padding-top:5px;}

.free_line {
	margin-bottom:1.5em;
	}	
	
.text_color {
	color:rgb(43,59,68);
}

.hiddenPic {display:none;}

.clear {clear:both}	
