@charset "UTF-8";
/* CSS Document */

/* Constant elements */

html, body {
    height: 100%;
	background-image: url(../images/bkg-wood.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 536px; /* For Mozilla/Opera/Safari */
	min-width: 817px;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 817px;
    height: 100%;
}

#viewport {
    position: absolute;
    width: 817px;
    height: 536px;
    top: 50%;
    margin-top: -268px; /* Half of viewport height */
    background-image: url(../images/bkg-shadow.png);
}

#copyright {
	position: absolute;
	width: 800px;
	height: 14px;
	top: 50%;
	margin-top: 266px;
	font-size: 10px;
	color: #000000;
	text-align: right;
}

#content {
	position: absolute;
	top: 18px;
	left: 8px;
	width: 801px;
	height: 500px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 801px;
	height: 108px;
	background-image: url(../images/bkg-header.gif);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	left: 13px;
	top: 0px;
	width: 346px;
	height: 53px;
	background-image: url(../images/recreate-logo.gif);
	background-repeat: no-repeat;
}

#home-anim {
	position: absolute;
	left: 0px;
	top: 108px;
	width: 801px;
	height: 250px;
	overflow: hidden;
}

#home-img-bkg {
	position: absolute;
	left: 15px;
	top: 125px;
	width: 288px;
	height: 218px;
	background-image: url(../images/home-img-bkg.png);
	background-repeat: no-repeat;
	z-index:200;
}

#home-fade {
	position: absolute;
	left: 0px;
	top: 359px;
	width: 801px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/fade.gif);
	background-repeat: repeat-x;
}

#home-items {
	position: absolute;
	left: 0px;
	top: 374px;
	width: 781px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

#page-jazz {
	position: absolute;
	left: 0px;
	top: 108px;
	width: 801px;
	height: 10px;
	background-image: url(../images/jazz.jpg);
}

#page-fade {
	position: absolute;
	left: 0px;
	top: 119px;
	width: 801px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/fade.gif);
	background-repeat: repeat-x;
	z-index: 0;
}

#page-content-full {
	position: absolute;
	top: 129px;
	left: 10px;
	width: 780px;
}

#page-content {
	position: absolute;
	top: 129px;
	left: 10px;
	width: 480px;
}

#page-img {
	position: absolute;
	top: 119px;
	left: 508px;
	width: 293px;
	height: 391px;
}

/* MENU ELEMENTS */

#menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 73px;
	left: 48px;
	width: 774px;
	height: 37px;
}

#buttons {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 30px;
	overflow: hidden;
}

#buttons ul {
	padding: 0px;
	margin: 0px;
}

/* Dont apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#buttons ul li {
	margin: 0px;
	float: left;
	list-style: none;
	color: #ffffff;
}

#buttons ul li a {
	text-indent: -500em;
	z-index: 100;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#buttons li.background {
	margin-top: 1px;
	background: url(../images/menu/bg_menu_right.gif) no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#buttons .background .left {
	background: url(../images/menu/bg_menu.gif) no-repeat top left;
	height: 30px;
	margin-right: 7px; /* 5px is the width of the rounded shape */
}

#menu_home a {
	width: 63px;
	background: url(../images/menu/home.gif) no-repeat center;
}

#menu_about a {
	width: 82px;
	background: url(../images/menu/about.gif) no-repeat center;
}

#menu_services a {
	width: 98px;
	background: url(../images/menu/services.gif) no-repeat center;
}

#menu_costs a {
	width: 63px;
	background: url(../images/menu/costs.gif) no-repeat center;
}

#menu_forsale a {
	width: 74px;
	background: url(../images/menu/for-sale.gif) no-repeat center;
}

#menu_gallery a {
	width: 70px;
	background: url(../images/menu/gallery.gif) no-repeat center;
}

#menu_projects a {
	width: 118px;
	background: url(../images/menu/recent-projects.gif) no-repeat center;
}

#menu_testimonials a {
	width: 102px;
	background: url(../images/menu/testimonials.gif) no-repeat center;
}

#menu_contact a {
	width: 74px;
	background: url(../images/menu/contact.gif) no-repeat center;
}

/* TYPOGRAPHY */

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #8c5a0a;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	color: #2b7016;
	margin-top: 0px;
}

.text {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	color: #000000;
}

a {
	font-size: 12px;
	color: #2b7016;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #2b7016;
	font-weight: normal;
	text-decoration: underline;
}

/* SCROLLBAR ELEMENTS */

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}

.Scrollbar-Up {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #626262;
	font-size: 0px;
}

.Scrollbar-Track {
	position: absolute;
	width: 10px;
	height: 340px;
	top: 20px;
	background-color: #D6D6D6;
}

.Scrollbar-Handle {
	position: absolute;
	width: 10px; 
	height: 30px;
	background-color: #626262;
}

.Scrollbar-Down {
	position: absolute;
	top: 370px;
	width: 10px; 
	height: 10px;
	background-color: #626262;
	font-size: 0px;
}

#Scrollbar-Container {
	position: absolute;
	top: 124px;
	left: 488px;
}

.Container {
 	position: absolute;
	left: 12px;
	top: 129px;
	width: 460px;
	height: 370px;
	z-index: 1000;
}

#Scroller-1 { 
	position: absolute; 
	overflow: hidden;
	width: 460px;
	height: 370px;
	z-index: 1000;
}

/* GALLERY ELEMENTS */

.border {
	border: 1px dotted #000000;
	padding: 1px;
	cursor: pointer;
	cursor: hand;
}

.noborder {
	padding: 2px;
}
