@charset "utf-8";
/* CSS Document */

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }

html, body {
	margin:0px;
	background-image:url("images/background.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:arial, helvetica, sans-serif;
}

img, div { behavior: url("scripts/iepngfix.htc") }

#shell {
	height:100%;
}

#outer {
	height:100%;
	width:965px;
}

#leftCol {
	float:left;
	width:267px;
	padding-top:15px;
}

#rightArea {
	float:right;
	width:665px;
}

/*#menu {
	background-image:url("images/img_nav_fpo.png");
	background-repeat:no-repeat;
	width:267px;
	height:249px;
	margin-top:15px;
}*/

#menu {
	background-image:url("images/img_nav_temp.png");
	background-repeat:no-repeat;
	width:267px;
	height:186px;
	margin-top:15px;
}

#menu_new {
	background-repeat:no-repeat;
	width:267px;
	height:186px;
	margin-top:15px;
}
#thumbFrame {
	margin-top:15px;
	width:265px;
	height:230px;
}

#thumbArea {
	color:#fff;
	font-size:11px;
}

#splash {
	display:block;
	height:610px;
	width:665px;
}

#homeFlash {
	display:block;
	position:absolute;
	top:96px;
}


#videoArea {
	display:none;
	height:610px;
	width:665px;
	position:absolute;
	top:96px;
}

#videoLink {
	position:relative;
	top:55px;
	height:21px;
}

#pressArea {
	display:none;
	height:610px;
	width:665px;
	position:absolute;
	top:96px;
}

/*#pressLink {
	position:relative;
	top:94px;
	height:21px;
}*/

#pressLink {
	position:relative;
	top:53px;
	height:21px;
}

#photoArea {
	display:none;
	height:610px;
	position:absolute;
	top:96px;
}

#photoLink {
	position:relative;
	top:20px;
	height:21px;
}

#contactArea {
	display:none;
	height:610px;
	position:absolute;
	top:96px;
}

/*#contactLink {
	position:relative;
	top:135px;
	height:21px;
}*/

#contactLink {
	position:relative;
	top:94px;
	height:21px;
}

#contactCopy {
	position:relative;
	top:200px;
	color:#fff;
	padding-left:75px;
}

#contactCopy a {
	color:#f00; /*color:#38b3c2;*/
	text-decoration:underline;
}

#contactCopy a:hover {
	text-decoration:none;
}

#flip {
	border:1px solid #38b3c2;
	background-color:#fff;
	font-size:11px;
	font-weight:bold;
	width:300px;
	height:19px;
	margin-top:10px;
	padding-top:3px;
}
