/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#3f3f3f;
	margin: 0px;
	padding: 0px;
}

input,select,label,table,tr,td {
	font-size: 100%;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

a {
	cursor: pointer;
}

/*------------------ LAYOUT -------------------*/
#bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}

#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -487px;
	margin-top: -301px;
	width:975px;
	height:601px;
	overflow: hidden;
}

#logo {
	position:absolute;
	top:31px;
	left:331px;
	width: 312px;
	height: 142px;
}

#logo h1 {
	padding: 0px;
	margin: 0px;
}

#burst {
	position:absolute;
	top:138px;
	left:78px;
	width: 138px;
	height: 117px;
	background-image: url(../images/200902_burst.png);	
}

#blog {
	position:absolute;
	top:310px;
	left:800px;
	width: 141px;
	height: 62px;
}

#blog a {
	position:absolute;
	top:0px;
	left:0px;
	width: 141px;
	height: 62px;
	background-image: url(../images/blog.png);	
}

#commercialSpace {
	position:absolute;
	top:173px;
	left:332px;
	width: 311px;
	height: 18px;
	background-color: #b1bbc5;
}

#commercialSpace h2 {
	padding: 0px;
	margin: 0px;
}

#content {
	position:absolute;
	left:333px;
	top:372px;
	width:310px;
	height:187px;
	background-color: #FFF;
}

#mainCaption {
	position:absolute;
	left:45px;
	top:356px;
	color: #FFF;
	text-align: right;
	font-size: 95%;
	width: 280px;
	overflow: hidden;
	display: none;
}

#arrowUp {
	position:absolute;
	left:300px;
	top:345px;
	width:31px;
	height:9px;
	display: none;
}

#arrowDown {
	position:absolute;
	left:27px;
	top:0px;
	width:31px;
	height:9px;
}

#footer {
	position:absolute;
	top: 564px;
	left: 0px;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	width: 100%;
	background-color: #373650;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

/*------------------ GALLERY -------------------*/
#mainImage {
	position: absolute;
	top: 191px;
	width: 100%;
	text-align: center;
	height: 162px;
}

#enlarge {
	position:absolute;
	left:613px;
	top:326px;
	width: 22px;
	height: 22px;
	background-image: url(../images/enlarge.png);	
}

#thumbnails {
	position: absolute;
	left:645px;
	top:373px;
	height:184px;
	border-top: 1px solid #56576d;
	border-left: 1px solid #56576d;
}

.thumbnailList {
	float: left;
	width: 46px;
}

.thumbnail {
	float: left;
	border-right: 1px solid #56576d;
	border-bottom: 1px solid #56576d;
	height: 45px;
	width: 45px;
}

.thumbnail.firstThumbnail {
	border-top: 1px solid #56576d;
	clear: none;
}

.thumbnail a {
	text-decoration: none;
}

/*------------------ NAV -------------------*/
#nav {
	position:absolute;
	width: 100%;
	left: 0px;
	top: 353px;
	height: 19px;
	overflow: hidden;
}

#nav ol {
	position:absolute;
	left: 342px;
	top: 3px;
	padding:0px;
	margin: 0px;
	list-style:none;
}

#nav ol li {
	margin:0px 4px 0px 0px;
	padding:0px 10px 0px 0px;
	display: inline;
	background-image: url(../images/orangeBullet.png);
	background-position: right -5px;
	background-repeat: no-repeat;
}

#nav ol li.nav_contact {
	background: none;
}

/*------------------ TEXT -------------------*/
#content a {
	color:#3f3f3f;
	text-decoration: underline;
}

#content a:hover {
	color: #951E20;
}

#content p {
	margin: 0px 0px 7px 0px;
}

/*------------------ SCROLLBAR -------------------*/
#scrollbar {visibility:hidden;}
#scrollbar img {border: 0px;}
#scroll {
	position: absolute;
	left:11px;
	top:17px;
	width:300px;
	height:161px;
	overflow:hidden; 
	text-align:left;
}

#scroller {
	position:absolute;
	left:0px; 
	top: 0px;
	width:284px;
}
div#scrollbar {position:absolute;width:15px;font-size:1px; z-index:29;left:627px; top:365px;height:341px;}
div#track {position:absolute; left:3px; top:15px;width:7px;z-index:1;height:170px;background-color:#E5E5E5;}
div#dragBar {background-color:#B1BBC5;position:absolute; left:3px; top:0px;width:7px; height:20px;z-index:21}
div#up { position:absolute; left:0; top:0; z-index:22; display: none; }  
div#down { position:absolute; left:0; bottom:0; z-index:23;  display: none; }  

/*------------------ FORMS -------------------*/
#contactForm label {
	float: left;
	clear: both;
	width: 100px;
	margin-left: 30px;
}

#contactForm input {
	font-weight:normal;
}

.textInput, .textArea {
	border: 0px;
	padding: 1px 2px 2px 2px;
	width: 207px;
	margin-bottom: 1px;
}

.textArea {
	height: 45px;
}

.textInput {
	height: 14px;
}

.formButton {
	float: left;
	clear: both;
	color: #74420F;
	background-color: #DDD;
	border: none;
	padding: 2px;
	margin-left: 30px;
}

.formButton:hover  {
	background-color: #74420F;
	color: #DDD;
	padding: 2px 1px 0px 1px;
	border: solid 1px #DDD;
}