@charset "utf-8";
/* CSS Document */

body {
	display:block;
	width:964px;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
	
a {
	outline:none;
	text-decoration:none;
	}
	
a:hover {
	outline:none;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
	
	
/* HEAD */

#head {
	float:left;
	width:964px;
	height:156px;
	margin:10px 0 0 0;
	/*background:transparent url(../imgs/headBackground.jpg) no-repeat;*/
	border-bottom: 4px solid #000000;
	}
	
#headMask {
	float:left;
	width:400px;
	height:156px;
	margin:0;
	background:transparent url(../imgs/headMask.png) no-repeat;
	}

#logo h1{
	float:left;
	width:103px;
	height:127px;
	margin: 6px 0 0 10px;
	display:inline;
	background:transparent url(../imgs/logo.jpg) no-repeat;
}

#logo h1 a, #logo h1 a:hover{
	position:relative;
	display:block;
	width:103px;
	height:127px;
	cursor:pointer;
}

#logo h1 span{
	display:none;
}	

/* MAIN */

#main {
	float:left;
	width:964px;
	margin:20px 0;
	}

/* MAIN LEFT */

#mainLeft {
	float:left;
	width:180px;
	margin:0;
	}
	
#search {
	float:left;
	width:180px;
	height:79px;
	font-weight:bold;
	color:#FE0000;
	}
	
#search span {
	padding:0 0 0 5px;
	}
	
.searchForm {
	float:left;
	margin:18px 0 0 0;
	width:138px;
	height:16px;
	padding: 3px 8px 2px 8px;
	font-size:11px;
	color:#000000;
	background:transparent url(../imgs/searchBackground.jpg) no-repeat; 
	border:none;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.searchOk a, .searchOk a:hover{
	float:right;
	width:21px;
	height:21px;
	margin:18px 0 0 0;
	background:transparent  url(../imgs/searchOkBackground.jpg) no-repeat;
	}
	
.searchOk span{display:none;}

#newsletter {
	float:left;
	width:175px;
	height:80px;
	margin:16px 0 0 0;
	padding:0 0 0 5px;
	font-weight:bold;
	color:#FE0000;
}
	
#newsletter a {
	font-weight:normal;
	color:#999999;
	}
	
#newsletter a:hover {
	font-weight:normal;
	color:#333333;
	}

#menu {
	float:left;
	margin:0;
	width:180px;
	padding:12px 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style:none;
	padding:0;
	margin:1px 0;
	float:left;
}

#menu ul li a {
	width:156px;
	height:17px;
	float:left;
	display:block;
	padding:3px 0 0 24px;
	margin:0;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../imgs/menuArrowOff.jpg) no-repeat;
}

#menu ul li a:hover {
	color:#FFFFFF;
	background: #666666 url(../imgs/menuArrowOn.jpg) no-repeat;
	}
	
/* MAIN RIGHT */

#mainRight {
	float:right;
	width:764px;
	margin:0;
	}

#mainRightLeft {
	float:left;
	width:372px;
	}
	
#mainRightRight {
	float:right;
	width:372px;
	}
	
#hightlight {
	float:left;
	width:372px;
	height:285px;
	margin:0 0 13px 0;
	background: transparent url(../imgs/highlight.jpg) no-repeat;
	}	
	
#hightlightMask {
	position:absolute;
	float:left;
	width:372px;
	height:285px;
	background: transparent url(../imgs/highlightMask.png) no-repeat;
	}	
	
#hightlightMask a {
	position:relative;
	float:left;
	width:372px;
	height:285px;
	}
	
.mainLabel {
	font-size:22px;
	color:#FF0000;
	font-weight:bold;
	margin: 0 0 8px 0;
	}
	
.labelInline {
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
	margin: 0 0 8px 0;
	}
	
.linkInline {
	display:block;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
	line-height:12px;
	padding:0 0 22px 10px;
	background: transparent url(../imgs/greenArrow.jpg) 0px 4px no-repeat;
	}
	
.linkInline:hover {
	color:#FE0000;
	}

.contentLabel {
	float:left;
	width:367px;
	font-size:16px;
	color:#fe0000;
	font-weight:bold;
	padding:2px 0 12px 5px;
	border-bottom:1px solid #CCCCCC;
	}
	
.contentNews {
	float:left;
	width:367px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	margin:12px 0 0 0;
	padding:0 0 0 5px;
	}
	
.contentNews a{
	float:left;
	width:367px;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	margin:0 0 12px 0;
	line-height:12px;
	text-decoration:underline;
	}
	
.contentNews a:hover{
	color:#FE0000;
	}
	
.contentNews span {
	float:left;
	width:367px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background:transparent url(../imgs/greenArrow.jpg) 335px 3px no-repeat;
	}
	
.mediumHightlight {
	float:left;
	width:367px;
	font-size:11px;
	margin:13px 0 7px 0;
	color:#666666;
	}
	
.mediumHightlight a {
	margin: 1px 0 6px 0;
	font-weight:normal;
	display:block;
	color:#000000;
	line-height:12px;
	text-decoration:underline;
	}
	
.mediumHightlight a:hover {	
	color:#FE0000;
	}
	
.mediumHightlightImg {
	float:left;
	width:96px;
	height:96px;
	padding:1px;
	margin:0 15px 0 0;
	border:1px solid #CCCCCC;
	}
	
.mediumHightlightImg img {
	float:left;
	width:96px;
	height:96px;
	}
	
.mediumHightlight span a {
	margin: 10px 0 0 0;
	font-weight:normal;
	display:block;
	color:#FE0000;
	line-height:12px;
	}
	
.mediumHightlight span a:hover { text-decoration:underline;}

/* FOOTER */

#footer {
	float:left;
	width:964px;
	color:#333333;
	border-top: 4px solid #CCCCCC;
	padding:12px 0 0 0;
	}
	
#copyright{
	float:left;
	}
	
#footerMenu {
	width:600px;
	float:right;
	padding:0;
}

#footerMenu ul {
	position:relative;
	right:-10px;
	padding:0;
	margin:0;
}

#footerMenu ul li {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	font-size:11px;
	text-align:right;
}

#footerMenu ul li a {
	display:inline-block;
	padding:0;
	margin:0 10px;
	color:#333333;
	text-align:right;
}

#footerMenu ul li a:hover {
	color:#999999;
	text-decoration:underline;
}
