	@charset "UTF-8";
/* CSS Document */

body{
	behavior:url(htc/csshover.htc);
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#cd5411;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#572600;
}

a{
	text-decoration:none;
	color:#572600;
	font-weight:bold;
}

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

h2{
	color:#572600;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background-image:url(../images/container_m.png);
	background-position:center;
	behavior: url(htc/iepngfix.htc);
}

#header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:278px;
}

#header a{
	width:250px;
	height:250px;
	position:absolute;
	top:5px;
	float:left;
	text-align:left;
}

.header_text {
	text-align:right;
	padding-top:140px;
	padding-right:40px;
	color:#ffb012;
}

#menu{
	width:930px;
	background-image:url(../images/btn_n.jpg);
	height:27px;
}

.menuitem:hover{
	background-image:url(../images/btn_h.jpg);
}
#menu_1{
	margin-left:0px;
}
/* replace the following for 5 menu system

.menuitem{
	text-align:center;
	float:left;
	padding-left:36px;
	padding-right:36px;
	padding-top:5px;
	background-image:url(../images/btn_n.jpg);
	height:22px;
	color:#241e1f;
}

#menu_1{
	margin-left:0px;
}

#menu_2{
	margin-left:112px;
	width:330px;
}

#menu_3{
	margin-left:432px;
	width:170px;
}

#menu_4{
	margin-left:585px;	
	width:190px;	
}

#menu_5{
	margin-left:773px;	
	width:170px;	
}

*/
.menuitem{
	text-align:center;
	float:left;
	padding-left:69px;
	padding-right:70px;
	padding-top:5px;
	background-image:url(../images/btn_n.jpg);
	height:22px;
	color:#241e1f;
}
#menu_2{
	margin-left:179px;
	width:313px;
}
#menu_3{
	margin-left:492px;
	width:218px;
}
#menu_5{
	margin-left:710px;
	width:218px;
}
#submenu_1{
	margin-left:710px;	
}

/*_________________________________________________________*/

.drop_item{
	position:absolute;
	top:305x;
	width:150px;
	z-index:1;
}

.sub_menu_item{
	background-color:#ffd68e;
	border-top:dashed #572600 1px;
	height:100%;
	padding:8px;
	font-weight:bold;
}

.sub_menu_item:hover{
	background-color:#ffc053;
}

#submenu{
	background-image:url(../images/orange_stripe.jpg);
	padding-top:5px;
	height:22px;
	color:#ffe1ae;
	text-align:right;
	padding-right:10px;
}

#submenu a{
	color:#ffe1ae;
	text-decoration:none;
	font-weight:bold;
}

#submenu a:hover{
	text-decoration:underline;
}

#wrapper{
	width:930px;
	margin-left:50px;
}

.artbar{
	background-image:url(../images/stripe.jpg);
	height:24px;
}

#pagecontent{
	background-image:url(../images/container_h.jpg);
	background-repeat:no-repeat;
	margin-left:-1px;
	padding-top:20px;
}

#sideBar{
	float:left;
	width:237px;
	margin-top:-20px;	
	display:block;
}

#mainContent{
	float:left;
	width:620px;
	margin-left:22px;
	background-repeat:none; 
	padding:15px;
	padding-top:0px;
}

#directionStatement{
	text-align:center;
	text-height:10px;
	padding-bottom:20px;
	color:#c65f12;
	font-size:13px;
	margin-top:-20px;
}

#footer{
	behavior: url(htc/iepngfix.htc);
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
	text-align:right;
	padding-top:110px;
	padding-right:50px;
	color:#e6ac4a;
}

#footer a{
	color:#e6ac4a;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover{
	text-decoration:underline;
}

#latestNews{
	margin:10px;
	width:220px;
}

#musicPlayer{
	margin:10px;
	width:220px;
	z-index:-1;
}

#latestNews a{
	color:#572600;
	font-weight:normal;
}

#testimonials{
	margin:10px;
	color:#c25400;
	width:220px;
}

#news_page img{
	margin:5px;
}

#partners{
	margin:10px;
	width:220px;
}

#partnerImage{
	width:200px;
	margin-left:0px;
	float:left;
	width:220px;
	margin-bottom:10px;
}

#menuWrap{
	width:930px;
}

#noIndent{
	margin-left:-20px;
}

.gallery_thumb:hover{
	background-color:#fdf2de;
}
.class{
	clear:both;	
}