/* - - - Start page specific stylesheet - - - */
/* - - - LAYOUT - - - */

@import "global.css";
body
{
	background-image: url('../images/bg_body_start.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #242424;
	
}
#wrapper
{
	height: 760px;
}
#slideshow
{
	display: block;
	width: 996px;
	height: 329px;
	padding: 0px;
}
#main
{
	height: 100%;
}
#secondary
{
	background-color: #1b1a1a;
	height: 110px;
	width: 880px;
	margin: 0 auto;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}
/*Gallery styles*/
#gallery
{
	margin: 0 auto;
}
#gallery h2
{
	text-align: center;
	font-family: 'BookAntiquaItalic';
	color: #707274;	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	padding-bottom: 10px;
}
#gallery h2 em
{
	color: #ffffff;
}
#gallery h2 em strong
{
	color: #c4055f;
	font-weight: normal;
	font-style: italic;
}
#gallery .next,
#gallery .prev
{
	background-image: url('../images/sprite_arrow.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 30px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -3000px;
	
}
#gallery a.previous:hover
{
	background-position: 0 -26px;
}
#gallery .next
{
	left: auto;
	right: 0;
	background-position: 0 -50px;
}
#gallery a.next:hover
{
	background-position: 0 -76px;
}
#gallery .gallery_wrap
{
	background-color: #000000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	overflow: visible;
	position: relative;
	
}
#gallery ul li 
{
	padding: 8px;
}
#gallery ul li a 
{
	background-color: #000000;
	width: 70px;
	height: 40px;
	display: block;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #242424;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#gallery ul li a img
{
	
	height: 40px;
	
}
#gallery ul li a:hover
{
	border: 2px solid #ffffff;
}

/*End Gallery*/
#footer
{

}
#header
{
	background-image: url('../images/bg_header_start.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 352px;
	top: 67px;
	
}
/*Branding*/
h1#branding
{
	text-align: center;
}
h1#branding a
{
	text-indent: -3000px;
	display: block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
}
#content
{
	position: absolute;
	top: 185px;
	width: 100%;
}
#content #main
{
	height: 340px;
}
.promo
{
	width: 283px;
	height: 283px;
	background-color: transparent;
	top: 0;
	position: absolute;
	left: 0;
	background-image: url('../images/promo_shadow.png');
	background-repeat: no-repeat;
	background-position: left 1px;
	text-align: center;
}
.promo img
{
	margin: 0 auto;
}
.one.promo
{
	background-image: url('../images/promo_friday.png');
	left: 130px;
}
.two.promo
{
	background-image: url('../images/promo_saturday.png');
	left: 425px;
}
.three.promo
{
	background-image: url('../images/promo_sunday.png');
	left: 720px;
}
#content .promo table
{
	margin:185px auto 0;
	width:90%;
	border: 0 none;
}
#content .promo table td
{
	width: 50%;
}
#content .promo h2,
#content .promo h3
{
	font-family: 'BookAntiquaItalic';
	font-style: italic;
	font-weight: normal;


	color: #919191;
	margin-top: 0;
	white-space: pre;
}
#content .promo table h2
{
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
}
#content .promo table h2 em,
#content .promo table h2 i
{
	color: #c4055f;
}
#content .promo table h2 strong,
#content .promo table h2 b
{
	font-weight: normal;
	color: #ffffff;
}
#content .promo table h3
{
		font-size: 18px;
}