/*
Title: Bruce Bobick
Author: Kyote Creative
*/

/* Reset -- clear out all default spacing
-------------------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
}
/* =Layout
-------------------------------------------------------------------------*/
body {
	font: 78%/130% "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center; /*Layout center fix for IE 5.x */
	background: #fff;
	margin: 30px 0;
}

#container {
	margin: 0 auto;
	width: 880px;
	text-align: left; /*Reset text alignment from IE 5.x layout center fix */
	overflow: hidden;
}

#header {
	float: left;
	width: 880px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;
}

#header img {
	float: left;
	margin-top: 10px;
	border: 0;
}

#main img#imghome {
	border: 1px solid #ccc;
}
/* =Links
-------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #006666;	
}

a:hover {
	text-decoration: underline;
}

#navigation .navcol a {
	color: #656565;
}

#footer a {
	text-transform: uppercase;
	color: #006666;	
}

/* =Navigation
-------------------------------------------------------------------------*/
#navigation {
	float: right;
	border-left: 1px solid #ccc;
}

.navcol {
	float: left;
	margin-left: 5px;
	width: 170px;
	border-right: 1px solid #ccc;
}

.navcol h2 {
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #006666;
}

.navcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navcol ul li {
	line-height: 1.5;
}

/* =Carousel
-------------------------------------------------------------------------*/
#carousel {
	position: relative;
	overflow: hidden;
	width: 880px;
	height: 450px;
}

.slide {
	position: absolute;
	width: 700px;
	text-align: center;
}

.slide .description {
	text-align: right;
	margin-right: 30px;
	text-transform: uppercase;
	line-height: 1.5;
	font-size: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	color: #006666;	
}

.slide img {
	width: 640px;
	height: 423px;
	background: #ccc;
}

.buttons {
	line-height: 1.5;
	font-size: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	float: right;
	margin-right: 14px;
	width: 162px;
}

*html .buttons {
	margin-right: 7px;
}

.buttons a.button img {
	float: left;
	border: 1px solid #ccc;	
	text-decoration: none;
	margin: 0 10px 10px 0;
	width: 42px;
	height: 42px;
}

.buttons a.button:hover img {
	border: 1px solid #006666;
}

.buttons a.selected img {
	border: 1px solid #006666;
}

/* =Thumbnails
-------------------------------------------------------------------------*/
#thumbs {
	width: 880px;
}

#thumbs h1 {
	color: #006666;	
	font-size: 1.6em;
	padding-bottom: 1em;	
}

.thumb {
	width: 100px;
	height: 200px;
	text-align: center;
	font-size: .8em;
	float: left;
	margin: 0 25px 0 0;
}

.thumb img {
	border: 0;
	width: 100px;
	height: 100px;
	display: block;
}


/* =Footer
-------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin-top: 10px;
	text-align: right;
	color: #006666;
}

#footer p {
	margin-top: 10px;
	text-align: center;
	text-transform: none;
}

/* =Clear float hack for IE6
-------------------------------------------------------------------------*/
* html #container {
	height: 1%;
}
