html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));}

		/*
			IE PNG Fix http://www.twinhelix.com/css/iepngfix/
		 */
		
		div#logo_banner, #email_address a, #send_to_a_friend a, #lightwindow_galleries_list, a#lightwindow_galleries_tab, a:link#lightwindow_galleries_tab, a:visited#lightwindow_galleries_tab { behavior: url(/iepngfix.htc) }
		
		 /*
		  Alternatively, you can specify that this will apply to all tags like so:
		   * { behavior: url(iepngfix.htc) }
		 */

body {

	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#FFFFFF;
	background-color:white;}

/* Typography  ------------------------------------------------------------------------------------------------------ */

* { 
	margin:0;
	padding:0;}

ul, ol {
	padding-left:1em;
	margin-left: 10px;
	line-height:17px;
	font-size:11px;}

ol {
	background-image:none;}

p {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height: 16px;
	margin:5px 0 10px 0;}
	
img {
	border:none;}
	
hr {
	clear: left;
	padding:0;
	/*width:730px;*/
	color:#ccc;
	background-color:#ccc;}
	
h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	color:white;}

h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:white;
	font-weight:normal;
	margin-top:10px;}

h3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:white;
	font-weight:normal;
	padding:10px 0 0 0;
	margin:0;
	}
	

h4 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:white;
	font-weight:normal;
	padding:10px 0 0px 0;
	}
	
	#internal_right_col h4 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
	font-weight:normal;
	padding:10px 0 0px 0;
	color:#82def3;
	}
	
h5 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:white;
	font-weight:normal;
	padding:10px 0 10px 0;}
	
	a:link { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; color:#82def3; }
	a:visited { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; color:#82def3;}
	a:hover { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; color:#82def3; !important}
	a:active { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; color:#82def3; }
	


/* Typography Ends  ------------------------------------------------------------------------------------------------------ */

/* Classes  ---------------------------------------------------------------------------------------------------------------*/


.title_regiter {
	text-indent: -5000px; overflow:hidden; display:block;
	background-image:url(../images/headings/register.jpg);
	background-repeat:no-repeat;
	width:249px; height:35px; margin:0 0 10px 0;}

.title_home_welcome {
	text-indent: -5000px; overflow:hidden; display:block;
	background-image:url(../images/headings/welcome_text.gif);
	background-repeat:no-repeat;
	width:802px; height:26px;}
	
.title_latest_news {
	text-indent: -5000px; overflow:hidden; display:block;
	background-image:url(../images/headings/latest_news.gif);
	background-repeat:no-repeat;
	width:192px; height:22px; margin-top:10px;}
	
.title_whats_on {
	text-indent: -5000px; overflow:hidden; display:block;
	background-image:url(../images/headings/whats_on.jpg);
	background-repeat:no-repeat;
	width:278px; height:28px; margin-top:10px; }

.title_gallery {
	text-indent: -5000px; overflow:hidden; display:block;
	background-image:url(../images/headings/see_gallery.jpg);
	background-repeat:no-repeat;
	width:264px; height:26px; margin-top:10px; }
	
.printer_friendly {
	color:#FFFFFF!important;
	background-image:url(../images/sitewide/print_icon.jpg);
	background-position:250px 0px;
	background-repeat:no-repeat;
	padding-bottom:5px!important;
	}
	
	.printer_friendly a {
	color:#FFFFFF!important;
	text-decoration:none!important;}
	
.sub_navigation {
	padding-bottom:10px;}
	
.sub_navigation li {
	font-size:14px;
	background-image:url(../images/sitewide/bullet.gif);
	background-repeat:no-repeat;
	background-position:2px 9px;
	padding-left:25px!important;}

.sub_navigation li a {
	color:#FFFFFF!important;}
	
.sub_navigation li a:hover {
	color:#82def3!important;}

.page_title {
	font-size:22px;
	color:#FFFFFF;
	font-weight:normal;
	border-bottom:3px solid #949494;
	padding:0px 0 4px 0;
	margin-bottom:5px;}
	
.trail_menu {
	padding:0 0 10px 0;}
	
.trail_menu strong {
	color:#E94989;}
	
.image_float {
	float:left;
	padding:10px 20px 0 0;
	width:100px;}
	
.news_repeater {
	float:left;
	width:520px;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
	padding-top:15px;}
	
	.news_repeater h4 {
	padding:0;
	margin:0;}
	
	.news_repeater .image_float {
	padding-top:8px!important;}
	
.news_article {
	border-bottom:1px dotted #999999;}
	
	.news_article .image_float {
	padding-top:8px!important;}
	
	.news_article h4 {
	padding-bottom:10px!important;}
	
.image_gallery_main {
	padding:10px 20px 0 0;
	width:525px;
	height:390px;}
	
.image_gallery_panel{
}

.image_gallery_panel li{
  padding:0px 0px 0px 0px!important;
	border:none;
	list-style-type:none;
	background-image:none!important;
	float:left;
	margin:0!important;}

.image_paging{
  margin:5px 0 0 0;
}

/* Classes Ends  ---------------------------------------------------------------------------------------------------------------*/

/* Main Structure  ---------------------------------------------------------------------------------------------------------------*/

#artist_main {
  float:left;
  width:500px;
  }
  
  #artist_main img {
  float:left;
  padding-right:20px;
   }
 
 #internal_right_col img {
 float:left;
 margin-top:10px;
 margin-right:6px;
 }
 
.news_repeater p {
margin-top:-1px;
}

#top_banner {
	height:123px;
	background-image:url(../images/backgrounds/tile.jpg);
	background-repeat:repeat;
	width:100%;
	margin: 0 auto 0 auto;}
	
#top_banner_alt {
	height:123px;
	background-image:url(../images/backgrounds/tile-blue.jpg);
	background-repeat:repeat;
	width:100%;
	margin: 0 auto 0 auto;}
	
div#logo_banner {
	height:123px;
	width:880px;
	background: url(/furniture/images/sitewide/logo-header.png) no-repeat 0 0;
	margin:0 auto 0 auto;
	/*background-color: #99CC00;*/
	}
	
#logo_banner_alt {
	height:123px;
	width:880px;
	background-image:url(../images/sitewide/logo-header-blue.png);
	background-repeat:no-repeat;
	position:relative;
	margin:0 auto 0 auto;
	}
	

	#logo_banner_alt a:link { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; color:#E94989; }
	#logo_banner_alt a:visited { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; color:#E94989;}
	#logo_banner_alt a:hover { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; color:#E94989; !important}
	#logo_banner_alt a:active { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; color:#E94989; }
	

.header_text_float {
	float: left;
	width: 600px;
	}
	
#text_size {
	float: left;
	width:400px;
	padding: 40px 0 30px 5px;
	/*background-color: #999966;*/
	margin: 0;
	font-size: 18px;
	line-height: 0;
	}

#email_address {
	width:197px;
	float: left;
	clear: left;
	/*background-color: #009966;*/
	padding: 0 0 0 5px;
	margin:0;
	}
	
	#email_address a {
	width:197px;
	height: 18px;
	text-indent: -5000px; 
	overflow:hidden; 
	display:block;
	background: url(/furniture/images/sitewide/email_address.png) no-repeat 0 0;
	}


div#logo_banner div#send_to_a_friend {
	float: right;
	margin: 0;
	padding: 68px 0 0 0;
	overflow:hidden;
	/*background-color: #FF0000;*/
	}
	
	div#logo_banner div#send_to_a_friend a {
	margin:0;
	padding:0;
	background-image:url(../images/sitewide/send-to-a-friend.png);
	width:82px;
	height:55px;
	text-indent: -5000px; 
	overflow:hidden; 
	display:block;
	float: left;
	z-index: 10;
	}

div#logo_banner div#petition {
	float: right;
	margin: 0 10px 0 0;
	padding: 68px 0 0 0;
	overflow:hidden;
	/*background-color: #FF0000;*/
	}
	
	div#logo_banner div#petition a {
	margin:0;
	padding:0;
	background-image:url(../images/sitewide/petition.png);
	width:82px;
	height:55px;
	text-indent: -5000px; 
	overflow:hidden; 
	display:block;
	float: left;
	z-index: 10;
	}

#wrapper_holder {
	position:relative;
	margin:0 auto 0 }
	
#wrapper {
	width:880px;
	margin: 0px auto 0px auto;
	text-align:left;
	position:relative;}

#navigation {
	width:880px;
	height:40px;
	float:left;}
	
#image_banner_holder {
	width:870px;
	height:190px;
	padding:11px 0 0 10px;
	float:left;
	background-image:url(../images/backgrounds/image_banner_bg.jpg);
	background-repeat:no-repeat;}
	
	#register_form_holder {
	width:249px;
	height:180px;
	float:left;
	background-image:url(../images/backgrounds/reg_form_bg.jpg);
	background-repeat:no-repeat;}
	
	#image_holder {
	width:610px;
	position:relative;
	float:left;}
	
	#rosette_holder {
	width:610px;
	height:42px;
	position:absolute;
	top:100px;
	left:0px;}
	
	#video_rosette {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 610px; height:77px; text-decoration: none !important;
	background-image:url(../images/buttons/mela-2009-sign4.jpg);
	background-repeat:no-repeat; display:none;}
	
#main_content_holder {
	width:880px;
	float:left;}

	#main_content_holder_top {
	width:880px;
	height:30px;
	float:left;
	background-image:url(../images/backgrounds/grey_bg_top.jpg);
	background-repeat:no-repeat;
	}

	#main_content_holder_middle {
	width:830px;
	float:left;
	font-size:13px;
	background-image:url(../images/backgrounds/grey_bg_middle.jpg);
	background-repeat:repeat-y;
	padding:0 10px 0px 40px;}

	#main_content_holder_bottom {
	width:880px;
	height:30px;
	float:left;
	background-image:url(../images/backgrounds/grey_bg_bottom.jpg);
	background-repeat:no-repeat;}
	

#home_bottom_col_left {
	width:200px;
	float:left;
	padding:0 25px 0 0;}
	
	#home_bottom_col_left ul {
	padding:0;
	margin:0;}
	
	#home_bottom_col_left li {
	padding:7px 0 7px 0;
	border-bottom:1px dotted #CCCCCC;
	list-style-type:none;
	margin:0;}
	
	#home_bottom_col_left strong {
	color:#82def3;
	font-size:12px;}
	
#home_bottom_col_middle {
	width:307px;
	float:left;}
	
	#video_holder {
	float:left;
	width:278px;
	height:255px;}
	
#home_bottom_col_right {
	width:264px;
	float:left;}
	
	#home_bottom_col_right ul {
	padding:0;
	margin:0;} 
	
	#home_bottom_col_right li {
	padding:0 20px 0 0;
	border:none;
	list-style-type:none;
	float:left;
	margin:0;} 

	#home_bottom_col_right li img {
	border:none!important;}


div#internal_right_col img {
	padding: 3px 10px 10px 0;}


#thumbnail_gallery_col {
  padding:15px;
	width:500px;
	float:left;}
	
	div#internal_right_col #thumbnail_gallery_col ul {
	padding:0;
	margin:0;} 
	
	div#internal_right_col #thumbnail_gallery_col li {
	padding:5px 5px 5px 5px;
	border:none;
	list-style-type:none;
	background-image:none;
	float:left;
	margin:0;
	} 

	#thumbnail_gallery_col li img {
	border:none!important;}


#internal_left_col {
	float:left;
	padding:0 20px 15px 0;
	width:253px;}
	
	#internal_left_col ul {
	margin:0;
	padding:0;}

	#internal_left_col li {
	padding:7px 0 7px 0;
	border-bottom:1px dotted #757575;
	list-style-type:none;
	margin:0;}

	#internal_left_col ul li strong {
	color:#82def3;
	font-size:12px;}

#internal_right_col {
	float:left;
	width:527px;}

/*
	#internal_right_col ul {
	padding: 10px 0 5px 15px;
	margin:0;}

	#internal_right_col li {
	list-style-type:none;
	padding:0 0 5px 5px;
	list-style-type: disc;
	}
	*/
#event_image_holder {
	float:left;
	width:260px;
	padding:5px 0 0 0;}
	
	#event_image_holder ul {
	padding:0;
	margin:0;
	float:left;
	}
	
	#event_image_holder li {
	padding:0 0 15px 0;
	list-style-type:none;
	margin:0;
	float:left;
	}
	
	#event_image_holder li img {
	float:left;
	margin:0;
	padding:0;
	}
	
#event_description_holder {
	float:left;
	width:245px;
	padding:0 0 0 0px;}

	#event_description_holder strong {
	color:#E94989;}
	


#footer_content_holder {
	width:880px;
	float:left;
	position:relative;}

	#footer_content_holder_top {
	width:880px;
	height:30px;
	float:left;
	background-image:url(../images/backgrounds/grey_bg_top.jpg);
	background-repeat:no-repeat;}

	#footer_content_holder_middle {
	width:800px;
	float:left;
	padding:0 40px 0 40px;
	background-image:url(../images/backgrounds/grey_bg_middle.jpg);
	background-repeat:repeat-y;}

	#footer_content_holder_bottom {
	width:880px;
	height:30px;
	float:left;
	background-image:url(../images/backgrounds/grey_bg_bottom.jpg);
	background-repeat:no-repeat;}

#footer_left_col {
	float:left;
	width:400px;
	padding-top:5px;
	text-align:left;}
	
	#footer_left_col p {
	padding:0 0 5px 0;
	color:#959595;
	margin:0;
	font-size:1.1em;
	}
	
	#footer_left_col a {
	color:#959595;
	text-decoration:underline;}
	
#footer_right_col {
	float:right;
	width:400px;
	text-align:right;}
	
	#footer_right_col p {
	padding:0;
	color:#959595;
	margin:0;
	font-size:1.1em;
	}
	
	#footer_right_col a {
	color:#959595;
	text-decoration:underline;}

#navigation {
	float:left;
	width:880px;}

#navigation ul {
	list-style-type:none;
	padding:15px 0 0 0;
	margin:0;
	float:left;}
	
#navigation li {
	list-style-type:none;
	padding:0;
	margin:0;
	display:inline;
	float:left;}
	
.nav_home  {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 63px; height:21px; text-decoration: none !important;
	background-image:url(../images/navigation/home.jpg);
	background-repeat:no-repeat;}
	
	.nav_home:hover {background-position: -63px 0;}
	.nav_home.selected {background-position: -63px 0;}
	
.nav_about_us  {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 79px; height:21px; text-decoration: none !important;
	background-image:url(../images/navigation/about_us.jpg);
	background-repeat:no-repeat;}
	
	.nav_about_us:hover {background-position: -79px 0;}
	.nav_about_us.selected {background-position: -79px 0;}
	
.nav_whats_on  {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 84px; height:21px; text-decoration: none !important;
	background-image:url(../images/navigation/whats_on.jpg);
	background-repeat:no-repeat;}
	
	.nav_whats_on:hover {background-position: -84px 0;}
	.nav_whats_on.selected {background-position: -84px 0;}
	
.nav_press  {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 53px; height:21px; text-decoration: none !important;
	background-image:url(../images/navigation/press.jpg);
	background-repeat:no-repeat;}
	
	.nav_press:hover {background-position: -53px 0;}
	.nav_press.selected {background-position: -53px 0;}
	
.nav_education  {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 169px; height:21px; text-decoration: none !important;
	background-image:url(../images/navigation/education.jpg);
	background-repeat:no-repeat; }
	
	.nav_education:hover {background-position: -169px 0;}
	.nav_education.selected {background-position: -169px 0;}
	
.nav_mela_festival  {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 211px; height:21px; text-decoration: none !important;
	background-image:url(../images/navigation/mela_festival.jpg);
	background-repeat:no-repeat;}
	
	.nav_mela_festival:hover {background-position: -211px 0;}
	.nav_mela_festival.selected {background-position: -211px 0;}
	
.nav_membership  {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 107px; height:21px; text-decoration: none !important;
	background-image:url(../images/navigation/membership.jpg);
	background-repeat:no-repeat;}
	
	.nav_membership:hover {background-position: -107px 0;}
	.nav_membership.selected {background-position: -107px 0;}
	
.nav_get_in_touch  {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 113px; height:21px; text-decoration: none !important;
	background-image:url(../images/navigation/get_in_touch.jpg);
	background-repeat:no-repeat;}
	
	.nav_get_in_touch:hover {background-position: -113px 0;}
	.nav_get_in_touch.selected {background-position: -113px 0;}
	
	
div.artist_rep {
	float:left;
	width:500px;
	margin-bottom:10px;
	border-bottom:1px solid #5F5959;
	}
	
div.artist_area_img	{
	float: left;
	width: 120px;
	}
	
	div.artist_rep div.artist_area_img img {
	float:left;
	margin: 0;
	padding: 0;	
	}
	

/* Main Structure Ends  ---------------------------------------------------------------------------------------------------------------*/

/* Forms  ---------------------------------------------------------------------------------------------------------------*/

.formLabel_home {
	margin-bottom:20px;
	padding-left:25px;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	padding-top:3px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	width:43px;}
	
.formField_home {
	margin-bottom:10px;
	float:left;
	padding:2px 0 2px 3px;
	font-size:11px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	width:150px;}
	
.formLabel {
	margin-bottom:20px;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	padding-top:3px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	width:80px;}
	
.formLabelSendToFriend {
	margin-bottom:20px;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	padding-top:3px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	width:130px;
}
	
.formLabelWide {
	margin-bottom:20px;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	padding-top:3px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	width:240px;
}
	
.formField {
	margin-bottom:10px;
	float:left;
	padding:2px 0 2px 3px;
	font-size:11px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	width:300px;}

.formDropDown {
    width:60px;
    margin-top:20px;
}

textarea {
	width:300px;
	padding:2px 0 2px 3px;
	font-size:11px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;}

/* Forms Ends  ---------------------------------------------------------------------------------------------------------------*/


.people {
	float:left;
	width:250px;	
	height:110px;
	padding: 10px 0;
}

.gallery {
	float:left;
	width:500px;	
	list-style-type:none!Important;
	background-image:none!Important;
}
.gallery li {
	float:left;
	width:120px;
	list-style-type:none!Important;
	background-image:none!Important;
	list-style-image:none;
}

.gallery li a.linkstyle {
	display:block;
	float:left;
	height:110px;
}

.homepagegallery {
	float:left;
	list-style-type:none!Important;
	background-image:none!Important;
}
.homepagegallery li {
	float:left;
	list-style-type:none!Important;
	background-image:none!Important;
	list-style-image:none;
	padding-right:5px!Important;
	width:75px;
}

#arts_logos {
	width:188px;
	position:absolute;
	left:375px;
	top:34px;
	height:50px;}
	
	div#social_logos{
	float:right;
	height:69px;
	padding-left:690px;
	padding-top:34px;
	position:absolute;
	width:872px;}
		
	div#facebook_logo{
	float:left;
	}
	
	div#twitter_logo{
	float:left;
	padding-right:20px;

}

div#internal_right_col div.galleryPanel {
	/*border:1px solid #8493B6;
	float:left;
	overflow-x:auto;
	overflow-y:hidden;
	padding:2px;
	width:470px;
	height:110px;*/
	float: left;
	width: 520px; 
	}

div#internal_right_col ul.gallery_listings {
	float:left;
	margin: 0;
	padding: 0;
	list-style-type:none;
	}
	
	div#internal_right_col ul.gallery_listings li {
	float:left;
	width: 520px; 
	clear:both;
	padding: 0 0 20px 0;
	}
	
div#internal_right_col ul.gallery_listings div.scrollingGallery {
	width: 520px; 
	float: left;
	/*overflow: scroll;
	overflow-x: visible; 
	overflow-y: hidden; */
	}

div#internal_right_col div.scrollingGallery ul.gallery_list li a img {	
	border:none;
	margin: 0;
	padding: 0;
	float: left;
	}
	
div#internal_right_col div.scrollingGallery ul.gallery_list {
	float: left;
	width: 520px; 
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	border-top: 1px solid #666666;
	}
	
	div#internal_right_col div.scrollingGallery ul.gallery_list li {
	float: left;
	clear: none;
	margin: 0;
	padding: 0 10px 0 0;
	width: 100px;
	height: 150px;
	}
	
.imageHolder {
	width:160px;
	height:160px;
	overflow:hidden;
	float:left;
	background-color:#CC6699;
	}

#internal_right_col .imageHolder img {
	margin-left:-20px;
	margin-top:-20px;
	padding:0;
	}

.gallery_repeateritem {
	float:left;
	width:160px;
	height: 230px;
	border:1px dotted #9F9F9F;
	margin-right:7px;
	margin-bottom:10px;
	background-color:#5F5F5F;
	padding:3px;}

.gallery_container h3 {
	font-size:18px;
	float:left;
	padding-left:3px;
	padding-bottom:5px;
	width:157px;}