@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
a img { border:none;}
body {
	background:url(../images/back-body.jpg) repeat-x #fff;
	font-size:11px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	height:100%;
}
.back-about {
	background:url(../images/back-body-about.jpg) repeat-x #fff;
}
#warp {
	background:url(../images/back-warp_01.jpg) top center no-repeat;
	width:1200px;
	margin:0 auto;
}
#warp2 {
	background:url(../images/back-warp2.jpg) top center no-repeat;
	width:1200px;
	margin:0 auto;
}
#container {
	width:913px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
#container2 {
 overflow:hidden;
 padding-left:150px;
 clear:both;
}
.splash {
	max-width:305px;
}
*.splash {
	overflow:hidden;
}
/* ----- header ----- */
#header {
	padding-left:150px;
}
.header-container {
	
}
.header-right {
	float:left;
	padding-top:30px;
	padding-left:25px;
	
}
.header-right p {
	color:#6fb9e8;
	font-size:14px;
	margin-left:54px;
	font-weight:bold;
}
.header-right p span {
	color:#3a3a3a;
}
.header-left {
	float:left;	

}
/* menu */
#main-nav {
	display:block;
}
.menu {
	margin-top:33px;
	margin-left:-5px;
	width:827px;	
}
.menu ul {
	list-style:none;

}
.menu ul li {
	float:left;
	margin-right:3px;
	position:relative;
	display:inline;
	
}	
.menu ul li a {
	text-indent:-9999px;
	overflow:hidden;
	height:40px;
	display:block;
	outline:none;
}
.menu ul li a.home {
	background:url(../images/home.jpg) no-repeat;
	width:162px;
}
.menu ul li a.about {
	background:url(../images/about.png) no-repeat;
	width:117px;
}
.menu ul li a.work {
	background:url(../images/our-work.png) no-repeat;
	width:124px;
}
.menu ul li a.process {
	background:url(../images/process.png) no-repeat;
	width:136px;
}	
.menu ul li a.contact {
	background:url(../images/contact.jpg) no-repeat;
	width:136px;
}
.menu ul li a.service {
	background:url(../images/our-service.jpg) no-repeat;
	width:136px;
}
.menu ul li a:hover, .menu ul li.select a.home, .menu ul li.select a.about, .menu ul li.select a.work, .menu ul li.select a.process, .menu ul li.select a.contact, .menu li.select a.service {
	background-position:0 -40px;
}
.banner {
	margin-top:16px;
	overflow:hidden;
	margin-left:50px;
	z-index:-1;
	float:left;
}
*html .banner {
	margin-left:25px;
	margin-top:15px;
}
/* ----- content ---- */
#content {
	overflow:hidden;
	float:left;
	margin-top:34px;
}
.content2 {
	margin-top:121px;
	overflow:hidden;
	float:left;
}
.content-left {
	overflow:hidden;
	float:left;
	margin-right:18px;
}
#content h1 {
	margin-bottom:19px;
	color:#3f9ad4;
	font-size:23px;
}
.content-right {
	width:445px;
	float:left;
}

.content-right h2 {
	color:#3f9ad4;
	font-size:11px;
	margin-bottom:23px;
}
.content-right p, .about-right p {
	margin-bottom:23px;
}
.splash img {
	border:4px solid #e3e3e3;
}
.about-left {
	float:left;
	overflow:hidden;
}
.about-right {
	float:left;
	width:560px;
	margin-left:23px;
	margin-bottom:121px;
}

.about-right h2 {
	font-size:18px;
	color:#54aee4;
	margin-bottom:17px;
}
.about-right h3, .about-right h3 a, .about-right span {
	color:#6fb9e7;
	font-weight:bold;
	margin-bottom:10px;
}
.about-right h4 a {
 float:left;
 margin-right:5px;
 color:#6fb9e7;
 font-weight:bold;
 margin-bottom:10px;
 text-decoration:none;
 margin-bottom:10px;
} 
.about-right ol {
 padding-left:25px;
}
.about-right ol li {
 margin-bottom:10px;
}
.work2 {
	float:left;
	
}
 

/* ---- sidebar ---- */
.sidebar {
	width:225px;
 	float:left;
	margin-top:34px;
	margin-left:22px;
	
}
.sidebar h1 {
	color:#3f9ad4;
	font-size:14px;
}
.post {
	background:url(../images/top-testimonial.jpg) no-repeat #73bbe8;
	overflow:hidden;
	padding-top:21px;
	padding-bottom:10px;
	color:#fff;
	padding-left:21px;
	padding-right:10px;
	margin-top:16px;
}
.post p {
	margin:0;
}
.end {
	background:url(../images/end-testimonial.jpg) no-repeat;
	width:225px;
	height:37px;
	display:block;
}
.name {
	font-size:12px;
	color:#201f1f;
	font-weight:bold;
}
.readmore {
	clear:both;
	color:#73bbe8;
	font-size:11px;
}
.more {
	color:#727272;
	margin-top:13px;
}
/*---- contact form --- */
form {
	font-size:12px;
	color:#3a3a3a;
}
form input {
	width:178px;
	font-size:12px;
}

form textarea {
	width:178px;
	height:120px;
}
form td {
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}
/* ---- testimonial --- */
.testimonial {
	float:left;
	padding-right:20px;
}
.testimonial p {
	margin-bottom:5px;
}
.testimonial ul {
	padding-left:30px;
	margin-bottom:5px;
}
.testimonial hr {
	margin-bottom:10px;
}

/* ----- gallery ---- */
#gallery {
		padding: 10px;
		float:left;
		padding-left:0;
	}
#gallery ul { 
	list-style: none; 
}
#gallery ul li { 
	display: inline; 
}
	
#gallery ul img {
		border: 5px solid #e0e0e0;
}
#gallery ul li a {
	float:left;
	margin-right:10px;
	margin-top:10px;
}
#gallery ul a:hover img {
	border: 5px solid #e3e3e3;
	color: #fff;
}
#gallery ul a:hover { 
	color: #fff; 
}
/* ---- footer ---- */	
#footer {
	clear:both;
	margin-top:51px;
	background:#efefef;
	height:87px;
	width:100%;
}
.footer-container {
	width:1200px;
	background:#EFEFEF;
	margin:0 auto;
	padding-top:23px;
	height:64px;
}
.content-footer {
	width:525px;
	margin:0 auto;
	text-align:center;
	color:#585858;
}
.content-footer a {
	text-decoration:none;
	color:#585858;
}
.content-footer ul {
	margin-bottom:15px;
	overflow:hidden;
}
.content-footer ul li {
	float:left;
	list-style:none;
	border-right:1px solid #73bbe8;
	margin-right:15px;
}
.content-footer ul li a {
	padding-right:15px;
	color:#73bbe8;
	font-weight:bold;
}
.about-right .req {
	color: #FF0000;
	font-weight: normal;
	font-size: 9px;
}
#contact input, #contact textarea {
	border: 1px #6D9ADE solid;
	-moz-border-radius: 4px;
	padding: 4px;
	font-size: 11px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	width: 250px;
}
input.button, #contact .button{
	background:url(../images/submit-hover_03.jpg) no-repeat;
	width:65px;
	height:24px;
	float:right;
	border:none;
	cursor:pointer;
}
input.button:hover, #contact .button:hover {
	background:url(../images/submit_03.jpg) no-repeat;
	width:65px;
	height:24px;
}
#success {
	border: 1px #015d98 solid;
	background-color: #D4EAF8;
	padding: 6px 6px;
	-moz-border-radius:5px;
	width: 480px;
}

#success h4 {
	color: #08446a;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
/* dropdown menu */
.menu ul li ul {left: 0;display: none; /*collapse all sub menus to begin with*/visibility: hidden;  z-index:100;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul{top: 0; margin:0; float:none;}
.menu ul li ul li ul li a { height:inherit;}
.menu ul li ul li{display: list-item;float: none; height:30px; background:url(../images/back-dropdown.jpg) repeat-x;width:136px; padding-top:10px; margin:0;} 
*html .menu ul li ul li { margin-top:-3px;}
*html .menu ul li ul li ul li {margin-top:0;}
.menu ul li ul li a { color:#54aee4; text-indent:0; text-align:center;   text-decoration:none; width:auto; display:compact; height:auto; padding:0;}
.menu ul li ul li a:hover { color:#221e1f; padding:0; }
.menu ul li ul li ul li a { color:#54aee4; text-indent:0; text-align:center;   text-decoration:none; width:auto; display:compact; height:auto; padding:0;}
.menu ul li ul li ul li a:hover { color:#221e1f; padding:0; }
.menu{
font-size:13px;
font-weight:bold;
/*background: #414141;*/ /*background of menu bar (default state)*/
}

/*.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}*/

/*Top level list items*/
/*.menu ul li{
position: relative;
display: inline;
float: left;
}*/
* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
/*display: inline-block;*/
}

.menu ul li a:link, .menu ul li a:visited{
/*color: white;*/
}

/*.menu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element
background: black; 
color: white;
}*/
	
/*1st sub level menu*/
.menu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
/*.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}*/

/* Holly Hack for IE \*/
* html .menu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}