body {
	font-family:"Trebuchet MS1", Helvetica, sans-serif;
	color:#FFF;
	font-size:1em;
}
#main-link {
	position:absolute;
	display:block;
	width:350px;
	height:90px;
}
#main-link span {
	display:none;
}
#nav {
	float:right;
	padding:50px 0 0 0;
	margin:0;
}
#navtwo {
	float:right;
	padding:10px 0 0 0;
	margin:0;
}
#nav li, #navtwo li {
	float:left;
	margin-right:8px;
	list-style:none;
}
#nav li .bar, #navtwo li .bar {
	float:left;
	display:block;
	width:8px;
	border-left:#FFF 1px solid;
	height:.8em;
	margin:4px 0 0 0;
}
#nav li a, #navtwo li a {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}

/* Intro Page CSS */
#intro-images-choice {
	position:absolute;
	top:228px;
	left:156px;
}
#intro-images-choice a {
	color:#FFF;
	float:left;
	display:block;
	width:140px;
	padding-top:177px;
	margin-right:30px;
	margin-left:3px;
	text-align:center;
	text-decoration:none;
	background:url('images/x.gif');
}
#intro-text {
	position:absolute;
	top:445px;
	left:300px;
	margin:0;
	width:480px;
	color:#FFF;
}
#intro-text p {
	margin:0 0 10px 0;
}
/* Front page frame css */
#frames {
	background:url('../images/intro-frame.png') no-repeat;
	position:absolute;
	top:218px;
	left:151px;
	width:502px;
	height:214px;
}
#frame-images {
	position:absolute;
	top:218px;
	left:151px;
	width:502px;
	height:214px;
	overflow:hidden;
}
.frame {
	float:left;
	position:relative;
	width:165px;
	height:192px;
	overflow:hidden;
}
#frame-images img {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
#content-wrapper {
	width:650px;
	margin:30px 0 0 70px;
}
#content-wrapper a {
	color:#FBFBFB;
	color:#99CCFF;
}
#content-title {
	margin:0 0 0 15px;
	padding:0 10px 0 0;
	width:492px;
	color:#FFF;
}
#content-title h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	display:block;
	float:left;
	font-size:1.8em;
}
#content-title a {
	margin:10px 0 0 0;
	padding:0;
	display:block;
	float:right;
	color:#FFF;
	text-decoration:none;
}
#content-outer {
	background-color:#253346;
	border:#253346 4px solid;
}
#content {
	margin-left:.1em;
	padding-left:10px;
	height:356px;
	border:#4a668c 1px solid;
}
#thumbnails {
	float:left;
	width:376px;
	height:76px;
	margin:7px 5px 0 5px;
	background-color:#253346;
	border:#4a668c 1px solid;
	/*new*/
	padding:0;
	overflow-y:hidden;
	overflow:auto;
	white-space:nowrap;
	height:91px;
}
#thumbnails .thumbnail {
	display:block;
	background-color:#FFFFFF;
	width:72px;
	height:70px;
	padding:3px 2px 3px 1px;
	float:left;
	border:0;
}
#thumbnails .end-thumb {
	padding:3px 1px 3px 1px;
}
#image-selection {
	margin-left:190px;
}
#image-selection a img {
	border:0;
}
#more-thumbs-left {
	visibility:hidden;
	display:block;
	float:left;
	margin:50px 0 0 0;
	background:url('../images/left-arrow.gif') no-repeat;
	width:20px;
	height:16px;
}
#more-thumbs-right {
	visibility:hidden;
	display:block;
	float:left;
	margin:50px 0 0 0;
	background:url('../images/right-arrow.gif') no-repeat;
	width:20px;
	height:16px;
}
#more-thumbs-right span,#more-thumbs-left span {
	display:none;
}
body #nicedit {
	width:300px;
}

body #nicholder{
	color:#000000;
}
body .nicEdit-main, body .nicEdit-pane{
	color:#FFF;
}
.hovertable tr:hover {
	background:#0E417E;
}
.hovertable .hovernone:hover {
	background:inherit;
}
.catalog-img {
	margin:0 5px;
	width:135px;
	float:left;
}
.catalog-img-sub {
	margin:2px 25px;
	width:135px;
	float:left;
}
#right-gallery {
	height:356px;
	overflow:auto;
	width:200px;
	float:right;
	text-align:center;
	overflow-x:hidden;
}
#right-gallery img {
	display:block;
	width:100px;
	height:100px;
	border:0;
	margin:10px auto;
}
span.error {
	color:#FF0000;
	font-weight:bold;
}
span.success {
	color:#0099FF;
	font-weight:bold;
}
#footer {
	text-align:center;
}
#footer a {
	color:#99CCFF;
}

/* Inner page slide show */

.slideshow {
	float:right;
	position:relative;
	width:300px;
	height:348px;
	overflow:hidden;
	border:#336699 4px inset;
}
.slideshow img {
	position:absolute;
	top:0;
	left:0;
}
