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

body {
	background: #e7e8e9 url('/theme/images/background.gif') 50% 0 no-repeat;
	color: #666666;
	font: 10px Helvetica light, Verdana, sans-serif;
}
a {
	outline: none;
	color: #d0d0d0;
	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: 10px;
	margin: 0;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	padding: 1.5em 0 1em 0;
	text-align: left;
	width: 840px;;
	position: relative;
}
/*----------------------------- Header and Nav ---------------------------*/
#logotype {
	height: 75px;
	padding: .25em 0em 0em 0em;
	float: left;
	vertical-align: middle;
	font: 28px Helvetica, Verdana, sans-serif;
	color: #ebebeb;
	line-height: 60px;
}
#logo {
	height: 100px;
	float: left;
	vertical-align: middle;
	font: 32px Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #ebebeb;
	line-height: 60px;

a.logo {
	outline: none;
	color: #d0d0d0;
	text-decoration: none;
}


}
#nav {
	text-transform: lowercase;
	float: right;
	text-align: right;
}

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

#nav1 {
	text-transform: lowercase;
	font:  12px Lucida Grande, Helvetica, Verdana, sans-serif;
	line-height: 10px;
	color: #e7e8e9;
	letter-spacing: 1px;
}
#nav2 {
	font:  15px Lucida Grande, Helvetica, Verdana, sans-serif;
	line-height: 10px;
	letter-spacing: 1px;
	color: #e7e8e9;
}


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

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

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

#content {
	clear: both;
	height: 562px;	width: 840px;	position: relative;
	top: 30px;
	z-index: 1;
	background: transparent;
	text-align: center;
	padding-bottom: 2em;
}
/*------------------------------- Overlay for Hover Zones ---------------------------*/

#zones {
	width: 840px;	height: 562px;	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: 562px;	width: 420px;
	position: absolute;
	top: 115px;
	left: 0;
	z-index: 1000;
}
.right_zone {
	display: block;
	background: transparent;
	height: 562px;	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;
}
/*-------------------------------------- SlideShow ---------------------------*/
.gallery_container { 
	height: 562px;; 
    width:840px;;
    padding: 0;  
    margin:  0;  
} 
.gallery_container img {   
    width: 840px; 
    height: 562px;    top:  0; 
    left: 0 
} 
/*-------------------------------------- Gallery ---------------------------------------*/
#slideshow img {
	display: none;
}
/*-------------------------------------- Pages ---------------------------------------*/
#page {
	padding-top: 45px;
	margin-top: 45px;
	background: #FFF;
	height: 600px;
}
#left_side {
	width: 420px;
	float: left;
	overflow: hidden;
}

#right_side {
	padding-top: 2em;
	margin-left: 450px;
	min-width: 400px;
	line-height: 22px;
	text-align: left;
	font-size: 17px;
}
#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;
}
/*---------------------------- Footer ---------------------------------------*/

#footer {
	clear: both;
	padding-top: 2em;
}
#footer_copy {
	float: right;
	color: #bfbfbf;
}
.float_left {
	float: left;
	font-weight: bold;
	color: #bfbfbf;
}
#footer #copy {
	font:  11px Verdana, Arial, sans-serif;
	text-align: right;
}
#footer #powered {
	padding-top: 2em;
	text-align: right;
	font: 9px Helvetica Light, Verdana, Arial, sans-serif;
	font-style: none;
	color: #bfbfbf;
}
#footer a.powered-link {
	color: #bfbfbf;
	text-decoration: none;
}
#footer a.powered-link:hover {
	color: #666;
}
