﻿body{
margin:0px;
padding:0px;
background-color:#FFF;
}
div#page{
	border-bottom: 1px solid #000;
	margin: 0px auto;
	width: 777px;
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
div#header{
height:90px;
background-color:#99ccff;
position:relative;
}
div#clouds{
height:44px;
background-color:#99ccff;
background-repeat:no-repeat;
background-position:25px 0px;
background-image:url('../images/bg_clouds.gif');
}
div#clouds div#logo{
	margin-left: -230px;
	width: 241px;
	height: 76px;
	background-image: url("../images/logo.png");
	top: 5px;
	left: 50%;
	position: absolute;
}
div#clouds div#fb{
	margin-left: -30px;
	width: 28px;
	height: 29px;
	top: 45px;
	left: 6%;
	position: absolute;
}
form#search{
	margin: 13px;
	margin-right: 35px;
	width: 164px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url("../images/bg_form.gif");
	float: right;
}
form#search input#text{
margin-left:5px;
width:135px;
font-size:12px;
background:none;
border:none;
}
form#search button{
width:20px;
}
table#nav{
height:29px;
border:none;
}
table#nav td a img{
display:block;
border:none;
}
div#footer{
	text-align: center; /*background-color:#ff9900;*/;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#footer h4 {
	font-size: 12px;
	color: #000000;
}
div#footer table#logos td img{
border:none;
}
div.fine{
color:#000;
font-size:11px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}
.price{
color:#009900;
font-size:14px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
position:relative;
top:-4px;
}
form#register label{
width:200px;
display:block;
}
.filler {
height:12px;
}
.noborder {
	border:0;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
	margin-left:20px;
}
.textleft {
	text-align:left;
}