@charset "utf-8";
/* CSS Document */

/*---------------GLOBALS---------------*/
body {
	background:#f3f3f3;
	background-image: url(images/bg_vertlines.png);
	background-repeat: repeat-x;
	color:#333;
	text-align:center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
} 

a {
	color:#666;
	text-decoration:none;
}

a:visited {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#bd2d24;
	text-decoration:underline;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color:#333;
	text-align:justify;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	color:#333;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color:#bd2d24;
}

h5 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	color:#777;
	font-weight: normal;
}
.ulfix {
	margin:0px;
	padding:0px;
}

.activelink {
	color:#bd2d24;
	text-decoration:none;
	display:inline;
}


/*---------------MAIN LAYOUT---------------*/
#container {
	width:900px;
	padding-top:25px;
	margin:0 auto;
}

#main {
	width:900px;
	background:#fff;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#bd2d24;
	

}

#header {
	width:900px;
	height:100px;
}

#content {
	width:900px;
	height:auto;
	margin-top:20px;
}

#footer {
	width:900px;
	font-size:11px;
	color:#333333;
	padding:0;
	position:relative;
	top:-2px;
}


/*---------------START OF HEADER---------------*/
#headerleft {
	width:230px;
	height:100px;
	float:left;
}

#headerright {
	width:670px;
	height:100px;
	float:right;
}

/*#logo {
	width:200px;
	height:64px;
	padding:17px 0 0 30px;
}*/

#logo {
	width:75px;
	height:75px;
	padding:12px 0 0 0px;
}

#nav {
	width:640px;
	height:14px;
	padding:17px 15px 0px 0px;
	float:right;
}

.menuitems li {
	height: 14px;
	width:auto;
	float:right;
	font-size:11px;
	list-style:none;
	color:#666;
}

.menuspacing {
	padding:6px;
	display:inline;
}

.menuspacing2 {
	padding:2px;
	display:inline;
}
#socialnetwork {
	width:400px;
	height:30px;
	display:block;
	float:right;
	padding:20px 16px 0 0;
	text-align:right;
}	
/*---------------END OF HEADER---------------*/
/*---------------START OF INDEX---------------*/
#indeximage {
	height:250px;
	width:900px;
}

#indextitle {
	width:500px;
	text-align:center;
	margin: 20px 0 10px 200px;
}

#indextextblock {
	width:900px;
	height:190px;
	background:url(/images/indextextbg.gif);
	text-align:left;
}

#indextextblockleft {
	width:400px;
	height:175px;
	float:left;
	padding:15px 25px 0 25px;
}

#indextextblockright {
	width:400px;
	height:175px;
	float:left;
	padding:15px 25px 0 25px;
}	

#indexfeatured {
	width:900px;
	height:220px;
	text-align:left;
	background: #fff;
}

#indexfeatured_title {
	height: 20px;
	padding-left: 25px;
	padding-top:15px;
}

#indexfeatured_left {
	width:410px;
	height:150px;
	float:left;
	padding:15px 15px 0 25px;
}

#indexfeatured_right {
	width:410px;
	height:150px;
	float:left;
	padding:15px 25px 0 15px;
}

.indexfeatured_item {
	width:410px;
	height: 125px;
	padding-bottom:20px;	
}

.indexfeatured_image {
	width: 125px;
	height: 125px;
	float:left;
}

.indexfeatured_text {
	width: 250px;
	height: 105px;
	float: left;
	padding:10px;
	margin-left: 10px;
	background:#f8f8f8;
	border-top-width: 1px;
	border-top-color: #ccc;
	border-top-style: solid;
}
/*---------------END OF INDEX---------------*/
/*---------------START OF CASESTUDIES---------------*/
#cs {
	width:750px;
	height:660px;
	text-align:left;
	background: #fff;
	margin: 0 75px 0 75px;
}

#cs_title {
	height: 20px;
	padding-left: 25px;
}
#cs_left {
	width:360px;
	height:600px;
	float:left;
	padding:15px 10px 0 0;
}

#cs_right {
	width:360px;
	height:600px;
	float:left;
	padding:15px 0 0 10px;
}

.cs_item {
	width:360px;
	height:150px;
	padding-bottom:20px;	
}

.cs_image {
	width:150px;
	height:150px;
	float:left;
}

.cs_text {
	width: 190px;
	height: 130px;
	float: left;
	padding:10px;
	background:#f8f8f8;
	border-top-width: 1px;
	border-top-color: #ccc;
	border-top-style: solid;
}
/*---------------END OF CASESTUDIES---------------*/
/*---------------START OF ABOUT---------------*/
#about_container {
	height:450px;
	width:750px;
	margin:0px 75px 0 75px;
}
#about_left {
	width:185px;
	padding:0 10px 0 0;
	float:left;

}
#about_right {
	height:450px;
	width:525px;
	padding:0 0 0 25px;
	text-align:justify;
	float:left;
	line-height:18px;	
}
/*---------------END OF ABOUT---------------*/
/*---------------START OF CONTACT---------------*/

#contact {
	height:400px;
	width:900px;
	display:block
}

#contact_left {
	width:350px;
	height:320px;
	margin-left:75px;
	background:#f8f8f8;
	float:left;
	border-top-width: 1px;
	border-top-color: #ccc;
	border-top-style: solid;
}

#contact_left_info {
	width:330px;
	margin: 0px 0 0 15px;
	font-size: 12px;
	text-align:left;
}

#contactFORM {
	width: 360px;
	height:350px;
	margin-left:20px;
	margin-right:72px;
	float:right;
	text-align:left;
}

#contactFORM input, #contactFORM textarea {
	padding: 5px;
	width: 260px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contactFORM textarea {
	height: 170px;
}

#contactFORM textarea:focus, #contactFORM input:focus {
	border: 1px solid #bd2d24;
}

#contactFORM input.submit-button {
	width: 90px;
	float: right;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666;
	margin-right:8px;
}

#contactFORM input.submit-button:focus {
	border: 1px solid #bd2d24;
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 70px;
	padding-top: 5px;
	font-size: 1.0em;
}

#inforecived {
	margin-top:97px;
	text-align:right;
}

/*---------------END OF CONTACT---------------*/

/*---------------START OF CAPABILITIES---------------*/
#capabilities_main {
	width: 900px;
	height: 400px;
	text-align:left;
	display:block;
	line-height: 20px;
}

#capabilites_left {
	width:450px;
	height:320px;
	margin-left:75px;
	float:left;

}

#capabilites_left_info {
	}

#capabilites_right {
	width: 260px;
	height:320px;
	margin-left:20px;
	margin-right:75px;
	float:right;
	text-align:left;
	border-top-width: 1px;
	border-top-color: #ccc;
	border-top-style: solid;
	background:#f8f8f8;
}
#capabilites_right_info {
	width:230px;
	margin: 10px 25px 0 25px;
	font-size: 12px;
	text-align:left;
}

/*---------------END OF CAPABILITIES---------------*/
/*---------------START OF CLIENT LIST---------------*/
#clientlist_main {
	width: 750px;
	height: 550px;
	text-align:left;
	display:block;
	line-height: 20px;
	margin-left:75px;
}
#clientlist_left {
	width:275px;
	float: left;
}

#clientlist_center {
	width:275px;
	float: left;
}

#clientlist_right {
	width:200px;
	float: left;
}
.clientlistredtext {
	color:#bd2d24;
	font-weight:bold;
	width:200px;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
}
/*---------------END OF CLIENT LIST---------------*/
/*---------------START OF FOOTER---------------*/
#footer {
	height:24px;
	width:900px;
	margin-top:10px;
	background:#FFF;
}

#footerleft {
	float:left;
	margin-top:5px;
	padding-left:5px;
	text-align:left;
	color:#333333;
	width: 368px;
}

#footerright {
	float:right;
	margin-top:6px;
	padding-right:5px;
	text-align:right;
	color:#333333;
	width: 350px;
}

