/*
MobileDesigns main.css... w00t
*/

/* Layout properties */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: url(images/mainBack.jpg) repeat;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial,verdana,sans-serif;
}
#contents {
	width:800px;
	margin: 0 auto;
}
a {
	color: #33CC00;
	text-decoration: none;
}
a:hover {
	color: #05f904;
	text-decoration: underline;
}
#header {
	float:left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 100px;
	background: url(images/logoMain.png) no-repeat;
}
#header h1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 314px;
	height: 156px;
	text-decoration: none;
	text-indent: -9999px;
}
#followUs {
	float:right;
	width:300px;
	text-align:right;
	padding:20px;
	color:white;
}
#followUs p {
	word-spacing: 12px;
}
#followUs a {
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
}

/* Navigation */
#nav {
	width: 800px;
	height: 40px;
	background-color:black;
}
#nav a {
	color:white;
}
#nav a:hover {
	color: #05f904;
	text-decoration: underline;
}
#nav ul {
	list-style: none;
}
#nav li {
	font-size: 1.1em;
	font-weight:bold;
	padding:10px 22px 20px;
	float: right;
}
#nav a.highlight {
	color:#05f904;
}
.navHome {
	background:url(images/home.png) 0px 10px no-repeat;
}
.navServices {
	background:url(images/services.png) 0px 10px no-repeat;
}
.navGallery {
	background:url(images/gallery.png) 0px 10px no-repeat;
}
.navContact {
	background:url(images/contact.png) 0px 10px no-repeat;
}
.navLinks {
	background:url(images/link.png) 0px 10px no-repeat;
}
/* End Navigation */ 

/* Body styles */
.clearit {
	clear: both;
}

/* Modules */
.moduleTop {
	background: url(images/moduleTop.gif);
	width:540px;
	height:7px;
}
.moduleBody {
	background: #222222 url(images/moduleBody.gif) repeat-x;
	width:520px;
	padding:10px;
}
.moduleBody h2, .moduleRightBody h2 {
	font-size:100%;
	margin-bottom:6px;
}
.moduleBody p, .moduleRightBody p {
	font-size:90%;
	line-height: 20px;
}
.moduleBottom {
	background: url(images/moduleBottom.gif);
	width:540px;
	height:7px;
}
#leftModule{
	color:white;
	width:484px;
	float:left;
}
.moduleRightTop {
	background: url(images/moduleRightTop.gif);
	width:235px;
	height:7px;
}
.moduleRightBody {
	background: #222222 url(images/moduleBody.gif) repeat-x;
	width:220px;
	padding:5px 5px 5px 10px;
	min-height:200px;
}
.moduleRightBottom {
	background: url(images/moduleRightBottom.gif);
	width:235px;
	height:7px;
}
#rightModule{
	float:right;
	color:white;
}
/* end modules */


/* body styles */
#main {
	height: 100%;
}
#servicesList {
	padding-left:20px;
	font-size:90%;
}
#ContactUsForm {
	margin:0 auto;
	width:420px;

}
#ContactUsFormBody {
	padding:10px;
	background: #343434;
}
#ContactFormModuleTop {
	/*background: url(images/contactFormModuleTop.png) no-repeat;*/
	width:420px;
	height:11px;
}
#ContactFormModuleBottom {
	/*background: url(images/contactFormModuleBottom.png) no-repeat;*/
	width:420px;
	height:11px;
}
#Buttons {
	margin: 25px;
	text-align:right;
	padding-right:100px;
}
.error_strings {
	font-size:12px;
	color:#FF3300;
	padding: 10px 0 0 10px;
}
.title {
	width:100px;
}
.formElem{
	height:30px;
}
/* end body */


/* foot */
#footer {
	margin-top:20px;
	clear: both;
	padding:20px;
	width: 769px;
	height: 93px;
	background: url(images/footerBack.jpg) no-repeat;
}
#footer p {
	color: white;
}
.footerLeft {
	float:left;
	font-size: .7em;
}
.footerRight {
	text-align:right;
	float:right;
	font-size:12px;
}
/* End foot */