*{
	margin: 0;
	padding: 0;
}
fieldset, a img{
	border: 0;
}

body{
	background: url(img/bg.gif) repeat-x;
	font-family: Georgia, Tahoma, Sans-serif;
	color: #687732;
}
a{
	text-decoration: none;
	color: #8BA732;
}
hr{
	display: none;
}
.hidden{
	display: none;
}
.img_right{
	text-align:right;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.img_left{
	text-align:left;
	float:left;
	padding:0 10px 10px 0;
}

#background{
	height: 318px;
	margin: 0 auto;
	background: url(img/bg_rest.gif) no-repeat 50% 0;
}
#top{
	width: 700px; 
	height: 320px;
	margin: 0 auto;
	position: relative;
	background: url(img/top.jpg) no-repeat;
}
#top h1 a{
	display: block;
	width: 154px; height: 480px;
	position: absolute;
	left: 28px; top: 24px;
	text-indent: -9999px;
}
#top #menu_wraper{
	position: absolute;
	right: 20px; bottom: 168px;
}
#top ul#menu{
	position: relative;
	cursor: pointer;
}
#top ul#menu li{
	list-style-type: none;
	display: block;
	float: left;
	height: 32px;
}
#top ul#menu li a{
	display: block;
	float: left;
	text-indent: -9999px;
	height: 32px;
}
#top ul li.home{
	background: url(img/b_home.gif) no-repeat !important;
}
#top ul li.home a{
	width: 80px;
}
/*
	#top ul li.profile{
		background: url(img/b_profile.gif) no-repeat;
	}
	#top ul li.profile a{
		width: 105px;
	}
*/
#top ul#menu li.profile{
	display: block; float: left; height: 32px; text-indent: -9999px;
	cursor: pointer;
}
#top ul#menu li.profile strong{
	width: 110px;
	background: url(img/b_profile.gif) no-repeat;
	display: block;
	height: 32px;
}
#top ul#menu li.services{
	display: block; float: left; height: 32px; text-indent: -9999px;
	cursor: pointer;
}
#top ul#menu li.services strong{
	width: 110px;
	background: url(img/b_services.gif) no-repeat;
	display: block;
	height: 32px;
}
#top ul li.contact{
	background: url(img/b_contact.gif) no-repeat;
}
#top ul li.contact a{
	width:92px;
}

/* services dropdown */
#top ul#menu li.services ul{
	display: none;
	position: absolute;
	top: 30px; left: 186px;
	z-index: 1;
}
#top ul#menu li.services ul li{
	display: block;
	float: none;
	width: 130px; height: 29px;
	background: url(img/ul_bg.gif) no-repeat;
}
#top ul#menu li.services ul li a{
	display: block;
	line-height: 29px;
	height: 29px;
	padding-left: 10px;
	background: none;
	text-indent: 0;
	width: 130px;
	color: #4A5F00;
	font-weight: bold;
	font-size: 0.69em;
}
#top ul li.services{
	z-index: 2;
}
#top ul li.services:hover{
	background: url(img/b_services.gif) no-repeat;
}
#top ul li.services:hover ul{
	display: block !important;
	padding-top: 8px;
}

/* profile dropdown */
#top ul#menu li.profile ul{
	display: none;
	position: absolute;
	top: 30px; left: 80px;
	z-index: 1;
}
#top ul#menu li.profile ul li{
	display: block;
	float: none;
	width: 130px; height: 29px;
	background: url(img/ul_bg.gif) no-repeat;
}
#top ul#menu li.profile ul li a{
	display: block;
	line-height: 29px;
	height: 29px;
	padding-left: 10px;
	background: none;
	text-indent: 0;
	width: 130px;
	color: #4A5F00;
	font-weight: bold;
	font-size: 0.69em;
}
#top ul li.profile{
	z-index: 1;
}
#top ul li.profile:hover{
	background: url(img/b_profile.gif) no-repeat;
}
#top ul li.profile:hover ul{
	display: block !important;
	padding-top: 8px;
}

#content{
	width: 594px;
	position: absolute;
	left: 50%; top: 270px;
	margin-left: -350px;
	padding-left: 106px;
	padding-bottom: 20px;
	z-index: 4;
}
#content #inner{
	padding: 0 20px;
}
#content h3.section{
	font-size:16px;
	font-weight:bold;
	display:inline;
}
#content p{
	font-size: 0.69em;
	margin: 8px 0;
}
#content h1{
	font-size: 0.6em;
	margin: 0 0 8px 0;
}
.ir{
	position: relative;
	display: block;
}
.ir span{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.gallery{
	width: 188px; height: 23px;
}
.gallery span{
	background: url(img/h_gallery.gif) no-repeat;
}
#gallery_dropdown {
	display:none;
}

.welcome{
	width: 230px; height: 28px;
}
.welcome span{
	background: url(img/h_welcome.gif) no-repeat;
}
.photos{
	margin: 20px 0;
}

.pagination{
	position: relative;
	background: url(img/dot.gif) repeat-x 0 0;
	height: 40px;
	top: 10px;
}
.pagination h3, .pagination ul li{
	font-size: 0.69em;
}
.pagination h3{
	position: absolute;
	top: 10px;
	left: 3px;
	font-weight: normal;
	font-size: 0.75em;
}
.pagination ul{
	list-style-type: none;
	position: absolute;
	top: 10px;
	left: 40px;
}
.pagination ul li{
	float: left;
	font-family: tahoma;
	font-size: 0.75em;
	padding: 0 3px;
}
.pagination ul li.prev{
	background: url(img/prev.gif) no-repeat;
	padding: 0 2px;
}
.pagination ul li.prev a, .pagination ul li.next a{
	display: block;
	float: left;
	width: 18px; height: 17px;
	text-indent: -9999px;
}
.pagination ul li.next{
	background: url(img/next.gif) no-repeat;
	padding: 0;
	margin-left:5px;
}
.pagination ul li.curr a{
	font-weight: bold;
	text-decoration: underline;
}
.pagination form select{
	width: 155px;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 1px 0px 1px 3px;
	color: #687732;
	font-size: 0.69em;
	font-family: Georgia;
	border: 1px solid #90B072;
}

.items{
	padding: 0; margin: 0;
	margin-top:15px;
}

.items div{
	background: url(img/items.gif) no-repeat 0 0;
	padding: 9px 10px;
	float: left;
	margin: 0 11px 15px 11px;
}
.items div img{
	width: 141px; height: 131px;
}

.clear{
	clear: both;
}
.extras{
	position: relative;
	height: 150px;
	width: 594px;
	left: -20px;
}
.extras h2{
	font-size: 0;
	text-indent: -9999px;
}
.extras .newsletter{
	height: 135px; width:285px;
	background: url(img/bg_newsletter.gif) no-repeat 0 0;
	position: absolute;
	top: 5px; left: 0;
}
.newsletter p{
	width: 200px;
	position: absolute;
	top: 40px; left: 70px;
}
.newsletter input.mail{
	padding: 3px;
	border: 1px solid #6D8C0A;
	color: #6D8C0A;
	font-family: Georgia;
	font-size: 0.69em;
	width: 150px;
	position: absolute;
	left: 70px; top: 85px;
}
.newsletter input.submit{
	display: block;
	text-indent: -9999px;
	border:0;
	background: url(img/submit.gif) no-repeat 0 0;
	width: 23px; height: 22px;
	padding-bottom: 40px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	left: 230px; top: 85px;
}
.extras .request{
	height: 147px; width: 288px;
	background: url(img/bg_request.gif) no-repeat 0 0;
	position: absolute;
	top: -5px; left: 288px;
}
.request p{
	width: 200px;
	position: absolute;
	top: 45px; left:70px;
}
.request ul{
	list-style-type: none;
	position: absolute;
	top: 95px; left: 166px;
}
.request ul li{
	background: url(img/click_here.gif) no-repeat 0 0;
	display: block;
	width:92px; height: 22px;
}
.request ul li a{
	display: block;
	width:92px; height: 22px;
	text-indent: -9999px;
}


#footer{
	width: 594px; height: 122px;
	background: url(img/footer.gif) no-repeat;
	position: relative;
}
#footer .links{
	background: url(img/dot.gif) repeat-x 0 100%;
	width: 545px;
	margin: 0 auto;
	position: relative;
	height: 43px;
	top: 28px;
}
#footer .links ul.client{
	list-style-type: none;
	position: absolute;
	left: 0; top: 30%;
}
#footer .links ul.client{
	background: url(img/icon_client.gif) no-repeat 0 50%;
}
#footer .links ul.client a{
	padding-left: 32px;
	display: block;
	line-height:25px;
	color: #687732;
	font-weight: bold;
	font-size: 0.69em;
}
#footer .links ul.menu{
	list-style-type: none;
	position: absolute;
	right: 0; top: 30%;
}
#footer .links ul.menu li{
	float: left;
}
#footer .links ul.menu li a{
	color: #687732;
	font-size: 0.69em;
	background: url(img/spacer.gif) no-repeat 100% 50%;
	padding: 0 10px;
}
#footer .links ul.menu li.last a{
	background: none;
	padding-right: 0;
}
#footer .designer{
	position: absolute;
	bottom: 13px; right: 27px;
	font-size: 0.69em; 
}
#footer .copyrights{
	position: absolute;
	left: 27px; bottom: 16px;
	font-size: 0.69em;
}
#footer .designer{
	background: url(img/designer.gif) no-repeat 100% 50%;
}
#footer .designer a{
	color: #687732;
	display: block;
	padding-right: 25px;
	line-height: 25px;
}
