﻿/*
---------------------------------
//CSS template
---------------------------------
*/

html
{
	background-color:#7b7b7b;
}

body
{
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	color: #444444;
	margin-bottom: 20px;
}

a
{
	text-decoration: none;
	color: #669933;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	display:none;
}

h2
{
	color: #669933;
	font-family:verdana, arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 15px;
}

h3
{
	color: #666666;
	font-family:tahoma,verdana, arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

p
{
	color: #626262;
	font-size: 11px;
	margin-bottom: 22px;
}

blockquote
{
	font-size: 11px;
	font-style:italic;
}


.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

/* CONTAINER  */

#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 
{
	background: url(../images/top_bg.png) repeat-x;
	height: 92px;
}

#menuContainer
{
	margin-left: 400px;
	padding-top: 35px;
}

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: 338px;
	width: 900px;
}

/* SIDEBAR */

#sidebar
{
	width: 213px;
	position:absolute;
	margin-left: 660px;
	margin-top: 25px;
}

#services
{
	height: 215px;
	background-color: #e6e6e6;
	border: 1px solid #d7d7d7;
	padding: 20px;
}

#services ul
{
	list-style: square;
	color: #b6b6b6;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 20px;
}

#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; 
}

/* CONTENT */


#content
{
	width:620px;
	background-color: #ededed;
	padding: 20px 260px 20px 20px;
	float:left;
	min-height:320px;
 	height:auto !important;
 	height:320px;

}

/* FOOTER */

#footer
{
	width:900px;
	height: 32px;
	background-color: #b5b5b5;
	border-top: 2px solid #cccccc;
	padding-top: 8px;
	float:left;
}

DIV.footerLeft
{
	width: 300px;
	float:left;
	text-align:left;
	margin-left: 30px;
}

DIV.footerRight
{
	width:300px;
	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;
		}
		
		#contactInformation
		{
			border-left: 1px solid #cccccc;
			width: 210px;
			padding-left: 20px;
			float:left;			
		}