@import '/jcarousel/lib/jquery.jcarousel.css';
@import '/jcarousel/skins/tango/skin.css';

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #0097ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.firstitem {
	width:75px;
	height:75px;
}
#displaytable {
	padding:0px;
	margin:0px;
	border:none;
	width:100%;
	height:100%;
}

#imagebox {
	background-position:center;
	background-repeat:no-repeat;
}
#displaycell {
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	background-color:#000000;
}
#displaycell table {
	margin-left:auto;
	margin-right:auto;
}
#imagebox img {
border:#0097ff solid 1px;
}
#maintable {
	padding:0px;
	margin:0px;
	border:none;
	vertical-align:middle;
}
#maintable tr td img, #maintable tr td {
	padding:0px;
	margin:0px;
}
.oneColElsCtr #container {
	width: 898px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #0097ff;
	background-image: url(/images/Background.jpg);
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 702px;
}
.oneColElsCtr #mainContent {
	position: relative;
	height: 580px;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	top: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 11px;
	position: relative;
}
#navMenu {
	width: 500px;
	float:right;
	position:relative;
	top: 0px;
	text-align: right;
}
#navMenu img {
	padding-left:20px;
}
#vertScroll {
	float:right;
	width:104px;
	height:97%;
	position:absolute;
	right:-1px;
	

}
#displaySpace {
	position:absolute;
	left:80px;
	height:97%;
	width:620px;
}
#display #thumbContainer div {
	background-color:#999999;
	margin:8px auto 8px auto;
	height:60px;
	width:60px;
}
#display {
	position:absolute;
    width:75px;
	overflow: hidden;
	height:90%;
	top:20px;
}
#standardContent {
	color:#FFFFFF;
	padding-left:100px;
	padding-right:100px;
}