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

body  {
	background: #171717;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: -1px;
	text-transform:uppercase;
	outline: 0;
}
.image {
	position:relative;
}
.image .text {
	position:absolute;
	top:90px; /* in conjunction with left property, decides the text position */
	width:400px;
	height:513px; /* optional, though better have one */
}
.image2 {
	position:relative;
}
.image2 .text2 {
	position:absolute;
	top:90px; /* in conjunction with left property, decides the text position */
	width:500px;
	height:400px;
	padding-left:10px;
	padding-top:10px; /* optional, though better have one */
}	
.body #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #000000; 
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	
}
.body #contact {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #000000;
	background-image:url(images/contactbg.jpg);
	background-repeat:no-repeat; 
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	
}
.body #services {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #000000;
	background-image:url(images/servicesbg.jpg);
	background-repeat:no-repeat; 
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	
}
.body #container2{
	width: 1095px;  
	margin: 0 auto; 
	text-align: left;
	background: #000000; 
}
.body #sidebar1{
	float: left; 
	width: 485px; 
	text-align: right;
	vertical-align:top;
	background: #000000;
}
.body #mainContent { 
	margin: 0 0 0 0px; 
	padding: 1px 0px 0px; 
	zoom: 1;
	background: #000000;
}
a:link {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration:none;
	border:none;
	outline: 0;
}
a:visited {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration:none;
	outline: 0;
}
a:hover {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration:none;
	outline: 0;
}
.titlelinks a:link {
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #ff0000;
	letter-spacing: -1px;
	text-decoration:none;
	text-transform:uppercase;
	outline: 0;
}
.titlelinks a:visited {
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #ff0000;
	letter-spacing: -1px;
	text-decoration:none;
	text-transform:uppercase;
	outline: 0;
}
.titlelinks a:hover {
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: -1px;
	text-decoration:none;
	text-transform:uppercase;
	outline: 0;
}
.maintxt {
	font-size: 12px;
	font-family: "Lucida Grande", sans-serif;
	color: #ffffff;
}
.indextext {
	font-size: 12px;
	font-family: "Lucida Grande", sans-serif;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 30px;

}
img { 
	border:none;
	outline: 0;
	text-decoration:none;
}
.social {
	float:right; 
}
.social img{ 
	padding-right: 12px;
}

	

