/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
* {
	
	
}
body {
	background-color: #000000;
}


    
p { font: 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 14px;
    color: #382804;
    
     }
  
p a { font: 11px Verdana, Arial, Helvetica, sans-serif;
       line-height: 14px;
    	color: #382804;
    	font-weight: bold; 
    	text-decoration: underline;

	}
  
  h1 { font-size: 18px; 
    line-height: 22px;
    color: #746e40;
    font-weight: bold;
	 font-style: italic;
	font-family: serif;
  }
  
 
  
  h2 { font-size: 13px; 
    line-height: 20px;
    color: #746e40;
    font-weight: bold;
	font-family: verdana, arial, sans-serif;
  }
  
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

li, dd { margin-left:5%; }
 ul, ol, dl { margin:9px 5%; }


/* -----------------------------------------------------*/
#wrapper{
	
	margin: 0 auto;
	width: 896px;
}
#header {
	position: relative;
	width: 894px;
	border: 1px solid #746e40;
	background-color: #EFC91D;
}

.logoImage {
 float: left;
 padding: 8px 0 0 15px;
}

.topText {
	width:700px;
	float:right;
	color:#746e40;
	font-weight:bold;
	margin:15px 20px 0 0;
	text-align:right;
}



/* Gallery Styles*/

	#galleryHover{
	position: absolute;
	top: 120px;
	left: 15px;
	width: 860px;
	height: 271px;
	z-index: 1;
	
}

/* End Gallery Styles*/


#description{
	font-size: 10px;
	color: #121212;
	float: right;
	font-family: Arial, sans-serif;
}


/* End Header  Styles

-----------------------------------------------------*/

#content{
	width: 895px;
	background-color: #000000;
	height: 135px;
	border: 1px solid #746e40;
	
	
}

#bodycontent{
	width: 894px;
	background-color: #000000;
	height: 300px;
/*	border-left: 1px solid #746e40;
	border-right: 1px solid #746e40;
	border-bottom: 1px solid #746e40; */
	
}

/*   Div Boxes
-----------------------------------------------------*/


#boxwrapper {
	height: 190px;	
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #000000;
}

#boxwrapper .box1Position {
	position: relative;
	top: 0;
	left: 0px;
	height: 190px;	
}

#boxwrapper .box2Position {
	position: absolute;
	top: 0;
	left: 299px;
	height: 190px;	
}

#boxwrapper .box3Position {
	position: absolute;
	top: 0;
	left: 594px;
	height: 190px;	
}

.boxcontent #news{
	margin: 10px;
}

.boxcontent #news p{
	padding: 0px;
	border-bottom: 1px solid #666667;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.boxcontent #news a{
	text-decoration: none;
	color: #000;
}

.boxcontent #news a:hover{
	text-decoration: underline;
}

.boxcontent td{
	padding: 4px;
	border-bottom: 1px solid #666667;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000
}

.boxcontent td a{
	text-decoration: none;
	color: #000;
}

.boxcontent td a:hover{
	text-decoration: underline;
}



.Box{
	position: relative;
	width: 299px;
	height: 190px;
	border-left: 1px solid #746e40;
	border-bottom: 1px solid #746e40;
	border-right: 1px solid #746e40;
	background-color: #ece5af;
}

.boxheader{
	background-color: #746e40;
	height: 20px;
	
}
.boxheader h2{
	margin:0;
	padding: 2px 0 0 0;
	color: #EFC91D;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.boxheader a{
	margin:0;
	padding: 8px 0 0 0;
	color: #EFC91D;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	
}

.boxcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #382804;
	text-align: left;
	height: 145px;
}

.boxcontent ul {
	margin: 0 0 0 20px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.boxcontent li {
	margin: 0px 0px 0px 10px;
	padding: 0;	
	font-size: 12px;
}

.boxcontent li a {
	font-weight: bold;
	color: #382804;
}
.boxcontent p {
	padding: 6px;
	font-size: 11px;
}

/* right Column Div Boxes
-----------------------------------------------------*/

/*-----------------Footer
------------------------------------------------------------------------------*/


#footer {
	position: relative;
	width: 894px;
	height: 63px;
	margin-top: 10px;
	border: 1px solid #EFC91D;	
	background-color: #746e40;
}

#footer h2 a{
	position: absolute;
	top:0;
	left:0;
	color: #EFC91D;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width: 298px;
	height: 23px;
	padding: 15px 0 20px 0 ;
	
	text-decoration:none;
	
}
#homethumbs {
	
	position: absolute;
	top:0;
	left: 330px;
}
#homethumbs img {
	margin:  10px 15px 0 0;
	float: left;
}
/*-----------------Footer
------------------------------------------------------------------------------*/
.clearfloats{
	clear: both;
	display: inline;
}

.hide{
	visibility: hidden;
}
.noimg {
	display: none;
}

/*Hide Home*/

#homemenu{
	visibility:hidden;
}





/*   Div Boxes

-----------------------------------------------------*/

.noborder {
	border: 0;
}
.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.imgPadding10px{padding: 10px;}
.imgMargin10px{margin:10px;}
.alignleft{
	text-align: left;
}


/*   Div Side_Boxes
-----------------------------------------------------*/


#sideboxwrapper {
	width: 150px;
	height: 150px;
	position: right;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #746e40;
}

#sideboxwrapper .box1Position {
	position: right;
	top: 0;
	left: 0px;
}

#sideboxwrapper .box2Position {
	position: absolute;
	top: 0;
	left: 0px;
}

#sideboxwrapper .box3Position {
	position: absolute;
	top: 0;
	left: 594px;
}


	input {
	padding: 0;
	height: 20px;
	margin-left: 5px;
	border-style: groove;
	border-color: Silver;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: auto;
}
	.buttonStyle{
	padding: 0;
	height: 20px;
	width: 80px;
	margin: 10px 0 0 5px;
	border-style: groove;
	border-color: Silver;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 11px;
}
	textarea {
	padding: 0;
	margin-left: 5px;
	border-style: groove;
	border-color: Silver;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
	select{
	padding: 0;
	margin-left: 5px;
	border-style: groove;
	border-color: Silver;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 11px;
}
	#contactFrm {
	padding: 0;
	margin: 0 0 0 30px;
}
	
	#contactFrm label {
	display: block;
	margin: 10px 0 4px 0;
	font-size: 12px;
}
	#contactFrm input,textarea {
	display: block;
	font-size: 12px;
}
	#contactFrm .error{
	color: #ff0000;
	font-weight: bold;
}
	
