@charset "utf-8";
* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#container {
	width:949px; min-height:700px; margin:0 auto;
}

#logo {
	width:301px; height:77px; float:left; margin-top:37px;
}

#menuwrapper {
	width:576px; height:18px; float:right;
	margin-top:96px;
	color:#aba17f;
}

#menuwrapper ul {
	font-family:"Myriad Pro", Tahoma, Arial;
	font-size:13px;
	list-style:none;
}



#menuwrapper ul li {
	display:inline-block;
	float:left;
}

#menuwrapper ul li a:link, #menuwrapper ul li a:visited{
	display:block;
	width:110px;
	height:18px;
	text-align:center;
	text-decoration:none;
	margin-right:3px;
	color:#aba17f;
	float:left;
	text-transform:uppercase;
	font-weight:400;
	border-right:1px solid #aba17f;
}

#menuwrapper ul li a:hover{
	color:#000;
}

#menuwrapper ul li a.active {
	color:#e5b53b;
	font-weight:bold;
}

#marea {
	width:949px; height:491px; float:left; margin-top:31px;
}

#marea-left {
	width:571px; height:491px; float:left;
}

#marea-right {
	width:378px; height:491px; float:left;
	
}

a.fancybox img { cursor: url(images/magnify.cur), pointer;  }

#footer {
	width:949px; height:29px; float:left; color:#837136; text-align:center;
	padding-top:10px;
}

#footer a {
	color:#837136; text-align:center;
}

/* About us page */

#about-left {
	width:383px; float:left;
}

#about-right {
	width:534px; float:left; margin-left:32px;
	padding-top:46px;
}

#about-right p {
	line-height:30px;
	font-size:14px;
}

#about-right h3, h3 {
	color:#FFF;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:46px;
	margin-bottom:26px;
}

h3 {
	color:#FFF;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:22px;
	margin-bottom:22px;
}

#galc {
	width:949px; height:233px; float:left; margin-top:0px;
}



#coin-slider {
	width:370px; height:400px; margin-top:46px;
}
#outer_bg {
	width:140px; height:233px; float:left;
}
#zoomc {
	width:670px; height:233px; float:left

}


#zoomc img {
	
	margin-top:8px;
	float:left;
}

#inner_bg {
	width:138px; height:233px; float:left
}

#contact-left {
	width:496px; height:406px; float:left;
}

#contact-right {
	width:401px; height:406px; float:left;
	margin-left:40px;
}

input[type="submit"] {
    -moz-transition-duration: 0.3s;
    -moz-transition-property: border-color;
    background-clip: padding-box;
    background-color: #665936;
    background-image: -moz-linear-gradient(#a29060, #665936);
    border: 1px solid #614023;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 13px/17px Tahoma,Geneva,sans-serif;
    margin: 0 10px 0 0;
    padding: 5px 10px 6px;
    text-align: left;
    text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(0, 0, 0, 0.1);
}


a.fancybox{
    position:relative; /*this is the key*/
    z-index:24; 
    }

a.fancybox:hover{z-index:25; background-color:#ff0}

a.fancybox span{display: none}

a.fancybox:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    width:133px;
    border:1px solid #ccc;
    background-color:#000; color:#fff;
	margin-top:70px;
	opacity:0.5;
    text-align: center}
	


.sidebox {
	width:173px; float:left; height:330px; border:1px solid #fff;
}

.sidebox1 {
	width:153px; float:left; height:310px; border:1px solid #fff; margin-left:9px;
	padding:10px; color:#fff;
}

.sidebox1 ul {
	margin-left:17px;
}

.caption {
	width:378px; height:67px; float:left; margin-top:360px;
}

ul.sitemap {
	margin-left:35px;
	list-style:disc;
	color:#FFFFFF;
}

ul.sitemap a:link, ul.sitemap a:visited {
color:#fff;
text-decoration:none;
	
}