﻿/*
Theme Name: Xunlight
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
Tags:
*/
html, body{height:100%;}
body{
	margin:0;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	background:#fff url(images/bg-body.jpg) repeat-x;
	min-width:1000px;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.wrapper{
	width: 100%;
	background: url(images/bg-page.jpg) no-repeat;
	min-height: 100%;
	position:relative;
	z-index:10;
}
* html .wrapper{height:100%;}
#page {
	width:100%;
	margin:0 auto;
	position:relative;
	min-height: 100%;
}
* html #page{height:100%;}
#page .logo{
	position:absolute;
	top:6px;
	left:44px;
	width:191px;
	height:49px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#page .logo a{
	display:block;
	height:100%;
	background:url(images/logo.png) no-repeat;
}
/* header */
#header {
	width:100%;
	height:38px;
	
	position:absolute;
	top:0;
	left:0;
}
#header .header-holder{
	width: 970px;
	margin: 0 auto;
}
#header .nav-holder{width:100%;}
#header .nav-holder:after{
	display:block;
	clear:both;
	content:"";
}
#header .nav-holder .nav{
	float:right;
	padding: 0 0 0 0px;
}
#navigation{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	z-index: 5;
}
#navigation li{
	float:left;
	width:146px;
	font:14px/30px Arial, Helvetica, sans-serif;
	font-weight:600;
	text-align:center;
}
#navigation li#first, #navigation li#last,
#navigation li#lastpage{width:152px;}
#navigation li#first span{background-image:url(images/bg-nav-element-first.png);}
#navigation li#last span,
#navigation li#lastpage
span{background-image:url(images/bg-nav-element-last.png);}
#navigation li span{
	display:block;
	background:url(images/bg-nav-element.png) no-repeat;
	height:46px;
	cursor: pointer;
}
#navigation li a{
	display: block;
	position:relative;
	z-index:6;
	color:#fff;
}
#navigation li a:hover{text-decoration:none;}
#navigation li:hover, #navigation li.hover{position:relative;}
#navigation li:hover .drop, #navigation li.hover .drop{display:block;}
/* drop */
#navigation .drop{
	width:226px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-32px;
	display:none;
}
#navigation li#first .drop{left:-26px;}
#navigation .drop .middle{
	background:url(images/bg-drop.png) repeat-y;
	width:100%;
	float:left;
}
#navigation .drop .bottom{
	height:137px;
	float:left;
	width:100%;
	background:url(images/bg-drop-bottom.png) no-repeat;
}
#navigation .drop ul{
	margin:0 0 -102px;
	padding:43px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
	position:relative;
}
#navigation .drop ul li{
	float:none;
	width:auto;
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	width:146px;
	padding:0 48px 0 32px;
	margin:0 0 4px;
}
#navigation .drop ul li a{
	display:block;
	height:1%;
	color:#d7d7d7;
}
#navigation .drop ul li a:hover{background-position:0 0;}
#navigation .drop ul li a span,
#navigation #first .drop ul li a span,
#navigation #last .drop ul li a span,
#navigation #lastpage .drop ul li a span{
	background:none;
	height:auto;
	padding:3px 0 2px;
}
#navigation .drop ul li a:hover span,
#navigation #first .drop ul li a:hover span,
#navigation #last .drop ul li a:hover span,
#navigation #lastpage .drop ul li a:hover span{
	background:url(images/menu-hover.png);
	text-decoration:none;
	height: 1%;
}
/* content */
#content {
	width:100%;
	overflow:hidden;
	padding:82px 0 80px;
}
#content .flash{
	width:1000px;
	overflow: hidden;
	margin: 0 auto 10px;
	position:relative;
	z-index:100;
}
#content .flash img{display:block;}
.user-menu-box{
	float:left;
	width:174px;
	margin:0 48px 0 -6px;
	display:inline;
	position:relative;
	z-index:6;
}
.user-menu{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.user-menu li{
	float:left;
	width:87px;
	font:14px/20px Arial, Helvetica, sans-serif;
	font-weight:600;
	text-align:center;
}
.user-menu li a{
	display: block;
	color:#ccc;
	position: relative;
	z-index: 1;
}
.user-menu li:hover a,
.user-menu li a:hover,
.user-menu li.hover a{
	color:#fff;
	text-decoration:none;
}
.user-menu li a span{
	display: block;
	height:20px;
	background: url(images/top-nav.png) no-repeat;
	cursor: pointer;
}
.user-menu li#top-last a span{background: url(images/top-nav-last.png) no-repeat;}
.user-menu .dropdown{
	width: 204px;
	position: absolute;
	top:0;
	right:-24px;
	text-transform: none;
	z-index:998;
}
.user-menu .dropdown:after{
	display: block;
	clear: both;
	content: "";
	z-index:998;
}
.user-menu .dropdown-holder{
	position: absolute;
	top:-9999px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index:998;
}
.user-menu li:hover .dropdown-holder,.user-menu li.hover .dropdown-holder{top:0;}
.user-menu .dropdown .top{
	height: 24px;
	background: url(images/dropdown-top.png) no-repeat;
	float: left;
	width: 100%;
	z-index:998;
}
.user-menu .dropdown .middle{
	background: url(images/dropdown.png) repeat-y;
	width:174px;
	padding: 0 15px;
	float: left;
	z-index:998;
}
.user-menu .dropdown .bottom{
	height: 44px;
	background: url(images/dropdown-bottom.png) no-repeat;
	float: left;
	width: 100%;
	z-index:998;
}
.user-menu .dropdown .info{
	height:1%;
	overflow: hidden;
	margin: 0 0 -18px;
	position: relative;
	z-index:998;
}
.user-menu .dropdown .info .mailto{margin: 0 0 6px;}
.user-menu .dropdown .info a{
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #ebebeb;
	text-decoration: underline;
	background: none;
	height: auto;
	z-index:998;
}
.user-menu .dropdown .info a:hover{color:#ec1d27;}
.user-menu li#top-last .dropdown .info a{background:none;z-index:998;}
.user-menu .dropdown .info dl{
	height:1%;
	overflow: hidden;
	margin: 0;
	padding:0 26px;
	font:bold 10px/12px Arial, Helvetica, sans-serif;
	color: #ebebeb;
	text-align:left;
	z-index:998;
}
.user-menu .dropdown .info dl dt{
	float:left;
	width: 40px;
}
.user-menu .dropdown .info dl dd{
	float:left;
	margin: 0;
}
.user-menu .dropdown .info address{
	font:9px/12px Arial, Helvetica, sans-serif;
	text-align: left;
	color:#ebebeb;
	padding: 5px 26px 0;
}
.user-menu .dropdown .info address span{display:block;}
.main .dropdown .search,
.user-menu .dropdown .search{
	height: 1%;
	overflow: hidden;
	padding: 0 5px 0 8px;
	margin: -3px 0 -22px;
	position: relative;
}
.main .dropdown .search .text,
.user-menu .dropdown .search .text{
	float: left;
	width: 138px;
	background: url(images/search-input.png) no-repeat;
	font-style: normal;
	margin:3px 0 0;
}
.main .dropdown .search .text input,
.user-menu .dropdown .search .text input{
	float: left;
	width: 132px;
	padding: 3px 3px 4px;
	margin:0;
	background: none;
	border: 0;
	position: relative;
}
.main .dropdown .search .btn-search,
.user-menu .dropdown .search .btn-search{
	float: left;
	width: 19px;
	height: 26px;
	overflow: hidden;
}
.main .dropdown .search .btn-search a,
.user-menu .dropdown .search .btn-search a{
	display: block;
	height:52px;
	background: url(images/btn-submit.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.main .dropdown .search .btn-search a:hover, 
.user-menu .dropdown .search .btn-search a:hover{margin:-26px 0 0;}
.top-holder{
	width:970px;
	margin: 0 auto;
	padding:0 0 8px;
	position: relative;
}
.top-holder:after{
	display: block;
	content:"";
	clear: both;
}
.news-holder{
	float: left;
	width:555px;
	margin: -61px -49px -68px 224px;
	display: inline;
	position: relative;
}
.news{
	width:422px;
	height:51px;
	padding:69px 53px 69px 80px;
	background:url(images/bg-news.png) no-repeat;
	overflow: hidden;
}
.news .prev, .news .next{
	height: 33px;
	overflow: hidden;
	position:relative;
}
.news .prev{
	float:left;
	margin:7px 4px 0 0;
}
.news .next{
	float:right;
	margin:7px 0 0;
}
.news .prev a, .news .next a{
	display:block;
	width:24px;
	height:66px;
	text-indent:-9999px;
	overflow:hidden;
}
.news .prev a{background:url(images/btn-prev.png) no-repeat;}
.news .next a{background:url(images/btn-next.png) no-repeat;}
.news .prev a:hover, .news .next a:hover{margin:-33px 0 0;}
.news .news-box{
	float:left;
	width:370px;
	overflow:hidden;
	padding:1px 0 0;
	position:relative;
}
.news ul{
	width:99999px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.news ul li{
	height:43px;
	width:370px;
	float:left;
	overflow:hidden;
}
.news ul li .heading{
	width:100%;
	overflow:hidden;
}
.news ul li .heading strong{float:left;}
.news ul li .heading strong a{color:#000;}
.news ul li .heading strong a:hover{
	color:#ec1d27;
	text-decoration: none;
}
.news ul li .heading em{
	float:right;
	font-size:10px;
	font-style:normal;
	margin:3px 8px 0 0;
	display:inline;
}
.news ul li p{
	margin:0;
	color:#fff;
}
.news ul li p a{color:#fff;}
.news ul li p a:hover{text-decoration:none;}
.mail{
	float: right;
	margin: 0 48px 0 0;
	display: inline;
	width: 188px;
	height: 67px;
	overflow: hidden;
	position: relative;
	z-index:1;
}
.mail .mail-holder{
	position: absolute;
	top:-9999px;
	left: 0;
	width:100%;
	overflow: hidden;
}
.mail .send{
	float:left;
	width: 118px;
	padding:17px 7px 0 0;
	display: inline;
	position: absolute;
	top:0;
	left:63px;
}
.mail:hover .mail-holder, .mail.hover .mail-holder{top:0;}
.mail:hover .send, .mail.hover .send{display:none;}
.mail .send a{
	background: url(images/mail-ico.png) no-repeat;
	float: right;
	padding: 9px 3px 6px 64px;
	font-size: 12px;
	text-transform: uppercase;
	color: #e90202;
}
.mail .send a:hover{text-decoration:none;}
.mail .send a span{display:block;}
.mail .mail-form{
	width:170px;
	padding: 13px 0 14px 18px;
	height: 67px;
	overflow: hidden;
	background: url(images/mail-box.png) no-repeat;
}
.mail .mail-form label{
	display: block;
	font-weight: bold;
	color:#ccc;
	position: relative;
}
.mail .mail-form div{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.mail .mail-form .text,
.mail .mail-form .newsletterTextInput{
	float: left;
	background:none;
	border: 0;
	width: 140px;
	padding: 1px 3px 2px;
	margin:5px 0 0;
	position:relative;
}
.mail .mail-form .btn-mail{
	float: left;
	width: 19px;
	height: 26px;
	overflow: hidden;
	position:relative;
}
.mail .mail-form .btn-mail a{
	display: block;
	height:52px;
	background: url(images/btn-submit.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.mail .mail-form .btn-mail a:hover{margin:-26px 0 0;}
.categories{
	width:887px;
	overflow:hidden;
	margin: 0 auto;
	background-color:transparent;
}
.categories .top{
	background:url(images/categories-top.png) no-repeat;
	height:90px;
}
.categories .middle{
	height:1%;
	background:url(images/bg-categories.png) repeat-y;
}
.categories .middle:after{
	display:block;
	clear:both;
	content:"";
}
.categories .bottom{
	background:url(images/categories-bottom.png) no-repeat;
	height:111px;
}
.categories .categories-holder{
	width: 100%;
	overflow: hidden;
	margin:-71px 0 -84px;
	position:relative;
	float: left;
	background-color:transparent;
}
.categories .media{
	float:left;
	width:432px;
	padding:0 19px 0 22px;
	position:relative;
	background-color:transparent;
}
.categories .events{
	float:left;
	width:368px;
	padding:0 21px 0 25px;
	position:relative;
	background-color:transparent;
}
.categories .media .image{
	float:left;
	width: 235px;
	margin:0 16px 0 0;
	background-color:transparent;
}
.categories .events .image{
	float:left;
	width: 148px;
	margin:0 16px 0 0;
	background-color:transparent;
}
.categories .media .image img,
.categories .events .image img{display:block;}
* html .categories .media .image,
* html .categories .events .image{padding-bottom:2px;}
.categories .media .text{
	float:right;
	width: 181px;
	padding: 4px 0 0;
}
.categories .events .text{
	float:right;
	width: 204px;
	padding: 4px 0 0;
	background-color:transparent;
}
.categories .media .text h2,
.categories .events .text h2{
	font-size:18px;
	color:#e90202;
	margin:0;
	background-color:transparent;
}
* html .categories .media .text h2,
* html .categories .events .text h2{margin:0 0 4px;}
.categories .media .text p,
.categories .events .text p{
	margin:0 0 25px;
	color:#464646;
	font-weight: bold;
	line-height: 18px;
	background-color:transparent;
}
.categories .text .links{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom:10px;
	background-color:transparent;
}
* html .categories .text .links{bottom:9px;}
.categories .media .text .links{left:272px;}
.categories .events .text .links{left:189px;}
.categories .text .links li{
	float: left;
	font-size: 9px;
	line-height: 12px;
	margin: 0 12px 0 0;
}
.categories .text .links li a{color:#464646;}
.categories .text .links li a:hover{
	color:#ec1d27;
	text-decoration: none;
}
/* footer */
#footer {
	width:100%;
	overflow:hidden;
	margin: -80px 0 0;
	height: 80px;
	position: relative;
	z-index:11;
	float:left;
}
#footer .footer-holder{
	width:970px;
	overflow:hidden;
	margin:0 auto;
}
#footer ul{
	text-align:center;
	margin:0 0 2px;
	padding:0;
	list-style:none;
}
#footer ul li{
	display:inline;
	background:url(images/footer-sep.gif) no-repeat 0 2px;
	font-size:9px;
	line-height: 12px;
	padding:0 2px 0 6px;

}
#footer ul li:first-child{
	background:none;
	padding-left:0;
}
#footer ul li a{color:#707070;}
#footer ul li a:hover{
	color:#ec1d27;
	text-decoration: none;
}
#footer p{
	color:#707070;
	margin: 0;
	font-size: 9px;
	text-align: center;
}
/* contact popup */
.popup{
	width:857px;
	overflow:hidden;
	display: none;
	
}
.popup-video {display:none;}
.popup .top{
	height:42px;
	background: url(images/contact-popup-top.png) no-repeat;
	width: 100%;
	float: left;
}
.popup .middle{
	width: 100%;
	float: left;
	background: url(images/contact-popup.png) repeat-y;
}
.popup .bottom{
	height:462px;
	background: url(images/contact-popup-bottom.png) no-repeat;
	width: 100%;
	float: left;
}
.popup .popup-box{
	height: 1%;
	overflow: hidden;
	padding: 19px 30px 0 20px;
	position: relative;
	margin: -19px 0 -421px;
}
.popup .contact-box{
	width: 100%;
	overflow: hidden;
}
.popup .heading{
	height:1%;
	overflow:hidden;
	padding: 0 26px 0 84px;
	margin: 0 0 14px;
}
.popup .heading strong{
	float:left;
	width:191px;
	height:49px;
	background:url(images/logo-2.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin: 0 17px 0 0;
}
.popup .heading .appeal{
	height: 1%;
	overflow: hidden;
	padding: 10px 0 0;
}
.popup .heading .appeal p{
	margin: 0;
	line-height: 18px;
	font-weight: bold;
	color:#636363;
}
.popup .contact-form{
	width:759px;
	overflow:hidden;
}
.popup .required{
	text-align: left;
	float:left;
	color:#464646;
	font-size: 10px;
	margin-left:100px;
	font-weight: bold;
}
.popup .required span{color:#ed1c24;}
.popup .contact-form .form-holder{
	width:702px;
	margin:0 0 16px 57px;
	overflow:hidden;
}
.popup .contact-form .form-box{
	float:left;
	width:351px;
}
.popup .contact-form .form-box label{
	width: 106px;
	float: left;
	text-align: right;
	font-size: 11px;
	line-height: 18px;
	color:#636363;
	
}
.popup .contact-form .form-box label span{color:#ed1c24;}
.popup .contact-form .form-box input{
	width:235px;
	float: right;
	margin: 0;
	border: 1px solid #a5acb2;
}
.popup .contact-form .form-box select{
	width:237px;
	float: right;
}
.popup .contact-form .comments{
	height:1%;
	overflow: hidden;
	padding: 2px 0 0 31px;
	margin: 0 0 8px;
}
.popup .contact-form .comments label{
	width:136px;
	float: left;
	text-align: right;
	font-size: 11px;
	line-height: 18px;
	color:#363636;
}
.popup .contact-form .comments label span{color:#ed1c24;}
.popup .contact-form .comments textarea{
	width:586px;
	float: right;
	height: 71px;
	border: 1px solid #a5acb2;
	margin: 5px 0 0;
	padding: 0;
	overflow: auto;
}
.popup .contact-form .buttons{
	width: 100%;
	overflow: hidden;
}
.popup .contact-form .buttons #send-info{
	float: left;
	width: 69px;
	height: 34px;
	background: url(images/btn-send.png) no-repeat;
	border: 0;
	font:bold 13px/30px Arial, Helvetica, sans-serif;
	color:#636363;
	padding: 0 0 2px;
	cursor: pointer;
	margin-left: 10px;
	text-transform: uppercase;
}
.popup .contact-form .buttons #reset-info{
	float: left;
	width: 69px;
	height: 34px;
	background: url(images/btn-send.png) no-repeat;
	border: 0;
	font:12px/30px Arial, Helvetica, sans-serif;
	color:#898989;
	padding: 0 0 2px;
	cursor: pointer;
	margin-left:600px;
	text-transform: uppercase;
}
.popup .close, .person-popup .close, .video-popup .close{
	position: absolute;
	top:0;
	right:34px;
	text-indent: -9999px;
	overflow: hidden;
}
.popup .close a, .person-popup .close a, .video-popup .close a{
	display: block;
	background: url(images/btn-close.png) no-repeat;
	width: 35px;
	height: 30px;
}
.popup .event-box{padding: 27px 25px 0 30px;}
.popup .event-holder{
	width: 752px;
	overflow: hidden;
}
* +html .popup .event-holder{ height: 319px;}
.popup .event-holder ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 99999px;
	overflow: hidden;
}
.popup .event-holder ul li{
	width: 752px;
	float: left;
}
.popup .event-box .image{
	float: left;
	margin: 24px 0 0;
}
.popup .event-box .text{
	height: 1%;
	overflow: hidden;
}
.popup .event-box .text strong{
	font-size:14px;
	color:#ed1c24;
	display: block;
	margin: 0 0 8px;
}
.popup .event-box .text p{
	margin: 0 0 15px;
	font-size: 10px;
	line-height: 14px;
	color:#636363;
	font-weight: bold;
}
.popup .event-box .event-bottom-area{
	width: 100%;
	overflow: hidden;
}
.popup .event-box .event-logo{
	float:left;
	padding: 0 0 0 15px;
}
.popup .event-box .event-logo strong{
	float:left;
	width:191px;
	height:49px;
	background:url(images/logo-2.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.popup .event-box .events-nav{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin:10px 72px 0 0;
	display: inline;
}
.popup .event-box .events-nav li{
	float: left;
	height: 33px;
	overflow: hidden;
	position: relative;
	margin: 0 30px 0 0;
	display: inline;
}
.popup .event-box .events-nav li a{
	display: block;
	width:24px;
	height: 66px;
	text-indent: -9999px;
	overflow: hidden;
}
.popup .event-box .events-nav li a:hover{margin:-33px 0 0;}
.popup .event-box .events-nav li .prev{background:url(images/btn-prev.png) no-repeat;}
.popup .event-box .events-nav li .next{background:url(images/btn-next.png) no-repeat;}
.video-box{
	position: relative;
	width:504px;
	margin: 0 auto;
}
.video-holder{
	height:1%;
	overflow: hidden;
	padding: 54px 40px 38px 36px;
}
.video-box h3{
	margin: 0 0 35px 5px;
	font-size: 24px;
	color:#ed1c24;
}
.video-box .video{
	width:100%;
	overflow: hidden;
}
.video-box a{color:#464646;}
.video-box a:hover{
	color:#ed1c24;
	text-decoration: none;
}
.video-box .video img{display:block;}
.close-video{
	position: absolute;
	top:5px;
	right:8px;
	text-indent: -9999px;
	overflow: hidden;
}
.close-video a{
	display: block;
	background: url(images/btn-close-video.png) no-repeat;
	width: 35px;
	height: 30px;
}
/* inner pages */
#inner{background-image:url(images/bg-inner-body.jpg);}
#inner .wrapper{background-image: url(images/bg-inner-page.jpg);}
.main-holder{
	width:970px;
	overflow:hidden;
	margin: 29px auto 140px;
}
.main-holder .main{
	width: 667px;
	float: right;
	margin: 0 93px 0 0;
	margin-top:10px;
	display: inline;
}
.main-holder .main .othermedia{
	width: 665px;
	float: left;
	margin: 0 93px 0 0;
	margin-top:10px;
	display: inline;
}
.main-holder .main .othermedia .sidebar{
	width: 160px;
	float: right;
	margin: 9px 0 0 9px;
	margin-top:25px;
	display: inline;

	font:bold 12px Arial, Helvetica, sans-serif;
	color:red;
	margin:0 0 4px;
	text-align: center;

}

.main-holder .main .othermedia .sidebar a{

	font:bold 12px Arial, Helvetica, sans-serif;
	color:red;
	margin:0 0 4px;
	text-align: center;

}

.main-holder .main .othermediatext{
	width: 475px;
	overflow: hidden;
	margin: 0 0 0 6px;
	margin-left:40px;
	margin-top:20px;
}

.main-holder .main h1{
	margin: 0 0 18px;
	font-size: 18px;
	/* line-height: 19px; */
	color: #ed1c24;
}

.main-holder .main .img-box{
	width: 667px;
	overflow: hidden;
	margin: 0 0 40px;
}
.main-holder .main .img-box img{display: block;}
.main-holder .main .text{
	width: 570px;
	overflow: hidden;
	margin: 0 0 0 6px;
	margin-left:40px;
	margin-top:20px;
}
.main-holder .main h2{
	margin: 0 0 18px;
	font-size: 12px;
	/* line-height: 19px; */
	color: #ed1c24;
}
.main-holder .main p{
	margin: 0 0 15px;
	color: #363636;
	font-size: 12px;
	/* line-height: 19px; */
}
.main-holder .main h3,
.main-holder .main .text h3 a{
	margin: 0 0 1px;
	font-size: 12px;
	/* line-height: 19px; */
	color: #ed1c24;
}
.main-holder .main .text a{
	color:#707070;
}
.mceinline{
	color:#ED1C24;
	font-size: 12px;
}
.divrightalign {
	text-align:right;
	margin-top:15px;
}
.divrightalign a{
	font:#333333;
	color:#333333;
}

.main-holder .main h3 a:hover{
	color:#ED1C24;
	/* text-decoration:none; */
}
.main-holder .main h3 a:hover,
.main-holder .main .text a:hover{
	/* text-decoration:none; */
	color:#ED1C24;
}
.main-holder .main .text ul{
	margin: 0;
	padding: 0;
	/*list-style: none;*/
}
.main-holder .main .text ul li{
	vertical-align: top;
	/*font-size: 10px;*/
	margin: 0 0 3px;
}
.people{
	height:1%;
	overflow: hidden;
	margin: 5px 0 0 70px;
}
.people ul{
	margin: 0 0 21px;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.people ul li{
	float: left;
	width: 180px;
	margin: 0 16px 0 0;
}
.people ul li img{
	display: block;
	margin: 0 0 4px;
	
}
.people ul li strong{
	display: block;
	font-size: 9px;
	line-height: 13px;
	color: #ed1c24;
	font-weight: bold;
	margin: 0 0 0 4px;
}
.specification{
	height:1%;
	overflow: hidden;
	margin: 2px 0 43px;
	padding: 0 0 0 5px;
}
.specification .image{
	width: 389px;
	float: left;
	margin: 0 48px 0 0;
}
* html .specification .image{margin:0 45px 0 0;}
.specification .quote{
	height: 1%;
	overflow: hidden;
	margin: 17px 0 0;
}
.specification .quote blockquote,
.specification .quote .quotescollection_randomquote p{
	width: 100%;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #464646;
	font-weight: bold;
	margin: 0 0 38px;
}
.specification q{quotes: none;}
.specification q:before{content:"";}
.specification q:after{content:"";}
.specification .quote ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.specification .quote ul li{
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 14px;
}
.specification .quote ul li a{color: #ed1c24;}
.sidebar{
	width: 160px;
	float: left;
	margin: 9px 0 0 42px;
	margin-top:25px;
	display: inline;
}
.sidebar-box{
	width: 100%;
	overflow: hidden;
}
.sidebar-box .top{
	background: url(images/bg-sidebar-top.png) no-repeat;
	height: 110px;
	overflow: hidden;
}
.sidebar-box .middle{
	background: url(images/bg-sidebar-middle.png) repeat-y;
	height: 1%;
	padding: 0 7px;
}
.sidebar-box .middle:after{
	display: block;
	clear: both;
	content: "";
}
.sidebar-box .bottom{
	background: url(images/bg-sidebar-bottom.png) no-repeat;
	height: 15px;
}
.sidebar-box .middle-box{
	width: 100%;
	float: left;
	margin: -92px 0 0px;
	position: relative;	
}
.sidebar-box h3{
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	color:#464646;
	margin:0 0 4px;
	text-align: center;
}
.sidebar-box ul{
	margin: 0;
	padding:10px 0 0;
	list-style: none;
	background: url(images/sidebar-sep.gif) no-repeat 50% 0;
}
.sidebar-box ul li{
	vertical-align: top;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	margin: 0 0 9px;
}
a.post-edit-link,
.sidebar-box ul li a{color: #707070;}
a.post-edit-link:hover,
.sidebar-box ul li a.active,
.sidebar-box ul li a:hover,
.sidebar-box ul li.current-cat a{
	color:#ed1c24;
	text-decoration: none;
}
.person-popup{
	width:741px;
	overflow:hidden;
	display: none;
}
.person-popup .top{
	height:34px;
	background: url(images/person-popup-top.png) no-repeat;
	overflow: hidden;
}
.person-popup .middle, .video-popup .middle{
	background: url(images/person-popup.png) repeat-y;
	height:1%;
}
.person-popup .middle:after, .video-popup .middle:after{
	display: block;
	content: "";
	clear: both;
}
.person-popup .bottom, .video-popup .bottom{
	height:362px;
	background: url(images/person-popup-bottom.png) no-repeat;
	overflow: hidden;
}
.person-popup .popup-box, .video-popup .popup-box{
	float:left;
	width: 100%;
	position: relative;
	margin: -7px 0 -268px;
}
.video-popup{
	width:542px;
	overflow:hidden;
	display: none;
}
.video-popup .top{
	height:34px;
	background: url(images/video-popup-top.png) no-repeat;
	overflow: hidden;
}
.video-popup .middle{
	background: url(images/video-popup.png) repeat-y;
	height:1%;
}
.video-popup .bottom{
	height:471px;
	background: url(images/video-popup-bottom.png) no-repeat;
	overflow: hidden;
}
.video-popup .popup-box{margin:-7px 0 -390px;}

.person-popup .person{
	height:1%;
	overflow: hidden;
	padding: 43px 89px 20px 93px;
}
.person-popup .person .photo{
	width: 153px;
	float: left;
}
.person-popup .person .text{
	width: 389px;
	float: right;
	margin: 5px 0 0;
}
.person-popup .person .text h3{
	color:#ed1c24;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
.person-popup .person .text p{
	font-size:12px;
	line-height: 15px;
	color:#363636;
	margin: 0 0 9px;
}
/*sifr start. do not modify.*/
object, embed {
	margin:0;
	padding:0;
}
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}
.sIFR-replaced {visibility:visible !important;}
span.sIFR-alternate {
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:0 !important;
	height:0 !important;
	display:block !important;
	overflow:hidden  !important;
}
.sIFR-flash + div[adblocktab=true] {display:none !important;}
.sIFR-hasFlash h2 span{
	font-size: 18px;
	line-height: 24px;
}
/*sifr end*/
#ajaxNewsletter .error,
#ajaxNewsletter .success{
	position:absolute;
	top:4px;
	left:13px;
	color:#E90202;
}
#log_res{
	font-weight:normal;
	color:#4F4F4F;
}
#loading{
	display:none;
	position:relative;
}
#loading img{
	width:24px;
	height:24px;
	float:none;
	position:absolute;
	z-index:1000;
	padding:0;
	left:435px;
	top:70px;
}
* html #loading{}
.safari #loading{}
.opera #loading{}
.main .navigation{
	padding-top:10px;
}
.main .navigation a{
	color:#707070;
	text-decoration:none;
}
.main .navigation a:hover{
	color:#EC1D27;
}
.main .navigation .alignleft{float:left;}
.main .navigation .alignright{
	float:right;
	display:inline;
}
#video-wrapper{height:241px;}

.form_under_pic_text{
	font-size: 11px;
	color:#636363;
	margin-left:18px;
	margin-top:10px;
}


