*{margin:0 auto; padding:0;}
body{
	font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', Helvetica, sans-serif;
	font-size:13px;
	background-image: url(images/header-bkg.png);
	background-repeat: repeat-x;
}

html, body {
height: 100%;
}

body{
	overflow:hidden;
	font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', Helvetica, sans-serif;
	 -webkit-text-size-adjust:none;
	 -webkit-user-select:none;
	 font-weight: 300;
}


a {text-decoration: none;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

img {border:none}

#container{
	/*min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -80px;*/
}

#header{
	height:200px;
	text-align: center;
	width:100%;
	padding-top: 0px
}

#footer{
	width: 100%;
	/*position: fixed;*/
}


.push{
	height:40px;
	clear:both;
}

/*.photos .push{display: none;}*/

#content{
	width:auto;
	min-height: 420px;
	text-align: left;
	padding-bottom:20px;
	white-space: nowrap;
	
}

.home #content{
	width:auto;
}

.home #content img{
	width:800px;
}

.home #footer{
	position: fixed;
}

.photos #content{
	text-align: left;
}

.photos #content img{
	height:390px;
	width: auto;
}

/* styles */

#content a {
	color: #FF2020;
	text-decoration: none;
}

#content a:hover{
	text-decoration: none;
}

#header .wrapper{
	width:800px;
	position: relative;
}

#header .nav{
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: "AvantGarde Bk BT", "Century Gothic", "trebuchet MS", Arial;
}

#header .nav a{
	color:#808080;
	text-decoration: none;
}

#header .nav a:hover,
#header .nav a.current{
	color:#FF2020;
	border-bottom: 1px solid #FF2020;
}

#header .nav a:hover {
	color:#FF2020;
}

#header .nav li{
	list-style: none;
	margin-bottom: 30px;
	display: inline;
	margin-right:20px;
}

#header .nav li.last{
	margin-right: 0;
}

#footer {
	clear:both;
	width:900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: "AvantGarde Bk BT", "Century Gothic", "trebuchet MS", Arial;
	padding-bottom: 20px;
}
#footer a{
	color:#FF2020;
	font-variant: normal;
	font-size: 12px;
	text-transform: uppercase;
}

#footer a:hover{
	border-bottom: 1px solid #FFB6C1
}

#footer .copyline {
	color:#666666;
	text-align: left;
	text-transform: uppercase;
}


.social{
	width:100px;
	float:right;
	margin-top:25px;
	margin-right:50px;
}

.social a {
	float:left;
	margin-left: 5px;
}

.social span{
	display: none;
}

.twitter, .facebook{
	width: 35px;
	height:35px;
	opacity: 0.5;
	display: inline-block;
	text-decoration: none;	
}

.twitter{
	background: url('images/twitter.png') no-repeat;
}

.facebook{
	background: url('images/facebook.png') no-repeat;
}

.twitter:hover, .facebook:hover{
	opacity: 0.8
	
}


#footer .bottomnav {
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	font-family: "trebuchet MS", tahoma, verdana;
	height:40px;
	width:450px;
	float:right;
	margin-right: 0px;
	color: #666666;
	text-transform: uppercase;
}

#footer .bottomnav a {
	color:#FF2020;
	font-size: 20px;
	text-decoration: none;
	margin-right: 20px;
}

#footer .bottomnav a:hover,
#footer .bottomnav a.current{
	border-bottom: 1px solid #FF2020;
}

#footer .bottomnav a:hover {
	color:#666666;
}

.sub {
	background-image: url(images/header-sub-bkg.png);
	background-repeat: repeat-x;
}

.sub #content{
	font-family: "AvantGarde Bk BT", "Century Gothic", "trebuchet MS", Arial;
	width: 900px;
	height: 400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.sub p{
	margin-bottom: 20px;
	/*margin-left: 50px*/
}


.sub #content img{
	width: auto;
}

.left{
	float:left;
	width:300px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
}

h2 {
	color:#FF2020;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.right{
	float:right;
	width: 500px;
}

.sub #content .right img {
	width:500px;
	margin-bottom: 0px
}

.sub .left{
	font-size: 15px;
	color: #000000;
	text-align: left;
}

.sub #container{
	top:0;
}

p.phone, p.mail{
	padding-left:45px;
	height:25px;
	padding-top: 10px;
}	

p.phone{
	background: url('images/phone.png') no-repeat;

}	

p.mail{
	background: url('images/mail.png') no-repeat;

}

#content .mCSB_buttonLeft{
	background-position: -100px -40px;
}

#content .mCSB_buttonRight {
	background-position: -100px -56px
}

#content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #FF2020;
}

#content .mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
    height: 7px;
    margin: 4px auto;
}

.red {
	color: #FF2020;
}
