body {
	background-color: #635C56;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 812px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #80494C;
}
#main_nav {
	position: absolute;
	clear: both;
	left: 3px;
	top: 200px;
	z-index: 9999;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.bordermain_content {
	border: 1px solid #191715;
}
#content_main {
	border: 1px solid #FFF;
	background-color: #f3ebe4;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}



	/* General */
	#cssdropdown, #cssdropdown ul {
	list-style: none;
	z-index: 10001;
}
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink {
	width: 98px;
	float: left;
	margin-left: -1px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #774043;
	border-left-color: #774043;
}
	#cssdropdown li.headlink a {
	display: block;
	padding: 5px;
	background-color: #80494C;
	height: 20px;
	line-height: 20px;
}
#cssdropdown li.headlink a:hover {
	background-color: #f3ebe4;
	color: #635C56;
}


	/* Child lists and links */
	#cssdropdown li.headlink ul {
	display: none;
	text-align: left;
	background-color: #635C56;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #756B61;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #756B61;
}
	#cssdropdown li.headlink:hover ul { display: block; }
	#cssdropdown li.headlink ul li a {
	padding: 8px;
	text-transform: capitalize;
}
	#cssdropdown li.headlink ul li a:hover {
	background-color: #F3EBE4;
	color: #635C56;
}
	#cssdropdown a {
	color: #f3ebe4;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
} #cssdropdown ul li a:hover { text-decoration: none; }
p {
	font-size: 1.3em;
}

/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0px 0px 5px 0px;
	margin: 0;
	color: #2C2825;
}
h2 {
	font-size: 2em;
	color: #635C56;
	padding: 0px 10px 5px 0px;
	margin: 0;
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #2C2825;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #ECF8FE;
	background: #ECF8FE;  
}
blockquote {
	margin: 0px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-image: url(../images/qoute_white.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-color: #7d9a19;
	border: 1px solid #543C25;
	position: absolute;
	right: -20px;
	bottom: 10px;
	z-index: 12;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 5;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #78C7FA;
	border-bottom: solid 2px #fff;
	background-color: #ADD8E6;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -300px;
}
tr {
	height: 34px;
}
img {
	border: 5px solid #756B61;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #EDEDED;	
}	
/* end - table */

/* form elements */
form {
	padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1;
	background-color: #ECDFD5;
}
.google {
	display: block;
	background-color: #ECDFD5;
	color: #F3EBE4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #80494C;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #635C56;
	background: #fff;
}
textarea {
	width: 300px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button {
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #F3EBE4;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
	background-color: #635C56;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 12px 0 15px 8px;
	width: 250px;
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
.uyari  {
	display: block;
	position: absolute;
	width: 340px;
	background-color: #80494C;
	color: #CCC;
	padding: 10px;
	top: 200px;
	left: 10px;
	text-align: center;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.uyari span  {
	color: #F3EBE4;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.uyari a  {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}



/*  Navigation  */
#nav {
	margin: 0;
	padding: 0;
	background-color: #635C56;
	border: 1px solid #403C37;
}
#nav a:hover {
	color: #1C1A17;
}

#nav  a {
	display: block;
}

#nav ul li ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: block;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	margin: 0;
	padding: 0 10px;
	font: bold 15px/35px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.3px;
	color: #f3ebe4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #403C37;
}
#nav ul li ul li a {
	font-size: 1.2em;
	margin: 0px;
	height: 21px;
	line-height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #403C37;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #766B61;
}

#nav ul li a:hover, 
#nav ul li a:active {
	background: none;
}
#nav ul li#current a {
	background-color: #80494C;
}
.sidesec {
	background-color: #80494C;
	color: #F3EBE4;
	text-align: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #403C37;
	border-left-color: #403C37;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #403C37;
	font-size: 2.3em;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#header {
	background-image: url(../images/home2.jpg);
	background-repeat: no-repeat;
	height: 230px;
	position: relative;
	z-index: 50;
	background-color: #80494C;
}
#footer {
	width: 792px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 38px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding: 10px;
	color: #363330;
}
.telno {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 40px;
	color: #F3EBE4;
}
.telno h2 {
	color: #F3EBE4;
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: 1em;
}
.telno em {
	font-size: 2em;
	font-style: normal;
	color: #F3EBE4;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1em;
}
#logos {
	width: 812px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
#logos img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 72px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 40px;
	left: 20px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 154px;
	width: 180px;
	text-indent: -9999px;
}
#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #635C56;
	width: 350px;
	/* change the values of top and left to adjust the position */
	top: 80px;
	right: 20px;
}
a:visited {
	text-decoration: none;
}
a:hover {

}
.pics {
	height:  410px;
	width:   380px;
	padding: 0;
	margin:  0;
	border: 1px solid #35322F;
	overflow: hidden;
} 
.caption_slide {
	position: absolute;
	top: 200px;
	padding: 5px;
	background-color: #7D9A19;
	color: #FFF;
	margin-left: 15px;
	width: 90%;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	z-index: 10;
}

 
.pics img {
	padding: 0px;
	width:  370px;
	height: 400px;
	top:  0;
	left: 0
} 
#stones-home {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #635C56;
	padding: 0px;
}
.stones-home_container {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #35322F;
}
#stones-home li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#stones-home li {
	height: 76px;
	width: 76px;
	float: left;
	margin-right: 5px;
	border: 5px solid #F3EBE4;
}

.homeclmnright {
	float: left;
	border: 1px solid #635C56;
	position: relative;
	margin-left: 10px;
}
.homeclmnright small {
	color: #F3EBE4;
}
.homeclmnright h3 {
	color: #F3EBE4;
	line-height: 1em;
}


.homeclmnright em {
	font-size: 110%;
	font-weight: bold;
	float: right;
	line-height: 1.2em;
	margin-top: 5px;
	color: #F3EBE4;
}
.homeclmnright a {
	background-color: #635C56;
	display: block;
	padding: 5px;
	width: 160px;
	overflow: hidden;
}

.homeclmnright a:hover {
	background-color: #766B61;
}

.homeclmnright img {
	border: 5px solid #FFF;
	float: left;
	margin-bottom: 5px;
}
.highslide-gallery li {
	float: left;
	height: 160px;
	width: 137px;
	border: 1px solid #635C56;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.highslide-gallery li a {
	display: block;
	border: 1px solid #F3EBE4;
	padding: 5px;
	height: 148px;
	width: 125px;
}
.highslide-gallery li a span {
	text-transform: uppercase;
	color: #F3EBE4;
	display: block;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #80494C;
}

.highslide-gallery li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 125px;
	width: 125px;
}
.highslide-gallery li a:hover {
	background-color: #80494C;
}
.highslide-gallery {
	margin-top: 20px;
}
.info {
	padding-left: 170px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 18px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.aboutimgs a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.aboutimgs a {
	margin-right: 8px;
	display: block;
	float: left;
}

