/* * * Main blocks * * */
html{
	padding:0;
	margin:0;
	background:url(../images/header_bg.png) 0 0 repeat-x #14318c;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4d4f58;
}
body{
	background:url(../images/header.jpg) 50% 0 no-repeat;
	margin:0;
	padding:0;
}
#wrap{
	width:885px;
	margin:0 auto;
	position:relative;
	padding:267px 0 55px 0;
}

/* * * Header styles * * */
#logo{
	position:absolute;
	margin:0;
	left:6px;
	top:78px;
	background:url(../images/las_vegas_attractions.png);
}
#logo, #logo a{
	display:block;
	width:326px;
	height:57px;
}
#logo span{ display:none; }
#top_buttons{
	margin:0;
	padding:0;
	list-style:none;
}
#top_buttons li{
	position:absolute;
	top:208px;
}
#top_buttons a{
	display:block;
	height:44px;
	width:203px;
	background-position:0 -44px;
}
#top_buttons a span{ display:none; }
#top_buttons a:hover{ background-position:0 0 !important; }
#button_discount{ left:400px; }
#button_accomodation{ left:604px; }
#button_discount a{ background-image:url(../images/btn_discount_tickets.png); }
#button_accomodation a{ background-image:url(../images/btn_accomodation.png); }

/* * * Navigation styles * * */
#navigation{
	float:left;
	width:180px;
}
#menu{
	width:178px;
	background:url(../images/menu_bg.png);
	border-bottom:2px solid #fff;
	position:relative;
}
#menu ul{
	margin:0;
	padding:43px 10px 1px 10px;
	list-style:none;
	background:url(../images/menu_corners.png) 0 -9px no-repeat;
}
#menu li{
	padding-bottom:8px;
	padding-left:25px;
	margin-bottom:8px;
	border-bottom:1px dotted #fff;
}
#menu .corner{
	width:9px;
	height:9px;
	background:url(../images/menu_corners.png);
	margin-bottom:-2px;
}
#menu .cbl{ background-position:100% 0; }
#menu a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#menu a:hover{ color:#fcdfa6; }
.banner{ margin-top:15px; }

/* * * Content styles * * */
#content{
	float:right;
	position:relative;
	width:693px;
	background:url(../images/content_bg.png) 0 -34px repeat-x #fff;
}
#content_in{
	padding:17px 6px 0 6px;
	min-height:17px;
}
#bottom_bg{
	height:34px;
	background:url(../images/content_bg.png) 0 0 repeat-x;
}
#copyright{
	position:absolute;
	left:13px;
	bottom:-32px;
	color:#fff;
}
.content_block{
	border:1px solid #e4e2e2;
	background:#f7f6f8;
	padding:3px;
	position:relative;
}
.violet, .purple{ color:#3f2272; }
#content h1{
	font-weight:normal;
	font-size:24px;
}
#content h2{
	font-weight:bold;
	font-size:14px;
	color:#fff;
	position:relative;
	padding:7px 5px;
}
.header{ margin:0; }
.red_header{ background:url(../images/header_red.png) 0 0 repeat-y #d70003; }
.yellow_header{ background:url(../images/header_yellow.png) 0 0 repeat-y #f7ba03; }
.purple_header{ background:url(../images/header_purple.png) 0 0 repeat-y #3f226f; }
.the_block{ padding:15px 7px; }
.columns{
	margin-bottom:10px;
}
.left_column{
	float:left;
	width:337px;
}
.right_column{
	float:right;
	width:337px;
}
.block_separator{
	margin:3px;
	border-top:1px solid #e4e2e2;
	border-bottom:1px solid #e4e2e2;
	padding:6px 12px;
	background:#fff;
}
a.button{
	display:block;
	width:103px;
	height:24px;
	padding-top:2px;
	background:url(../images/btn_bg.png);
	text-align:center;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a.button:hover{ color:#fcdfa6; }
.bottom_aligned{ margin:0 0 -3px 12px; }
.bordy{
	margin-bottom:7px;
	border-bottom:1px solid #e4e2e2;
}

/* * * Corners, decorations * * */
.corner{
	position:absolute;
	overflow:hidden;
}
.ctl{
	left:0;
	top:0;
}
.ctr{
	right:0;
	top:0;
}
.cbl{
	left:0;
	bottom:0;
}
.cbr{
	right:0;
	bottom:0;
}
#content_corners .corner{
	width:6px;
	height:6px;
	background-image:url(../images/content_corners.gif);
}
#content_corners .ctl{ background-position:-6px -6px; }
#content_corners .ctr{ background-position:0 -6px; }
#content_corners .cbl{ background-position:-6px 0; }
#content_corners .cbr{ background-position:0 0; }
.content_block .corner{
	width:5px;
	height:5px;
	margin:-1px;
}
.content_block .ctl{
	background-position:-5px -5px;
}
.content_block .ctr{
	background-position:0 -5px;
}
.content_block .cbl{
	background-position:-5px 0;
}
.content_block .cbr{
	background-position:0 0;
}
#content h2 .corner{
	width:2px !important;
	height:2px !important;
	background:url(../images/tiny_corners.png) !important;
	margin:0 !important;
}
#content h2 .ctl{ background-position:-2px -2px !important; }
#content h2 .ctr{ background-position:0 -2px !important; }

/* * * Helper styles * * */
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.ca{ text-align:center; }
.nom{ margin:0; }
.nomb{ margin-bottom:0 !important; }
.nop{ padding:0; }
a img{ border:none; }
.first{ margin-top:0; }
.lefted{
	float:left;
	margin:0 7px 7px 0;
}
.righted{
	float:left;
	margin:0 0 7px 7px;
}
