/***
@font-face {
     font-family: TitNorm;
     src: url(assets/fonts/Titillium-Regular.otf);
}
***/

::-webkit-scrollbar { width: 20px; height: 20px;}
::-webkit-scrollbar-button {  background-color: #666; border-radius: 10px;}
::-webkit-scrollbar-track {  background-color: #000;}
::-webkit-scrollbar-track-piece { background-color: #000;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 10px;}
::-webkit-scrollbar-corner { background-color: #666;}}
::-webkit-resizer { background-color: #666;}

html {
	background: url(gfx_site/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 11pt;
	margin: 0px auto;
	min-width: 1000px;
}

h1 {
	float: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px 20px;
	font-size: 20pt;
	width: 486px;
}

h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 13pt;
}

p {
	margin: 0px 0px 20px 0px;
}

ul {}

li {}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*** form styles ***/

form {
	margin: 0px;
	padding: 0px;
}

.frm_error {
	background: #333;
	border-radius: 10px;
	border: solid #F00 1px;
	margin: 8px auto 8px auto;
	padding: 8px;
}

input, select, textarea {
	background: #ccc;
	border-radius: 10px;
	border: solid #fff 1px;
	padding: 4px;
	margin: 2px;
	width: 260px;
}

textarea {
	height: 190px;
}

.frmLabel {
	padding: 6px 0px 0px 8px;
}

/*** content styles ***/
#pageHeader {
	background: #FFF url(gfx_site/header.png) no-repeat;
	border-bottom: 1px solid #000;
	border-radius: 10px;
	height: 80px;
	width: 1000px;
}

#pageFooter {
	background: #FFF;
	border-radius: 10px;
	clear: both;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	height: 22px;
	padding: 0px 10px;
	text-align: center;
}

#page {
	background: url(gfx_site/bg-black-80.png);
	border: 2px solid #000;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #000;
	height: 802px;
    left:50%;
    margin:-391px 0 0 -500px;
	position:absolute;
    top:50%;
	width: 1000px;
}

#pageContent {
	float: left;
	height: 700px;
	overflow: hidden;
	width: 740px;
}

#pageTitle {
	background: #000;
	border-top-right-radius: 20px;
	height: 42px;
	width: 640px;
}

#contentSlider {
	margin: 200px 0px 0px 0px;
	width: 640px;
}

#contentArea {
	background: url(gfx_site/bg-black-80.png);
	height: 459px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 20px 0px 20px;
}

.sideCol {
	float: left;
	height: 700px;
	width: 260px;
}

/*** custom styles ***/
#coDetails {
	display: none;
}

.alignRight {
	float: right;
}

.twoCol {
	float: left;
	width: 300px;
}

/*** navigation ***/

.nav {
	font-size: 17pt;
	margin: 0px;
	padding: 0px;
}
.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nav li {
	border-bottom: solid #fff 1px;
	padding: 0px;
}
.nav a {
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.nav a:hover {
	color: #f00;
}

/*** gallery ***/

#gallerySlider {
	height: 656px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	width: 740px;
	z-index: 3;
}

#gallery {}

.galTwoCol {
	cursor: pointer; cursor: hand;
	float: left;
	width: 370px;
}

#slideshow {
	height: 656px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	position: absolute;
	width: 740px;
}

#slides {}

#slide1d {
	position: absolute;
	z-index: 1;
}

#slide2d {
	position: absolute;
}

#slideNav {
	background: url(gfx_site/bg-black-80.png);
	height: 44px;
	margin: 612px 0px 0px 0px;
	position: absolute;
	text-align: center;
	width: 740px;
	z-index: 2;
}

/*** test ***/

.btn {
	background: #333;
	border: 1px solid #666;
	border-radius: 10px;
	color: #fff;
	cursor: pointer; cursor: hand;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	margin: 9px;
	padding: 1px;
	text-align: center;
}

#showPhotoBtn {
	float: right;
	width: 90px;
}

.glrBtn {
	float: left;
	width: 40px;
}

#showGalBtn {
	float: right;
	width: 90px;
}

#galNum {
	float: left;
	font-size: 15pt;
	font-weight: bold;
	padding: 4px;
	width: 40px;
}

#frmButton {
	margin: 20px 0px;
	width: 270px;
}

#scroller {
	bottom: 0px;
	height: 45px;
	left: 500px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 200px;
	z-index: 1;
}

#scroller .btn {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	float:left;
	margin: 0px;
	width: 60px;
}

#up {
	border-top-right-radius: 0px;
}

#down {
	border-top-left-radius: 0px;	
}