﻿* {
margin:0px;
padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	background-image:url('images/bg2.jpg');
	background-repeat:no-repeat;
	text-align:justify;
	color:#3a0707;
}

#container {
	width:950px;
	margin:0 auto;
	float:left;

}
#footer {
	clear:both;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	width:950px;
	height:44px;
	color:#fff;
	font-size:80%;
	font-weight:normal;
	
}

#title {
	height:146px;
	width:374px;
	float:left;
}
#portfolio {
	padding-left:20px;
	
}

img {
	
	border-style:none;
}
ul {
	padding-left:40px;
}

h3,h4 {
	padding-left:23px;
}

p {
	padding-left:23px;
}

h1 {
	text-indent:-9999px;
	float:left;
}

h1 a {
	display:block;
	background-image:url('images/logo.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	height:146px;
	width:374px;
}
/*NAVIGATION*/
#navigation {
	float:left;
	width:570px;
	height:19px
}

.navlinks li {
	list-style-type:none;
	display:block;
	float:right;
	width:80px;
	text-align:center;
	margin-top:90px;
	background-image:url('images/separatored.jpg');
	background-repeat:no-repeat;
	background-position:left;
}

.navlinks li a {
	text-decoration:none;
	color:#3a0707;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:-1px;
}

.navlinks li a:hover {
	color:#8c1a1a;
}

.navlinks li.nodivider
{
	background-image:none;
}

.divider {	
	float:left;
	height:2px;
	width:950px;
	margin:30px 0 30px 0;
	background-image:url('images/divider.jpg');
	background-repeat:no-repeat;
	
}

/*MAIN AREA*/
#main {
	float:left;
	height:650px;
	width:950px;
}

h2.pricing {
	background-image:url('images/ourpricing.jpg');
	background-repeat:no-repeat;
	height:31px;
	width:656px;
	text-indent:-9999px;
	margin-bottom:20px;
	
}

p.text {
	padding-left:23px;
	
}


h2.services {
	background-image:url('images/ourservices.jpg');
	background-repeat:no-repeat;
	height:36px;
	width:800px;
	text-indent:-9999px;
	margin-bottom:20px;
	
}

h2.testimonials {
	background-image:url('images/testimonials.jpg');
	background-repeat:no-repeat;
	height:36px;
	width:800px;
	text-indent:-9999px;
	margin-bottom:20px;
	
}


h2.portfolio {
	background-image:url('images/portfolio.jpg');
	background-repeat:no-repeat;
	height:36px;
	width:800px;
	text-indent:-9999px;
	margin-bottom:20px;
	
}

h2.contacttitle {
	background-image:url('images/contact.jpg');
	background-repeat:no-repeat;
	height:36px;
	width:800px;
	text-indent:-9999px;
	margin-bottom:20px;
	
}



/*CLASS E ALTRO*/

.red {
	color:#8c1a1a;
	font-weight:bold;
}

p.footertext {
	padding-left:35px;
	

}



a:link	{
	
	color:#3a0707;
	text-decoration:underline;
}

a:visited {
	color:#3a0707;
	text-decoration:underline;
	
}

a:hover {
	color:#8c1a1a;
	text-decoration:none;

}
.contact {
	
	font-size:1.5em;
	
}
