/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	text-align: center;
	background: #fff url(../images/page_back.gif) repeat-x center top;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	font-size: 12px;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	height: 130px;
	position: relative;
	background: url(../images/header.jpg);
	overflow: hidden;
}
h1 a {
	display: block;
	width: 300px;
	height: 130px;
	text-indent: -3000px;
}
#menu {
	height: 35px;
	line-height: 35px;
	position: relative;
	overflow: hidden;
	background: url(../images/menu_back.gif);
}
#mainMenu {
	position: absolute;
	top: 0;
	left: 700px;
	height: 35px;
	line-height: 35px;
}
#mainMenu li {
	float: left;
	height: 35px;
	line-height: 35px;
	padding-right: 20px;
}
#mainMenu li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
}
#mainMenu li a:hover {
	text-decoration: underline;
}
#expoMenu {
	height: 35px;
	line-height: 35px;
}
#expoMenu li {
	float: left;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}
#expoMenu li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#expoMenu li a span {
	display: block;
	padding-right: 20px;
}
#expoMenu li a:hover,
#expoMenu li a.active {
	background: url(../images/menu_hover.gif) no-repeat left;
}
#expoMenu li a:hover span,
#expoMenu li a.active span {
	background: url(../images/menu_hover.gif) no-repeat right;
}
#contentWrapper {
	width: 970px;
	overflow: hidden;
	position: relative;
	padding-top: 48px;
}
#content {
	width: 680px;
	float: left;
}
#page h2 {
	line-height: 30px;
	height: 30px;
	background: url(../images/separator_title.gif) repeat-x bottom;
	padding: 0 10px;
	font-size: 17px;
	font-weight: bold;
}
#page {
	width: 650px;
	padding-top: 10px;
}
#homepage {
	width: 650px;
	padding-top: 10px;
}
#homepage h3 {
	line-height: 30px;
	height: 30px;
	background: url(../images/separator_title.gif) repeat-x bottom;
	padding: 0 10px;
	font-size: 17px;
	font-weight: bold;
}
#homepage h3 a {
	color: #343434;
	text-decoration: none;
}
#homepage h3 a:hover {
	color: #CE2619;
}
#homepage p {
	font-size: 12px;
	padding: 13px 10px 40px;
	line-height: 18px;
}
#sideColumn {
	width: 290px;
	float: left;
	overflow: hidden;
}
.sideBox {
	width: 290px;
	background: url(../images/panel_side.gif) no-repeat top;
}
.sideBox h2 {
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	background: url(../images/separator_side.gif) repeat-x bottom;
	padding: 0 20px;
	text-transform: uppercase;
}
.sideBox h3 {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 20px;
	font-weight: bold;
	background: url(../images/separator_side.gif) repeat-x bottom;
}
#sideMenu {
	padding: 14px 0 40px;
	width: 290px;
	overflow: hidden;
	font-size: 12px;
}
#sideMenu li {
	height: 26px;
	line-height: 26px;
}
#sideMenu li a {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 35px;
	color: #353535;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 235px;
}
#sideMenu li a:hover {
	color: #CE2619;
}
#sideMenu li a.active {
	background-color: #D9D9D9;
	color: #CE2619;
}
.sideSubMenu {
	padding: 8px 0 40px;
	width: 290px;
	overflow: hidden;
	font-size: 12px;
}
.sideSubMenu li {
	height: 20px;
	line-height: 20px;
}
.sideSubMenu li a {
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	padding: 0 20px 0 35px;
	color: #353535;
	text-decoration: none;
	background-image: url(../images/icon_arrow_small.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 235px;
}
.sideSubMenu li a:hover {
	color: #CE2619;
}
.sideSubMenu li a.active {
	background-color: #D9D9D9;
	color: #CE2619;
}
.sideBox .newsItem {
	padding: 8px 0 40px;
	width: 290px;
	overflow: hidden;
}
.sideBox .newsItem h4 {
	padding: 0 20px;
	font-weight: bold;
	font-size: 12px;
}
.sideBox .newsItem h4 a {
	color: #CE2619;
	text-decoration: none;
}
.sideBox .newsItem p {
	padding: 12px 20px 0;;
	font-size: 12px;
}
.sideBox .newsItem p a {
	display: block;
	float: left;
	font-weight: bold;
	color: #343434;
	padding-right: 10px;
	text-decoration: none;
	background: url(../images/icon_arrow_small.gif) no-repeat right center;
}
.sideBox .newsItem p a:hover {
	color: #CE2619;
}
#footer {
	height: 50px;
	background: url(../images/separator_footer.gif) repeat-x top;
	overflow: hidden;
	font-size: 11px;
	position: relative;
	margin-bottom: 30px;
}
#footer a {
	font-weight: bold;
	color: #343434;
	text-decoration: none;
}
#footer a:hover {
	color: #CE2619;
}
#copyright {
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	float: left;
}
#footer ul {
	float: left;
	height: 50px;
	line-height: 50px;
}
#footer ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	padding-left: 23px;
	background: url(../images/separator_list.gif) no-repeat 10px center;
}
#author {
	position: absolute;
	top: 0;
	left: 680px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
#expo {
	width: 470px;
	padding-right: 30px;
	float: left;
	overflow: hidden;
}
#expo h2 {
	line-height: 30px;
	height: 30px;
	background: url(../images/separator_title.gif) repeat-x bottom;
	padding: 0 10px;
	font-size: 17px;
	font-weight: bold;
}
#breadcrumb {
	font-size: 11px;
	padding-left: 10px;
	color: #777;
	height: 20px;
}
#breadcrumb a {
	color: #777;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
.contentFromEditor {
	font-size: 12px;
	line-height: 17px;
	padding: 0 10px 40px;
}
.contentFromEditor p {
	margin-top: 16px;
}
.contentFromEditor ul,
.contentFromEditor ol {
	margin: 20px 0 0 50px;
}
.contentFromEditor ul li {
	margin-top: 4px;
	list-style: disc;
}
.contentFromEditor ol li {
	margin-top: 4px;
	list-style: decimal;
}
.contentFromEditor h3 {
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}
.contentFromEditor h4 {
	margin-top: 30px;
	font-size: 13px;
	font-weight: bold;
}
.contentFromEditor a {
	color: #A21800;
}
.contentFromEditor strong {
	font-weight: bold;
}
.contentFromEditor em {
	font-style: italic;
}
.contentFromEditor a:hover {
	color: #CE2619;
}
#partners {
	width: 160px;
	float: left;
}
#partners h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 30px;
}
#partners p {
}
#partners p a {
	display: block;
	padding: 8px 0;
}
#mediaPartners {
	clear: both;
	width: 650px;
	padding: 0 10px 40px;
	overflow: hidden;
}
#mediaPartners h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 8px;
}
#mediaPartners a {
	display: block;
	width: 94px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
form.form {
	font-size: 12px;
	padding: 0 10px 20px;
}
form.form h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 30px;
}
form.form blockquote {
	background: #FDF6D4;
	margin: 10px 0;
	padding: 10px;
	border:2px solid #EAE3C1;
}
form.form p {
	clear: left;
	width: 470px;
	overflow: auto;
	margin: 2px 0;
	padding: 10px;
}
form.form p.formError {
	background: #Fdf6E7;
}
form.form p label {
	display: block;
	width: 130px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
form.form p.formError em {
	color: #D2484B;
	display: block;
	padding-left: 140px;
}
form.form span.formGroup {
	width: 300px;
	float: left;
}
form.form span.formGroup label {
	display: inline;
	width: auto;
	float: none;
	text-align: left;
	padding-right: 0;
}
form.form input.textField {
	width: 300px;
}
form.form textarea.textareaField {
	width: 300px;
	height: 130px;
}
#contact_company_address {
	height: 50px;
}
form.form fieldset {
	border: 1px solid #D2D2D2;
	padding: 10px 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
form.form fieldset legend {
	font-weight: bold;
	padding: 0 10px 0 0;
}

/** jqzoom **/
.jqzoom{
border:1px solid black;
float:left;
position:relative;
padding:0px;
cursor:pointer;
}

.jqzoom img{
float:left;
}


div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:0px;
left:0px;
width                   : 200px;
height                  : 200px;
background: #ffffff;
border:1px solid #CCCCCC;
display:none;
text-align: center;
overflow: hidden;


}

div.jqZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
top:0px;
left:0px;
width                   : 50px;
height                  : 50px;
border: 1px solid #aaa;
background: #ffffff url(/images/zoom.gif) 50% top  no-repeat;;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}
#articlePhotos {
	margin: 20px 0;
	width: 470px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	overflow: hidden;
}
#articlePhotos li {
	float: left;
}
#articlePhotos li a {
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	padding: 20px 0 0 10px;
}

