@charset "utf-8";
/* CSS Document */

div, table, tr, td, form	{margin: 0; padding: 0;}
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	background-color: #fff;
}

body {
	color: #000;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color: #fff;
	margin: 0;
	font-size: small;
	font-weight: bold;
	width: 100%;
}


#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:1000px;
	clear:left;
	background-color:#fff;
}


#wrapper	{
	width: 1000px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#fff;
	border: 1px solid #3d1e5a;
}

#header	{
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 75px  50%;
	height:140px;
	width: 525px;
	padding: 10px 0 0 475px;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

#header_menu	{
	float:right;
	margin: 0 10px 50px 0;
	text-align: right;
}

#header_menu  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_menu ul li	{
	float: left;
	display: block;
	list-style: none;
	background-image: none;
	margin: 0;
	padding: 0;
}

#header_menu  ul li a:link, #header_menu ul li a:visited	{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	width: auto;
	padding: 0 10px 0 10px;
	color: #3d1e5a;
	border-right: 1px solid #3d1e5a;
}

#header_menu ul li a:hover {
	text-decoration: underline;
}

#header_address	{
	clear: right;
	float: right;
	width: 500px;
}

#content	{
	float: left;
	background-image: url(../images/curve.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #3d1e5a;
	width: 1000px;
}

#left_services	{
	width: 195px;
	float: left;
}


.button	{
	float: left;
	width: 175px;
	height: 160px;
	margin: 0 10px 35px 10px;
}
.wide_button	{
	float: right;
	width: 220px;
	margin: 0 0 5px 10px;
}

html>body .wide_button {
	width: 225px;
}	

.wide_button_caption	{
	float: left;
	width: 220px;
	height: 20px;
	background-color: #000;
	color: #fff;
	font-size: small;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
}

html>body .wide_button_caption {
	width: 225px;
}	

.button_caption	{
	float: left;
	width: 175px;
	height: 20px;
	background-color: #000;
	color: #fff;
	font-size: small;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
}
.wide_button_text	{
	float: left;
	width: 220px;
	background-color: #fff;
	color: #000;
	font-size: 15px;
	text-align: center;
}

html>body .wide_button_text {
	width: 225px;
}	

.button_image	{
	float: left;
	width: 175px;
	height: 130px;
}

#main_body	{
	width: 785px;
	float: left;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

#home_footer	{
	width: 1000px;
	clear: both;
	float: left;
	padding: 0 0 25px 0;
}

h1	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #fff;
	font-weight: bold;
	margin: 55px 10px 10px 10px;
}	
h2	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #fff;
	font-weight: bold;
	margin: 0 10px;
}	

p	{
	margin: 10px;
}

.spacer	{
	width: 65px;
	height: 160px;
	float: left;
}

a:link, a:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a:hover		{
	text-decoration: underline;
}
ul	{
	list-style: inside;
	list-style-type: disc;
	margin: 10px;
}
.Surname {

visibility: hidden;
font-size: 2px;

}

