body
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11pt;
	background-image:url('images/background.png');
	background-repeat:repeat-x;
	background-attachment:fixed;
	height: 100%;
}

.mainheader
{
	font-size: 250%;
	font-weight: bold;
	color: #73abdb;
}

h1, h2, h3, h4, h5, h6
{
	clear: both;
	color: #73abdb;	
}

.mainheader a
{
	color: #73abdb;	
	text-decoration: none;
}

img
{
	border: none;
}

.menu {
	height: 1.6em;
	width: 100%;
	border-bottom: solid #73abdb 1px;
	padding-bottom: 0.3em;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	font-size: 14;
	line-height: 2em;
	white-space: nowrap;
}

.menu li {
	list-style-type: none;
	display: inline;
	
}

.menu li a {
	text-decoration: none;
	padding: 0.5em 0.75em 0.3em 0.75em;
}

.menu li a:link {
	color: black;
}

.menu li a:visited {
	color: black;
}

.menu li a:hover {
	background-color: #85c4f9;
	/*background-image: url('images/menuhover.png');*/
	color: white;
}

.main
{
	width: 780px;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

.item
{
	width: 380px;	
	border-bottom: solid #73abdb 1px;
	border-right: solid #73abdb 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
}

.item h2 a
{
	color: #73abdb;
	text-decoration: none;
}

.item ul
{
	padding-left: 20px;
}

.item li
{
	list-style-type: none;
}

h1 a
{
	color: #73abdb;
	text-decoration: none;
}

.workimage
{
	width: 778px;
	border: 1px solid #73abdb;
	margin-top: -10px;
}

h3 a
{
	color: #73abdb;
	text-decoration: none;
}

/* Slideshow */

#slideshow {
	position:relative;
	height:768px;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 768px;
	background-color: #FFF;
}

#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}

#slideshow DIV.last-active {
	z-index:9;
}

#slideshow DIV IMG {
	display: block;
	border: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* End of slideshow styles */

/*Prices styles */

#prices
{
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
}

.price
{
 width: 232px;
 float: left;
 margin: 18px 5px 18px 5px;
 height: 575px;
 background-color: #85c4f9;
}

.pricecontentdetail
{
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 455px;

}

.preferredprice
{
	width: 245px;
	float: left;
	border: 15px solid #85c4f9;
	padding: 3px;
	height: 575px;
}

.preferredpricecontent
{
 background-color: #85c4f9;
}

.preferredpricecontentdetail
{
 background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footerprice
{
	clear: both;
	text-align: center;
	padding-top: 20px;
}

.footerpricecontent
{
	background-color: #85c4f9;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footerpricecontentdetail
{
	background-color: white;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}


#prices h3
{
	clear: both;	
	color: white;
	text-align: center;
}

.preferredprice h3
{
	margin-top: 0px;
	padding-top: 14px;	
}

#prices ul
{
	padding-left: 25px;
}

#prices li
{
	padding-top: 3px;
	padding-bottom: 3px;
}

/* End of prices styles */