@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif ;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bkgd-blue.gif) repeat-x left top;
	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: #777777;

}

#container {
	width: 860px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding:0;
}

/*----- HEADERS -----*/

H1 {
	font: 32px Arial, Helvetica, sans-serif ;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #323232;
}


H2 {
	font: 28px Arial, Helvetica, sans-serif ;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #323232;
}

H3 {
	font: 18px Arial, Helvetica, sans-serif ;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #323232;
}


H4 {
	font: 12px Arial, Helvetica, sans-serif ;
	color: #323232;
	margin:0;
	padding:0;
	font-weight:bold;
}

#header {
	padding: 22px 30px 0 30px;
	margin:0px;
	height:206px;
	/*background-color:#333333;*/
}

#headerInner {
	padding: 22px 30px 0 30px;
	margin:0px;
	height:75px;
	/*background-color:#333333;*/
}


#header h1, #headerInner h1 {
	margin: 0; 
	padding: 0; 
	float:left;
}

#header h1 a span, #headerInner h1 a span{
	display: none;
	
}

#header h1 a, #headerInner h1 a{
	display: block;
	margin: 0px 0px 0px 0px;
	width: 204px;
	height: 55px;
	background: top left no-repeat url(../images/Comwerks-logo.png);
}



#header #topNav, #headerInner #topNav{
	float:right;
	text-align: right;
}

/*----- TEXT AND PADDINGS-----*/


.smallDate{
	margin: 5px 0 10px 0;
	font-size:10px;
	color: #bcbcbc;
}

.text11{
	font: 11px Arial, Helvetica, sans-serif ;
}

.lineHeight20{
	line-height: 17px;
}



.paddingBottom10{
	padding-bottom:17px;
}

.paddingTop5{
	padding-top:5px;
}

.greyLine{
	border-top:#dddddd 1px solid;
}

/*----- LINKS -----*/


a{
	color:#FF004E;

}

a:hover{
	color:#3cd7e9;
}


/*----- NAVIGATION -----*/


#topNav #secNav{
	float:right;
	padding-bottom:10px;
}

#topNav #priNav{
	float:right;
}

#topNav #secNav ul, #topNav #priNav ul{
	margin: 0px ;
	padding: 0px;
}

#topNav #secNav ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: 14px;
}

#topNav #priNav ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: 16px;
}

#topNav #secNav ul li span, #topNav #priNav ul li span {
	display: none;
}

#topNav #secNav ul li a {
	display: block;
	height: 14px;
}

#topNav #priNav ul li a {
	display: block;
	height: 16px;
}

#topNav #secNav ul li.client a{
	width: 86px;
	background: top left repeat-x url(../images/topnav-client.png);
}

#topNav #secNav ul li.client a:hover{
	background: top left repeat-x url(../images/topnav-client-R.png);
}

#topNav #secNav ul li.contact a{
	width: 68px;
	background: top left repeat-x url(../images/topnav-contact.png);
}

#topNav #secNav ul li.contact a:hover{
	background: top left repeat-x url(../images/topnav-contact-R.png);
}

#topNav #priNav ul li.about a{
	width: 75px;
	background: top left repeat-x url(../images/topnav-about.png);
}

#topNav #priNav  ul li.about a:hover{
	background: top left repeat-x url(../images/topnav-about-R.png);
}

#topNav #priNav ul li.home a{
	width: 73px;
	background: top left repeat-x url(../images/topnav-home.png);
}

#topNav #priNav  ul li.home a:hover{
	background: top left repeat-x url(../images/topnav-home-R.png);
}

#topNav #priNav ul li.team a{
	width: 65px;
	background: top left repeat-x url(../images/topnav-team.png);
}

#topNav #priNav ul li.team a:hover{
	background: top left repeat-x url(../images/topnav-team-R.png);
}


#topNav #priNav ul li.services a{
	width: 102px;
	background: top left repeat-x url(../images/topnav-services.png);
}

#topNav #priNav ul li.services a:hover{
	background: top left repeat-x url(../images/topnav-services-R.png);
}

#topNav #priNav ul li.work a{
	width: 72px;
	background: top left repeat-x url(../images/topnav-work.png);
}

#topNav #priNav ul li.work a:hover{
	background: top left repeat-x url(../images/topnav-work-R.png);
}

#topNav #priNav ul li.blog a{
	width: 61px;
	background: top left repeat-x url(../images/topnav-blog.png);
}

#topNav #priNav ul li.blog a:hover{
	background: top left repeat-x url(../images/topnav-blog-R.png);
}

/*----- FOOTER -----*/

#footer {
	padding: 16px 30px 16px; 
	background:#212121;
} 

#footer p {
	margin: 0; 
	padding: 0px 0; 
}

.clear {
	clear:both;
}

/*----- MAIN CONTENT -----*/

#mainContent {
	padding: 15px 30px 30px 30px; 
	background:#FFFFFF;
	margin:0px;
}

#leftContent {
	width: 560px;
	float:left;
	margin-right:14px;
	vertical-align:top;
	padding-top:25px;
}

#rightContent {
	margin-left: 20px;
	width: 205px;
	float:left;
	vertical-align:top;
}

/*----- BLOG -----*/
.blogContent, #sayHello, #officeAddress, #servicesSumm, #contactForm, #workClients, #otherClients {
	padding: 20px 0 20px 0;
}

.bottomBlueLine{
	border-bottom: 1px dashed #1dc9dd;
}

#blogBites H4 a{
	color: #323232;
	text-decoration:none;
}

#blogBites H4 a:hover{
	color: #FF004E;
}


/*----- FEATURED WORKS -----*/
#featuredWorks{
	margin: 25px 0 10px 0;
}


/*----- CONTACT FORM -----*/

.comment-inpux-boxes{
	background:url(../images/comment-inpux-boxes.jpg) no-repeat center;
	width:171px;
	height:20px;
	padding:8px 0px 0 0px;
}

 
#contactForm label{
float: left;
width: 120px;
font-weight: bold;
}

#contactForm input{
width: 180px;
margin-bottom: 5px;
}


#contactForm .boxes{
width: 1em;
}

#contactForm #submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

#contactForm br{
clear: left;
}


input.comment-inpux-boxes{
	border:0px;
	vertical-align:middle;
	font: normal 12px Arial, Helvetica, sans-serif ;
	background-color:#ffffff;
    text-indent: 10px;
}

.textarea-comment{
	background:url(../images/textarea-comment.gif) no-repeat;
	width:390px;
	height:123px;
	padding:15px 0px 0 0px;
}

textarea.textarea-comment{
	border:0px;
	vertical-align:middle;
	font: normal 12px Arial, Helvetica, sans-serif ;
	background-color:#ffffff;
}

/*----- TABLES -----*/

.table-client{
	margin:0;
	padding:0;
}

.table-client li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

.table-client li div{
	float:left;
	padding:15px 3px 3px 3px;
	height:110px;
}

.title-table{
	background-color:#FFFFFF;
}

.check-box, .title-name {
	border-right:1px solid #e0e1e2;
	border-bottom:1px solid #e0e1e2;
}

.title-email {
	border-bottom:1px solid #e0e1e2;
	
}

.title-country {
	border-right:1px solid #e0e1e2;

}

.title-last{
	width:168px;
}

.table-work{
	margin:0;
	padding:0;
}

.table-work li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

.table-work li div{
	float:left;
	padding:10px 10px 3px 0px;
	height:100px;
}

.title-thumbs{
	background-color:#FFFFFF;
}



