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

/*BODY STYLES FOR HOME PAGE*/

* {
	margin: 0px;
	padding: 0px;
	text-shadow: #000000 0 0 0px;
}

body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}

body.home {
	background: #950911 url(images/HOMEPAGE/bodybg2.jpg) no-repeat center top;
}
#homeheader {
	background: url(images/HOMEPAGE/header2.jpg) no-repeat left top;
	height: 130px;
	width: 960px;
	position: relative;
	left: 0px;
	top: 0px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	height: 700px;
	position: relative;
	
}
/*BODY STYLES FOR PORTFOLIO PAGE*/

body#portfoliopage {
	background: #0002c0 url(images/PORTFOLIO/bodybg.jpg) no-repeat center top;
}

#portfolioheader {
	height: 130px;
	width: 960px;
	position: relative;
	top: 0px;
	left: 0px;
	background:url(images/PORTFOLIO/header.jpg) no-repeat left top;
}

/* BODY STYLES FOR CONTACT PAGE*/
body#contact {
	background: #156023 url(images/CONTACT/bodybghands.jpg) no-repeat center top;
	
}

#contactheader {
	width: 960px;
	height: 130px;
	background: url(images/CONTACT/header.jpg) no-repeat left top;
}

/*BODY STYLES FOR SERVICES PAGE*/
body.services {
	background: #a2641d url(images/SERVICES/bodybg2.jpg) no-repeat center top;
}

#servicesheader {
	width: 960px;
	height: 130px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(images/SERVICES/servicesheader.jpg) no-repeat left top;
}

#thanksheader {
	width: 960px;
	height: 130px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(images/THANKS/thanksheader.jpg) no-repeat left top;
}

/*NAVIGATION*/

#navholder {
	height: 18px;
	width: 868px;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
	padding-top: 20px;
	position: relative;
}
	
#nav{
	height: 50px;
	width: 421px;
	top: 0px;
	left: 465px;
	position: absolute;
	background: url(images/HOMEPAGE/nav3.png) no-repeat;
	text-indent: -9999px;
	margin-top:5px;
	padding:0;

}

#nav li {
	list-style-type: none;
	float:left;
}

#nav a, #nav li {
	height: 50px;
	display: block;
	margin:0;
	padding:0;
}

#nav a#home {
	width: 76px;
}

#nav a#portfolio {
	width: 129px;
}

#nav a#services {
	width: 110px;
}

#nav a#contact {
	width: 105px;
}

#nav a#home:hover {
	background: url(images/HOMEPAGE/nav3.png) no-repeat 0px -63px;
}

#nav a#home.current {
	background: url(images/HOMEPAGE/nav3.png) no-repeat 0px -63px;
}



#nav a#portfolio:hover {
	background: url(images/HOMEPAGE/nav3.png) no-repeat -76px -63px;
}

#nav a#portfolio.current {
	background: url(images/HOMEPAGE/nav3.png) no-repeat -76px -63px;
}



#nav a#services:hover {
	background: url(images/HOMEPAGE/nav3.png) no-repeat -205px -63px;
}

#nav a#services.current {
	background: url(images/HOMEPAGE/nav3.png) no-repeat -205px -63px;
}

#nav a#contact:hover {
	background: url(images/HOMEPAGE/nav3.png) no-repeat -315px -63px;
}

/*CONTENT AREA STYLES*/
 #content {
 	width: 828px;
	position:relative;
	top: 40px;
	margin: 0 auto;
	background-image:url(images/HOMEPAGE/navholder.png);
	border: 3px solid #383838;
	padding: 20px;
	color: #fff;
}

#content h1 {
	color: #fff;}
	
#homecontent {
	width: 390px;
	position: relative;
	top: 80px;
	left: 490px;
	padding: 20px;
	color: #fff;
	background-image:url(images/HOMEPAGE/navholderred.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
	
#homecontent h1 {
	font-size: 18px;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 1em;
	padding: 0 10px 0 10px;
}

#homecontent p {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: .8em;
	margin-top: 0px;
	padding: 10px;
}
	

#content h1 {
	font-size: 24px;
	color: #383838;
	line-height: 1.6em;
	margin-bottom: 20px;
}

#content p {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: .8em;
	margin-top: 0px;
}


.clear {
	clear: both;
}

/*CONTENT LEFT*/
#contentleft {
	float: left;
	width: 390px;
}

#contentleft p {
	width: 390px;
	line-height: 1.4em;
	margin-bottom: 40px;
}

#contentleft img {
	float: right;
	margin: 0 10px 10px 5px;
}

/*--CONTENT RIGHT--*/

#contentright {
	float:left;
	width: 400px;
	margin-left: 35px;
}

#contentright p {
	width: 400px;
	line-height: 1.4em;
}

#contentright img {
	float:right;
	margin: 0 10px 10px 5px;
}

/*PORTFOLIO CONTENT AREA STYLES*/

 #portfoliocontent {
 	width: 848px;
	position:relative;
	top: 40px;
	margin: 0 auto;
	background-image:url(images/HOMEPAGE/navholder2.png);
	padding: 10px;
}

#portfoliocontent img {
	margin:5px;
	border: 2px solid #000;
}

#portfoliocontent ul {
	margin-left: 30px;
	margin-top: 10px;}
	
#portfoliocontent ul li{
	color:#fff;
	width: 400px;
	margin-bottom: 40px;
	float:left;
	list-style-type:none;
	
}

#portfoliocontent a {
	color:#ccc;
	
}

#portfoliocontent p {
	margin-bottom: .5em;
	margin-left: 10px;
	width: 400px;
	font-size: 14px;
}

/*SERVICES CONTENT STYLES*/


.websitedesignh1 {
	width: 180px;
	height: 40px;
	text-indent: -9999px;
	background-image:url(images/SERVICES/design2h1.gif);
	margin-bottom: 15px;
}

.websitemaintanceh1 {
	width: 256px;
	height: 36px;
	text-indent: -9999px;
	background-image:url(images/SERVICES/maintenanceh1.gif);
	margin-bottom: 15px;
}

.graphicdesignh1 {
	width: 175px;
	height: 36px;
	text-indent: -9999px;
	margin-bottom: 15px;
	background-image:url(images/SERVICES/graphicdesign2h1.gif);
}

.wphoomlah1 {
	width: 247px;
	height: 36px;
	text-indent: -9999px;
	margin-bottom: 15px;
	background-image:url(images/SERVICES/wpressjoomlah1.gif);
}

.cmsh1 {
	width: 293px;
	height: 36px;
	text-indent: -9999px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-image:url(images/SERVICES/cmsh1.gif);}

/*--CONTACT PAGE--*/

#contactcontent {
 	width: 828px;
	position:relative;
	top: 40px;
	margin: 0 auto;
	background-image:url(images/HOMEPAGE/navholder.png);
	
	padding: 40px 20px 20px 20px;
	color: #fff;
}

#stamp {
	position: absolute;
	top: 10px;
	left: 797px;
	width: 80px;
	height: 122px;
}

#ContactForm {
	
	color: #fff;
	font-size: 1.6em;
}

#ContactForm ul {
	margin-left: 20px;
}

#ContactForm ul li {
	list-style-type:none;
	display:block;
	min-height: 45px;
}

#ContactForm ul li label{
	display:block;
	width:50px;
	float:left;
	padding-top:5px;
	padding-right:20px;
	text-align:right;
}


#ContactForm input {
	border: 4px solid #5AA967;
	background: #000000;
	color: #fff;
	height: 18px;
	padding-left: 5px;
	margin-left: 2.6em;
	width: 230px;
}

#ContactForm textarea{
	width:215px;
	border:#5AA967 solid 4px;
	height:150px;
	padding:10px;
	color:#1D6128;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.01pt;
	line-height:18px;
	background-color:#000;
	color:#FFFFFF;
	overflow:hidden;
	margin-left:2.7em;
}

#ContactForm input.submitButton{
	color:#FFFFFF;
	width:130px;
	height:20px;
	border:3px solid #1D6128;
	cursor:pointer;
	background: #000;
	margin-left: 130px;
	margin-top: 20px;
	font-size: 1.1em;
	padding-bottom: 20px;
}

#ContactForm input.submitButton:hover{
	background-color:#818b58;
	color:#fff;
}

.contacth3 {
	font-size: 16px;
	text-decoration:underline;
	color: #fff;
	margin-bottom: 0px;
	width: 200px;
	background-color: #000;
	padding: 5px;}

#contentleft a {
	color: #fff;
}

#contentleft a:hover {
	background-color: #000;
	text-decoration: none;
}

/*THANKS PAGE STYLES*/

#thanks {
	background: #000 url(images/THANKS/bodybg.jpg) no-repeat center top;
}

/*TYPE STYLES*/

#homeheader h1, #portfolioheader h1, #servicesheader h1, #contactheader h1, #thanksheader h1 {
	text-indent: -9999px;
	margin:0px;
	padding: 0px;
}
#contactcontent #contentleft p {
	font-size: 16px;
}

#thanks #wrapper #content h1 {
	color: #FFFFFF;
}

