/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=
Created by Martin Kruit
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=
*/

html {overflow-y: scroll;}

* { margin: 0; padding: 0; border: 0; }

body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #464B66;
	background: #FFFEE8 url(../img/merchants_body.jpg) top center repeat-x;
}

body, td
{
	font-size: 11px;
	line-height: 15px;
}

p
{
margin: 0 0 1em 0;
}

h1
{
margin-top: 10px;
font-size: 1em;
color: #132595;
}


h3
{
color: #132595;
font-size: 1.4em;
font-style: italic;
font-variant: small-caps;
}

h4
{
color: #132595;
font-size: 1.3em;
font-style: italic;
font-variant: small-caps;
margin: 10px 0 0 0;
}

b {color: #4F5BA8;}

img#border
{
float: left;
margin: 0 0 10px 0;
border: 1px solid #AAAAAA;
padding: 2px;
}

table.dates
{
	margin-bottom: 15px;
	margin-top: 15px;
	background: url(../img/music_live.jpg) top center no-repeat;
}

td { padding: 2px 0; }

input, textarea { padding: 2px; border: 1px solid #ccc; }

input:hover, textarea:hover { border: 1px solid #996633; background-color: #fff; }

a:link,a:visited { color: #996633; text-decoration: none }
a:hover { color:#D19A63; text-decoration: underline; }

div#dates
{
	padding-top: 5px;
	border-bottom: double;
	border-color: #DFD486;
}

ul.dates
{
	padding: 5px 0 5px 10px;
	list-style-type: none;
	text-align: left;
	background-color: #FFF7BE;
	
}

ul.dates li
{
	font-weight: bold;
	display: inline;
	padding: 0 0 0 8px;
}

ul.artists
{
	list-style-type: none;
	text-align: left;
	width: 720px;
	background-color: white;
}

img#artist
{
float: left;
margin: 0 15px 5px 0;
border: 1px solid #AAAAAA;
padding: 2px;
}

ul.contact
{
	padding: 10px 0;
	list-style-type: none;
}

div#scroll
{
width: 740px;
height: 470px;
overflow-y: scroll;
scrollbar-arrow-color: green;
scrollbar-face-color: #e7e7e7;
scrollbar-3dlight-color: #a0a0a0;
scrollbar-darkshadow-color: #888888
background-color: #fff;
}


/*========================================
	Container
========================================*/

div#container
{
	margin: 0 auto;
	width: 880px;
	height: 500px;
	text-align: left;
	background: url(../img/merchants_slideshow.jpg) top center no-repeat;
}

/*========================================
	Banner
========================================*/

div#banner
{
	height: 120px;
	text-indent: -9999px;
	background: #FFFFFF url(../img/merchants_banner.jpg) top center no-repeat;
}

/*========================================
	Global Menu
========================================*/


div#globalnav
{
	width: 880px;
	height: 25px;
}

div#globalnav ul#menu
{
	position: relative;
	width: 880px;
	height: 25px;
	background: #FFFFFF url(../img/merchants_menu.jpg) top left no-repeat;
}

div#globalnav ul#menu li
{
	list-style: none;
	position: absolute;
	top: 0;
}
	
ul#menu li, ul#menu a
{
	height: 25px;
	display: block;
}
	
div#globalnav ul#menu li a
{
	text-indent: -9999px;
	text-decoration: none;
}
	
#home			{ left: 144px; width: 52px; }
#menus			{ left: 196px; width: 61px; }
#winelist		{ left: 257px; width: 78px; }
#entertainment	{ left: 335px; width: 107px; }
#functions		{ left: 442px; width: 127px; }
#about			{ left: 569px; width: 76px; }
#contact		{ left: 645px; width: 93px; }

#home a:hover			{ background: transparent url(../img/merchants_menu.jpg) -144px -25px no-repeat; }
#menus a:hover 			{ background: transparent url(../img/merchants_menu.jpg) -196px -25px no-repeat; }
#winelist a:hover		{ background: transparent url(../img/merchants_menu.jpg) -257px -25px no-repeat; }
#entertainment a:hover	{ background: transparent url(../img/merchants_menu.jpg) -335px -25px no-repeat; }
#functions a:hover		{ background: transparent url(../img/merchants_menu.jpg) -442px -25px no-repeat; }
#about a:hover			{ background: transparent url(../img/merchants_menu.jpg) -569px -25px no-repeat; }
#contact a:hover		{ background: transparent url(../img/merchants_menu.jpg) -645px -25px no-repeat; }

/*========================================
	Content
========================================*/

div#main
{
	background: #FFFEE8;
}


div#content
{
	width: 880px;
	padding: 25px 72px 20px 72px;
	width/**/:/**/736px;
}

div#full
{
	width: 736px;
}

div#left
{
	float: left;
	width: 368px;
	padding-right: 13px;
	width/**/:/**/355px;
	background: transparent url(../img/divide.gif) right top repeat-y;
}

div#right
{
	float: right;
}

div#left_s
{
	float: left;
	width: 200px;
	padding-right: 10px;
	width/**/:/**/190px;
}

div#right_s
{
	float: right;
	padding-left: 30px;
	width: 500px;
	background: transparent url(../img/divide.gif) left top repeat-y;
}

div#left_s ul
{
	list-style-type: none;
}

div#left_s a
{
	display: block;
	padding: 3px 0 3px 15px;
	width: 160px;
	border-bottom: 1px solid #E0E0E0;
}

div#left_s a:hover
{
	background: transparent url(../img/bullet2.gif) center left no-repeat;
}

div#left_s li.active
{
	background: transparent url(../img/bullet.gif) center left no-repeat;
}

div#left_s li.active a:hover
{
	background: none;
}

div#left_s a:link, #navlist a:visited
{
	color: #132595;
	text-decoration: none;
	font-weight:600;
}

div#left_s a:hover
{
	color: #808AC5;
}

div#footer
{
	clear: both;
	width: 880px;
	padding: 0 72px 0 72px;
	width/**/:/**/736px;
	height: 50px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	color: #996633;
	background: #FFFFFF url(../img/merchants_footer.jpg) center top no-repeat;
}