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

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat-x #212120;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

.clear{
	clear:both;
}

/* - - Sections - - */

#container{
	width:958px;
	margin:9px auto 0 auto;
}

#top{
	background:url(../images/headBG.png) no-repeat;
	min-height:16px;
}

#middle{
	background:url(../images/bodyBG.png) repeat-y;
}

#bottom{
	background:url(../images/footBg.png) repeat-y;
	min-height:33px;
}

/* - - Text Styles - - */

h1{
	color:#fecb10;
	font-size:18px;
	margin:0;
	padding:0;
}

/* - - Main CSS - - */

#header{
	padding:0 0 0 15px;
}

#logo{
	float:left;
}

.content{
	width:908px;
	float:left;
	margin:15px 0 0 5px;
	border-top:1px solid #fecb10;
	border-bottom:1px solid #fecb10;
	padding:10px 0;
}

.leftContent{
	width:644px;
	float:left;
}

.rightContent{
	width:225px;
	float:left;
	padding:6px 0 0 35px;
	color:#000000;
	font-size:11px;
}

.rightContent p{
	padding:5px 0;
	margin:0;
}

.offersTop{
	background:url(../images/offersBoxTop.gif) no-repeat;
	min-height:110px;
	padding:37px 16px 0 16px;
}

.loginTop{
	background:url(../images/loginTop.gif) no-repeat;
	min-height:120px;
	padding:27px 16px 0 16px;
}

.likeTop{
	background:url(../images/likeTop.gif) no-repeat;
	min-height:120px;
	padding:37px 16px 0 16px;
}


.boxBot{
	background:url(../images/homeBoxBot.gif) no-repeat;
	height:15px;
	margin-bottom:15px;
}

.rightText{
	float:right;
}	

#footer{
	text-align:center;
	clear:both;
	padding:1px;
	font-size:10px;
}

/* - - Links - - */

a{color:#FFFFFF; text-decoration:none;}
a:hover{text-decoration:underline;}

a img{
	border:none;
}

.rightContent a{color:#000; border-bottom:1px dotted #000;}
.rightContent a:hover{color:#dc1501;}

/*///////////////////////MENU/////////////////////////*/
#imageMenu {
	position: relative;
	width: 700px;
	height: 195px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	border-bottom:2px solid #fff;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 195px;
	width: 1000px;
	padding:0;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 195px;
}

#imageMenu ul li.disco a {
	background: url(../images/disco.jpg) repeat scroll 0%;
}

#imageMenu ul li.weddings a {
	background: url(../images/weddings.jpg) repeat scroll 0%;
}

#imageMenu ul li.children a {
	background: url(../images/children.jpg) repeat scroll 0%;
}

#imageMenu ul li.entertainment a {
	background: url(../images/entertainment.jpg) repeat scroll 0%;
}

#imageMenu ul li.karaoke a {
	background: url(../images/karaoke.jpg) repeat scroll 0%;
}

#imageMenu ul li.prices a {
	background: url(../images/prices.jpg) repeat scroll 0%;
}

#imageMenu ul li.quiz a {
	background: url(../images/quiz.jpg) repeat scroll 0%;
}
