@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#002040 url(/images/bg.png) center top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container { 
	width: 1018px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; 
} 
 #header {
	 background:url(/images/menu.png) no-repeat;
	 height:128px;
} 
#menu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:20px;
	padding-top:63px;
}
#menu ul {
}
#menu li {
	display:inline;
}
#menu li a { color:#fff;
	text-decoration:none;
 }
#menu li a:hover{
 	text-decoration:underline;
 }
#menu li.home {
	padding:0 66px 0 27px;
}
#menu li.about_us{
		padding:0 72px 0 0;
}
#menu li.portfolio{
		padding:0 74px 0 0;
}
#menu li.quote{
		padding:0 61px 0 0;
}
#menu li.contact{
		padding:0 76px 0 0;
}

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; 
	width: 380px; 

}
#sidebar1 .box{
}
#sidebar1 .box .header{
	background:url(/images/menu-left-header.png) top  center no-repeat;
	height:80px;
}
#sidebar1 .box .content{
	background:url(/images/menu-left-bg.png) repeat-y center;
}

#sidebar1 .box .footer{
	background:url(/images/menu-left-footer.png) center;
	height:39px;
}
#sidebar1 .box .header h2 {
	color:#FFFFA6;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	text-align:right;
	padding:34px 53px 9px 50px;
}

#leftmenu ul {
	margin:0;
	padding-right:50px;
}
#leftmenu ul li{
	text-align:right;
	padding:6px 0;
}
#leftmenu ul li a{
	color:#B0DEFF;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 7px 15px 11px 0;
}
#leftmenu ul li a span{
	width:60px;
	display:block;
}
#leftmenu ul li.link1 a{
	background:url(/images/1.png) right no-repeat;
}
#leftmenu ul li.link1 a:hover{
	background:url(/images/1-hover.png) right no-repeat;
}


#leftmenu ul li.link2 a{
	background:url(/images/2.png) right no-repeat;
}
#leftmenu ul li.link2 a:hover{
	background:url(/images/2-hover.png) right no-repeat;
}



#leftmenu ul li.link3 a{
	background:url(/images/3.png) right no-repeat;
}
#leftmenu ul li.link3 a:hover{
	background:url(/images/3-hover.png) right no-repeat;
}

#leftmenu ul li.link4 a{
	background:url(/images/4.png) right no-repeat;
}
#leftmenu ul li.link4 a:hover{
	background:url(/images/4-hover.png) right no-repeat;
}

#leftmenu ul li.link5 a{
	background:url(/images/5.png) right no-repeat;
}
#leftmenu ul li.link5 a:hover{
	background:url(/images/5-hover.png) right no-repeat;
}

#leftmenu ul li.link6 a{
	background:url(/images/6.png) right no-repeat;
}
#leftmenu ul li.link6 a:hover{
	background:url(/images/6-hover.png) right no-repeat;
}

#leftmenu ul li.link7 a{
	background:url(/images/7.png) right no-repeat;
}
#leftmenu ul li.link7 a:hover{
	background:url(/images/7-hover.png) right no-repeat;
}

#leftmenu ul li.link8 a{
	background:url(/images/8.png) right no-repeat;
}
#leftmenu ul li.link8 a:hover{
	background:url(/images/8-hover.png) right no-repeat;
}

#leftmenu ul li.link9 a{
	background:url(/images/9.png) right no-repeat;
}
#leftmenu ul li.link9 a:hover{
	background:url(/images/9-hover.png) right no-repeat;
}

 #mainContent { 
	margin: 0 10px 0 390px; 
	padding: 10px 0px 0; 
	color:#FFFFA6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
} 
 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url("/images/footer.png") center;
	height:75px;
} 
 #footer p {
	margin: 0; 
	padding: 15px 0 10px 360px;
	font-size:10px;;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2 { 
margin:0;
padding:10px 0 0px;; 
font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
}
h1 {
	font-size:36px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	font-weight:normal;
	text-align:left;
}
p{
	line-height:1.5;
}

#portfolio {
}
#portfolio .item {
	margin:25px 0;
}
#portfolio .item .description{
	margin-left:120px;
}
#portfolio .item  .photo{
	float:left;
	height:100px;
	width:100px;
	margin-top:7px;
	}
	#portfolio .item a.title{
		font-size:21px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;}
	#portfolio .item p {
		margin:0;
		padding:5px 0;
		border-bottom:1px dashed #FFFFA6;
	}
	#portfolio .item .links{
		background:#002040 ;
		padding:6px 10px 10px;
	}
	#portfolio .item a.details, #portfolio .item a.visit{
		border:none;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:30px;
		text-decoration:none;
		
	}
	#portfolio .item a img {
		margin-bottom:-10px;
		margin-right:5px;
		border:none;
	}
	
	#portfolio_details .thumb{
		float:right;
		text-align:center;
		margin-left:20px;
	}
	#portfolio_details .thumb a.visit img{
		margin-bottom:-10px;
	}
 a img{
border:none;		
	}
	a {
		text-decoration:none;
		color:#B0DEFF;
	}
	a:hover{
		color:#FFFFA6;
		text-decoration:none;
	}
	
	p{
		color:#CCCCCC;
		padding: 5px 0 10px;
		margin:0;
	}
.onefield {
display:block;
margin:6px 0;
}
.onefield label{
	display:inline-block;
margin:0.6em 4px 0 0;
min-width:7em;
padding:0 2px;
font-weight:bold;color:#B0DEFF;
text-align:right;
}
.onefieldtextarea label{


}
input, textarea {
font-size:125%;
margin:0 2px 0 0;
padding:2px 0;
background:#FFFECF;
border:1px solid #B0DEFF;

}
.sendbutton {
	background:url("/images/sendbutton.jpg");
	height:47px;
	width:157px;
	border:none;
	color:#fff;
	text-align:right;
	padding-right:25px;
}
	.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.LV_valid {
	display:none;
}
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;

}
.LV_invalid_field {
background-color:#CC0000;
color:#fff;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
    
}
    

    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

