/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b2af6b;
}

body
{
	font-size: 16px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #161616;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #636130;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
	width: 405px;
}

h1
{
	padding-top: 30px;
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
	padding-bottom: 4px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 14px;
	padding-bottom: 4px;
}

h6
{
	font-size: 12px;
	padding-bottom: 4px;
}

p
{
	color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.3;
	width: 405px;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper {
	width: 717px;
	margin: 0 auto;
}

.logowrap {
	width: 717px;
	height: 154px;
	margin: 0 auto;
}

.main-logo {
	float:left;
	width: 475px;
}

.main-logo img {
	float:left;
}

.side-logo {
	float:right;
	padding:10px 3px 0 0;
	width: 200px;
}

.side-logo img {
	float:right;
}

#banner
{
	width: 717px;
	height: 171px;
	margin: 0;
	padding-bottom:3px;
}

#navigation
{
	width: 717px;
	height: 28px;
	border-bottom: 3px solid #fff;
	background: #918e4d url(../images/navback.gif) left no-repeat;
}

#main-content
{
	width: 689px;
	padding-left: 28px;
	background: url(../images/content-bg.gif) repeat-y;
}

#main-content-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bg-bot.gif) no-repeat;
	margin-bottom: 0px;
}

#footer
{
	width: 715px;
	margin: 0 auto;
	text-align:right;
}




#main-content-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	margin-bottom: 20px;
}



#sidebar
{
	float: right;
	width: 189px;
	padding-right: 30px;
	border-left: 2px solid #fff;
	margin-top: 16px;
	padding-left: 26px;
}

/*************************************************** Latest News Styles ***************************************************/

#sidebar h3
{
	text-decoration: underline;
	padding: 0 0 24px 0;
	width: 165px;
}

#sidebar h6
{
	font-weight: bold;
	color: #7f7c43;
	padding-bottom: 0;
}

#sidebar p
{
	font-size: 12px;
	width: 165px;
	padding-bottom: 8px;
}

#sidebar a
{
	font-size: 11px;
	font-weight: bold;
	background: url(../images/latest-news-arrow.gif) left no-repeat;
	padding-left: 14px;
	padding-right: 4px;
	float: right;
}

#sidebar .item
{
	border-bottom: 1px solid #c8c58d;
	width: 184px;
	padding-bottom: 16px;
	margin-bottom: 14px;
}



/*************************************************** Main Content Styles ***************************************************/

#main-content img.white-border
{
	border: 2px solid #fff;
	margin-right: 18px;
}

#main-content ul
{
	padding-left: 20px;
}

#main-content ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	list-style: none;
}

#main-content li {
	font-size: 12px;
	line-height: 1.4em;
	}




/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin-left: 32px;
	margin-top: 1px;
	display: inline;
}

#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding-left: 14px;
	padding-right: 16px;
	background: url(../images/nav-divide.gif) center right no-repeat;
}

#navigation ul li.last-item, #navigation ul li.last-item a
{
	background: none;
}

#navigation ul li a:active,
#navigation ul li a:hover
{
	color: #d0cfac;
}

#home #navigation ul li a#home-link, #news #navigation ul li a#news-link, #company #navigation ul li a#company-link, #products #navigation ul li a#products-link, #contact #navigation ul li a#contact-link
{	
	color: #d0cfac;
}

/*Image Gallery*/


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



/*Contact Form*/

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}




