/* CSS Document */
/* reset styles */
* {
	margin:0; padding:0;
}
/*-------------Custom Global Tags-----------------*/

body {
margin: 0px;
background: #382a14;
font-family: "Trebuchet MS", sans-serif; 
}

a img,:link img,:visited img { border: none; }

h1 {
font-size: 20px;
margin: 0 0 15px 0;
color: #F8D778;
}
h2 {
	font-size: 16px;
	color: #BDC99A;
	margin: 0 0 10px 5px;
}

p {
margin: 0px;
margin-bottom: 20px;
color: #F5F1EB;
}
img.floater {
	margin: 0 10px 10px 0;
	float: left;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #BDC99A;
}
a:link, a:visited {
font-size: 14px;
text-decoration: underline;
color: #BDC99A;
}

a:hover {
font-size: 14px;
color: #F8D778;
text-decoration: underline;
}

input {
background-attachment: fixed;
background: #FFF url(images/input_bg.gif) bottom left repeat-x;
color: #555;
border: 1px solid #444;
margin: 0px;
padding: 2px;
}

input:focus {
background: #FFF;
border: 1px solid #444;
}
button {
	background: none;
	border: none;
}
textarea {
width: 2.8in;
height: 10.4em;
margin: 0px;
padding: 5px;
border: 1px solid #444;
background: #FFF url(images/textarea_bg.gif) bottom left repeat-x;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
font-size: 14px;
color: #555;
}

textarea:focus {
background: #FFF;
}

/*--------------Special--------------------*/

.centeralign {
text-align: center;
}





/*-------------Layout Divs--------------*/


#wrapper {
width: 850px;
margin: 0 auto 10px 10px; 
}

#header {
width: 950px;
height: 152px;
margin-bottom: 0;
background: #382a14 url(images/header_.jpg) no-repeat bottom left ;
position: fixed;
padding-top: 30px;
top: 0;
}

#content {
width: 836px;
padding: 0px;
font-size: 14px;
}

#rightWrap{
margin-top: 182px;
float: right;
width: 605px;
padding-bottom: 18px;
}

#right {
width: 655px;
padding: 10px 20px 0px 20px;
min-height: 349px;
margin-top: 10px;
}


#left {
position: fixed;
width: 178px;
top: 182px;
}


#clear {
height: 10px;
clear: both;
}

#footer { 
width: 836px;
height: 20px;
text-align: right;
color: #767C62;
font-size: 12px;
}

/*-------------Main Nav------------------*/

#menuWrap {
	width: 138px;
	padding-left: 0px;
}
#topmenu ul {
	list-style: none;
}
#topmenu a {
	display: block;
	width: 138px;
	text-align: center;
	color: #5D1F25;
	text-decoration: none;
	font-size: .8em;
}
#topmenu a:hover {
	color: #10251A;
	text-decoration: none;
}
#stone1 {
	height: 30px;
	line-height: 30px;
	background: transparent url(images/stones_04_1.png) no-repeat center;
}
#stone2 {
	height: 28px;
	line-height: 28px;
	background: transparent url(images/stones_07_2.png) no-repeat center;
}
#stone3 {
	height: 32px;
	line-height: 32px;
	background: transparent url(images/stones_08_3.png) no-repeat center;
}
#stone4 {
	height: 37px;
	line-height: 37px;
	background: transparent url(images/stones_09_4.png) no-repeat center;
}
#stone5 {
	height: 37px;
	line-height: 37px;
	background: transparent url(images/stones_10_5.png) no-repeat center;
}
#stone6 {
	height: 37px;
	line-height: 37px;
	background: transparent url(images/stones_11_6.png) no-repeat center;
}
#stone7 {
	height: 37px;
	line-height: 37px;
	background: transparent url(images/stones_11_7.png) no-repeat center;
}
#stone8 {
	height: 37px;
	line-height: 37px;
	background: transparent url(images/stones_11_8.png) no-repeat center;
}
#stone9 {
	height: 37px;
	line-height: 37px;
	background: transparent url(images/stones_11_9.png) no-repeat center;
}
#stone1:hover, #current #stone1 {
	background: transparent url(images/stones_04_1_ovr.png) no-repeat center;
}
#stone2:hover, #current #stone2 {
	background: transparent url(images/stones_07_2_ovr.png) no-repeat center;
}
#stone3:hover, #current #stone3 {
	background: transparent url(images/stones_08_3_ovr.png) no-repeat center;
}
#stone4:hover, #current #stone4 {
	background: transparent url(images/stones_09_4_ovr.png) no-repeat center;
}
#stone5:hover, #current #stone5 {
	background: transparent url(images/stones_10_5_ovr.png) no-repeat center;
}
#stone6:hover, #current #stone6 {
	background: transparent url(images/stones_11_6_ovr.png) no-repeat center;
}
#stone7:hover, #current #stone7 {
	background: transparent url(images/stones_11_7_ovr.png) no-repeat center;
}
#stone8:hover, #current #stone8 {
	background: transparent url(images/stones_11_8_ovr.png) no-repeat center;
}
	#stone9:hover, #current #stone9 {
	background: transparent url(images/stones_11_9_ovr.png) no-repeat center;
}

