@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #585455 url(../images/bodybg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

p {
	margin:0 auto;
}

.price{
	font-size: 15px;
	font-weight:bold;
}

#wrapper {
	width: 800px;
	height:100%;
	margin: 0 auto;
}

#header {
	height:130px;
	background: #585455 url(../images/header.jpg) no-repeat;
}

#menuholder {
	width: 800px;
	height:41px;
	margin: 0 auto;
	background: #585455 url(../images/menu_bg.jpg) no-repeat;
}

.menu {
	padding:0 0 0 32px;
	margin:0 0 0 25px;
	list-style:none;
	width:715px;
	height:41px;
	background:#fff url(../images/button1.gif);
	position:relative;
	/*	border:1px solid #000; 
	border-width:0 1px;
	border-bottom:1px solid #444;*/
 }

.menu li {
	float:left;
}

.menu li a {
	display:block;
	float:left;
	height:41px;
	line-height:41px;
	color:#4e4e4e;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}

.menu li a strong {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}

.menu li.current a {
	color:#719fc0;
	background:url(../images/button3.gif);
}

.menu li.current a strong {
	background:url(../images/button3.gif) no-repeat right top;
}

.menu li a:hover {
	color:#fff;
	background:#000 url(../images/button4.gif);
}

.menu li a:hover strong {
	background:url(../images/button4.gif) no-repeat right top;
}

.menu li.current a:hover {
	color:#719fc0;
	background:#000 url(../images/button3.gif);
	cursor:default;
}

.menu li.current a:hover strong {
	background:url(../images/button3.gif) no-repeat right top;
}

#page {
	width: 800px;
	margin: 0 auto;
	background: url(../images/pagerepeater.jpg) repeat-y;
}

#page-bg {
	width:800px;
	margin: 0 auto;
	background: url(../images/page.jpg) no-repeat;
}
#right{
	width: 175px;
	float: right;
}
#right h1{
	padding: 0 0 0 15px;
	margin: 0;
	background:url(../images/arrow.gif) no-repeat ;
	border-bottom:1px solid #719fc0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

#content {
	padding:20px 40px 10px 40px;
}
#content a{
	color:#000;
}
#cntent a:hover{
	color:#666;
}
#contentheader{
	width:532px;
}
#contentmain{
	width: 525px;
}
#contentmain .mainpicleft{
	float:left; 
	margin: 0 15px 10px 0;

}
#contentmain .mainpicright{
	float:right; 
	margin: 0 0 15px 15px;

}
#contentmain img{
	border: 1px solid black;
}
#contentmain p{
	padding-bottom:15px;
}

.availcontainer{
	width: 500px;
	height: 100%;
	padding: 5px;
	border: 1px solid black;
	margin-bottom: 25px;
}
.availcontainer img{
/*	float: left;
	margin: 0 15px 0 0;*/
	border:1px solid black;
}

/*.availinfo{
	padding: 0;
	margin: 0;
	width: 300px;
	float: right;
	}*/

#footer {
	width:800px;
	height: 71px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat top;
	clear:both;
}
#footercontent{
		padding: 10px 35px 0 35px;
		font-size: 11px;
}
#footercontent a{
	color:#000;
	text-decoration:none;
}	
#footercontent a:hover{
	color:#666;
	text-decoration:underline;
}

#copyright {
	width: 800px;
	margin: 0 auto;
	text-align:center;
}

#copyright p {
	text-align:center;
	font-size:9px;
	color:#999999;
}

#copyright p a {
	color:#CCCCCC;
}
