@charset "utf-8";
/* CSS Document */

body{
	font:74% / 1.3 Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#2e2e2e;
	background-color:#000;
	background-image:url(../images/template/bg_tile.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

/*---Structure---*/

.clear{
	clear:both;
	font-size:0.1em;
	display:block;
}

#mainWrap{
	width:900px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#siteWrap{
	width:898px;
	float:left;
	background-color:#dedede;
	background-image:url(../images/template/default_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:150px 0px 0px 0px;
}

#middleCol{
	float:left;
	width:480px;
	padding:14px 0px 10px 50px;
}

#rightCol{
	float:left;
	width:140px;
	padding:160px 0px 0px 25px;
}

/*---Elements---*/

img{
	border:none;
}

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

p.intro{
	font-size:1.5em;
	line-height:1.4em;
}

#middleCol a{
	background-color:#fff;
	text-decoration:none;
	color:#2e2e2e;
}

#middleCol a:hover{
	color:#1c29a7;
}

#rightCol a{
	background-color:#fff;
	text-decoration:none;
	color:#2e2e2e;
}

#rightCol a:hover{
	color:#1c29a7;
}

#homeBigBang{
	background-image:url(../images/template/homeBigBang.jpg);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding:0px 0px 24px 80px;
	margin:44px 0px 0px 0px;
}

/*---Headers---*/

h1{
	color:#b34401;
	font-size:1.5em;
	font-weight:normal;
}

h1.hidden{
	text-indent:-3000px;
	margin:0;
	padding:0;
}

h2{
	line-height:1.6em;
	font-size:1.5em;
	font-weight:normal;
	margin:18px 0px 0px 0px;
}

h3{
	font-size:1.4em;
	font-weight:normal;
	margin:0px;
}

/*---Header images---*/
#headerImagesLarge{
	position:absolute;
	z-index:400;
	top:0px;
	right:3px;
	clear:both;
}

#headerImages{
	position:absolute;
	z-index:200;
	top:0px;
	right:3px;
	clear:both;
}

/*---Forms---*/

#subscribeForm{
	float:left;
}

.labelField{
	float:left;
	width:95px;
	font-weight:bold;
	padding:6px 0px;
}
.inputField{
	float:left;
	width:200px;
	padding:6px 0px;
}
.inputField input{
	border:1px solid #666666;
	background-color:#f2f2f2;
}

/*---Social---*/

#social-media {
	margin-bottom: 25px;
	margin-top: 25px;
}

#social-media h3 {
	width: 298px;
	height: 16px;
	text-indent: -9999px;
	clear: both;
	margin-bottom: 3px;
}

#social-media #follow-us {
	background: url('../images/template/follow-us.gif') no-repeat;
}

#social-media .facebook {
	background: url('../images/template/facebook.gif') no-repeat;
	width: 92px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 4px;
	margin-bottom: 12px;
}

#social-media #reviews {
	background: url('../images/template/reviews.gif') no-repeat;
}

#social-media .tripadvisor {
	background: url('../images/template/tripadvisor.gif') no-repeat;
	width: 131px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 4px;
}

#social-media .rankers {
	background: url('../images/template/rankers.gif') no-repeat;
	width: 165px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 4px;
}

/*---Footer---*/

#footer{
	/*height:80px;*/
	width:752px;
	background-color:#dedede;
	background-image:url(../images/template/footerLogo.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
	height:25px;
	padding:50px 146px 0px 0px;
	text-align:right;
}

#footer a{
	color:#2e2e2e;
	font-size:0.8em;
	text-decoration:none;
}