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

a img {border-style: none;} 
a:active, a:focus {outline: 0;}
body {width:940px;color: #888888; font-family: Lucida Sans, Lucida Grande, Verdana, sans-serif; font-size:12px;}
div.header {border-bottom:#CCCCCC 2px solid;padding-bottom: 10px;} 
.contact {color: #888888; font-family: Lucida Sans, Lucida Grande, Verdana, sans-serif; font-size:12px; font-style:italic;position:relative;left:350px;}
.contact a {color: #888888;text-decoration:none;}
.contact a:hover {color: #5076b5;text-decoration:none;}
.copyright {color: #888888; font-family: Lucida Sans, Lucida Grande, Verdana, sans-serif;font-size:10px; font-style:italic;padding-top:10px;padding-right:5px;clear: right;float:right;}

div.menu {width:200px;padding:10px 0 0 0;float:left;}
.menu ul {list-style:none;font-size: 14px;line-height:25px;}
.menu ul li a{color: #888888;text-decoration:none;}
.menu ul li a:hover {color: #5076b5;text-decoration:none;}
.submenu a {color: #5076b5;font-size: 14px;padding-left:15px;text-decoration:none;}
.submenu a:hover  {font-weight:bold;}
div.slideshow {text-align:center;padding: 5px 0 0 20px;}

#price {
width: 650px;
height:100%;
position:absolute;
padding: 30px 250px 50px 100px;
left: 200px;
top: 140px;
color:#5076b5;
background-color:#FFFFFF;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
visibility: hidden;
}

#price h1{font-size:18px; font-weight:bold;padding-top:20px;}
#price h2{font-size:18px; font-weight:bold;}
#price h3{font-size:18px; font-weight:bold;}
#price p {font-size:14px;}

.close a{
float:right;
padding: 0px 100px 0px 0px;
color: #5076b5;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
font-family: Lucida Sans, Lucida Grande, Verdana, sans-serif;
font-weight:normal;
text-decoration:none;}

.close a:hover{
text-decoration:underline;}

div.stopstart {
	position: fixed;
	text-align:center;
	padding-top: 30px;
	height: 30px;
	cursor: pointer;
}
div.previous {	
	position: fixed;
	left: 202px; 
	top: 340px;
	width: 18px;
	height: 50px;
	cursor: pointer;
}
div.next {
	position: fixed;
	left: 937px; 
	top: 340px;
	width: 18px;
	height: 50px;
	cursor: pointer;
}
