@charset "UTF-8";
/* CSS Document */

body
	{
	background-image: url(images/bg_wood.jpg);
	padding: 0;
	margin: 0 auto;
	}
	
a {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC6633; text-decoration: none;}
a:hover {color: #3399cc; text-decoration: underline; text-decoration: none;}
a:active {color: #CC6633; text-decoration: none; text-decoration: none;}
	
#logo
	{
	margin: 0px 0px 0px 150px;
	padding: 0px;
	height: 73px;
	min-height: 73px;
	}
	
#main
	{
	background-image:url(images/bg_main.png);
	background-repeat: repeat-y;
	border: 1px #f2f4f5 solid;
	width: 550px;
	margin: 0px 0px 20px 150px;
	padding: 0px;
	float: left;
	}
	
p
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 10px 20px 5px 20px;
	padding-top: 10px;
	color: #333;
	}
	
ul
	{
	margin-top: 0px;
	}
	
li
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	list-style-image: url(images/plus.gif);
	}
	
p.homePage
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 10px 20px 10px 30px;
	}
	
.headline
	{
	font-size: 12px; 
	font-weight: bold; 
	letter-spacing: 2px; 
	color: #CC6633;
	}
	
	
/* BEGIN THE INDEX PAGE DEFINITION LIST */

dl 
	{
	width: 525px;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 0px 10px; 
	}

dt
	{
	padding: 10px 10px 0px 10px;
	float: left;
	margin: 0px;
	border-top: 1px solid #ccc;
	font-weight: bold;
	}
	
dd.first 
	{ 
	border-top: 1px solid #ccc; 
	padding: 10px 0px 0px 20px;
	margin: 0px;
	}

dd
	{
	margin-left: 10px;
	padding: 10px 0px 40px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	line-height: 17px;
	}
	
	
	
/* END LISTS */


.clearBoth
	{
	clear: both;
	}
	
/* NAV */

#nav 
	{
	width: 128px;
	height: 156px;
	min-height: 156px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	border: 0px #f2f4f5 solid;
	float: left;
	}

#nav ul 
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li 
	{
	margin: 0;
	padding: 0;
    display: inline;
	}
	
#nav a#home
	{
	height: 23px;
	min-height: 23px;
    width: 128px;
    background: url(images/b_home.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#home:hover 
	{
    background-position: 0 -23px;
	}

#nav a#why
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_why.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#why:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#about
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_about.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#about:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#team
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_team.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#team:hover 
	{
    background-position: 0 -20px;
	}

#nav a#services
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_services.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#services:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#cms
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_cms.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#cms:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#projects
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_projects.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#projects:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#rates
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_rates.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#rates:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#contact
	{
	height: 23px;
	min-height: 23px;
    width: 128px;
    background: url(images/b_contact.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#contact:hover 
	{
    background-position: 0 -23px;
	}