@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
.introTXT {
	font-size:14px;
	color:#FFF;
	margin-left:25px;
}
.img {
	border:none;
}
.twoColFixLtHdr #container { 
	width: 800px;
	margin: 0 auto 3px auto;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	margin:105px 0 5px 0;
} 
.twoColFixLtHdr #header p { 
	margin:0;
} 
.twoColFixLtHdr #logo { 
	padding:0;
	width:338px;
	height:110px;
	float:left;
} 
.twoColFixLtHdr #upmenu {
	height:80px;
	padding-top:30px;
	margin-left:340px;
	text-align:right;
}
.twoColFixLtHdr #sidebar_container {
	float: left; 
	width: 310px;
}
.twoColFixLtHdr #sidebar_container p{
	margin:30px 0 0 0;
}
.twoColFixLtHdr #sidebarTop{
	margin:0;
	height:220px;
}
.twoColFixLtHdr #sidebarMid{
	margin:0;
	padding-top:45px;
	text-align:center;
	height:165px;
}
.menu {
	margin:3px 0;
	border:none;
}
.twoColFixLtHdr #sidebarBot{
	margin:0;
	height:218px;
	padding-left:30px;
}
.img_socialize {
	margin:74px 25px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 320px;
} 
.twoColFixLtHdr #mainContent p { 
	margin: 0;
	padding-top:20px;
} 
.latest_works_imgs {
	padding-left:25px;
	border:none;
}
.twoColFixLtHdr #footer { 
	margin-top:30px;
	height:80px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#1F7165;
	font-size:10px;
}
.twoColFixLtHdr #footer a {
	color:#1F7165;
	font-weight:bold;
	text-decoration:none;
}

.services_container, .contact_container {
	width:460px;
	height:400px;
	background-position:top;
	background-repeat:no-repeat;
	padding:180px 10px 10px 10px;
	float:left;
	color:#FFF;
	font-size:12px;
}
.services_container {
	background-image:url(../images/services/services_head.png);
}
.contact_container {
	background-image:url(../images/contact/contact_head.png);
}
.services_container h1 {
	font-size:14px;
}
.services_container img, .contact_container img  {
	margin-top:20px;
}
.contact_container div  {
	padding-left:20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}