/***** style sheet done by nimbuswebdesigns.
Contact info@nimbuswebdesigns.com */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #61b9e7;
    font: 12px "Verdana", Arial, Sans-Serif;	
}

/* Wraper div box */
#wrapper{
	width: 900px;
	margin: 0 auto;
	padding: 10px;	
	padding-left: 20px;
	background: #FFF;
	overflow: hidden;
}

#header{
	width: 890px;
	display: block;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;

}

#header h1{
	text-indent: -10000px;
	background: url(../images/logo.jpg);
	width: 284px;
	height: 114px;
	float: left;
}

#header span{
	display: block;
	float: right;
}

#nav{
	list-style: none;
	float: left;
	margin-top: 40px;
}

#nav li{
	display: block;
	float: left;
}

#nav a {
	display: block;
	color: #000;
	width: 90px;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 15px 10px 10px;
	height: 40px;
}
#current{
	background: url(../images/nav_hover.jpg) no-repeat;
	color: #FFF;
}

#nav a:hover{
	background: url(../images/nav_hover.jpg) no-repeat;
	color: #FFF;
}

#promo{
	display: block;
	margin: 0 auto;
	float: left;
	width: 825px;
	color: #FFF;
	padding-left: 10px;
	padding-bottom: 50px;
	padding-top: 25px;
	margin-left: 5px;
}

#promo-text{
	display: block;
	width: 500px;
}
#promo h1{
	margin-bottom: 10px;	
}
#promo p{
	line-height: 25px;
}

#container{
	overflow: hidden;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	float: left;
	width: 830px;
	padding-left: 10px;
}

#left-column{
	width: 540px;
	display: block;
	float: left;
}

#left-column ul{
	padding-left: 25px;
}
#right-col{
	display: block;
	float: right;
	width: 220px;
}

#servicebox1{
	display: block;
	float: right;
	width: 214px;
	padding-bottom: 10px;
}

#servicebox1 h2{
	display: block;
	color: #FFF;
	font-weight: bold;
	background: url(../images/servicebox_bg1.jpg) no-repeat;
	font-size: 16px;
	width: 214px;
	height: 30px;
	padding-left: 20px;
}

#servicebox2{
	display: block;
	float: right;
	width: 214px;
}

#servicebox2 h2{
	display: block;
	color: #FFF;
	font-weight: bold;
	background: url(../images/serviceboxBg2.jpg) no-repeat;
	font-size: 16px;
	width: 214px;
	height: 30px;
	padding-left: 20px;
}

.service-list{
	font-size: 11px;
	padding-left: 100px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.service-list a{
	color: #437b9f;
}
#ico1{
		background: url(../images/ico_1.jpg) no-repeat left center;
}

#ico2{
		background: url(../images/ico_2.jpg) no-repeat left center;
}

.read-more{
	margin-top: 5px;
	color: #656565;
	text-decoration: none;
	float: right;
	font-weight: bold;
}

#footer{
	background: #8a8a8a;
	margin: 0 auto;
	height: 40px;
	width: 900px;
	padding: 15px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.brand{
	background: url(../images/promo_brand.jpg) no-repeat;
}
.home{
	background: url(../images/promo_bg.jpg) #0e4ba8 right no-repeat;
}
.consulting{
	background: url(../images/promo_consulting.jpg) #0e4ba8 right no-repeat;
}

.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;
}