@import url(http://fonts.googleapis.com/css?family=Antic+Slab|Alex+Brush);

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Antic Slab', serif;
	font-weight: 400;
}

p {
	margin: 0px;
	padding: 0px;
}

.wrapper {
	width: 1200px;
	z-index: 1;
	position: absolute;
	margin-left: -600px;
	left: 50%;
}

header {
	width: 1200px;
	overflow: hidden;
}

.logo {
	position: absolute;
	margin-left: 138px;
	margin-top: 24px;
	z-index: 6;
	background: url(../img/logo-background.png);
	background-repeat: no-repeat;
}

.nav {
	width: 634px;
	height: 57px;
	position: absolute;
	margin-top: 55px;
	margin-left: 426px;
	z-index: 7;
}

.nav-left {
	width: 59px;
	height: 57px;
	background: url(../img/nav-left.png);
	float: left;
	background-repeat: no-repeat;
}

.nav-right {
	width: 575px;
	height: 57px;
	background:url(../img/nav-background.png);
	float: left;
	text-align: right;
}

.header-left {
	position: absolute;
	z-index: 2;
	width: 731px;
	height: 452px;
	margin-top: 0px;
	margin-left: 0px;
	background: url(../img/header-left.jpg);
}

.slider-title {
	position: absolute;
	z-index: 5;
	margin-top: 291px;
	text-align: right;
	font-size: 26px;
	line-height: 28px;
}

.smallfont {
	font-size: 14px;
	padding-right: 25px;
}

.slider {
	width: 795px;
	height: 493px;
	position: absolute;
	z-index: 4;
	margin-top: 0px;
	margin-left: 405px;
}
	
main {
	width: 1200px;
	margin-top: 490px;
}

.container {
	width: 610px;
	float: left;
	margin-left: 138px;
	padding-right: 80px;
	padding-bottom: 50px;
}

.clear {
	clar: both;
}

.sidebar {
	width: 252px;
	float: left;
}

h1 {
	font-family: 'Alex Brush', cursive;
	margin: 0px;
	padding: 0px;
	color: #7b002e;
	padding-bottom: 25px;
}

.quote {
	margin-top: 25px;
	font-style: italic;
	padding-left: 10px;
	border-left: 2px solid #7b002e;
}

.quote-end {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 10px;
	border-left: 2px solid #7b002e;
}

.sidebox {
	border-left: 2px solid #7b002e;
	padding-left: 10px;
	width: 100%;
	color: #666;
	margin-top: 30px;
}

.headline {
	font-weight: bold;
	color: #7b002e;
}

.nav-right ul {
	list-style: none;
	font-family: 'Antic Slab', serif;
}

.nav-right ul li {
	float: right;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
}

.nav-right ul li a, .nav-right ul li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
}

.nav-right ul li a:hover, .nav-right ul li a:focus, .nav-right ul li a:active{
	color: #f8e6ec;
}

.copy {
	font-size: 12px;
}

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

.sidebox ul {
	list-style: square;
	margin: 0px;
	padding-left: 13px;
}

.logo-responsive, .nav-mobile {
	visibility: hidden;
	display: none;
}
