body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	background-image:url(images/poise_bgtile.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
a {
  outline: none;
}

#container {
	max-width: 960px;
	height: 528px;
 background:;
	margin: 20px auto auto auto;
	text-align: right;
}
#fixedcontainer {
	width: 800px;
	height: 528px;
	background: #fff;
	margin: 0 auto 40px auto;
	text-align: left;
}
#main {
	margin: 0;
	padding: 0;
	width: 960px;
	min-height: 540px;
}
#header {
 background:;
	height: 104px;
	width: 960px;
}
#header img {
	margin: 0 0 0 0;
	border: none;
}
#landing {
	background: #fff;
}
#landing #holder {
	margin: 25px auto;
	padding: 0;
	height: 400px;
	width: 769px;
}
#landing img {
	border: none;
}
#footer {
	background: #fff;
	height: 84px;
	width: 100%;
}
#nav {
 background:;
	height: 100px;
	width: 100%;
	float: left;
	padding: 0;
	padding-top: 0px;
	margin: 15px 0 0 0;
}
#bio #video {
	float: right;
	padding: 15px 0 15px 15px;
}
.menu {
	list-style-type:none;
	padding:0;
	margin:0;
	width:50%;
	float:left;
}
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu li {
	position:relative;
}
.menu li {
	float:left;
	width:auto;
	padding-right:20px;
}
ul.right li {
	padding:0 0 0 20px;
	float:right;
}
/* for IE5.5 and IE6 only */
.menu table {
	border-collapse:collapse;
	position:absolute;
	top:0;
	left:0;
	z-index:80;
	font-size:80%;
}
.menu li a {
	display:block;
	color:#6b6c6e;
	height:25px;
	font-family:helvetica, verdana, arial, sans-serif;
	font-size:80%;
	line-height:24px;
	text-decoration:none;
	text-align:left;
}
.menu :hover {
	color:#e9609b;
background:;
}
.menu :hover > a {
	color:#e9609b;
background:;
}
.menu li.sub ul li {
background:;
}
.menu li.sub ul li a, a#active, a#contact {
	color:#e9609b;
}
a#contact:hover {
	color:#6b6c6e;	
}
.menu li.sub ul li :hover {
	color:#e9609b;
}
.menu li.sub ul li :hover > a {
	color:#e9609b;
}
.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul ul.left {
	position:absolute;
	left:-9999px;
}
.menu :hover ul {
	left:0;
	top:25px;
	background:url(transparent.gif);
} /* the background image is for IE7 */
.menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul {
	padding:0 3px;
	left:125px;
	top:-3px;
}
.menu :hover ul :hover ul.left, .menu :hover ul :hover ul :hover ul.left {
	padding:0 3px;
	left:-131px;
	top:-3px;
}
#folio {
	width: 100%;
	margin: 0 0px;
}

#content {
	width: auto;
	white-space:nowrap;
	text-align:center;
	height: 510px;
	margin: 0;
	padding: 0;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}
/* slider specific CSS */

.sliderGallery {
	overflow: hidden;
	position: relative;
	height: 540px;
	width: 960px;
}
.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
}
.sliderGallery UL LI {
	display: inline;
	margin-right: -0px;
}
.slider {
	width: 960px;
	height: 10px;
	padding: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #1a171b;
}
.handle {
	position: absolute;
	cursor: move;
	height: 10px;
	width: 10%;
	top: 0;
	left: 0px;
	background: #969696;
	z-index: 100;
}

/* Modal */

#modal {
	opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 920px;
	padding: 20px;
	height: 460px;
	color: #fff;
	text-align: left;
	white-space: normal !important;
}

#overlay {
	opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	
	position: absolute;
	background: #000;
	z-index: 901;
	top: 0px;
	left: 0px;
	width: 920px;
	padding: 10px 20px;
	height: 480px;
	color: #fff;
	text-align: left;
	white-space: normal !important;
}


#close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 108px;
	height: 30px;
	background: url(images/close.png);
	text-decoration: none;
}

#form, #contactinfo {
	width: 50%;
	float: left;
}

#contactinfo ul {
	font-size: 	12px;
}

#contactinfo li {
	padding-bottom: 5px;	
}

h1 {
	font-size: 16px;	
	font-weight: bold;
	margin-bottom: 30px;
}
#bio {
	width: 50%;
}
#modal p {
	font-size: 12px;
}
#contact_form td {
	padding-bottom: 6px;
	text-transform: uppercase;
	font-size: 11px;
}

#contact_form input[type=text] {
	width: 230px;
	height: 20px;
	padding: 5px 10px;
	border: none;	
}

#contact_form textarea {
	width: 230px;
	height: 130px;
	padding: 5px 10px;
	border: none;	
}

input#submit {
	width: 100px;
	border: 1px solid #;
	background: #FFF;
	color: #000;
	height: 20px;
	border: none;
}
