/* CSS Document */

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

.main {
float: right;
width: 610px;
background-color: white;
}

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

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

#overview {
text-align: center;
float: left;
background-image:url(/site/static/images/Buttongrey.jpg);
margin: 0 25px 10px 0;	
background-repeat:no-repeat;	
width: 184px;	
height: 66px;
}

#details {
text-align: center;
float: left;
background-image:url(/site/static/images/Buttonpurple.jpg);
margin: 0 25px 10px 0;	
background-repeat:no-repeat;
width: 184px;	
height: 66px;
}


#faq {
text-align: center;
float: left;
margin: 0 0 10px 0;
background-image:url(/site/static/images/Buttonpurple.jpg);	
background-repeat:no-repeat;	
width: 184px;	
height: 66px;
}

#price {
float:left;
display: block;
margin: 10px 23px 0 0;
text-align: center;
background-image:url(/site/static/images/Buttonpink.jpg);	
background-repeat:no-repeat;	
width: 184px;	
height: 104px;
}

#clear {
clear: left;
height: 10px;
}

#book {
display: block;
text-align: center;
margin: 0 0 21px 0;
background-image:url(/site/static/images/Buttonpurple.jpg);	
background-repeat:no-repeat;	
width: 184px;	
height: 66px;
}

#servicebuttons a{
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;	font-size: 120%;	color: white;	font-weight: bold;
	text-decoration: none;
}

#servicebuttons a:hover{
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;	font-size: 120%;	color: white;	font-weight: bold;
	text-decoration: underline;
}

a#book{
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;	font-size: 120%;	color: white;	font-weight: bold;
	text-decoration: none;
}

a#book:hover{
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;	font-size: 120%;	color: white;	font-weight: bold;
	text-decoration: underline;
}

#price h1{
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;	font-size: 120%;	color: white;	font-weight: bold;
	text-decoration: none;
}

#price p{
		font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: white;
	text-decoration: none;
	text-align: justify;
}

a#price {
		font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: white;
	text-decoration: none;
	text-align: justify;
}

a#price:hover {
		font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: white;
	text-decoration: underline;
	text-align: justify;
}