/* CSS Document */

*{
	font-family:Tahoma, sans-serif;
	color:#fff;
	line-height:130%;
}

body{
	width:auto;
	margin:0px;
	padding:0px;
	background: #333333 url(../images/page_bg.jpg) repeat-x;
}

a{
	color:#FF99CC;
	font: 11px Tahoma;
}

td{
	font:bold 11px tahoma, sans-serif;
	color:white;
}

input, textarea{
	color:#333333;
	font-size:11px;
	width:200px;
	font-weight:normal;
}


h1, h2{
	font:20px "RotisSansSerif", "Trebuchet MS", Trebuchet, sans-serif;
	color:white;
	margin:0 0 0px;
	position:relative;
	text-align:left;
}
h2 a{
	font:20px "RotisSansSerif", "Trebuchet MS", Trebuchet, sans-serif;
	color:white;
	margin:0 0 0px;
	}
	
h2{width:280px; text-align:left; color:white; }

h2 strong a{
	font:20px "RotisSansSerif Bold", "Trebuchet MS", Trebuchet, sans-serif;
	color:white;
	margin:0 0 0px;
	position:relative;
}

h3{
	font:bold 11px tahoma, sans-serif;
	color:white;
	margin-bottom:0px;
}




a+h3{
	margin-top:20px;
}

h2 a{
	color:#801b15;
	font: 11px Tahoma;
	/*background:  url(../images/triangle_dark.gif) no-repeat center left;*/
	padding:0 0 0 0px;
	text-decoration:none;
	position:absolute;
	right:49px;
	top:3px;
	color:#ffffff;
	text-decoration:none;
	font:20px "RotisSansSerif Bold", "Trebuchet MS", Trebuchet, sans-serif;
}

h2 strong a{
	font:20px "RotisSansSerif Bold", "Trebuchet MS", Trebuchet, sans-serif;
	background:none;
	padding:0;
	position:relative;
	color:white;
}


h4 a{
		text-decoration:none;
	position:absolute;
	top:3px;
	color:#ffffff;
	text-decoration:none;
	font:16px "RotisSansSerif Bold", "Trebuchet MS", Trebuchet, sans-serif;
	background:none;
	padding:0;
	position:relative;
	color:white;
}



#outline{
	width:800px;
	margin:40px auto 0px;
	background:#801B51 url(../images/outline_bg.jpg) repeat-x;
	border:solid 5px #FFFFFF;
	
	overflow:hidden;
}

#main{
	width:800px;
	padding-bottom:40px;
	background: transparent url(../images/main_bg.gif) no-repeat bottom right;
	border:solid 1px;
}

#left{
	font-size:11px;
	width:430px;
	float:left;
	margin:50px 0 0 20px;
	voice-family: inherit;
	voice-family: "\"}\"";
	margin:50px 0 0 20px;
}
html>body #left{
	margin:50px 0 0 20px;
}

#left P{
	width:80%;
}

#thumbs{
	width:436px;
	float:left;
	margin:50px 0 0;
}

#thumbs img{
	margin-right:13px;
	color:#801b15 !important;
	border-color:#801b15;
	background-color:#ccc;
}

#thumbs a{
	color:#801b15 !important;
	}

#right{
	font-size:11px;
	width:280px;
	float:left;
	margin:50px 0 0 0px;
}

#right p{
	margin:2px 0;
}

#right a.event{
	background:  url(../images/rightlink_bg.gif) no-repeat;
}



#clear{
	width:100%;
	clear:both;
	height:1px;
}

#contactdetails{
	width:800px;
	height:43px;
	text-align:right;
}

#nav{
	position:relative;
	width:760px;
	height:65px;
	padding-left:40px;
}

#nav div{
	position:absolute;
	right:3px;
	top:28px;
	height:20px;
}

#foot{
	width:800px;
	height:50px;
	margin:0 auto 20px;
	background: url(../images/foot_bg.gif) no-repeat top right;
	text-align:right;
	font:10px Tahoma, sans-serif;
	color:#ccc;
	padding:5px 0;
}

#foot span{
	font:10px Tahoma, sans-serif;
	float:left;
	color:#ccc;
}

#foot a{
	font:10px Tahoma, sans-serif;
	color:#ccc;
	text-decoration:none;
}

#foot a:hover {
	color: #fff;
}


/* hidden end piece - show via Javascript */
#end{
	position:absolute;
	bottom:0px;
	left:0px;
	width:37px;
	height:224px;
	background:   url(../images/end_bg.gif) no-repeat;
	display:none;
}
.event{
	color:#801b15;
	font: 11px Tahoma;
	background:  url(../images/triangle_dark.gif) no-repeat center left;
	padding:0 0 0 15px;
	text-decoration:none;
	display:block;
}

#right .event{
	color:#FF9999;
	background:  url(../images/rightlink_bg.gif) no-repeat;
}

#right .event:hover {
	color: #fff;
}

.action { 
	color:#CCCCCC;
	font: 11px Tahoma;
	background:  url(../images/triangle_dark.gif) no-repeat center left;
	padding:0 0 0 15px;
	text-decoration:none;
	display:block;
 } 
 
 
