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

body {
	background:#000;	
	margin:0 auto;
}
a:link, a:visited, a:active {
	color:#C30;
	text-decoration:none;
}
a:hover {
	color:#003;
}
h1, h2, h3 {
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#b2442e;
	padding:0 0 5px 0;
	margin:0;
}
ul {
	margin:0;
	padding:0 5px 0 15px;
}
li {
	padding:0 0 3px 5px;	
}
.button {
	width:100px;
	font-size:11px;
	background:#bd3e23;
	border:#bd3e23 2px solid;
	color:#fff;
}
#contentContainerContact input {
	width:400px;
	background:#e2e2e2;
}
textarea {
	width:400px;
	height:50px;
	background:#e2e2e2;	
}
#bodyContainer {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	text-align:center;
	margin:0 auto;
	width:1000px;
	height:800px;
}
#logo {
	width:1000px;
	height:132px;
	background:url(./images/home_01a.jpg) no-repeat;	
}
#navArea {
	width:1000px;
	height:28px;
}
#leftCol {
	float:left;
	width:127px;
	height:592px;
	background:url(./images/home_15.jpg) no-repeat;
}
#footerArea {
	width:1000px;
}
#socialLinks {
	float:left;
	text-align:left;
	width:350px;
	padding-top:10px;
}
#copyInfo {
	padding-top:10px;
	float:left;
	width:650px;
	text-align:right;
	line-height:18px;
}
#copyInfo a:link, #copyInfo a:active, #copyInfo a:visited {
	color:#C0C0C0;	
	text-decoration:none;
	font-size:10px;
}
#copyInfo a:hover {
	color:#fff;	
}

/* Home Page */
#contentAreaHome {
	float:left;
	width:873px;
	height:592px;
	background:url(./images/body_12.jpg) no-repeat;
}
#contentContainerHome {
	text-align:justify;
	padding:25px 0 0 40px;
}

/* About Page */
#contentAreaAbout {
	float:left;
	width:873px;
	height:592px;
	background:url(./images/aboutBody.jpg) no-repeat;
}
#contentContainerAbout {
	text-align:justify;
	padding:25px 0 0 40px;
}

/* The Work Page */
#contentAreaWork {
	float:left;
	width:873px;
	height:592px;
	background:url(./images/theworkBody.jpg) no-repeat;
}
#contentAboutWorkOther {
	float:left;
	width:873px;
	height:592px;
	background:url(./images/about2.jpg) no-repeat;
}

#contentContainerWork {
	text-align:justify;
	padding:25px 0 0 40px;
}

/* Services Page */
#contentAreaServices {
	float:left;
	width:873px;
	height:592px;
	background:url(./images/servicesBody.jpg) no-repeat;
}
#contentContainerServices {
	text-align:justify;
	padding:25px 0 0 40px;
}

/* Testimoials Page */
#contentAreaTests {
	float:left;
	width:873px;
	height:592px;
	background:url(./images/testsBody.jpg) no-repeat;
}
#contentContainerTests {
	text-align:justify;
	padding:25px 0 0 40px;
}

/* Contact Page */
#contentAreaContact {
	float:left;
	width:873px;
	height:592px;
	background:url(./images/contactBody.jpg) no-repeat;
}
#contentContainerContact {
	text-align:justify;
	padding:25px 0 0 40px;
}
#snoozeletter input {
	width: 100px;
}
#snoozeletter {
	position:relative;
	float:left;
	margin-left: 200px;
	margin-top: 25px;
	width: 500px;
}
