body {
	background:#1c1c1c url("../img/bg_body.jpg") no-repeat top center fixed;
	color:#eee;
	font-family:Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color:#ccc;
}

a:focus, a:hover {
	color:#cf0;
}

a {
	color:#fff;
	text-decoration:underline;
}

a.anchor {
	display:block;
	height:88px;
	width:2px;
}

#page {
	
}

/*
body.single #menu {
	display:none;
}
*/

body.page #page {
	padding-bottom:400px;
}

body.page-template-samples-php #page,
body.page-template-about-php #page,
body.page-template-contact-php #page {
	padding-bottom:80px;
}

#main {}

#secondary {
	position:fixed;
	top:80px;
}

#logo {
	margin:0 0 20px 0;
}

#logo a {
	display:block;
	width:122px;
	height:167px;
	background:url("../img/logo.gif") no-repeat;
}

#logo a span {
	display:none;
}

#client {
	margin:0 0 46px 0;
	padding:0;
	text-align:center;
	color:#ae709d;
}

#menu {
	list-style:none;
	margin:0 0 46px 0;
	padding:0;
	width:120px;
}

#menu li {
	line-height:40px;
}

#menu li:hover {
	background:url("../img/bullet_menu.gif") 4px center no-repeat;
}

#menu li.current:hover {
	background:none;
}

#menu li.current a:hover {
	cursor:default;
}

#menu li a {
	color:#999;
	display:block;
	border-bottom:1px solid #232323;
	text-decoration:none;
	text-align:center;
	margin:0 20px;
}

#menu li a:hover,
#menu li a:active {
	color:#ae709d;
}

#menu li.current a,
#menu li.current a em {
	color:#ae709d;
}


#menu li a em {
	color:#fff;
	font-style:normal;
}

#contact {
	color:#999;
	font-size:80%;
	width:100px;
	text-align:center;
	margin:0 10px;
}

#contact a {
	color:#999;
}

#contact a:hover,
#contact a:active {
	color:#999;
	color:#ccc;
}

#contact strong {
	font-weight:normal;
	font-size:1.25em;
}

#slider-base, .video-base {
	padding:4px;
	width:649px;
	height:369px;
	margin:8px 0 0 0;
	
	background:url("../img/bg_slider.gif") no-repeat;
}

#slider-base {
	margin-top:96px;
}

#slider {
	position:relative;

	list-style:none;
	margin:0;
	padding:0;

	width:640px;
	height:360px;
}

#slider li {
	position:absolute;
	left:0;
	top:0;
}

#slider li a {
	cursor:pointer;
	display:block;
}

#slider li div.play {
	position:absolute;
	top:310px;
	left:10px;
	width:66px;
	height:41px;
	background:url("../img/button_play.png") no-repeat;
}

#picker-base {
	display:block;
	width:649px;
	height:81px;
	background:url("../img/bg_picker.gif") no-repeat;
}

#picker-base h3 {
	float:left;
	padding:31px 0 0 0;
	margin:0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:100%;
	color:#999;
	width:200px;
	text-align:center;
}

#picker-base h3 a {
	color:#999;
	text-decoration:none;
}

#picker-base h3 em {
	color:#fff;
	font-style:normal;
}

#picker {
	list-style:none;
	margin:0 0 0 205px;
	padding:12px 20px;
}

#picker li {
	float:left;
	display:block;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	height:40px;
	width:20px; /* minWidth */
	padding:8px;
	border-right:1px solid #431445;
}

#picker li:first-child {
	border-left:1px solid #431445;
}

#picker li:hover em {
	text-decoration:underline;
}

#picker li a {
	text-transform:uppercase;
	font-size:80%;
	color:#999;
}

#picker li a:hover,
#picker li a:active {
	color:#ae709d;
}

#picker li em {
	position:absolute;
	top:16px;
	width:20px; /* minWidth */
	text-align:center;
	font-style:normal;
}

#picker li p {
	position:absolute;
	top:16px;
	display:block;
	margin:0;
	padding:0;
	width:216px; /* width + margin-left = maxWidth */
	margin-left:30px;
}

#picker li p strong {
}

#picker li p span:hover {
	text-decoration:none;
}

#about-graphic {
	margin-top:40px;
	width:232px;
	height:460px;
	background:url("../img/about_graphic.gif") no-repeat;
}

.video-player p {
	text-align:center;
	margin-top:170px;
}

.video-info {
	background:url("../img/bg_slider.gif") no-repeat;
}

.video-info-foot {
	clear:both;
	overflow:hidden;
	height:8px;
	background:url("../img/bg_slider.gif") no-repeat bottom left;
}

.video-info p, 
.video-info dl {
	margin:10px 0 12px 16px;
}

.video-info dd,
.video-info dt {
	border-bottom:1px solid #232323;
	padding:2px 0 2px 0;
}

.video-info dt {
	font-size:1.2em;
}

.video-info dd {
	color:#999;
	margin-left:0;
}

.video-info.video-thumbnail {
	height:225px; /* 262px */
	margin:0 0 8px 0;
	padding:12px 0 0 0;
	
	background:url("../img/bg_thumbnail.png") no-repeat;
}

.video-info.video-thumbnail dl {
	margin-right:16px;
}

.video-info.video-thumbnail .video-thumbnail-image {
	border:1px solid #232323;
	margin:0 0 0 16px;
	overflow:hidden;
	width:200px;
	height:113px;
	position:relative;
}

.video-info.video-thumbnail .video-thumbnail-image:hover {
	border:1px solid #431445;
}

.video-info.video-thumbnail .video-thumbnail-image img {
	position:absolute;
	top:-18px;
}

.video-info.video-thumbnail dt,
.video-info.video-thumbnail dd {
	height:1.5em;
	overflow:hidden;
}

.playnow {
	background-color:yellow;
	padding:10px;
}

.map {
	border:4px solid #000;
	margin-bottom:1em;
	background-color:#000;
	border-bottom:0;
}

h3 {
	font-weight:normal;
	margin-bottom:1em;
	font-size:1.4em;
	line-height:1.4em;
}

body.page-template-contact-php h3 {
	margin-bottom:0;
}

textarea {
	width:280px;
	height:143px;
}