body {
	background: #fff url(back.png) top repeat-x;
	color: #111;
	margin: 0;
	padding: 0;
}



/* FONTS AND IMAGE STYLES */

img {
	border: none;
}

p, label, ul.normallist li, ul.smallerlist li {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #111;
}

ul.largerlist li {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #111;
}

p.footertext {
	font-size: 11px;
	color: #555;
}

a:link, a:active, a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #008494;
	text-decoration: none;
}


h2, h3 {
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-weight: 200;
	margin-top: 10px;
	color: #00373e;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: url(rule.png) bottom repeat-x;
}



h2 {
	font-size: 22px;
}

h3 {
	margin-top:20px;
	font-size: 18px;
}

.largest {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 28px;
	color: #333;
}


.larger {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 22px;
}

.normal, .boxquote, ul.normallist {
	line-height: 17px;
	margin-bottom: 10px;
}

ul.largerlist {
	line-height: 20px;
	margin-bottom: 11px;
}

.smaller, ul.smallerlist li {
	font-size: 11px;
	margin: 5px 0;
	line-height: 15px;
	color: #444;}
	
.rule {
	height: 2px;
	margin: 15px 0;
	background: url(rule.png) repeat-x;
}

.boxquote {
	padding: 0 20px 0 10px;
	margin: 20px 10px;
	line-height: 20px;
	color: #555;
	border-left: 1px solid #aaa;
}

ul.normallist li, ul.smallerlist li, ul.largerlist li {
	list-style: disc;
	margin-left: 30px;
}


.one-colbutton a {
	color: #222;
}


.one-colbutton {
	width: 229px;
	text-align:center;
	margin-top:15px;
	padding-top:10px;
	height: 31px;
	margin-left: 30px;
	background: url(1colbutton.png) no-repeat;
}

.one-colbutton:hover {
	background: url(1colbutton.png) 0 -49px no-repeat;}

/* HEADER */



div#top {
	width: 960px;
	margin: 0px auto;
	height: 135px;
	background: url(mosaic.jpg) top center no-repeat;
}

#toplogo {
	margin-top:3px;
	width: 161px;
	height: 132px;
	float: left;
}

#language { /* commented out in html */
	float: right;
	width: 150px;
	background: #333;
	}
	




/* MENU */


#menu {
	float: right;
	position: relative;
	top: 80px;
}

#menu div {
	display: inline;
	float: left;
}

#menulist {
	background: url(menu-back.png) repeat-x;
	height: 35px;
}

#menuleft, #menuright {
	background-color: transparent;}
	
.menuitem {
	height: 13px;
	padding: 10px 13px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;}
	
.menuitem p {
	font-size: 16px;
	text-transform: uppercase;
}

.menuitem a {
	color: #00373e;
}

body#products div#menuproducts, body.showcase div#menushowcase, body#news div#menunews, body#aboutus div#menuaboutus, body#contact div#menucontact {
	background-color: #f3fefc;}


/* HEADER LARGE */

div#headerlarge {
	height: 300px;
	width: 100%;
	background: url(headerlarge-back.png) top repeat-x;
	margin-top:-6px;
}

#headerlarge-content {
	padding: 20px 0;
	height: 214px;
	width: 960px;
	margin: 0px auto;
}



/* HEADER MED */

div#headermed {
	height: 151px;
	width: 100%;
	background: url(headermed-back.png) top repeat-x;
	margin-top: -3px;}
	
	#headermed-content {
	padding: 20px 0;
	height: 111px;
	width: 960px;
	margin: 0px auto;
}


/* HEADER SMALL */

div#headersmall {
	height: 14px;
	width: 100%;
	background: url(headersmall-back.png) top repeat-x;
	margin-top: -3px;
}


/* MAIN CONTENT AND COLUMNS */


#maincontent {
	width: 960px;
	margin: 0px auto;
	margin-top: -4px;
	padding-bottom:20px;
}

div.threecol {
	background: url(threecol.png) repeat-y;
}


div.twoonecol {
	background: url(twoonecol.png) repeat-y;
}

.twocol {
	width: 610px;
	float: left;
	padding: 15px;
}

.col {
	width: 290px;
	padding: 15px;
	float: left;

}

.clear {
	clear: both;
	height: 15px;
}

.newsitem {
	margin-bottom:45px;
}


/* SUBCONTENT AND COLUMNS */

#subcontent {
	width: 100%;
	background-color: #e1f5f3;
	clear:both;

}

#subcontentarea {
	background: url(threecol.png) repeat-y;
	width: 960px;
	margin: 0px auto;
}




/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	background: #96ddd6 url(mosaic-footer.jpg) top center no-repeat;
	height: 100px;
}

#footercontent {
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	}
	
	
	
	
#footerleft {
	float: left;
	height: 70px;
}

#footerleft img{
	float: left;
}

#footerleftcontent {
	background: url(footer-back.png) repeat-x;
	float: left;
	width: 623px; /*set with of footer area here */
	height: 65px;
	padding-top: 5px;
}



#footerright {
	width: 300px;
	float: right;
	height: 70px;
}

#footerright img {
	float: right;
}

#footerrightcontent {
	background: url(footer-back.png) repeat-x;
	float: right;
	width: 150px;
	height: 70px;
}

img.social {
	margin: -2px 3px 0 6px;
}




/* MISC */

.lightboxthumb {
	padding: 4px;
	border: 1px solid #008494;
}

.opacity {
	opacity:.4;

}

#products #headermed-content a {
	color: #333}


/* REG FORM */

.none {
	visibility: hidden;
}


input {
	width: 180px;}

input, textarea, #submit {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	color: #555;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	margin-bottom:10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}

textarea {
	height: 216px;
	width: 375px;
}

#submit {
	position: relative;
	top: -20px;
	border-color: #b2eee9;
	text-transform: uppercase;

	color: #008494;
	padding: 5px 10px;
	background-color: #edfbfa;
	cursor: pointer;
}

label.error {
	position: absolute;
	z-index: 4;
	margin-left:-50px;
	margin-top:8px;
	color: red;
	font-style: italic;}
	
.slider-bg {
	background: url(rule-hor.png) right repeat-y;
}


/* SHOWCASE LIST */

#showcaselist li {
	float:left;
	width:20%;
	opacity:0.4;
	text-align: center;}
	
#cannes10 li#showcasecannes10, #van2010 li#showcasevan2010, #ljf09 #showcaseljf09, #vanjazzfest09 #showcasevanjazzfest09, #viff09 #showcaseviff09 {
	opacity:1.0;}
	
#showcaselist img {
	width:80px;
	height:80px;
	}
	

	
.iconsmallhome {
	float:left;
	margin: 0 10px 0 0}
	
	
/* NEW SHOWCASE SECTION */
	
.showcaseicon {
	text-align: center;
	float:left;
	width:180px;
	margin-right:20px;
	}

	
/*JQUERY TABS OVERRIDE */



.ui-tabs-nav li a {
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size:12px;}
	
.ui-widget-header {
	background: #cdeded;
	border:1px solid #aaa;}
	
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border:1px solid #aaa;}
	
.ui-tabs-nav li:hover {
	background: #fff;
	border:1px solid #aaa;}