* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: none;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Calibri,  Helvetica, sans-serif;
	background: #3F4952;
}
.highlight {
	color: #A0AF36;
	font-weight: bold;
}
a:hover {
	cursor:pointer;
}
a img {
	border: none;
	padding: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 873px;
	position: relative;
	padding-top: 1px;
}

td {
	vertical-align: top;	
}

.grey {
	color: grey!important;	
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++ LIGHTBOX ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#overlay {
	background-color:black;
	position:absolute;
	width:100%;
	filter:alpha(opacity=7);
	-moz-opacity:0.7;
	opacity:0.7;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000;
}
#holder {
	position: absolute;
	background-color: #fff;
	padding:5px;
	top: 30px;
	display: none;
	z-index: 1001;
}
#holder img.lightbox {
	display: block;
	clear: both;
}
#holder p {
	clear: both;
	display: block;
	padding: 5px 0;
	color: #a0a0a1!important;	
	font-size: 12px;
}
#holder p span {
	color: #B09A8F!important;
	font-weight: bold;
}
/*===============================================HEADER==============================================*/
#header {
	position: relative;
	margin: 0 auto;	
	width: 873px;
	height: 200px;
	background: #B4CB23;
}
#header h1 {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 183px;
	height: 40px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
}
#header #date {
	position: absolute;
	right: 90px;
	bottom: 10px;
	color: #404040;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}
/*===============================================MENU PANEL==============================================*/
#panels {
	float:left;
 	position:absolute;
	height: 36px;
	overflow: visible;
	z-index: 100;
	top: 203px;
}
#panels h1 {
	padding-left: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
#panels img {
	padding-left: 6px;
}
#panels p {
	padding-left: 20px;
	font-size: 10px;
}
/*================================================MENU=====================================================*/
#menu {
	font-size: 12px;
	font-weight: bold;
	overflow: visible;
	z-index: 1000;
}
#menu li:hover ul,
#menu li.hover ul {
	display: block;
}
#menu ul{ height: 36px; padding-left: 10px; background: url(../img/menu.jpg) repeat-x; width: 800px;}
#menu ul li {
	padding: 0px 5px;
	position: relative;
	float:left;
}
#menu ul li a {
	padding: 2px 2px 2px 2px;
	display: block;
	color: #4C74A8;
	text-decoration: none;
	height: 32px;	
	float:left;
}
#menu ul li a:hover, #menu ul li ul li a:hover {
	color: #000 !important;
	font-weight: bold;
}
#menu ul li .section {
	color: #A0AF36;
}
.subsection {
	font-weight: bold;
	font-size: 12px;
}
#menu li {
	float: left;
	list-style: none;
	text-align: left;
	position: relative;
}
#menu li ul {
	position: absolute;
	top: 10px;
	left: -1px;
	display: none;
	z-index: 1000;
	margin-top: 10px;
	width: 190px;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	padding-left: 0px;
	height: auto;
	margin-top: 25px;
	background: #fff;
}
#menu li ul li {
	width: 190px;
	z-index: 1000;
	display: block;
	margin: 0px;
	background: #fff;
	text-align: left;
	border-bottom: 1px solid #c6c6c6;
	padding: 0px;
}
#menu li ul li ul {
	display: none;
	position: absolute;
	left: 190px;
	top: -1px;
	border-top: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding-left: 0px;
	margin-top:0px;
}
#menu li ul li a {
	display: block;
	z-index: 1000;
	padding: 5px 5px 0px 5px;
	width: 180px;	
	background: #fff;
	color: #4C74A8;
	text-align: left;
	height: 20px;
}
#menu li ul li ul li a {
	width: 180px;
	height: 20px;
	padding: 5px 5px 0px 5px;
}
#menu .right {
	float: right;	
	padding-right: 10px;
}
#menu .left {
	float: left;	
	padding-left: 0px;
	padding-bottom: 2px;
}
#menu p {
	padding-top: 2px;

}
#menu p a {
	color: #999;
	text-decoration: none;
}
#menu p a:hover {
	color: #000;
}
/*==================================SUBMENU========================================*/
#submenu {
	width:200px;
	background: #FAD256;
	float:right;
	margin-right: 10px;
	font-size: 12px;
	z-index: 1000;
	padding: 5px 0px;
	margin-top: 35px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#submenu ul {
	padding: 10px 0px;
	list-style: none;
	margin-left: 10px;
}
#submenu ul li a{
	color: #000;
	text-decoration: none;
}
#submenu img{
	float: left;
	border: 1px solid #c6c6c6;
}
#submenu li {
	padding: 5px 0px;
	height: 50px;	
}
#submenu td{
	vertical-align: middle;	
	height: 62px;
	padding: 5px 5px;
}
#submenu td a{
	color: #000;
	text-decoration: none;
}
/*==================================CONTENT========================================*/
#content {
	position: relative;
	float: left;
	left: 0px;
	margin: 0 ;
	font-size: 13px;
	color: #000000;
	z-index: 1;
	padding: 35px 72px 20px 40px;
	line-height: 22px;
	background: #fff;
	width: 761px;
}
#content ul {
	margin-left: 20px;
}
#content li {
	padding-bottom: 10px;
	margin-left: 20px;
}

#content .filmstrip {
	margin-left: 0px;
}

#content .filmstrip li {
	margin-left: 0px;
	padding-bottom: 0px;
}

#content h1{
	padding: 10px 0px 20px 0px;
	color: #A0AF36;
	font-size:14px;
	font-weight: bold;
	line-height: 22px;
}
#content h2{
	color: #A0AF36;
	font-size:13px;
}
#content h3{
	color: #A0AF36;
	font-size:13px;
}
#content p {
	padding-bottom: 12px;
}
#content .bread .link0 {
	color: #0D267A;	
	text-decoration:none;	
}
#content .bread .link1 {
	color: #0D267A;	
	text-decoration:none;
}
#content a {
	color: #202478;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/* for search page results */
#content p b a {
	text-decoration: underline;	
}

#showname {
	height: 35px;
}
#showname p {
	font-weight: bold;
	font-size: 12px;
}
#content .bread a:hover{
	text-decoration: underline;
}

#content table.datatable th {
	background: #9DAF3D;
	font-weight: bold;
	text-align: center;	
}

#content table.datatable td {
	padding: 3px;	
}

/*======================================FOOTER===================================================*/
#footer {
	width: 873px;
	background-color: #E7FF51;
	height: 27px;
	border-bottom: 1px solid #829251;
	float: left;
	position:relative;
}
#footer .lside {
	position: absolute;
	left: 0px;
	background:transparent url(../img/lc.jpg) no-repeat;
	height: 28px;
	width: 15px;
}
#footer .rside {
	position: absolute;
	right: 0px;
	background:transparent url(../img/rc.jpg) no-repeat;
	height: 28px;
	width: 15px;
}
#footer p {
	font-size: 12px;
	padding-top: 6px;
	clear: both;
	text-align: left;
	color: #000;
}
#footer a {
	color: #404040;
	text-decoration: none;	
	font-size: 12px;
}
#footer p a:hover {
	text-decoration: underline;	
}
.fouter {
	padding: 10px;
	width: 873px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	float:left;
}
.fouter p a {
	color: #E7FF51;
	font-weight: bold;
	text-decoration: none;	
}
/*==============================================CONTACT FORM===============================================================*/
#contact-form {
	width: 460px;
	float: left;
}
#contact-form ul {
	margin: 0px!important;	
}
#contact-form ul li {
	list-style: none;
	clear: both;
	width: 460px;
	padding-bottom: 0px;
	margin-left: 0px !important;
}
#contact-form label {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
#contact-form input {
	float: left;
	width: auto;
	margin-bottom: 5px;
}
#contact-form input[type="checkbox"] {
	float: left;
}

#contact-form input[type="radio"] {
	float: left;
}
#contact-form select {
	float: left;
	width: 250px;
	margin-bottom: 5px;
	z-index: 2000;
}
#contact-form input.submit {
	width: auto;
}
#contact-form textarea {
	float: left;
	width: 250px;
	margin-bottom: 5px;
}
#contact-form li p {
	float: right;
	width: 200px;
	margin-bottom: 2px;
}


/******** TAB EXPERIMENT ***********/

.tab {
	position: absolute;
	right: 0;
	width: 30px;
	height: 90px;
	border-right: none;
	z-index: 2000;
}

.tab#chat {
	top: 45px;
	background: url(/img/chat.jpg) no-repeat;
}

.tab#search {
	top: 145px;	
	background: url(/img/search.jpg) no-repeat;
}

.tab#calc {
	top: 245px;	
	background: url(/img/shop.jpg) no-repeat;
}

.tab#buy {
	top: 345px;	
	background: url(/img/shop.jpg) no-repeat;
}

.tab img {
	display: inline;	
}

.tab .content {
	float: right;
	width: 180px;
	display: none;
	margin: 2px;
}

.tab .content h1 {
	margin: 0!important;
	padding: 0!important;
	font-size: 14px!important;
}

.tab .content p {
	margin: 0!important;
	padding: 0!important;	
}

.tab .content a {
	color: #4C74A8!important;
	font-weight: bold;
}

.tab .content a:hover {
	color: #000!important;	
}