@charset "utf-8";
/* CSS Document */

html {min-height: 101%;}

body {
	background-color:#FFF;
	color:#336699;
	font-family:Tahoma, Geneva, sans-serif;
	
}
#img {
   margin: 0 auto;
   width:75%;
}
#img .thumb {
   width:150px;
   margin: 0 auto;
   display:inline;
}

p{
	color:#336699;
	padding-right:5px;
}

#Wrapper {
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	/*border:#336699 1px solid;*/
}
#Header {
	background-image:url(../images/header3.png);
	height:228px;
	background-position:0px 00px; 
	background-color:#FFF;
	background-repeat:no-repeat;
}
#Logo {
	margin:20px 738px 0 0;
	float:left;
}
#Logo a {
	height:150px;
	width:261px;
	display:block;
	background-image:url(../images/logo4.png);
}
#Logo a:hover {
	background-position:0 150px;
}

#navigation {
	width: 1000px;
	height:50px;
	float:left;
	margin: 0 auto;
}
#Ribbon {
	height:48px;
	padding-top:7px;
	width: 100%;
	float:left;
}

#Ribbon ul {
	
}
#Ribbon li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding-left:50px;
	text-align:center;
	text-decoration:none;
	line-height:6px;
}
#Ribbon a{
	color:#F0E68C;
	text-decoration:none;
	font-weight:bold;
}
#Ribbon a:hover {
	color:#FCFCD5;
}
.current {
	font-weight:bold;
}

#header-clear {
clear:both;
}

#Content {
	background-color:#FFF;
	height:auto;
}
#Content a:link {
	color:#009;
	text-decoration:none;
}
#Content a:hover {
	color:#336699;
	text-decoration:none;
}
.box1 {
	float:right;
	width:240px;	
	margin-top:0px;
}
.box2 {
	float:right;
	width:208px;	
	margin-top:0px;
}
.prices {
margin-top:20px;	
}

/* Footer */

#Footer {
	clear:both;
	background-image:url(../images/footer-background.jpg);
	background-position:center;
	background-repeat:repeat-x;
	min-height:120px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	line-height:10px;
}
#Footer-left {
	float:left;
	font-size:11px;
	color:#336699;
	padding-top:45px;
}
#Footer-right {
	float:right;
	font-size:11px;
	color:#336699;
	padding-top:45px;	
}
#Footer-clear {
	clear:both;	
}
#Footer a {
	text-decoration:none;
}
#Footer a:link {
	font-size:11px;
	color:#336699;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:none;
	color:#09F;
}


