/* CSS Document */

body {
	margin:0;
	pading:0;
}
body {
	background-color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
}

ul {
	list-style-image: url(images/bullet.jpg)	
}

.clear {
	clear:both;	
}

.content {
	width:960px;
	background-color:#fff;	
	margin:auto;
}

.header {
	width:960px;
	background-color:#000;	
	font-family: 'Gruppo', cursive;
	font-size:18px;
	color:#fff;
}

ul.nav {
	font-family: 'Gruppo', cursive;
	text-transform:uppercase;
	list-style-type: none;
	list-style-image:none;
	width:580px;
	height:25px;
	float:right;
	margin-top:90px;
	margin-right:20px;
}

ul.nav li {
	float:left;	
	margin:10px;
}

ul.nav li a {
	color:#0098aa;
	text-decoration:none;
}

ul.nav li a:hover {
	color:#fff;
	text-decoration:none;
}

.left-home-col {
	float:left;
	padding-left:30px;
	width:450px;
	margin-top:30px;
	font-size:16px;
}

.left-home-col strong {
	font-weight:bold;
}

.right-home-col {
	float:right;	
	border-left:#0098aa solid 1px;	
	padding:0 30px;
	margin-top:30px;
	width:381px;
}

.right-home-col p {
	margin-left:30px;
}

.left-topic-col {
	float:left;
	padding-left:30px;
	width:400px;
	margin-top:30px;
	font-size:16px;
}

.right-topic-col {
	float:right;	
	padding:0 30px;
	margin-top:30px;
	width:400px;
}

.left-reviews-col {
	float:left;
	padding-left:30px;
	width:400px;
	margin-top:30px;
	font-size:14px;
}

.right-reviews-col {
	float:right;	
	padding:0 30px;
	margin-top:30px;
	width:400px;
	font-size:12px;
}
.contact-col {
	padding:0 30px;
	margin-top:30px;
	width:900px;
	font-size:12px;
}

h1 {
	font-size:36px;
	color:#8d181e;
	font-family: 'Gruppo', cursive;
	text-transform:uppercase;
	font-weight:normal;
}
.red-headline {
	font-size:30px;
	color:#8d181e;
	font-family: 'Gruppo', cursive;
	text-transform:uppercase;
}

.quote {
	font-style:italic;
	color:#007280;	
}

.credit {
	color:#007280;	
}

.title-home {
	background-image:url(images/header-home.jpg);
	background-repeat:no-repeat;
	width:676px;
	height:56px;
	padding:204px 0 0 284px;
	margin:0;
}

.title-topics {
	background-image:url(images/header-topics.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:168px;
	font-size:18px;
	padding:60px 350px 20px 50px;
}

.title-reviews {
	background-image:url(images/header-reviews.jpg);
	background-repeat:no-repeat;
	width:510px;
	height:168px;
	font-size:18px;
	padding:60px 440px 20px 50px;
}

.title-contact {
	background-image:url(images/header-contact.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:168px;
	font-size:18px;
	padding:60px 350px 20px 50px;
}

.socialarea {
	width:200px;
	float:right;
	text-align:right;
	padding-right:30px;
	position:relative;
	top:-120px;	
}

.footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:31px;
	padding:35px 30px 0 30px;	
	color:#fff;
	font-size:11px;
}

.footer a {
	color:#fff;	
}