@charset "UTF-8";

/* Main Layout */


body {
	margin: 0;
	padding:  0;
	background: url(../images/main_background.gif) repeat-x;
	background-color: #397d2d;
	text-align: center;
}

#container {
	position:relative;
	width: 988px;        /* this will create a container 80% of the browser width */
	margin: 0 auto;      /* the auto margins (in conjunction with a width) center the page */
	text-align: left;    /* this overrides the text-align: center on the body element. */
	height: 697px;
	background: url(../images/spotlight.jpg) no-repeat;
}

#logo {
	float: left;
	margin-left: 22px;
	#margin-left: 16px;
	_margin-left: 16px;
	width: 160px;
	height: 160px;
	background: transparent;
}

#language{
	float: right;
	margin-right: 23px;
	#margin-right: 15px;
	_margin-right: 15px;
}

#navigation{
	float: left;
	margin-top: 32px;
	#margin-top: 26px;
	_margin-top: 26px;
	width: 760px;
	height: 60px;
	background: transparent;
}

#search{
	float: right;
	margin-top: 5px;
	#margin-top: 0px;
	_margin-top: 0px;
	margin-right: 25px;
	#margin-right: 15px;
	_margin-right: 0px;
	width: 200px;
	height: 35px;
	background: transparent;
}

#banner{
	float: left;
	margin-top: 2px;
	#margin-top: 0px;
	_margin-top: 0px;
	#margin-left: 12px;
	_margin-left: 12px;
	width: 980px;
	height: 308px;
	background: transparent;
	overflow-y: hidden;
}

#hotbox1{
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	#margin-left: 35px;
	_margin-left: 25px;
	width: 172px;
	height: 217px;
	background: transparent;
}

#hotbox2{
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 172px;
	height: 217px;
	background: transparent;
}

#hotbox3{
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 172px;
	height: 217px;
	background: transparent;
}

#hotbox4{
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 172px;
	height: 217px;
	background: transparent;
}

#hotbox5{
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 185px;
	height: 217px;
	background: transparent;
}

#footer{
	float: left;
	margin-top: 25px;
	margin-left: 28px;
	margin-right: 23px;
	width: 934px;
	height: 80px;
	background: transparent;
}

/* Content1 Layout */


/* Classes */

/* Top Strip */
.striplink, .striplink a, .striplink a:link{
	padding: 5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	color: #cbcbcb;
	text-decoration: none;
}

.striplink a:visited, .striplink a:active{
	font-size: 0.8em;
	color: #cbcbcb;
	text-decoration: none;
}

.striplink a:hover{
	font-size: 0.8em;
	color: #acf07a;
	text-decoration: underline;
}


/* Main Page */
.mainthumbnail{
	padding-bottom: 10px;
}

.quicklink, .quicklink a, .quicklink a:link{
	padding: 7px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em; 
	color: #fff;
	letter-spacing: 1.5px;
	text-decoration: none;
}

.quicklink a:visited, .quicklink a:active{
	color: #fff;
	font-size: 0.83em;
	letter-spacing: 1.5px;
	text-decoration: none;
}

.quicklink a:hover{
	color: #acf07a;
	font-size: 0.83em;
	letter-spacing: 1.5px;
	text-decoration: underline;
}


/* Main Page English */
.quicklinkeng, .quicklinengk a, .quicklinkeng a:link{
	padding: 7px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.8em; 
	text-decoration: none;
}

.quicklinkeng a:visited, .quicklinkeng a:active{
	color: #fff;
	font-size: 0.8em; 
	text-decoration: none;
}

.quicklinkeng a:hover{
	color: #acf07a;
	font-size: 0.8em; 
	text-decoration: underline;
}

/* End Main Page English */

.inputbg{
	background: #fff;
}

.inputsearch{
	border: 0;
	width: 132px;
	height: 17px;
	#height: 12px;
	_height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	color: #494949;
}


/* Footer */
.footerlink, .footerlink a, .footerlink a:link{
	padding: 2px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em; 
	color: #f2f2f2;
	text-decoration: none;
}

.footerlink a:visited, .footerlink a:active{
	font-size: 0.83em; 
	color: #f2f2f2;
	text-decoration: none;
}

.footerlink a:hover{
	font-size: 0.83em; 
	color: #acf07a;
	text-decoration: underline;
}

.footertext{
	padding: 8px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.55em; 
	color: #fff;
	text-decoration: none;
}
