/* CSS For Ruffus Layout */
body {
	background: #333;
	color: #575757;
	font: 12px Verdana, Arial, Sans-serif, Georgia;
}
a {
	outline: none;
	color: #575757;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

#nav_bottom {
	color: #d0d0d0;
	letter-spacing: 5px
}

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

body {
	padding: 0;
	margin: 0;
	text-align: center;
}
#wrapper {
	margin: 1em auto;
	padding: 2em 30px 1em 30px;
	text-align: left;
	width: 850px;
	position: relative;
	border: 3px solid #8f8f8f;
	background: #FFF;
}

/*----------------------------- Header and Nav ---------------------------*/

#logo {
	height: 75px;
	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 {
	color: #d0d0d0;
	letter-spacing: 5px;
}

#nav1 {
	text-transform: lowercase;
	line-height: 10px;
	color: #e7e8e9;
	letter-spacing: 1px;
}
#nav2 {
	line-height: 10px;
	letter-spacing: 1px;
	color: #e7e8e9;
}

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

.clear {
	clear: both;
}
img a, a img {
	border: none;
}
.required {
	color: #FF0000;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
/*------------------------------- Content ------------------------------------*/

#content {
	clear: both;
	height: 600px;
	width: 850px;
	position: relative;
	z-index: 1;
	background: transparent;
}

/*------------------------------- Overlay for Hover Zones ---------------------------*/

#zones {
	width: 850px;
	height: 600px;
	position: absolute;
	top: 80px;
	left: 30px;
	z-index: 1000;
}
#zones td {
	width: 425px;
	border: 1px solid transparent;
}
* html #zones td {
	width: 425px;
	border: none;
}
#zones td a {
	display: none;
	padding: 0 5px;
	margin: 0;
	z-index: 1001;
}
#rightz {
	text-align: right;
}
#internal {
	width: 850px;
	height: 600px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#left_zone {
	display: block;
	background: transparent;
	height: 600px;
	width: 425px;
	position: absolute;
	top: 115px;
	left: 30px;
	z-index: 1000;
}
#right_zone {
	display: block;
	background: transparent;
	height: 600px;
	width: 425px;
	position: absolute;
	top: 115px;
	left: 455px;
	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:ÊÊ600px;ÊÊ
ÊÊÊÊwidth:ÊÊÊ850px;ÊÊ
ÊÊÊÊpadding:Ê0;ÊÊ
ÊÊÊÊmargin:ÊÊ0;ÊÊ
}Ê
Ê
.gallery_containerÊimgÊ{ÊÊÊ
ÊÊÊÊwidth:ÊÊ850px;Ê
ÊÊÊÊheight:Ê600px;Ê
ÊÊÊÊtop:ÊÊ0;Ê
ÊÊÊÊleft:Ê0Ê
}Ê

/*-------------------------------------- Gallery ---------------------------------------*/

#gallery {
	height: 1500px;
	width: 850px;
}
#s1 {
	opacity: 0;
}

/*-------------------------------------- Pages ---------------------------------------*/

#page {
	padding-top: 0em;
}
#left_side {
	width: 425px;
	float: left;
	overflow: hidden;
}
#right_side {
	margin-left: 440px;
}
#page table td, #page table th {
	vertical-align: top;
}
/*-------------------------------------- About ---------------------------------------*/
#bio_page {
	padding-top: 130px;
	margin-right: 100px;
}
/*-------------------------------------- Clients ---------------------------------------*/
#client_list {
	list-style: none;
	margin: 0 0 0 1em;
	padding: 20px 0 0 0;
}
#client_list li {
	padding: .35em 0;
}
/*---------------------------- 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;
}
#contact_list {
	list-style: none;
	margin: 0 0 0 2em;
	padding: 150px 0 0 0;
}
#contact_list li {
	padding: 1em 0;
	font-weight: bold;
}
/*---------------------------- Footer ---------------------------------------*/

#footer {
	clear: both;
	padding-top: 2em;
}
#footer_copy {
	float: right;
	color: #575757;
}
.float_left {
	float: left;
	font-weight: bold;
	color: #575757;
}
#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: #575757;
}
#footer a.powered-link {
	color: #575757;
	text-decoration: none;
}
#footer a.powered-link:hover {
	color: #666;
}
