html {
	height: 100%;
	background-color: #eee;
}

body{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height: 100%;
	background-color: #eee;
	text-align: center;
	color: #5f5f5f;
}
div#outter{
	width: 100%;
	height: 100%;
	background-color: #eee;	
	text-align: center;
}
div#wrapper{
	position: relative;
	width: 950px;
	margin: 18px auto 0 auto;
}
div#header{
	width: 950px;
	height: 101px;
	background: url(../images/header_bg.png) no-repeat top left;
	float: left;
	text-align: left;
	position: relative;
}
#footer p{
	line-height: 24px;
}
#footer img {
	margin-left: 10px;
}

div#logo{
	margin: 22px 0 0 32px;
}
div#header ul{
	display: block;
	float: right;
}
div#header ul li{
	float: left;
	margin-right: 15px;
}
div#header ul li a{
	color: #a6a6a6;
	text-decoration: none;
}
div#navigation{
	float: left;
	width: 950px;
	height: 35px;
	background: url(../images/nav_bg.gif) repeat-x top left;
	margin: 8px 0;
}
div#navigation ul{
	margin-left: 30px;
}
div#navigation ul li{
	float: left;
	line-height: 35px;
	position: relative;
}
div#navigation ul li ul{
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	margin: 0;
	z-index: 1;
}
div#navigation ul li ul li{
	clear: left;
	position: relative;
}
div#navigation ul li:hover ul li ul{
	display: none;
	position: absolute;
	top: 1px;
	left: 100%;
	z-index: 2;
}
div#navigation ul li:hover ul li:hover ul{
	display: block;
}
div#navigation ul li ul li a{
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	color: #fff;
	background: url(../images/submenu_bg.gif) no-repeat top left;
	padding: 0 11px;
	font-family: Arial;
	text-align: left;
}
div#navigation ul li ul li a:hover{
	background: url(../images/submenu_hover_bg.gif) no-repeat top left;
}
div#navigation ul li a{
	display: block;
	height: 26px;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	padding: 9px 10px 0 10px;
	font-family: Calibri;
}
div#navigation ul li a.active,
div#navigation ul li a:hover{
	background: url(../images/menu_hover_bg.gif) repeat-x top left;
}
div#navigation ul li:hover ul{
	display: block;
}
div#search{
	padding-top: 7px;
	height: 28px;
	width: 200px;
	float: right;
}
div#search form input{
	background: url(../images/search_input.gif) no-repeat top left;
	border: 0;
	width: 153px;
	height: 21;
	font-size: 10px;
	color: #fff;
	padding: 4px;
	margin: 0;
}
div#search form button{
	width: 21px;
	height:21px;
	border: 0;
	background: #c4211a;
	font-size: 10px;
	padding: 0;
	margin: 0;
	color: #fff;
}
div#content{
	width: 950px;
	float: left;
}
div#left{
	width: 735px;
	float: left;
	text-align: left;
}
div#right{
	width: 198px;
	float: right;
	text-align: left;
}
div#visualBig{
	position: relative;
	/*float: left;*/
	height: 236px;
	overflow: hidden;
	width: 735px;
}
.visualItem {
	position: absolute;
	top: 0;
	left: 0;
}
div.visualDescription{
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 320px;
	background: url(../images/white_transparent.png) top left;
	padding: 20px;
}
div.visualDescription h2,
div.visualDescription h3{
	font-size: 11px;
	color: #5f5f5f;
	font-weight: bold;
}
div.visualDescription p{
	font-size: 11px;
	color: #6d6d6d;
	line-height: 16px;
}
div.visualDescription p a{
	color:#CF231C;
	font-size:11px;
	text-decoration:none;
}
div#visualBig ul#visualNavigation{
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
div#visualBig ul#visualNavigation li{
	float: left;
	margin-left: 2px;
}
div#visualBig ul#visualNavigation li a{
	display: block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	background: url(../images/visual_page_bg.png) no-repeat top left;
	color: #e6e6e6;
	text-decoration: none;
	font-size: 10px;
}
div#visualBig ul#visualNavigation li a.active{
	background: url(../images/visual_page_active_bg.png) no-repeat top left;
	color: #5c5c5c;
}
div.rightBox{
	width: 198px;
	float: left;
	margin-bottom: 10px;
}
div.rightBoxTop{
	width: 198px;
	height: 7px;
	float: left;
	background: url(../images/right_box_top.png) no-repeat top left;
}
div.rightBoxBottom{
	width: 198px;
	height: 7px;
	float: left;
	background: url(../images/right_box_bottom.png) no-repeat top left;
}
div.rightBoxContent{
	width: 184px;
	padding: 0 7px;
	float: left;
	background: url(../images/right_box_content.png) repeat-y top left;
}
div.rightBoxContent p.more a{
	color: #cf231c;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin: 10px 2px;
	font-weight: normal;
	padding-left: 2px;
}
div.rightBoxContent p.more a strong{
	font-weight: bold;
}
div.rightBoxContent p a{
	font-size: 11px;
	color: #808080;
	font-weight: bold;
	display: block;
	margin: 10px 2px;
}
div.rightBoxContent p a:hover{
	text-decoration: none;
}
div.rightBoxContent h3{
	width: 174px;
	height: 22px;
	overflow: hidden;
	background: url(../images/right_box_h3.png) no-repeat top left;
	font-size: 11px;
	color: #727272;
	font-weight: bold;
	line-height: 22px;
	padding: 0 5px;
}

div.rightBox.red div.rightBoxContent h3{
	width: 174px;
	height: 22px;
	overflow: hidden;
	background: url(../images/right_box_h3_red.png) no-repeat top left;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	line-height: 22px;
	padding: 0 5px;
}
div.eventItemBox{
	margin-top: 15px;
	padding: 2px;
}
div.eventItemBox h4 a{
	font-size: 11px;
	color: #808080;
	font-weight: bold;
}
div.eventItemBox h4 a:hover{
	text-decoration: none;
}
div.eventItemBox p{
	font-size: 10px;
	color: #909090;
	line-height: 16px;
}
div#footer{
	float: left;
	width: 950px;
	text-align: left;
	margin: 10px 0;
}
div#footer p{
	font-size: 10px;
	color: #9c9c9c;
}
div#footer p a{
	font-size: 10px;
	color: #9c9c9c;
	text-decoration: none;
}
div#footer p a:hover{
	text-decoration: underline;
}
div.marketBoxes{
	float: left;
	margin-top: 30px;
}
div.marketBoxItem{
	width: 174px;
	float: left;
	text-align: center;
	margin-right: 13px;
	margin-bottom: 15px;
}
div.marketBoxItem.last{
	margin-right: 0px;
}
div.marketBoxItem h2{
	width: 174px;
	height: 29px;
	line-height: 29px;
	background: url(../images/market_box_header.png) no-repeat top left;
	color: #909090;
	font-weight: bold;
	font-size: 11px;
}
div.marketBoxContent{
	background: #dddddd;
}
div.marketBoxContent p{
	padding: 15px;
	text-align: left;
	font-size: 11px;
	color: #6d6d6d;
}
div.marketBoxContent p.box{
	padding: 0;
	text-align: center;
	width: 172px;
	height: 115px;
	overflow: hidden;
}
div.marketBoxContent p a{
	font-size: 11px;
	color: #cf231c;
	text-decoration: none;
}
div#visualSmall{
	position: relative;
	float: left;
	width: 735px;
	height: 166px;
}
div#visualSmall h1{
	display: block;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 671px;
	height: 26px;
	line-height: 26px;
	background: url(../images/visual_label_bg.png) top left;	
	font-size: 16px;
	font-family: Calibri;
	font-weight: bold;
	color: #fff;
	padding: 9px 32px 0 32px;
}
div#breadcrumbs{
	float: left;
	width: 735px;
	height: 30px;
	line-height: 30px;
	padding-left: 24px;
	font-size: 11px;
	color: #909090;
}
div#breadcrumbs a{
	color: #909090;
	text-decoration: none;
}
div#breadcrumbs a:hover{
	text-decoration: underline;
}
div.page{
	float: left;
}

div.pageTop{
	float: left;
	width: 735px;
	height: 8px;
	background: url(../images/page_top_bg.png) no-repeat top left;	
}
div.pageTabs{
	float: left;
	width: 735px;
	height: 26px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
div.pageTabs ul{
	display: block;
	width: 735px;
	position: absolute;
	bottom: -1px;
}
div.pageTabs ul li{
	float: left;
	margin-right: 10px;
}
div.pageTabs ul li a{
	font-weight: bold;
	text-transform: uppercase;	
	cursor:pointer;
	padding:0 5px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/page_tab_r.png) no-repeat right top;
	text-decoration: none;
}
div.pageTabs ul li a span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 15px 0 20px;
	height: 26px;
	line-height: 26px;	
	font-size: 11px;
	color: #808080;
	font-weight: bold;
	background: transparent url(../images/page_tab_l.png) no-repeat left top;
}
div.pageTabs ul li a.active{
	font-weight: bold;
	text-transform: uppercase;	
	cursor:pointer;
	padding:0 5px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/page_tab_active_r.png) no-repeat right top;
	text-decoration: none;
}
div.pageTabs ul li a.active span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 15px 0 20px;
	height: 26px;
	line-height: 26px;	
	font-size: 11px;
	color: #cf231c;
	text-decoration: underline;
	font-weight: bold;
	background: transparent url(../images/page_tab_active_l.png) no-repeat left top;
}
div.pageContent{
	float: left;
	width: 687px;
	background: url(../images/page_content_bg.png) repeat-y top left;	
	padding: 24px;
}
div.pageBottom{
	float: left;
	width: 735px;
	height: 8px;
	background: url(../images/page_bottom_bg.png) no-repeat top left;	
}
div.rightBoxContent ul.accordion{
	display: block;
	margin-top: 5px;
}
div.rightBoxContent ul.accordion li{
	margin-bottom: 2px;
}
div.rightBoxContent ul.accordion li a{
	display: block;
	width: 172px;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;	
	background: #e9e9e9 url(../images/grey_arrow_down.png) no-repeat center right;
}
div.rightBoxContent ul.accordion li ul{
	display: none;
	margin: 4px 0;
}
div.rightBoxContent ul li a,
div.rightBoxContent ul.accordion li ul li a{
	background: none;
	font-size: 11px;
	font-weight: normal;
	color: #909090;
	padding: 0 6px;	
	line-height: 17px;
	height: auto;
}
div.rightBoxContent ul.noaccordion li a.active,
div.rightBoxContent ul.noaccordion li a:hover,
div.rightBoxContent ul.accordion li ul li a.active,
div.rightBoxContent ul.accordion li ul li a:hover{
	color: #cf231c;
	text-decoration: underline;
	background: url(../images/red_arrow.gif) no-repeat center left;
}
div.pageContent h2{
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	margin-bottom: 10px;
	text-transform: uppercase;
}
div.pageContent h2 span{
	float: right;
}
div.pageContent p a{
	color: #5f5f5f;
}
div.pageContent p a:hover{
	text-decoration: none;
}
a.rss{
	display: block;
	width: 29px;
	height: 29px;
	background: url(../images/rss.png) no-repeat left top;
	float: right;
}
a.unsubscribe{
	display: block;
	line-height: 29px;
	height: 29px;
	float: left;
	margin-right: 15px;
	color:#CF231C;
}
a.rss span{
	display: none;
}
a.upload{
	display: block;
	height: 20px;
	padding-left: 20px;
	background: url(../images/upload.png) no-repeat left top;
	text-decoration: none;
	color: #C4211A;
}
a.download{
	display: block;
	height: 20px;
	padding-left: 20px;
	background: url(../images/download.png) no-repeat left top;
	color: #C4211A;
}
a.download:hover{
	text-decoration: none;
}
a.upload:hover{
	color: #DA251D;
}
div.newsItemShort{
	margin-top: 25px;
}
div.newsItemShort h3,
div.newsItemShort h3 a{
	display: block;
	line-height: 32px;
	background: #e9e9e9;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: none;
}
div.newsItemShort p{
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
}
div.newsItemShort p.newsDate{
	font-size: 11px;
	color: #909090;
}
div.newsItemShort p.more{
	margin-top: 5px;
}
div.newsItemShort p.more a{
	font-size: 12px;
	color: #cf231c;
	font-weight: bold;
}
div.newsItemShort p.more a:hover{
	text-decoration: none;
}
div.productItem{
	width: 157px;
	border: 5px solid #ededed;
	float: left;
	margin: 0 6px 25px 0;
}
div.productItem.last{
	margin-right: 0;
}
div.productItem a{
	display: block;
	overflow: hidden;
	border: 2px solid #fff;
	height: 150px;
}
div.pageContent div.productItem h2{
	margin-bottom: 0;
}
div.productItem h2 a{
	border: 0;
	width: 157px;
	display: block;
	text-align: center;
	height: 26px;
	line-height: 26px;
	background: url(../images/product_list_title_bg.png) no-repeat left top;
	color: #555555;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
div.articleGallery{
	width: 687px;
	height: 155px;
	background: #e9e9e9;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.articleGallery span{
	font-size: 9px;
	color: #909090;
	text-transform: uppercase;
	display: block;
	position: absolute;
	right: 8px;
	bottom: 4px;
}
div.articleGallery a{
	display: block;
	width: 140px;
	height: 110px;
	float: left;
	overflow: hidden;
	border: 2px solid #fff;
	margin: 20px 0 20px 20px;
	-moz-box-shadow: 2px 2px 3px #D3D3D3;
	-webkit-box-shadow: 2px 2px 3px #D3D3D3;
	box-shadow: 2px 2px 3px #D3D3D3;
}
div.newsItemShort p.fileDescription{
	border: 1px solid #5F5F5F;
	background: #E9E9E9;
	padding: 5px 10px;
	margin-top: 10px;
}
div.newsItemShort p.fileDescription strong{
	font-weight: bold;
}
p.fileDescription span{
	float: right;
}
p.pager{
	float: left;
	margin: 15px 10px;
}
p.pager span{
	font-weight: bold;
}
p.pager strong{
	background-color: #ff0000;
	color: #fff;
	padding: 0 5px;
	font-weight: bold;
}
p.pager a{
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}
.clearer{
	clear: both;
}

