@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: #e4e4e4 url(../images/background.jpg) no-repeat top left;
  color:#333333;
}
img {
	border:none;
}
ul{
	margin: 0 0 0 20px;
}
img.icon{
	position:relative;
	float:left;
	right: 15px;
}
#main {
	padding-bottom: 175px;/* must be same height as the footer or more to allow for padding in the element */
	width: 850px;
	clear:both;
	margin: 0 auto;
}  
#main > p {
	padding: 5px 0px;
	clear:both;
}
#header{
	background-image:url(../images/man2.jpg);
	background-repeat:no-repeat;
	background-position: right;
}
#container, #header, #content{
	width: 850px;
	clear:both;
	margin: 0 auto;
}
#menu{
	clear:both;
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
}
.menu.selected{
	background-image:url(../images/but_green.png);	
}
.menu a{
	font-size:10px;
	width: 115px;
	display:block;
	text-decoration:none;
	float:left;
	background-image:url(../images/but_purple.png);
	background-repeat:no-repeat;
	margin-right:10px;
}
.menu a:hover{
	background-image:url(../images/but_green.png);
	background-repeat:no-repeat;
}
.menu a{
	color:#FFFFFF;
	text-align:center;
	padding: 10px 0 25px;
}
#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    display: block;
    padding: 2px;
    border: solid 1px #999999;
    width: 160px;
	color:#cceb00;
    background-image: url( '/images/back_text.gif' );
    background-repeat: repeat-x;
    background-position: top;
} 
h4,.h4{
	color:#c40073;
	font-size:20px;
}	
#feature{
	color: #FFFFFF;
	background-image:url(../images/box-top.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:217px;
	float:left;
	margin: 0 10px 20px 30px;
}
#feature.grey{
	color: #000000;
	background-image:url(../images/box-topgrey.png);
}
#feature h4{
	margin: 10px 20px 10px;
	font-size:24px;
	color: #FF0099;
}
.featurebox{
	padding: 0 15px 50px 15px;
	background-image:url(../images/box-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	min-height: 350px;
	height:350px;
}
.featurebox.grey{
	background-image:url(../images/box-bottomgrey.png);
}
.featurebox li{
	font-size: 14px;
	margin-bottom: 6px;
}
.featurebox h4{
	font-size:36px !important;
	color: #99FF00;
	position:relative;
	margin:0px auto !important;
}
.fifthcolumn{
	width:140px;
	float:left;
	padding: 10px 15px 0 0;
}
.quartercolumn{
	width:180px;
	float:left;
	padding: 10px 15px 0 0;
}
.halfcolumn{
	width:450px;
	float:left;
	padding: 10px 15px 0 0;
}
.thirdscolumn{
	width:280px;
	float:left;
	padding: 10px 15px 0 0;
}
#footer{
	background-color:#000000;
	background-image:url(../images/background_foot.gif);
	background-repeat:repeat-x;
	color: #a7a7a7;
	padding: 0;
	height:300px;
	position:fixed;
	bottom:0px;
}
#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
}
#footer h2,#footer .h2,#footer h4,#footer .h4{
	color: #8bfc25;
	font-size:14px;
}
#footer a{
	color:#999999;
	text-decoration:none;
	padding-bottom: 5px;
}
#footer a:visited{
	color:#999999;
}
#footer a:hover{
	color:#f207d9;
	text-decoration:none;
}
.sticker{
	float:right;
	margin-top:-80px;
	left: 100px;
	width:144px;
	height:174px;
	position:relative;
}
#logo{
	margin: 40px 0 20px;
}
.smalltext{
	font-size:50%;
}
.phonenumber{
	font-size:36px !important;
	margin: 0 auto 10px;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */