html {
	padding:0;
	margin:0;
}

body {
	margin:0 auto;
	background-color:#000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	letter-spacing:1px;
}

a img {
	border:none;
}

p {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:13px;
	line-height:1.5em;
}

table {
	font-size:13px;
}

p a {
	color:#708dd9;
	text-decoration:none;
	border-bottom:1px solid #708dd9;
	padding-bottom:1px;
}

p a:hover {
	border-bottom:1px solid #eee;
}

/* HEADER STYLES */

.header {
	width:100%;
	background: #000000 url(/images/header-bg.png) repeat-x top left;
	height:161px;
	border-bottom:0px solid white;
	padding:0;
	margin:0 0 30px;
}

.white .header {
	border-bottom: 1px solid #666;
}

.h-main {
	width:850px;
	height:161px;
	float:left;
}

.h-left {
	width:248px;
	height:161px;
	float:left;
}

.h-left img {
	padding:0;
	margin:0;
	width:248px;
	height:161px;
}

.h-right {
	width:600px;
	height:161px;
	float:left;
	padding:0;
	margin:0;
}

.h-right #top {
	background:transparent url(/images/header-top1.png) no-repeat scroll left top;
	float:left;
	height:47px;
	margin:0;
	padding:0;
	width:417px;
}

.header h1 {
	background:transparent url(/images/header-logo1.png) no-repeat scroll left top;
	clear:both;
	color:#000000;
	display:block;
	height:82px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	width:627px;
}

.h-right #bottom {
	background:transparent url(/images/header-bottom.png) no-repeat scroll left bottom;
	clear:both;
	float:left;
	margin:30px;
	height:0px;
	width:600px;
}

/* NAVIGATION STYLES */

.nav {
	float:left;
	height:30px;
	position:absolute;
	top:117px;
}

.nav:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nav ul {
	width: 100%;
	padding: 3px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.nav ul li {
	float:left;
	font-size:10px;
	list-style:none;
}

.nav ul li#first {
	background:transparent url(/images/nav-cap-l1.png) no-repeat scroll 0 1px;
	padding-left:5px;
}

.nav ul li#last {
	background:transparent url(/images/nav-cap-r1.png) no-repeat scroll right 1px;
	padding-right:5px;
}

.nav ul li#last a {
	margin-right:0 !important;
}

.nav ul li a {
	background:transparent url(/images/nav-bg1.png) repeat-x scroll center center;
	color:#000000;
	display:block;
	float:left;
	height:11px;
	letter-spacing:1px;
	margin:1px 1px 0 0;
	padding:6px;
	text-decoration:none;
	text-transform:uppercase;
}

*html .nav ul li a {
	padding:6px;
	height:0;
}
/*
.nav ul li a:hover, .nav ul li a.selected {
	background: center center repeat-x; /*THEME CHANGE HERE

}*/


.dropmenu {
	position:absolute;
	background-color:#839fe1;
	display:block;
	top:0;
	z-index:100;
	visibility: hidden;
	margin:0;
	padding:0;
}

*html .dropmenu {
	width:180px;
}

.dropmenu li {
	list-style:none;
	font-size:11px;
	padding:0;
	display:block;
	margin-bottom:1px;
}

.dropmenu li a {
	width: auto;
	background-color:#ccd7f1;
	display: block;
	padding: 6px 15px 4px 15px;
	text-decoration: none;
	color: #333333;
}

* html .dropmenu a { /*IE only hack*/
	width: 100%;
}

.dropmenu a:hover { /*THEME CHANGE HERE*/
	background-color: #e7ecf8;
}

/* MAIN AREA */

.main {
	width:963px;
	height:100%;
	margin:0px auto;
	padding:0;
}

#flash {
	width:963px;
	height:378px;
	/*background-color:#444444;*/
	margin:0 0 30px;
	padding:0;
}

#text {
	clear:both;
	float:left;
	margin-left:20px;
	width:490px;
}

*html #text {
	width:480px;
}

#text h2, #text h3 {
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	line-height:1.5em;
}

#text h2	{
	color:#fff;
	}

#text h3	{
	color:#ccc;
	font-style: italic;
	}

.white #text h2 {
	color:#333;
}

#text p {
	color:#BBBBBB;
	font-size:11px;
	line-height:1.7em;
}

.white #text p {
	color:#333;
}

#buttons {
	float:left;
	height:250px;
	margin-bottom:30px;
	margin-left:20px;
	width:432px;
}

*html #buttons {
	margin-left:10px;
}

#buttons img {
	margin-bottom:5px;
}

#sign-in {
	background:transparent url(/images/login-box-m.png) repeat-x center center;
	width: 212px;
	height:42px;
	clear:both;
	padding:0;
}

#sign-in-left {
	background:#000 url(/images/login-box-l.png) no-repeat top left;
	width:6px;
	height:42px;
	float:left;
}

.white #sign-in-left {
	background-color:#fff !important;
}

#sign-in-right {
	background:#000 url(/images/login-box-r.png) no-repeat top left;
	width:6px;
	height:42px;
	float:right;
}

.white #sign-in-right {
	background-color:#fff !important;
}

#sign-in p {
	font-size:10px;
	margin:0;
	padding:3px 0 0 0;
	line-height:1em;
}

.white10 p, .white10 blockquote, .white102, .white10 {
	color:white
}


/* FOOTER */

.footer {
	clear:both;
	width:965px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #3c3c3c;
	padding:10px 0;
}

.footer p {
	color:#777777;
	font-size:11px;
	letter-spacing:1px;
}

.footer p a {
	border:none;
}

/* ROTATOR STYLES */

#photo-area {
	margin:0px;
	padding:0px;
	width:963px;
	height:378px;
	background:black;
	position:relative;
}

#loader {
	position:relative;
	top:173px;
	left:466px;
}

#corners-overlay {
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;
}

#photo-holder {
	margin:0px;
	padding:0px;
	width:963px;
	height:378px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
}

#photo-holder img {
	margin-right:1px;
}

#photo-holder img.lastPhoto {
	margin-right:0px;
}
