﻿/*
---------------------------------
//CSS template
---------------------------------
*/

html
{
	background-color:#D9D9C5;
	
}

body
{
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	color: #444444;
	margin-bottom: 20px;
	margin-top:20px;
		
}

a
{
	text-decoration: none;
	color: #FFF;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	display:none;
}

h2
{
	color: #3B2D11;
	font-family:verdana, arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 15px;
}

h3
{
	color: #3B2D11;
	font-family:tahoma,verdana, arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}




p
{
	color:#333;
	font-size: 12px;
	margin-bottom: 12px;
}

blockquote
{
	font-size: 11px;
	font-style:italic;
}


.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

/* CONTAINER  */

#border{
border: 1px solid #333;	
	
}

#container
{
	
	text-align: left;
	margin: auto;
	width: 900px;
}

/* LOGO */

/*#logo
{
	background: url(../images/logo.png) no-repeat;
	width: 310px;
	height: 130px;
	position: absolute;
	margin-left: 50px;
	margin-top: 20px;
}*/

/* TOP */

#top 
{
	width:900px;
	background: url(../images/brand-bg.png) no-repeat;
	height:191px;
	border: 1px solid #333;
}

#menuContainer
{
	width:540px;
	margin-left: 305px;
	padding-top: 100px;
}

#menuContainer li {
	display:inline;
	margin:0; padding:0;
	float:left;
	text-decoration:none;
}





/*nav buttons*/

.home {

	position: relative;
	background: url(../images/home-over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 106px;
	height: 50px;
	margin: 0px;
	padding: 0px;

}

.home a {

	display: block;
	width: 106px;
	height: 50px;
	float: left;
	padding-left: 0px;

}

.home img {

	width: 106px;
	height: 50px;
	border: 0;

}


.home a:hover img {

visibility:hidden

}



.photos {

	position: relative;
	background: url(../images/photos-over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 106px;
	height: 50px;
	margin: 0px;
	padding: 0px;

}

.photos a {

	display: block;
	width: 106px;
	height: 50px;
	float: left;
	padding-left: 0px;

}

.photos img {

	width: 106px;
	height: 50px;
	border: 0;

}


.photos a:hover img {

visibility:hidden

}



.faqs {

	position: relative;
	background: url(../images/faq-over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 106px;
	height: 50px;
	margin: 0px;
	padding: 0px;

}

.faqs a {

	display: block;
	width: 106px;
	height: 50px;
	float: left;
	padding-left: 0px;

}

.faqs img {

	width: 106px;
	height: 50px;
	border: 0;

}


.faqs a:hover img {

visibility:hidden

}


.services {

	position: relative;
	background: url(../images/services-over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 106px;
	height: 50px;
	margin: 0px;
	padding: 0px;

}

.services a {

	display: block;
	width: 106px;
	height: 50px;
	float: left;
	padding-left: 0px;
	

}

.services img {

	width: 106px;
	height: 50px;
	border: 0;

}


.services a:hover img {

visibility:hidden

}



.contact {

	position: relative;
	background: url(../images/contact-over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 107px;
	height: 50px;
	margin: 0px;
	padding: 0px;

}

.contact a {

	display: block;
	width: 107px;
	height: 50px;
	float: left;
	padding-left: 0px;

}

.contact img {

	width: 107px;
	height: 50px;
	border: 0;

}


.contact a:hover img {

visibility:hidden

}
/*old nav code
DIV.menuButton a, DIV.menuButton a:active, DIV.menuButton a:visited
{
	width:75px;
	height:19px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: lighter;
	text-transform:capitalize;
	color: #ddddd1;
	float:left;
	text-align:center;
	margin-right: 10px;
}
	
DIV.menuButton a:hover
{
	background: url(../images/hover.png);
	cursor:pointer;
	text-decoration:none;
	color:#f1f1f1;
}

DIV.active a, DIV.active a:active, DIV.active a:visited
{
	background: url(../images/hover.png);
	cursor:pointer;
	text-decoration:none;
	color: #f1f1f1;
}
*/
/* BANNER */

#banner
{
	background: url(../images/banner.jpg) no-repeat;
	height: 238px;
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}

/* SIDEBAR */

#sidebar
{
	width: 213px;
	position:absolute;
	margin-left: 660px;
	margin-top: 25px;
}

#services
{
	/*height: 470px;*/
	background-color: #e6e6e6;
	border: 1px solid #d7d7d7;
	padding: 20px;
}

#services ul
{
	list-style:none;
	color: #3B2D11;
	margin-left: 13px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
}

#services ul li
{
	padding:2px 0;
}

#services a
{
	font-size:12px;
	font-weight:bold;
	color:#3B2D11;
}

#newsletter
{
	background: url(../images/newsletter_bg.png) no-repeat;
	width: 213px;
	height: 62px;
	margin-top: 10px;
	padding: 20px;
	padding-top: 40px;
	color: #f1f1f1;
}

input.newsletterEmail
{
	width: 115px;
}

input.newsletterSubmit
{
	width: 50px;
	height:20px;
	border:1px solid #ffffff;
	background: transparent;
	cursor:pointer;
	color:#ffffff;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* DIVIDER */

#divider
{
	width: 900px;
	background: url(../images/divider.png) repeat-x;
	height: 51px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}

/* CONTENT */


#content
{
	width:620px;
	background-color: #ededed;
	padding: 20px 260px 20px 20px;
	float:left;
	min-height:320px;
	height:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;	
}

#content a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	
}


#gallery-content
{
	width:860px;
	background-color: #ededed;
	padding: 20px 20px 20px 20px;
	float:left;
	
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;	
}

#prod-thumbs a{
padding:0 6px;
}





/* FOOTER */

#footer
{
	width:900px;
	height: 32px;
	background-color: #413317;
	
	padding-top: 8px;
	float:left;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-left-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.footer-copy{
	color:#FFF;
	
}

DIV.footerLeft
{
	width: 300px;
	float:left;
	text-align:left;
	margin-left: 30px;
}

DIV.footerRight
{
	width:400px;
	float:right;
	text-align:right;
	margin-right: 30px;
}

/*
---------------------------------
//Forms
---------------------------------
*/

form
{
	font-size: 11px;
}

input
{
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}

input.submit, input.reset
{
	background: url(../images/button.png) no-repeat;
	width: 60px;
	height: 25px;
	color: #ffffff;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
	font-variant: normal;
	border: 0px;
	cursor: pointer;
	font-weight: lighter;
	text-transform: uppercase;
	margin-left: 10px;
}

input.submit:hover, input.reset:hover
{
	background:url(../images/button_hover.png);
}

input.submit
{
	margin-left: 78px;
}

form li
{
	
	list-style-type: none;
	padding-bottom: 10px;
}

label
{
	float: left;
	width: 5em;
	margin-right: 2em;
	margin-top: 2px;
	
}

/*
---------------------------------
//Primary content
---------------------------------
*/

/* FRONT PAGE */

		DIV.coloumn
		{
			width: 188px;
			float:left;
			margin-right: 18px;
		}
		
		DIV.coloumnLast
		{
			width: 188px;
			float:left;
		}
		
		DIV.coloumn h3, DIV.coloumnLast h3
		{
			margin-left: 10px;
			margin-bottom: 10px;
			margin-top: 5px;
		}
		
		DIV.coloumn p, DIV.coloumnLast p
		{
			margin-left: 10px;
			font-style:italic;
		}
		
		.coloumnImage
		{´
			padding: 2px;
			margin:2px;
			border: 2px solid #a6a6a6;
		}
		
		.readMore
		{
			float:right;
			font-size: 11px;
		}
		
/* ABOUT US */

		.aboutusImage
		{
			padding: 2px;
			margin:2px;
			border: 1px solid #a6a6a6;
			float:right;
			margin-left: 20px;		
		}
		
/* CONTACT */

		#contactForm
		{
			width: 350px;
			float:left;
			text-align:right;
			line-height:30px;
		}
		
		#contactInformation
		{
		
			width: 210px;
			padding-left: 20px;
			
			float:left;			
		}

/*style adjustments*/

.bold{
	font-weight:bold;
	
}

.italic{
	font-style:italic;
	
}

.underline{
	text-decoration:underline;
	
	
}
/*
.maplink{
	
	font-size:11px;
color: #3B2D11;
	
	
}


.maplink a:link{
	font-size:11px;
	text-decoration:underline;

}
*/
.text-color{
	color: #3B2D11;
}