/*******************************

LOX & Vodka
main CSS document
created by: ASAA Multimedia
01/17/2009

*******************************/

body {
	margin:0;
	padding:0;
	background-color: #ECE3CB;
	color:#202020;
	font-size:14px;
}

h1,h3,h4,h5,h6,ul,li { margin:0; padding:0; }

h1 {
	color:#cc00cc;
	font-size:34px;
	font-family:Garamond, Georgia, serif;
	font-style:italic;
	margin-bottom:10px;
	padding-bottom: 0px;
}

h2 {
	color:#AB3F95;
	font-size:22px;
	font-family:Garamond, Georgia, serif;
	font-style:italic;
	padding-bottom:4px;
	margin-bottom:0px;
}

h3
	{
	color:#934596;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:12px;
}

a:link, a:visited {
	color:#B33CB2;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
}
	a:hover { color:#934596 }

/***** named styles ******/

#container { margin:0 auto; width:800px; }

#nav {
/*	font-family: Garamond, "Times New Roman", serif;
	font-size:13px;
*/	font: 12px Verdana,sans-serif;
	text-transform:uppercase;
	text-align:center;
	background:#fff;
	height:22px;
	font-weight:bold;
/*	font-style:italic; */
	padding-top:8px;
	margin:0 auto;
}
#nav a:link, #nav a:visited { 
	color:#934596; 
	text-decoration:none; 
	padding: 0px 17px;
}
#nav a:hover, #nav a.active { 
	color:#baa260; 
	padding: 0px 17px;
	text-decoration:none;	
}
	
#header { background:url(images/bg_header.jpg) no-repeat; height:261px; }
	#header-concert { background:url(images/bg_header-concert.jpg) no-repeat; height:261px; }
	#header-events { background:url(images/bg_header-events.jpg) no-repeat; height:261px; margin-bottom:12px; }
	#header-simcha { background:url(images/bg_header-simcha.jpg) no-repeat; height:261px; margin-bottom:12px; }
	#header-sub { background:url(images/bg_header-sub.jpg) no-repeat; height:261px; }
	
a.btn_home {
	display:block;
	width:200px;
	height:100px;
	margin-left:80px;
	padding-top:18px;
	text-decoration:none;
	font-size:1px;
}


p, td {
	font: 14px Arial, Helvetica, sans-serif;
}


#rightside {
	float:right;
	padding-left:15px;
	line-height:8px;
	width:300px;
}

#play, .play {
	margin-bottom:8px;
	width: 93px;
	height:56px;
	margin: -100px 0px 0px 150px;
	background-image: url(images/btn_play.jpg);
	background-repeat: no-repeat;
}

#playhome, .playhome { 
	margin-bottom:8px;
	background-image: url(images/btn_play.jpg);
	background-repeat: no-repeat;
	width: 93px;
	height: 56px;
	margin: -70px 0px 0px 150px; 
}


#btnPlay, .btnPlay {
	float:left;
	width:40px;
	height:53px;
	cursor:pointer;
	font-size:1px;
}
#btnStop, .btnStop {
	float:right;
	width:40px;
	height:53px;
	cursor:pointer;
	font-size:1px;	
	margin-right:10px;
}

#footer {
	text-align:center;
}

#footer a:link, #footer a:visited { 
	font-size:11px; 
	padding: 0px 15px;
}

.subnav a:link, .subnav a:visited {
	color:#B33CB2;
	font-style:italic;
	font-weight:bold;
	line-height:30px;
}

.play-btn { float:left; padding:0px 0 0 5px; }
.play-title { float:left; }

	#hide01, #hide02, #hide03, #hide04 { display:none }
	#testim { font-size:14px; font-style:italic; }
	p.brown { font-weight:bold; text-align:right; color:#630; } 
