body {
	text-align: center;
	color: #999999;
	font-family: 'Lucida Sans Unicode', Lucida Grande, Helvetica, sans-serif;
	line-height: 24px;
background: #EA5C5B;
}
div.wrapper {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}
a {
	color: #666;
}
a:hover {
	color: #000;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: 'Lucida Sans Unicode', Lucida Grande, Helvetica, sans-serif;
}
div#header {
	background: url(images/headerbg.jpg) repeat-x top left #212021;
	height: 150px;
	margin: 0;
}
h1 {
	font-size: 38px;
	color: #fff;
	line-height: 80px;
}
h1 a {
	text-decoration: none;
	color: #fff;
}

h3{
font-size: 24px;
margin-bottom: 24px;
}

div#header h2, ul#navigation {
	
}
ul#navigation {
	display: block;
	width: 960px;
	text-align: right;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	margin-left: 18px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
ul#navigation li a:hover {
	color: #999;
}

img#logo{
float: left;
margin-top: 30px;
}

div#header h2 {
	font-weight: normal;
	display: block;
	width: 600px;
	float: right;
	text-align: right;
	font-size: 22px;
	margin-top: 49px;
	color: #fff;
}

div#mid{
height: 269px;
background: url(images/midbg.jpg) repeat-x top left #406ecc;
border-top: solid 5px #406ecc;
border-bottom: solid 5px #406ecc;
clear: both;
}

div#midleft{
float: left;
width: 295px;
padding: 75px 0 0 15px;
margin: 0;
}

div#midleft h3{
color: #fff;
text-align: center;
font-size: 24px;
width: 280px;
line-height: 32px;
margin-top: 12px;
}

div#thumbnails{
float: left;
width: 585px;
padding: 12px 0px 6px 55px;
margin: 0;
}

img.thumb{
height: 100px;
width: 150px;
border: solid 4px #406ecc;
margin: 6px 6px;
}


div#midthin{
height: 126px;
background: url(images/midthinbg.jpg) repeat-x top left #406ecc;
border-top: solid 5px #406ecc;
border-bottom: solid 5px #406ecc;
clear: both;
padding-top: 6px;
}

div.left{
text-align: left;
width: 480px;
float: left;
height: 126px;
}

div.right{
text-align: right;
width: 480px;
float: left;
height: 126px;
}

span.prev{
margin-top: 42px;
font-size: 24px;
margin-left: 20px;
float: left;
color: #fff;
width:240px;
}

span.next{
font-size: 24px;
margin-top: 42px;
margin-right: 20px;
float: right;
color: #fff;
width:240px;
}

span.next a, span.prev a{
color: #fff;
text-decoration: none;
}

.floatleft{
float: left;
}
.floatright{
float: right;
}

div.portfoliobox{
width: 310px;
float: left;
text-align: center;
margin-bottom: 30px;
height: 175px;
}

div.portfoliobox h2{
margin-top: 10px;
}

div.portfoliobox img.thumb:hover{
border-color: #999;
}

h2 a{
text-decoration: none;
}

#previmg, #nextimg{
margin-top: 36px; 
}

span.f {
	font-style: italic;
}
div#content {
background: url(images/mainbg.jpg) top left repeat-x #e6e6e6;
text-align: left;
padding-top: 50px;
padding-bottom: 40px;
}

div#content p{
margin-bottom: 24px;
line-height: 24px;
}

div#content img{
border: 10px #ccc solid;
}

div#contentwrapper{
width: 960px;
margin-left: auto;
margin-right: auto;
}

div.column{
width: 310px;
float: left;
}

div.column p{
margin-left: 30px;
}

div#content ul li{
list-style: square;
list-style-position: inside;
margin-bottom: 12px;
}

h4 a{
color: #fff;
text-decoration: none;
}

h4 a:hover{
color: #fff;
text-decoration:underline;
}

div.column h4, h4#aboutservices, h4#servicesabout{
text-align: right;
width: 150px;
padding-left: 145px;
padding-right: 15px;
padding-top: 55px;
padding-bottom: 100px;
font-size: 24px;
line-height: 32px;
color: #fff;
background: top left no-repeat;
}

div.leftbig{
width: 560px;
padding: 0 30px;
float: left;
margin-bottom: 40px;
}

div.rightsmall{
width: 310px;
float: left;
margin-bottom: 40px;
}

h4#services,h4#aboutservices{
background-image: url(images/monitor.png);
}

h4#about, h4#servicesabout{
background-image: url(images/person.png);
}

h4#contact{
background-image: url(images/contact.png);
}


div#footer{
height: 48px;
background: url(images/footerbg.jpg) top left repeat-x #c93d3d;
border-top: solid 5px #c93d3d;
clear: both;
}

div#footer p {
	text-align: center;
	color: #fff;
	margin-top: 12px;
	font-size: 12px;
}
div#footer p a {
	color: #fff;
	text-decoration: none;
}
div#footer p a:hover {
	color: #666;
	text-decoration: underline;
}

.blue{
color:#406ecc;
}

.red{
color:#c93d3d;
}

form.wpcf7-form{
margin: 32px 0;
display: block;
clear: both;
}

p.input label {
display:block;
float:left;
margin-right:10px;
text-align:right;
width:180px;
}
p.input input, p.input textarea {
background-color:#FFFFFF;
border:1px solid #999999;
color:#999999;
font-family:"Lucida Grande",Verdana,Arial,sans-serif;
padding:2px;
width:290px;
}
p.input textarea {
height:100px;
}
p.submit {
margin-left:145px;
margin-top:0;
}
p.input {
margin-bottom:15px;
margin-top:15px;
}
p.submit input {
width:100px;
}

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