/* Fonts */
dd, div, dl, dt, form, ol, p, td, th, ul, li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, lucida, sans-serif;
	font-size: 12px;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, lucida, sans-serif;
	margin: 0 0 0 0;
	text-align: center;
	background-image: url(images/bg_page.jpg);
	background-repeat: no-repeat;
	background-color: #444444;
	scrollbar-face-color:#9A9A9A;
	scrollbar-base-color:#9A9A9A;
	scrollbar-highlight-color:#B7B7B7;
	scrollbar-3dlight-color:#929292;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#666666;
	scrollbar-arrow-color:#444444;
	/*scrollbar-track-color:#4B4B41;*/
}
div {
	margin: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
h2 {
	font-size: 12px;
	color: #FFF;
}
.msgOK {
	color:#00FF00;
	font-weight:bold;
}
.msgError {
	color:#FFF;
	font-weight:bold;
}
/* Layout Layers */
#frame {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
#banner {
	width:780px;
	height:155px;
	padding:0px;
	float:left;
	background-image:url(images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#banner #homeLink {
	width:250px;
	height:30px;
	margin: 20px 0px 0px 0px;
	padding:0px;
	float:left;
}
#banner #tools {
	float:right;
	height:21px;
	background:#eee;
	margin:128px 0px 5px 10px;
	text-align:right;
}
#banner #tools #menu ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#banner #tools #menu ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#banner #tools #menu ul li a
{
	background: #444444;
	width: 140px;
	height: 20px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0;
	margin: 0 0 0px 0;
	color: #B7B7B7;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#banner #tools #menu ul li a:hover
{
	color: #FFFF00;
	background-color: #5E5E5E;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#navbar {
	width:780px;
	height:20px;
	padding:0px;
	margin:0px 0px 6px 0px;
	float:left;
	background-color: #444444;
	border-top: 5px #E9A953 solid;
	border-bottom: 3px #E9A953 double;
}
#viewer {
	width:780px;
	height:272px;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	border-top: 1px #FFF solid;
	background-color:#EAAC55;
	background-image: url(images/bg_viewer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom:1px solid #444;
	scrollbar-face-color:#E18136;
	scrollbar-base-color:#E18136;
	scrollbar-highlight-color:#E9A953;
	scrollbar-3dlight-color:#FAB912;
	scrollbar-darkshadow-color:#B7510B;
	scrollbar-shadow-color:#BE5A03;
	scrollbar-arrow-color:#B7510B;
	/*scrollbar-track-color:#4B4B41;*/
}
#viewer #imgSlide {
	width:220px;
	height:183px;
	padding:0px;
	margin:43px 25px 25px 25px;
	float:left;
	display:inline;
	border: 1px solid #444;
}
#viewer #header {
	width:390px;
	float:right;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 25px 20px 5px 0px;
	color: #FFF;
}
#viewer #info {
	width:390px;
	height:200px;
	float:right;
	padding:0px;
	margin: 0px 0px 0px 0px;
	overflow:auto;
}
#viewer #info #listLeft {
	width:180px;
	float:left;
	color:#FFF;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	margin: 0px 5px 0px 0px;
	overflow:visible;
}
#viewer #info #listRight {
	width:180px;
	float:left;
	color:#FFF;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	margin: 0px 0px 0px 0px;
	overflow:visible;
}
#viewer #info #list {
	width:360px;
	float:left;
	color:#FFF;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	margin: 0px 5px 0px 0px;
	overflow:visible;
}
#line {
	width:780px;
	height:10px;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	border-top: 2px #FFF solid;
	background-color: #5E5E5E;
	overflow:hidden;
}
#content {
	width:780px;
	padding:0px;
	margin:0px 0px 50px 0px;
	float:left;
	background-color: #FFF;
	background-image: url(images/bg_copy.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow:visible;
}
#content #left {
	width:360px;
	padding-bottom:35px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin:0px 0px 0px 0px;
	float:left;
}
#content #left img {
	border: 1px solid #444;
}
#content #right {
	width:360px;
	padding-bottom:35px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin:0px 0px 0px 20px;
	float:left;
}
#content #all {
	width:750px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:35px;
	padding-left:10px;
	margin:0px 0px 0px 0px;
	float:left;
}
#content #right #box_scroller {
	width:340px;
	height:120px;
	padding:5px;
	margin:0px 0px 20px 0px;
	overflow:auto;
}
/*////////////////////
//	Navigation MAIN //
////////////////////*/
#navcontainer
{
	margin: 0px 0 0 0px;
	padding: 0;
	height: 20px;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	background: #444444;
	width: 100px;
	height: 19px;
	border-right: none;
	padding: 0;
	margin: 0 0 0px 0;
	color: #B7B7B7;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
	color: #FFF;
	background-color: #5E5E5E;
}

#navcontainer a:active
{
	color: #FFF;
	background-color: #5E5E5E;
}

#navcontainer li#active a
{
	color: #FFF;
	background-color: #5E5E5E;
}