* {
	/*62.5%*/
	font: 65.12em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
	background: #3b3f2b url("images/body-tile.jpg") repeat-x scroll;
}

h1 {
	afont-weight: bold;
	font-size: 5em;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: #b49342 -1px -1px;
}

h2 {
	afont-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}

p {
	margin-bottom: 5px;
}

#page-wrapper {
	background: url("images/huge-bgtile.jpg") top center;
	margin: 0 auto;
	width: 960px;
	height: 800px;
	overflow: hidden;
}

#header {
	height: 96px;
	background: url("images/header.png") no-repeat center;
	position: relative;
	z-index: 1000;
}

#contents-wrapper {
	position: relative;
	z-index: 900;
	height: 559px;
	font-size: .8em;
	overflow: hidden;
	aborder: 1px solid #FC0;
}

#contents-wrapper > ul {
	awidth: 3840px;
}

#contents-wrapper > ul > li {
/*	float: left;*/
	width: 960px;
	height: 559px;
	display: none;
}

/******************************************************
		Descriptions panel
*******************************************************/

#descriptions {
	background: url(images/home-splash.png) no-repeat right 210px;
}

#descriptions a {
}

#descriptions h1 {
	font-weight: bold;
}

#descriptions div {
	margin: 10px 0 0 30px;
	width: 220px;
	height: 300px;
}

#descriptions div > ul > li {
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#descriptions div > ul > li:last-child {
	border: 0 none;
}

/******************************************************
		Services panel
*******************************************************/

#services {
}

#services div {
	margin-top: 20px; 
}

#services h1 {
	font-size: 3.2em;
}

#services h2 {
	font-size: 2em;
	font-weight: normal;
	padding: 0 40px;
}

#services h3 {
	visibility: hidden;
}

#services p {
	font-size: .9em;
}

#services ul {
	width: 910px;
	margin: 0 auto;
}

#services ul li {
	float: left;
	/*width: 200px;
	height: 200px;*/
	width: 220px;
	height: 370px;
	margin-right: 10px;
	/*padding: 160px 10px 10px 10px;*/
}

#services ul > li:last-child {
	margin: 0;
}

#services ul > li > p{
	margin-top: 170px;
	padding: 10px;
}

#services ul > li {
	background: url(images/services-panel1.png) no-repeat bottom;
}

#services ul > li + li{
	background: url(images/services-panel2.png) no-repeat bottom;
}

#services ul > li + li + li{
	background: url(images/services-panel3.png) no-repeat bottom;
}

#services ul > li + li + li + li{
	background: url(images/services-panel4.png) no-repeat bottom;
}


/******************************************************
		Gallery panel
*******************************************************/

#gallery-sect-sect {
}

#gallery-sect #imageview {
	width: 800px;
	height: 300px;
	position: relative;
	top: 75px;
	margin: 0 auto;
	background-color: aqua;
}

#gallery-sect #gallery-sect-thumbs {
	position: relative;
	top: 140px;
	margin: 0 auto;
	width: 770px;
	height: 100;
}

#gallery-sect #gallery-sect-thumbs li {
	margin-right: 10px;
	width: 140px;
	height: 80px;
	background-color: #0CF;
	float: left;
}

#gallery-sect #gallery-sect-thumbs li:last-child {
	margin: 0;
}

#gallery-sect #gallery-sect-thumbs li span {
}

#gallery-sect #gallery-wrapper {
	width: 810px;
	height: 480px;
	background: url(images/gallery-wrapper.png) top left no-repeat;
	padding: 10px 20px;
	margin: 40px auto 0 auto;
}

/*******/

#gallery-sect #gallery-selector {
	position: relative;
	top: -25px;
	left: 100px;
}

#gallery-sect #gallery-selector li {
	font-size: .85em;
	float: left;
	text-align: center;
	margin-right: 5px;
	width: 90px;
	color: #FFF;
	background-color: #f00;
	padding: 5px 0;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#gallery-sect #gallery-selector li a { 
	color: #FFF;
	text-decoration: none
}

#gallery-sect #gallery-selector li.active {
	background-color: #000;
}

#gallery-sect #gallery-selector li:hover {
	background-color: #F60;
}

#gallery-sect #gallery-selector li.active a{
	color: #fff;
	font-weight: bold;
}

/******************************************************
		About us panel
*******************************************************/

#aboutus {
	background: url(images/afbox.png) 10px 60px no-repeat;
}

#aboutus div {
	position: relative;
	left: 500px;
	top: 100px;
	width: 450px;
}

#aboutus h1 {
	font-size: 3.5em;
	font-weight: bold;
	margin-left: -30px;
}

/******************************************************
		Standard elements us panel
*******************************************************/

#navi {
	font-size: .7em;
	height: 80px;			
}

#footer {
	height: 67px;
	font-size: .8em;
}

#footer ul {	
	margin: 40px;
	padding: 0 20px;
}

#footer ul li {
	float: left;
	margin-right: 20px;
	color: #fff;
}

#footer ul li:last-child {
	float: right;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
