
/* FidoFolio Theme: SPARKY (10/14/09) */

body {
	background: #333;
	color: #696868;
	font: 12px Helvetica light, Verdana, sans-serif;
}
a {
	outline: none;
	color: #b29461;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

#nav_bottom {
	font: 9px Helvetica light, Verdana, sans-serif;
	color: #d0d0d0;
	letter-spacing: 5px
}

/*-------------------------------------- Body Wrapper -----------------------------*/

body {
	padding: 0;
	margin: 0;
	text-align: center;
}
#glove {
	width: 1000px;
	margin: 0 auto;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1000px;;
	position: relative;
}

/*-------------------------------- Global Classes -----------------------------*/

.clear {
	clear: both;
}
img a, a img {
	border: none;
}
a {
	outline: none;
	color: #696868;
	text-decoration: none;
}
a:hover {
	color: #CCC;
}
h1 {
	font: 18px Lucida Grande, Helvetica, Verdana, sans-serif;
	font-weight: 100;
}
.required {
	color: #FF0000;
}

/*------------------------------- Content ------------------------------------*/

#content {
	clear: both;
	height: 646px;	width: 1000px;	position: relative;
	z-index: 1;
	background: transparent;
	text-align: center;
	margin: 18px 0 0 0;
}
/*------------------------------- Overlay for Hover Zones ---------------------------*/

#zones {
	width: 1000px;	height: 646px;	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 1000;
}
#zones td {
	width: 420px;
	border: 1px solid transparent;
}
* html #zones td {
	width: 420px;
	border: none;
}
#zones td a {
	display: none;
	padding: 0 5px;
	margin: 0;
	z-index: 1001;
}
.rightz {
	text-align: right;
}
#internal {
	width: 840px;
	height: 600px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.left_zone {
	display: block;
	background: transparent;
	height: 646px;	width: 420px;
	position: absolute;
	top: 115px;
	left: 0;
	z-index: 1000;
}
.right_zone {
	display: block;
	background: transparent;
	height: 646px;	width: 420px;
	position: absolute;
	top: 115px;
	left: 420px;
	z-index: 1000;
}
#prev-arrow {
	position: absolute;
	top: 40%;
	left: 5px;
	display: none;
}
#next-arrow {
	position: absolute;
	top: 40%;
	right: 5px;
	display: none;
}
/*-------------------------------------- Gallery ---------------------------------------*/
#slideshow img, #s1 img {
	display: none;
}
#slideshow div, #s1 div {
	display: none;
	width: 1000px;
	height: 647px;
	margin: auto;
}
#slideshow div img, #s1 div img {
	margin: auto;
	display: block;
}
#slideshow div.first, #s1 div.first {
	display: block;
}
#controls_off {
	text-align: right;
	float: right;
	margin-top: 5px;
}
/*-------------------------------------- Pages ---------------------------------------*/
#page {
	padding-top: 0em;
	background: #333;
	overflow: auto;
	width: 980px;
	margin-top: 15px;
	position: relative;
}
#page h1 {
	margin: .5em 0;
	padding: 0;
}
#left_side {
	width: 440px;
	float: left;
	overflow: hidden;
	clear: none;
}
#right_side {
	margin-left: 480px;
	line-height: 22px;
	text-align: left;
	font-size: 12px;
}
#right_side h1 {
	text-transform: uppercase;
}

#page table td, #page table th {
	vertical-align: top;
}
/*---------------------------- Contact Page ----------------------------------*/
#error_messages {
	list-style: none;
	margin: 0;
	padding: 0;
}
#error_messages li {
	padding: 0;
	margin: 0 0 0 .5em;
	color: #FF0000;
	line-height: 16px;
}
#trick-pony {
	margin-top: 100px;
}
#bottom_tag {
	font-weight: bold;
	position: absolute;
	bottom: 25px;
}
/*---------------------------- Footer ---------------------------------------*/
#footer {
	clear: none;
}
#nav {
	list-style: none;
	clear: none;
	padding: 0;
	margin: 30px 0 0 0;
	height: 24px;
	margin-left: 0;
	width: 1000px;
	text-align: center;
}
#nav li {
	float: left;
	width: auto;
	display: list-item;
}
#nav li#first_nav {
	margin-left: 75px;
}
#nav a {
	clear: none;
	color: #696868;
	font-size: 12px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	padding: .5em 3.5em 0 0;
}
#nav a:hover {
	text-decoration: underline;
	color: #CCC;
}
#nav #controls {
	display: inline;
}
#nav #controls a {
	margin: 0;
	padding: .5em 0 0 0;
	display: inline;
	float: none;
}
#nav #controls a {
}
#baker {
	clear: both;
	font-size: 220%;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}
#foot_text {
	color: #696868;
	font-size: 10px;
	width: 100%;
	margin: 0 auto;
	clear: left;
}
#foot_text p {
	padding-top: 1em;
}
#foot_text #tag_line {
	font-size: 125%;
}
