/* Margin Reset */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,  
ol, li, dl, dt, dd, form, a, fieldset, input, th, td  
{  
margin: 0; padding: 0; border: 0; outline: none;  
}  

/**** MAIN ELEMENTS ****/

body {
	background: #fff url('../img/body-top-bdr.jpg') repeat-x center top;
	font: 1em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4c5a52;
	text-align: center;
}


div {
	width: 960px;
	margin: auto;
	padding-top: 54px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #4c5a52;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

/**** HEADER / LOGO ****/

h1 {
	font: 1.5em/1.9em Georgia, "Times New Roman", Times, serif;
}

span {
	text-decoration: underline;
}

.logo {
	float: left;
	margin: -6px 20px 0 0;
}

.contact {
	font-size: 76%;
	display: block;
	float: right;
	margin-top: -30px;
}

.contact img {
	margin: 0 6px -4px 2px;
}

/**** INFO SECTION ****/
.info {
	border-top: 1px solid #e9eae2;
	padding: 28px 0;
	width: 100%;
	float: left;
	margin-top: 30px;
	overflow: auto;
}

/**** SAMPLES SECTION ****/
ul {
	list-style: none;
}

li {
	display: inline;
	float: left;
	font-size: 90%;
	}
	
li p {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 7px;
}

li img {
	padding: 20px 0;
}

.info img {
	float: left;
	margin-right: 10px;
}

.title {
	display: block;
	width: 850px;
	float: left;
	font-size: 90%;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin-bottom: 10px;
}

li b {
	text-align: right;
	width: 160px;
	display: block;
}

.three {
	width: 960px;
	background: url('../img/3.jpg') no-repeat left center;
}

.five {
	width: 960px;
	background: url('../img/5.jpg') no-repeat left center;
}

.six {
	width: 960px;
	background: url('../img/6.jpg') no-repeat left center;
}

.seven {
	width: 960px;
	background: url('../img/7.jpg') no-repeat left center;
}

.eight {
	width: 960px;
	background: url('../img/8.jpg') no-repeat left center;
}

.nine {
	width: 960px;
	background: url('../img/9.jpg') no-repeat left center;
}

.copyright {
	border-top: 1px solid #e9eae2;
	padding: 28px 0;
	width: 100%;
	float: left;
	margin-top: 30px;
	overflow: auto;
	font-size: 70%;
}
