html {
	height:100%;
	}

body {
	height:100%;
	margin:0px;
	padding:0px;
	}

#bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	}

h3 {
	color:#CC0000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	}

ul {
	margin:0px;
	}

a:link, a:visited {
	color:#CC0000;
	}
	
a:hover, a:active {
	color:#FF0000;
	}

.banner {
	margin:auto;
	width:1024px;
	height:79px;
	position:relative; 
	}

.logo {
	width:200px;
	height:79px;
	float:left;
	}
		
.main {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:1024px;
	height:auto;
	position:relative; 
	z-index:1;
	}	
	
.navigation {
	float:left;
	width:200px;
	height:auto;
	}
		
	
.navigationtop {
	background-image:url(assets/navigationbgtop.png);
	background-repeat:no-repeat;
	width:200px;
	height:10px;
	}
	
.navigationmiddle {
	background-image:url(assets/navigationbg.png);
	background-repeat:repeat-y;
	width:200px;
	height:auto;
	}

.navigationmiddletext {
	width:130px;
	margin-left:auto;
	margin-right:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.navigationbottom {
	background-image:url(assets/navigationbgbottom.png);
	background-repeat:repeat-y;
	width:200px;
	height:10px;
	}

a.home, a.home:visited {
	width:130px;
	height:26px;
	text-decoration:none;
	display:block;
	background-image:url(assets/homeup.png);
	border:none;
	}

a.home:hover {
	width:130px;
	height:26px;
	text-decoration:none;
	display:block;
	background-image:url(assets/homedown.png);
	border:none;
	}

a.portfolio, a.portfolio:visited {
	width:130px;
	height:33px;
	text-decoration:none;
	display:block;
	background-image:url(assets/portfolioup.png);
	border:none;
	}

a.portfolio:hover {
	width:130px;
	height:33px;
	text-decoration:none;
	display:block;
	background-image:url(assets/portfoliodown.png);
	border:none;
	}
	
a.services, a.services:visited {
	width:130px;
	height:31px;
	text-decoration:none;
	display:block;
	background-image:url(assets/servicesup.png);
	border:none;
	}

a.services:hover {
	width:130px;
	height:31px;
	text-decoration:none;
	display:block;
	background-image:url(assets/servicesdown.png);
	border:none;
	}	

a.pricing, a.pricing:visited {
	width:130px;
	height:30px;
	text-decoration:none;
	display:block;
	background-image:url(assets/pricingup.png);
	border:none;
	}

a.pricing:hover {
	width:130px;
	height:30px;
	text-decoration:none;
	display:block;
	background-image:url(assets/pricingdown.png);
	border:none;
	}

a.contact, a.contact:visited {
	width:130px;
	height:30px;
	text-decoration:none;
	display:block;
	background-image:url(assets/contactup.png);
	border:none;
	}

a.contact:hover {
	width:130px;
	height:30px;
	text-decoration:none;
	display:block;
	background-image:url(assets/contactdown.png);
	border:none;
	}

a.about, a.about:visited {
	width:130px;
	height:27px;
	text-decoration:none;
	display:block;
	background-image:url(assets/aboutup.png);
	border:none;
	}

a.about:hover {
	width:130px;
	height:27px;
	text-decoration:none;
	display:block;
	background-image:url(assets/aboutdown.png);
	border:none;
	}

a.deals, a.deals:visited {
	width:130px;
	height:25px;
	text-decoration:none;
	display:block;
	background-image:url(assets/dealsup.png);
	border:none;
	}
	
a.deals:hover {
	width:130px;
	height:25px;
	text-decoration:none;
	display:block;
	background-image:url(assets/dealsdown.png);
	border:none;
	}
	
.content {
	float:left;
	margin-left:12px;
	width:600px;
	height:auto;
	}


.contenttop {
	background-image:url(assets/contentbgtop.png);
	background-repeat:no-repeat;
	width:600px;
	height:10px;
	}
	
.contentmiddle {
	background-image:url(assets/contentbg.png);
	background-repeat:repeat-y;
	width:600px;
	height:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	}
	
.contentmiddletext {
	width:560px;
	margin-left:20px;
	float:left;
	display: inline;
	}
	
.contentbottom {
	background-image:url(assets/contentbgbottom.png);
	background-repeat:no-repeat;
	width:600px;
	height:10px;
	float:left;
	}	
	
.right {
	width:200px;
	height:auto;
	float:right;
	}
	
.righttop {
	width:200px;
	height:10px;
	background-image:url(assets/navigationbgtop.png);
	background-repeat:no-repeat;
	}
	
.rightmiddle {
	width:200px;
	height:auto;
	background-image:url(assets/navigationbg.png);
	background-repeat:repeat-y;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.rightbottom {
	width:200px;
	height:10px;
	background-image:url(assets/navigationbgbottom.png);
	background-repeat:no-repeat;
	}
	
.footer {
	margin-left:auto;
	margin-right:auto;
	width:600px;
	height:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
	
.textfieldstyle {
	background-color:#999999;
	border-width:2px;
	border-color:#CCCCCC;
	}