/* Basic Stuff */

* {
	margin: 0;
	padding: 0;
	}

body
{
background:#939C57;
color: #000;
font-size: 12px;
font-family:Arial, Verdana, Helvetica, sans-serif;
}

table { border-collapse:none;
		height:100%;
		}
td {vertical-align:top;}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
}

h2,h3,h4,h5,h6  {font-size:12px;}

h1 {font-size:25px;}

h1 span, h3 span, h4 span
{
 color:#B5B5B5;
}

em {font-style:normal;}
img
{
border: 0;
}

a
{
text-decoration: none;
color:#2c2c2c;
}

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

p
{
line-height: 1.4em;
text-align:justify;
margin:0 0 10px 0;
}

input {
  border:0px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
}

.input {
  border:1px solid #949290;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
}

/* Header */
#flexibil {
  background:#D4D4D4;
  width: 100% !important;
}

#empty_td {width:18px;
		   background:#939C57;}
		   
#header
{
width:100%;
height:135px;
position:relative;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
}

#logo { position:absolute;
		left:16px;
		top:12px;
		width:84px;
		height:116px;
		background:url(../images/logo.gif) no-repeat top left;
		}
		
#artists {position:absolute;
			left:114px;
			top:19px;
			background:url(../images/artists.gif) no-repeat top left;
			padding:27px 0 0 0;
			color:#545454;}

#artists a {font-size:14px;
			color:#545454;
			text-decoration:underline;
			}
#artists .email a {text-decoration:none;
				   font-size:12px;}			
#artists a:hover {text-decoration:none;}					

#header_img {float:right;
			 width:408px;
			 }

#header_img img {float:right;
				border-left:1px solid #fff;
				}

.right {float:right}
.left {float:left;}
.nobg {background:none !important;}
img.spacer {display:block;
			border:none !important}

/* NAV Menu */

#nav
{
}

#nav ul
{
list-style: none;
}

#nav li
{
font-family:Verdana, "Arial Narrow", Arial, sans-serif;
text-transform:uppercase;
position:relative;

margin:0;
display:block;
padding:12px 4px 12px 11px;
background:#7E7E7E;
border-top:1px solid #BCBCBC;
}

* html  #nav li{margin-bottom:-3px;}
#nav li a
{
display: block;
font-size: 13px;
color:#fff;
}


#nav li.active a, #nav li a:hover
{
 text-decoration:none;
}


#nav li ul {display:none;
			padding:13px 0 0 0;
			background:#F2F2F2 url(../img/nav_li_back.gif) repeat-x top;
			position:absolute;
			width:160px;
			border:1px solid #C7C7C7;
			left:0px;
			top:48px;
			}
				  
#nav li li {border-bottom:1px solid #fff;
			display:block;
			float: none;
			height:22px;
			text-align:center;
			text-transform:lowercase;
        	
			}
#nav li li.last, #nav li li li.last {border:none;}
			
#nav li li a{height:22px; 
			 color:#7B7B7B;
			 text-decoration:none; 
			 }

#nav li li a:hover {color:#000;
					text-decoration:underline;
			 }

			
#nav li:hover li ul, #nav li.jshover li ul {
			display:none;}
			


#nav li:hover ul, #nav li.jshover ul
			{display:block;}
			
			
		/*		PATH 	*/
		
#nav li:hover a, #nav li.jshover a {
	background-position:bottom left;
	}		
#nav li:hover li:hover a, #nav li.jshover li.jshover a
{
color:#2c2c2c;
}
		
/* Main */

td#left_column {width:146px;
			  background:#BCBCBC;}

td#left_column img {border-bottom:1px solid #fff;}

#lang {
	width:100%;
	background:url(../images/h1_back.gif) repeat-x top;
	padding:5px 0 6px 0;
	border-bottom: 1px solid white;
}

#lang a {font-size:11px;
		 color:#D4D4D4;
		 padding-left:13px;
		 }
		 
#lang a:hover {color:#fff;}		 	   			  

#search {
	background:#B0B0B0;
	border-top:1px solid #fff;
	padding:8px 0 3px 4px;
}
		  
input.search_txt{
	width:136px;
	height:18px;
	padding:0px;
	margin-bottom:4px;
	border: 1px solid #949290;
}
				
div.search_link {
	padding:3px 0 2px 8px;
	background:#646464;
	position:relative;
	border-bottom:1px solid #fff;
	height: 15px;
}
				  			
div.search_link #img_button {
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}

div.search_link a {
	text-transform:uppercase;
	color:#fff;
}

div.search_link a:hover {color:#B0B0B0;}
				   
* html input.search_txt {background-attachment:fixed;}		  

marquee { background:#C8CCAB;
		  height:18px;
		  font-size:14px;
		  color:#7E7E7E;
		  padding-top:8px;}
		  
marquee a {color:#7E7E7E;}		  
#main
{
width:100%;
}

/*			CONTENT			*/
#content {width:100%;
		  position:relative;
		  background:#fff;
		  border-left:1px solid #fff;
		  border-right:1px solid #fff;
		  background:#AAAE95;
		  }
#content h1 {background:url(../images/h1_back.gif) repeat-x top;
		     padding:8px 0;
			 font-size:16px;
			 font-weight:bold;
			 color:#fff;
			 padding:5px 0px 2px 9px;
			}
			
#content h2 {
	background:#939C57;
	padding:7px 0px 8px 12px;
}

#content h2 img { float: right; }

div.item {
	padding: 7px 6px 4px 12px;
	background:#ABAE96;
/* 	width: 100%; */
}

div.item img {
	float:left;
/* 	display: block; */
	border:1px solid #545932;
	margin:6px 6px 10px 0;
}

div.item img.right {
	float:right;
	border:1px solid #545932;
	margin:6px 0 10px 6px;
}


.more {
  background:#999C83;
  border-bottom:1px solid #C8CCAB;
  
  padding:0px 0 0 0;
  height:19px;
  font-size:10px;
  color:#F8FCC7;
  text-transform:uppercase;
  text-align:right;
  position:relative;
  clear:both;
}
.more a {
  color:#F8FCC7;
  background:url(../images/more_arrow.gif) no-repeat top right;
  background-position: right 0px;
  padding:3px 53px 0px 0;
  height:16px;
  display: block;
}

.more a:hover {
  color:#F8FCC7;
}

.more img {
  position:absolute;
  right:0;
  top:0;
  border:0 !important;
}

#news {
	width:407px;
	border-right: 1px solid white;
	background-color: #D4D4D4;
	border-left: 1px solid white;
}

#news .title {background:#FFE387;
			 height:18px;
			 text-transform:uppercase;
/* 			 color:#000; */
			 padding-top:7px;
			 color: black;
			 }
			 
#news span.date {
	padding:7px 25px 0 12px;
	color: black;
}	

#news .article {
	border-top:1px solid #fff;
	padding:13px 13px 15px 12px;
	color: black;
				}	
#news .article h3 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}

#news .article img {float:right;
					border:1px solid #777;
					margin:0 0 10px 15px;}					 

#news_posting{
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	background:#FFC300;
	font-weight:bold;
	text-transform:uppercase;
	width: 100%;
	height: 56px;
	padding: 0px;
	position: relative;
}


			   		   
#news_posting input.posting {
	width:240px;
	height:20px;
	border: 1px solid #949290;
	padding:0px;
/* 	margin-top: 6px; */
}

#news a{
	color: black;
}


#news_posting td#left_td{
	color:#535353;
	padding:2px 0px 2px 12px;
}

#news_posting td#right_td{
	vertical-align: middle;
	padding-right: 10px;
}

#news_posting td.post_button_td{
	border-top: 1px solid white;
	background-color: #FEE487;
}

#news_posting .email_form {
	padding-left: 10px;
	height: 34px;
	border: none;
	border-top:1px solid #fff;
	vertical-align: middle;
	margin: 0px;
	background-color: #FEE487;
}

#post_button {
	cursor:pointer;
	margin: 0px;
	padding: 0px;
}

* html #news_posting input.posting {
	background-attachment:fixed;
}

/* 				FOOTER					*/

		
#footer_link { background:#535353;
			  border-top:1px solid #fff;}

#footer_link ul {list-style:none;
				 padding:7px 0 9px 160px}

#footer_link li {display:inline;
				 padding:0 16px 0 10px;
				 background:url(../images/li_amp.gif) no-repeat right;}

#footer_link li.last {background:none;}				 
#footer_link li a {color:#DEDEDE}	

#copyright {color:#E2E2E2;
			background:#BCBCBC;
			height:22px;
			font-size:10px;
			vertical-align:middle;}			 
			
#copyright div.copy {margin-left:146px;
					  background:#8F8F8F;
					  height:17px;
					  padding:5px 0 0 25px;
					  position:relative;
					  }			
#istyle {
  position:absolute;
  right:18px;
  top:2px;
  width:190px;
  height:16px;
}

#istyle a {
  color:#E2E2E2;
  font-size:10px;
  text-decoration: none;
}

#istyle a:hover {
  color:#E2E2E2;
  font-size:10px;
  text-decoration: underline;
}

.clear {clear:both;}

.content_banner {
  float:right;
}

/* 			END 	FOOTER					*/

