body {
font-size: 8pt;
font-family: verdana, tahoma, arial, sans-serif;
line-height: 10pt;
background-image:url(img/back.gif); 
background-position:top center; background-repeat:repeat-y;
margin-top:0px;
background-color: #ffffff;
}

img {border:0px;}

h1
{
	color: #bc2125;
	font-size:11px;
	text-transform:uppercase;
}
h2
{
	color: #bc2125;
	font-size:10px;
}

a
{
	color:#bc2125;
	text-decoration:none;
}
a:hover
{
	color:#a4a3a3;
	text-decoration:underline;
}

.error 
{
	font-weight:bold;
	color:red;
}
#container
{
	width:801px;
	text-align: center;
}

#header
{
	height:86px;
	width:800px;
	text-align:left;
}
#header #content
{
	padding-top:10px;
	padding-bottom:10px;
	width:800px;
	height:100%;
}
#header #content #logo
{
	float:left;
	position:relative;
	top:30px;
	left:15px;
}
#header #links
{
	text-align:right;
	float:right;
	width:350px;
	padding-top:55px;
	padding-right:15px;
}
#header #links .item
{
	display:inline;
	color: #757575;
}
#header #links .item a
{
	color:#757575;
	text-decoration:none;
}
#header #links .item a:hover
{
	color:#bc2125;
	text-decoration:underline;
}



#teaser
{
	width:800px;
	height: 150px;
	background-color:#f2f2f2;	
	background-image:url(img/teaser_break.gif);
	background-repeat: no-repeat;
	background-position: middle right;
	text-align:left;
	color:#565656;
}
#teaser .content
{
	float:left;
	width: 235px;
	padding-top:20px;
	margin-left:25px;
}

#teaser a
{
	color: #6d7a82;
	text-decoration:none;
	font-weight:bold;
}
#teaser a:hover
{
	color: #bc2125;
	text-decoration: underline;
}

#main
{
	width:800px;
	background-color:#f4f4f4;
	text-align:left;	
}

#main .services
{
	 text-align:center;
	 padding-top: 10px;
	 padding-bottom: 10px;
}

#intro
{
	width:800px;
	background-color:#f4f4f4;
	text-align:left;
}
#intro .content
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}
#intro a
{
	color:#bc2125;
	text-decoration:none;
}
#intro a:hover
{
	color:#757575;
	text-decoration:underline;
}
#services 
{
	width:800px;
	background-color:#f4f4f4;
	text-align: left;
	padding-top:10px;
}
#services #col1
{
	float:left;
	width: 250px;
	border-right: thin solid #dadadb;
	padding-left:10px;
	padding-right:10px;
}
#services #col2
{
	float:left;
	margin-left:10px;
	width: 250px;
	border-right: thin solid #dadadb;
	padding-left:10px;
	padding-right:10px;
}
#services #col3
{
	float:left;
	margin-left:10px;
	width: 200px;
	padding-left:10px;
}


#contact 
{
	width:800px;
	background-color:#f4f4f4;
	text-align: left;
	padding-top:10px;
	color:#636363;
}
#contact #col1
{
	float:left;
	width: 250px;
	padding-left:10px;
}

#contact #col2
{
	float:left;
	width: 250px;
	padding-left:10px;
	border-left: thin solid #dadadb;
}

#contact #form .input input, #contact #form .input textarea
{
	font-size:11px;
	font-weight:bold;
	color: #4e4e4e;
	font-family:tahoma;
	margin-bottom:10px;
}

#legal
{
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
#legal h1
{
	text-align:center;
	font-size:13px;
}
#legal h2
{
	font-size:12px;
}


#footer
{
	margin-top:4px;
	height: 40px;
	background-image:url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#footer .content
{
	padding-top:12px;
	color:#a4a3a3;
}
#footer a
{
	color:#a4a3a3;
	text-decoration:none;
}
#footer a:hover
{
	color:#bc2125;
	text-decoration:underline;
}

.thin_grey_line
{
	height:5px;
	background-color: #dadadb;
	width:800px;
}
.dark_thin_line
{
	background-color:#c7c7c7;
	height:2px;
	width: 800px;
}
.light_thin_line
{
	background-color:#d0d0d0;
	height:2px;
	width: 800px;	
}

li {margin-left:-20px;}
