﻿html, body, div, span, 
h1, h2, h3, h4, p,
a, img, ol, ul, li,
form, label, 
table, tbody, tfoot, thead, tr, th, td , blockquote
{
    margin: 0;
    padding: 0;
}

body{
	
	color: #000;
	background-color: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin-left: 40px;
    margin-top: 40px;
}

p, h1, h2, table, ul, ol {
    line-height: 17px;
    margin-bottom: 14px;
}

h1
{
    font-size: 15px;
    font-weight: normal;
	text-transform: uppercase;
}

h2
{
    font-size: 13px;
    font-weight: normal;
}

a, a:visited{
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    color: #302e30  ;
}

a:hover, a:visited:hover{
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    color: #689561;
}


a img{
    border: 0px;
}

ul{
    list-style-type: none;
		margin-left: 20px;
}

#container{
    margin: 0px auto;
    width: 960px;
    position: relative;

}

#headerSnippet{
    margin-top: 10px;
    float:right;
}

#overhead{
	height: 25px;
}
.right-aligned{
	position:absolute;
	right:0px;
}

#header{
}


#topnav{
    color: #afb2ac;
    font-weight: bold;
    margin-top: 10px;
   float: right;
   margin-right: 15px;

}

#topnav ul{
    list-style-type: none;
		margin-bottom: 0px;
}

#topnav ul li{
    display: inline;
    margin-right: 15px;   
}

#footer{
     margin-top: 14px;
}
#rotator{
    position:relative;
    height: 612px;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
    height: 612px;
}

#contentHolder{
	position: relative;
}

#content{
    opacity:0;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    top: 0px;
    left: 410px;
    width: 510px;
    padding: 30px 20px 20px 20px;
    background-color: #fff;

}

#content-padded{
    opacity:0;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    top: 0px;
    left: 410px;
    width: 370px;
    padding: 30px 160px 20px 20px;
    background-color: #fff;

}



.col-s{
    float: left;
    width: 90px;
    margin-right: 20px;
}

.col-m{
    float: left;
    width: 170px;
    margin-right: 20px;
}

.col-l{
    float: left;
    width: 210px;
    margin-right: 20px;
}


ul.blocked{
    
}

ul.blocked a, ul.blocked a:visited  {
    display: block;
    background-color: #382711;
    color: #fff;
    padding-left: 4px;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

ul.blocked a:hover, ul.blocked a:visited:hover  {
    display: block;
    background-color: #689561;
    color: #fff;
    padding-left: 4px;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.scrolly{ 
width: 700px;
height: 500px;
padding-right: 90px; 
overflow-y: scroll;
}

.offers{
	color: #612318;
}

a.offers, a.offers:visited{
	color: #c14730;
}

a.offers:hover, a.offers:hover:visited{
	color: #612318;
}

.lighttext{
	color: #777;
}

a.facebook-link, a.facebook-link:visited{
	display: inline-block;
	width: 80px;
	height: 24px;
	background-image: url('../images/facebook.png');
	
	
}

a.facebook-link:hover, a.facebook-link:visited:hover{
	background-position: 0px -24px;
}

a.logo{
	float: left;
	display: block;
	width: 199px;
	height: 46px;
	background-image: url('../images/logo.png');
}

a.logo:hover{
		background-position: 0px -46px;
}


.about-thumb{
float: right;
margin-left: 7px;
}

