body{
	padding: 0px;
	margin: 0px;
	line-height: 14px;
	background-color: #faf6ed;
	background-image: url("../images/header-happybirds.png");
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "Verdana";
	font-size: 11px;
}

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #005e8d;
	font-weight: bold;
}

a:link img, a:visited img, a:hover img, a:active img{
	border: none;
}

.no-border{
	border: none !important;
}

.clear{
	clear: both;
}

#header{
	width: 950px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}

#wrapper{
	width: 910px;
	padding: 20px;
	background-color: #FFFFFF;
	margin: 20px auto 0px auto;
	box-shadow: 0px 0px 1px #999;
}

#navigation{
	width: 908px;
	height: 50px;
	background-color: #fcf5e3;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.home-button{
	float: left;
}

.navigation-button{
	float: left;
	padding: 18px 14px 18px 14px;
	border-right: 1px solid #CCCCCC;
	color: #005e8d;
	font-size: 13px;
	font-weight: bold;
}

.navigation-button:hover{
	color: #FFFFFF;
	background-color: #005e8d;
}

#banner{
	width: 908px;
	height: 140px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#content{
	width: 600px;
	float: left;
	text-align: justify;
}

#table-price{
	width: 550px;
	margin-top: 8px;
	margin-bottom: 8px; 
	border-bottom: 1px solid #333333;
}

#table-price td{
	border: 1px solid #333333;
	border-bottom: none;
}

#gallery{
	width: 600px;
}

.gallery-thumb{
	width: 145px;
	height: 145px;
	float: left;
	border: 1px solid #333333;
	margin-right: 3px;
	margin-bottom: 3px;
}

#contact-info{
	width: 290px;
	float: right;
	background-color: #fcf5e3;
	border: 1px solid #CCCCCC;
}

#contact-info-title{
	width: 270px;
	padding: 10px;
	background-color: #005e8d;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#contact-info-text{
	padding: 10px;
}

.send-failed{
	width: 585px;
	background-color: #FF2929;
	border: 1px solid #CC0000;
	margin: 3px auto;
	padding: 6px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	font-weight: bold;
	text-align: center;
}

.send-success{
	width: 585px;
	background-color: #18CF00;
	border: 1px solid #15B300;
	margin: 3px auto;
	padding: 6px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	font-weight: bold;
	text-align: center;
}

#likebox{
	width: 290px;
	border: 1px solid #CCCCCC;
	background-color: #fcf5e3;
	float: right;
	margin-top: 20px;
}

#likebox-title{
	width: 270px;
	padding: 10px;
	background-color: #005e8d;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.form-item{
	width: 500px;
	margin: 0px auto 10px auto;
}

.form-item span{
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
}

.form-item input[type="text"]{
	width: 486px;
	padding: 6px;
	border: 1px solid #BBBBBB;
}

.form-item select{
	width: 500px;
	padding: 6px;
	border: 1px solid #BBBBBB;
}

.form-item textarea{
	width: 486px;
	height: 100px;
	padding: 6px;
	border: 1px solid #BBBBBB;
	font-family: "Verdana";
	font-size: 11px;
}

.form-item input[type="submit"]{
	width: 120px;
	padding: 10px 15px;
	border: 1px solid #BBBBBB;
	font-weight: bold;
	color: #005e8d;
	cursor: pointer;
}

.form-item input[type="submit"]:hover{
	background-color: #DDDDDD;
}

#footer{
	width: 910px;
	text-align: center;
	padding: 20px;
	margin: 0px auto;
}
