/* 
// File: layout.css
// Desc: Style for layout
// Auth: Calvin Lai
// Copy: Copyright 2008 row27 Studios, All Rights Reserved
*/

body { 
	margin:0; 
	padding:0 0 0 170px; 
	height:100%; 
	font-family:Arial, Verdana, 'Trebuchet MS'; 
	font-size:11px; 
	color:#373737; 
	background:#2d2d2d;
}

@media screen {
	body>#content-left{
		position:fixed;
	}
}

* html body {
	overflow:hidden;
} 

* html div#content-right {
	height:100%;
	overflow:auto;
}

.clear { clear:both; }

#content-left {
	position:absolute;
	top:66px;
	left:0;
	width:170px;
	height:100%;
}

#content-right {
	width:auto;
	height:auto;
}

#header { 
	width:780px; 
	height:66px; 
	background:none;
	text-align:right;
}

#header #logo {
	margin:0 158px 0 0;
	padding:20px 0 0 0;
}

#menu {
	width:170px;
}

#menu a.option {
	display:block;
	height:22px;
	background:black;
	padding:6px 0 0 13px;
	margin:0 0 2px 0;
	color:white;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	outline:none;
}

#menu a:hover.option {
	color:#be1e2d;
}

#menu a.option-selected {
	display:block;
	height:22px;
	background:black;
	padding:6px 0 0 13px;
	margin:0 0 2px 0;
	color:#be1e2d;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	outline:none;
}


#single-column-content { 
	width:780px;
	height:auto;
}

#footer { 
	width:780px;
	height:65px;
	margin:12px 0 30px 0;
	background:#626262;
	text-align:center;
}

#footer #copyright {
	color:white;
	font:bold 12px Arial;
	padding:25px 0 0 0;
}

/* video hover CSS */

a.img-hov, a.img-hov img, .video, a.video img {
	float:left;
	overflow:hidden;
	z-index:10000;
}

a.img-hov:hover, a.video:hover {
	border:5px solid #fff;	
}

a.img-hov:hover img, a.video:hover img {
	margin:-5px;
}

.play-button-overlay-xlg {
	display:none;
	position:absolute;
	margin:401px 0 0 0;
	width:44px;
	height:19px;
	z-index:10001;
	background:url('../images/play.gif') no-repeat bottom left;
}

.play-button-overlay-lg {
	display:none;
	position:absolute;
	margin:259px 0 0 0;
	width:44px;
	height:19px;
	z-index:10001;
	background:url('../images/play.gif') no-repeat bottom left;
}

.play-button-overlay-sm {
	display:none;
	position:absolute;
	margin:115px 0 0 0px;
	width:44px;
	height:19px;
	z-index:10001;
	background:url('../images/play.gif') no-repeat bottom left;
}

.visit-button-overlay-sm {
	display:none;
	position:absolute;
	margin:115px 0 0 0px;
	width:44px;
	height:19px;
	z-index:10001;
	background:url('../images/visit.gif') no-repeat bottom left;
}

.visit-button-overlay-xsm {
	display:none;
	position:absolute;
	margin:258px 0 0 0px;
	width:44px;
	height:19px;
	z-index:10001;
	background:url('../images/visit.gif') no-repeat bottom left;
}

.visit-button-overlay-lg {
	display:none;
	position:absolute;
	margin:259px 0 0 0px;
	width:44px;
	height:19px;
	z-index:10001;
	background:url('../images/visit.gif') no-repeat bottom left;
}
