/* CSS Document */

body {
background-color: #9785bf;
}

#container {	
margin: 0 auto 0 auto;	
width: 800px;	
position: relative;	
padding: 0;
}

#Header {
width: 800px;
height: 140px;
position: relative;
background-color: white;
}

#Banner {	
background-image:url(/site/static/images/Banner.jpg);	
background-repeat:no-repeat;	
width: 386px;	
height: 140px;
float: left;
}

#Logo {	
background-image:url(/site/static/images/Logo.jpg);	
background-repeat:no-repeat;	
width: 219px;	
height: 140px;
float: right;
}

#Menutop {	
background-image:url(/site/static/images/Menu_top.jpg);	
background-repeat:no-repeat;
background-color: #ed008c;	
width: 800px;	
height: 30px;
position: relative;
}

#Menu {
text-align: center;
padding-top: 7px;
}

#body {
background-color: #ebe8f1;
width: 800px;
}

#main {
float: right;
padding: 10px 0 0 0;
background-color: white;
width: 630px;
}

#maintext {
margin: 0 10px 0 10px;
}

#Sidemenu {
width: 160px;
text-align: center;
float:left;
}

#Sideimage {
clear:right;	
background-repeat:no-repeat;
margin: 0 0 0 21px;
width: 198px;
height: 439px;
float: right;
}

#clear {
clear: right;
}

#Footer {
background-image:url(/site/static/images/Footer2.jpg);	
background-repeat:no-repeat;
text-align: center;
clear: both;
height: 60px;
}

#Phone {
position: absolute;
float: right;
left: 600px;
}

#bpfooter {
text-align: center;
background-color: #9785bf;
}

/*Text*/

#servicemenu a {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #ed008c;
	text-decoration: none;
	padding: 0 0 10px 0;
}

#servicemenu a:hover {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #ed008c;
	text-decoration: underline;
	padding: 0 0 10px 0;
}

#list a {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #9785be;
	text-decoration: none;
	text-align: left;
	padding: 0 0 10px 0;
}

#list a:hover {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #9785be;
	text-decoration: underline;
	text-align: left;
	padding: 0 0 10px 0;
}

#bpfooter a{
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;	font-size: 12px;	color: white;	font-weight: normal;
	text-decoration: none;
}

#bpfooter a:hover{
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;	font-size: 12px;	color: white;	font-weight: normal;
	text-decoration: underline;
}

#Phone p {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #9785be;
	text-decoration: none;
	text-align: right;
}