/* css file
	v1.0
*/

/* Global Variables */

* { margin: 0; padding: 0; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 12px;
}
body {
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.imgr{
	text-indent: -10000px;
}
/*--- end global box */
/* Container box */

#container{
	display: block;
	width: 776px;
	margin: 0 auto;
	padding: 0px;
	border: solid 1px #A5ADB0;
	border-top: 5px solid #32444E;		
	overflow: hidden;
}
/*--- end Container box */

/* Header box */
#header{
	display: block;
	width: 771px;
	height: 105px;
	float: left;
}


/*--- end Header box */

/* Navigation box */
#nav{
	display: block;
	float: left;
	list-style: none;
	width: 300px;
	height: 95px;
	padding-top: 10px;
	margin-right: 65px;
}
#nav li{
	display: inline;
}

#header h1{
	display: block;
	float: right;
	width: 390px;
	height: 105px;
	background: url(../images/main.jpg) top no-repeat;
}
#home{
	float: left;
	background: no-repeat;
	background-image: url(../images/home-page.jpg);
	width: 84px;
	height: 95px;
}

#home:hover{
	background: no-repeat;
	background-image: url(../images/home-page-over.jpg);
}

#about{
	float: left;
	background: no-repeat;
	background-image: url(../images/about-us.jpg);
	width: 70px;
	height: 95px;

}

#about:hover{
	background: no-repeat;
	background-image: url(../images/about-us-over.jpg);
	height: 95px;
}

#service{
	float: left;
	background: no-repeat;
	background-image: url(../images/services.jpg);
	width: 70px;	
	height: 95px;
}

#service:hover{
	background: no-repeat;
	background-image: url(../images/services-over.jpg);
}
#contacts{
	float: left;
	background: no-repeat;
	background-image: url(../images/contacts.jpg);
	width: 70px;	
	height: 95px;
}

#contacts:hover{
	background: no-repeat;
	background-image: url(../images/contacts-over.jpg);
}

#promo{
	display: block;
	float: left;
	width: 775px;
	height: 220px;	
	background: url(../images/main-15.jpg);
}

/*content */

#content{
	width: 675px;
	float: left;
	display: block;
	padding: 20px 50px 20px 50px;
	color: #6d6d6d;	
}

#leftColumn{
	float: left;
	width: 285px;
	margin-right: 65px;
	color: #6d6d6d;
}


#portfolio{
	float: left;
	width: 285px;
}

#portfolio h2{
	text-indent: -10000px;
	display: block;
	background: url(../images/portfolio.jpg) no-repeat;
	width: 285px;
	height: 43px;
}

#portfolio ul{
	width: 285px;
	list-style: none;
	padding-bottom: 10px;
}
#portfolio li{
	margin-bottom: 10px;
}


#serviceContent{
	float: left;
	width: 285px;
}

#serviceContent h2{
	text-indent: -10000px;
	display: block;
	background: url(../images/serv.jpg) no-repeat;
	width: 285px;
	height: 43px;
}
#serviceContent ul{
	width: 285px;
	list-style: none;
}
#serviceContent li{
	width: 255px;
	height: 29px;
	background: url(../images/list_bullet.jpg) no-repeat;
	color: #ff8800;
	font-family: Tahoma;
	font-size: 15px;
	padding-top: 5px;
	padding-left: 33px;
}

#serviceContent li a{
	color: #ff8800;
	font-family: Tahoma;
	font-size: 15px;
}

.welcome{
	text-indent: -10000px;
	display: block;
	background: url(../images/wel.jpg) no-repeat;
	width: 285px;
	height: 43px;
	}
.services{
	text-indent: -10000px;
	display: block;
	background: url(../images/serv.jpg) no-repeat;
	width: 285px;
	height: 43px;
	}
	
.aboutus{
	text-indent: -10000px;
	display: block;
	background: url(../images/about.jpg) no-repeat;
	width: 285px;
	height: 43px;
	}	
	
.contactus{
	text-indent: -10000px;
	display: block;
	background: url(../images/cont.jpg) no-repeat;
	width: 285px;
	height: 43px;
	}	
	
.thankyou{
	text-indent: -10000px;
	display: block;
	background: url(../images/thankyou.jpg) no-repeat;
	width: 285px;
	height: 43px;
	}	
	
#footer{
	padding: 15 15 15 15;
	display: block;
	float: left;
	background: #a5adb0;
	width: 776px;
	text-align: center;
}

#footer ul{
	list-style: none;
}

#footer ul li{
	display: inline;
	padding-right: 15px;
	text-transform: uppercase;
}

#footer ul li a{
	color: #000;
	text-decoration: none;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}
