@charset "UTF-8";
/* CSS Document */

body{
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
}

*{
	margin:0;
	padding:0;
}

img {
	border: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

/*-----------------------MAIN LAYOUT---------------------------*/

#mainWrapper{
	width:900px;
	margin: 0 auto;
	text-align:left;
}

#header{
	width:900px;
	height:155px;
	float: left;
}

#headerLogo{
	margin: 45px 0px 0px 35px;
}

#content{
	width:532px;
	height:355px;
	float:left;
	position: relative;
}

#descript{
	width:223px;
	max-height:355px;
	float:right;
	position:relative;
}

#subNav{
	width: 512px;
	height: 35px;
	float: left;
	margin-left: 145px;
	padding-top: 40px;
	position: relative;
}

#footer{
	width:635px;
	height:20px;	
	float:left;
	margin:35px 0 10px 145px;
}

/*------------------DESCRIPT: TEXT FORMAT-----------------*/
#descript h1, #descript h2, #descript p{
	padding: 0 0 0 35px;
}

#descript h1{
	font-size:0.7em;
	font-weight:bold;
	margin-top:-3px;
} 

#descript h2{
	font-size:0.7em;
	font-weight:normal;
	padding: 0 0 8px 35px;
}
#descript p{
	font-size:0.7em;
	font-weight:normal;
}

#descript a {
	text-decoration: underline;
}

/*------------------CONTENT: TEXT FORMAT -----------------*/
#content h1{
	font-size: 0.7em;
}

#content p{
	font-size: 0.7em;
}

#clickToEnlarge {
	position: absolute;
	bottom: -18px;
	right: 32px;
	font-size: 0.6em;
	color: #999;
	z-index: 1;
	cursor: pointer;
}

/*------------------CONTENT: THUMBNAILS ------------------*/
#scrollBar .thumbWrap img {
	width: 238px;
	height: 103px;
	border: 1px solid #ddd;
}

#scrollBar .thumbWrap {
	float: left;
	position: relative;
}

#scrollBar .thumbCaption {
	background-color: #ffffff;
	color: #333333;
	font-size: 0.8em;
	width: 218px;
	padding: 3px 10px 8px 10px;
	position: absolute;
	bottom: 1px;
	left: 1px;
	display: none;
	text-align:left;
}

#scrollBar {
	text-align: center;
}

/*------------------SUBNAV: THUMBNAILS -------------------*/
.subNavRow img {
	margin-right: 6px;
	width: 76px;
	height: 35px;
	margin-bottom: 8px;
	border:1px solid #999999;
}

#arrowDown {
	position: absolute;
	top: 83px;
	right: 16px;
	background:url(../images/arrowDown.png) no-repeat;
	width: 22px;
	height: 16px;
	cursor:pointer;
	display: none;
}

#arrowUp {
	position: absolute;
	top: 83px;
	right: 46px;
	background:url(../images/arrowUp.png) no-repeat;
	width: 22px;
	height: 16px;
	cursor:pointer;
	display: none;
}

.subNavRow .thumbWrap {
	position: relative;
}

.subNavRow .thumbCaption {
	background:#fff;
	width:76px;
	font-size: 0.6em;
	color: #333333;
	padding: 0px 1px;
	position: absolute;
	top: -6px;
	left: 0px;
	display: none;
}

/*------------------FOOTER: TEXT FORMAT-------------------*/
#footer p{
	padding:0;
	font: 0.6em Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
}

/*------------------CONTACT: TEXT FORMAT------------------*/
#contact #scrollBar {
	text-align: left;
}

#contact .indent{
	padding-left: 20px;
}

#contact .padBottom{
	padding-bottom: 10px;
}

/*------------------DESCRIPT: SLIDE ARROW-----------------*/
#slideArrow{
	position:absolute;
	top:0px;
	right:0px;
	width:16px;
	height:22px;
	cursor:pointer;
}

.arrowLeft{
	background:url(../images/slideArrow.png) no-repeat;
}

.arrowRight{
	background:url(../images/slideArrow_out.png) no-repeat;
}
