@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin:	0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	background-color: #CCCCCC;
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 10px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
	padding-bottom: 15px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea {
	color: #666666;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.rule {
	height: 15px;
	margin-top: 15px;
	clear: both;
	border-top: 1px solid #135e71;
}

.shop-main {
	float: left;	
	width: 434px;
	height: 300px;
	
}

.shop {
	height: 213px;
}

.specials {
color:#990000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px; 
line-height: 20px;
}


	



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color:#FFFFFF;
	text-transform: uppercase;
}

h2 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color:#135e71;
	text-transform: uppercase;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 890px;
}

#top-container {
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	margin-top: 5px; 
	height: 93px;	
}

#menu {
	height: 23px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	width: 890px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}	

#menu a:hover {
	color: #cccccc;
}

#main-container {
	background-color: #FFFFFF;
	padding-top:7px;
}

#main {
	background-image: url(../images/main.jpg);
	background-repeat:no-repeat;
	padding-top: 30px;
	padding-left: 745px;
	height: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#main2 {
	background-image: url(../images/main_holiday.jpg);
	background-repeat:no-repeat;
	padding-top: 15px;
	padding-left: 540px;
	height: 240px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#shows {
	background-image: url(../images/bg_shows.gif);
	background-repeat: no-repeat;
	background-position: 0px 42px;
	padding: 15px;
	height: 207px;
	width: 219px;
	float: left;
	margin-right: 18px;
	display: inline;	
}

#shows-head {
	background-image: url(../images/hd_shows.gif);
	background-repeat: no-repeat;
	margin: -15px;
	padding: 15px 15px 0 15px;
	width: 219px;
	height: 40px;
}


#news {
	background-image: url(../images/bg_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 42px;
	padding: 15px;
	height: 207px;
	width: 324px;
	float: left;
	display: inline;	
}

#news-head {
	background-image: url(../images/hd_news.gif);
	background-repeat: no-repeat;
	margin: -15px;
	padding: 15px 15px 0 15px;
	width: 324px;
	height: 40px;
}


#email {
	background-image: url(../images/bg_shows.gif);
	background-repeat: no-repeat;
	padding: 15px;
	height: 170px;
	width: 219px;
	float: left;
	margin-left: 18px;
	display: inline;
}

#email-head {
	background-image: url(../images/hd_shows.gif);
	background-repeat: no-repeat;
	margin: -15px;
	padding: 15px 15px 0 15px;
	width: 219px;
	height: 60px;
}
	
#footer-divide {
	background-color: #135e71;
	height: 7px;
	clear: both;
	border-bottom: 5px solid #ffffff;
}

	

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	margin-top: 15px;
	margin-bottom: 15px;		
}

#footer-link a {
	text-decoration: none;
	text-transform: uppercase;	
}

#footer a:hover {
	
}

#left-column {
	float: left;
	width: 622px; 
	display: inline;
}

#right-column {
	float: left;
	
}
