﻿body
{
	background: #2c2e2e url(../images/background.jpg) top left repeat-x
}

.divmain
{
	border: #000000 1px solid; 
	margin: 0px auto; 
	width: 850px; 
	height: auto; 
	overflow: hidden;
	background-color: #606060;
}

.divcontent
{
	width: 95%;
	position: relative;
	margin: 0px auto;
}

h1
{
	color: #8eb132;
	font-family: Calibri;
	font-size: 24pt;
}

h2
{
	color: #CED6D6;
	font-family: Calibri;
	font-size: 20px;
}

.portfolio
{
	text-align:center;
}

p, table, .ul
{
	color: #CED6D6;
	font-family: Calibri;
	font-size: 11pt;
}

.contactTextBox
{
	width: 250px;
}

.contactMessageTextBox
{
	width: 470px;
	height: 85px 
}

.headerimage
{
	width: 750px; 
	height: 200px;
}

.column-left 
{
	width: 320px;
	float: left;
	padding-right: 30px;
	padding-left: 25px;
}
.column-right 
{
	width: 320px;
	float: left;
	padding-left: 25px;
	padding-right: 15px;
}

.tablefooter
{
	margin: 0px auto;
	color: #8eb132;
}


/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
#menu
{
	margin:0 auto;
	width:100%;
}
		
#menu ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li
{
	list-style:none;
	display:block;
	float:left;
	background:#f4f4ec;		
	border-bottom:4px solid #8eb132;						
}
				
#menu li a
{
	display:block;
	float:left;
	color:#44494f;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	border:solid #e1e1d3;
	border-width:1px 1px 0 1px;
	text-decoration:none;
	padding:0 25px;				
}

#menu li a:hover
{
	color:#75902d;
}
				
#menu li a.current
{
	display:block;
	float:left;
	background:url(../images/menu/menu_002_h.jpg) repeat-x;					
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	border:solid #e1e1d3;
	border-width:1px 1px 0 0;
	text-decoration:none;
	padding:0 25px;	
}

#menu li a:hover.current
{
	color:#fff;
}


