﻿div, body, form, fieldset {
	padding: 0;
	margin: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/bg.jpg);
}
a {
	text-decoration: none;
	color:#333;

}
a:link  {
	color:#36536D;

}
a:visited  {
	color:#C1272D;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
form, fieldset {
	border-style: none;
}
input, textarea, select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
ul.validation-summary-errors {
	margin-top:0;
}
div.validation-summary-errors {
	margin-top:1em;
	color:Red;
}
.zoomable img {
	border-width:0px;
}
.accessibility {
	display: none;
}
.reset {
	margin:0;
	padding:0;
}
.print-only {display:none;}
#main {
	margin: 0 auto;
	width: 953px;
	background: url(../images/bg-container.gif) repeat-y;
	overflow: hidden;
}
#footer {
	background-color: #36536d;
	overflow: hidden;
	border-width: 1px 0;
	border-style: solid;
	border-color: #93a3b0;
	text-align: center;
	font: 10px "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
	color: #fff;
	padding: 6px 0 10px;
}
#footer p {
	margin: 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	display: inline;
	background: url(../images/sep.gif) no-repeat 0 50%;
	padding: 0 2px 0 7px;
}
#footer ul li:first-child, #footer ul li.first-child {
	background: none;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
.container {
	border-bottom: 2px solid #aaacad;
	background: url(../images/line-vert.gif) repeat-y 546px 0;
	overflow: hidden;
	padding: 1px;
	padding-bottom:0;
}
.main-area {
	float: left;
	width: 547px;
	position: relative;
	padding: 144px 0 0;
}
#header {
	height: 144px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg-header.jpg) no-repeat;
	padding: 0;
	width: 100%;
}
.account {
	float: right;
	padding: 5px;
}
#nav {
	position: relative;
	margin: 56px 0 19px;
	width: 100%;
}
#nav ul {
	visibility: hidden;
}
#nav ul {
	float: left;
	margin: 0;
	padding: 0 14px 14px 102px;
	width: 430px;
	list-style: none;
	font: bold 11px "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
	text-transform: uppercase;
}
#nav ul li {
	display:inline;
	padding: 0;
	letter-spacing: -1px;
}
#nav ul li a {
	color: #636466;
	padding: 1px 6px;
	white-space:nowrap;
}
#nav ul ul li a {
	padding: 1px 4px;
}
#nav ul li.current > a, 
#nav ul li a:hover {
	background-color: #c1272d;
	color: #fff;
	text-decoration: none;
}
#nav ul ul {
	position: absolute;
	top: 25px;
	left: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	height: 24px;
	width: 546px;
	font: 10px Arial, Helvetica, sans-serif;
}
#nav ul ul ul {
	background-color: #36536d;
	margin: 0;
	padding: 4px 0;
	top:42px;
	text-align:center;
	height:auto;
}
#nav ul ul ul li {
	background:none;
}
#nav ul ul ul a {
	color:#fff;
	background:none;
}
#nav ul ul ul li.current a {
	color: #36536D;
	background-color:White;
}
#nav ul ul ul a:hover {
	text-decoration:underline;
}


.image-holder {
	background: url(../images/line-hor.gif) repeat-x 0 100%;
	margin: 0;
	padding: 0 0 2px;
	height: 1%;
}
.image-holder img {
	display: block;
	width:546px;
	height:311px;
}
.image-holder span {
	display: block;
	text-align: center;
	background: #D6DFE1;
	color: #595a5c;
	margin: 0 2px 0 0;
	padding: 5px 0;
	font-size: 10px;
	line-height: 12px;
}
.gallery-box {
	overflow: hidden;
	height: 1%;
	padding: 10px 6px;
}
.gallery-box .link-prev, 
.gallery-box .link-next {
	float: left;
	background: url(../images/btn-left.gif) no-repeat left center;
	overflow: hidden;
	text-indent: -9999px;
	width: 10px;
	margin: 0;
	padding: 37px 3px;
	display:block;
	cursor: pointer;
	cursor: hand;	
}
.gallery-box .link-next {
	background-image: url(../images/btn-right.gif);
	background-position: right center;
	float: right;
}
.gallery-box .holder, .gallery-box #slides {
	overflow: hidden;
	height: 88px;
	margin: 0 0 0 0px;
	display:block
}
.gallery-box .holder div {
	float: left;
	width:498px;
	position: relative;
	overflow: hidden;
	display: inline;
}
.gallery-box ul {
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-box ul li {
	float: left;
	border: 1px solid #838380;
	margin: 0 2px 0 0;
}
.gallery-box ul li img {
	display: block;
	width:96px;
	height:86px;
}
.gallery-box span {
	display: block;
	text-align: center;
	color: #36536d;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 8px 0 -1px 0;
}
.content-area {
	float: right;
	width: 404px;
	position: relative;
	padding: 178px 0 0;
}
.logo-holder {
	background-color: #fafaf2;
	height: 178px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.logo {
	display: block;
	padding: 26px 0 34px 32px;
}
.logo a {
	background: url(../images/logo.gif) no-repeat;
	width: 344px;
	height: 84px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.search-area {
	border-style: solid;
	border-width: 1px 0;
	border-color: #636466;
	background-color: #c1272d;
	padding: 8px 0 9px;
	width: 405px;
	position: relative;
	overflow: hidden;
}
.search-area ul {
	margin: 0 0 0 -2px;
	padding: 3px 0 0;
	list-style: none;
	font-size: 9px;
	line-height: 10px;
}
.search-area ul li {
	display: inline;
	background: url(../images/sep-2.gif) no-repeat 0 50%;
	padding: 0 0 0 8px;
}
.search-area ul li:first-child, .search-area ul li.first-child {
	background: none;
}
.search-area ul li a {
	color: #fff;
	text-transform: uppercase;
}
.form-search {
	float: right;
	margin: 0 9px 0 0;
	display: inline;
}
.form-search .input-text {
	float: left;
	width: 119px;
	height: 15px;
	background: url(../images/bg-input.gif) no-repeat;
}
.form-search .input-text input {
	float: left;
	margin: 1px 0 0 4px;
	padding: 0;
	float: left;
	font: 10px/13px Arial, Helvetica, sans-serif;
	background: none;
	border: 0;
	width: 111px;
}
.form-search .btn-submit {
	float: left;
	background: url(../images/btn-search.gif) no-repeat;
	float: left;
	width: 44px;
	height: 14px;
	border: 0;
	margin: 1px 0 0 3px;
	cursor: pointer;
}
.content {
	overflow: auto;
	text-align:justify;
	color: #595a5c;
	padding: 20px 15px 5px 15px;
	height: 405px;
	margin: 0;
	font: 9pt "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
}
.content a {
	text-decoration: underline;
}
.content .subtitle {
	font-size:96%;
}
.content h1 {
	margin: 0 0 12px;
	color: #36536d;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
.content p {
	margin: 0 0 12px;
} 
.content a img,
div.jquery-image-zoom img {
	border:1px solid #bbb;
}
.content form {clear:both;padding-bottom:10px;}
.content form p {padding:5px 0;display:block;clear:both;}
.content form label,
.content form input {float:left;}
.content form label {
	width:100px;
}
.content form textarea {width:250px;}
.content form .required {font-weight:bold;color:Red;}
.bottom-area {
	overflow: hidden;
	height: 1%;
	background: url(../images/bg-bottom-area.gif) no-repeat 100% 0;
	margin: 0 1px 0 0;
	padding: 3px 0 3px 11px;
}
.bottom-area .pointer {
	float: left;
	background: url(../images/pointer.gif) no-repeat;
	width: 80px;
	height: 49px;
	text-indent: -9999px;
	margin: 13px 0 0;
}
.bottom-area .box {
	float: left;
	border: 1px solid #afb6b9;
	background-color: #36536d;
	width: 168px;
	display: inline;
	margin: 1px 0 0 9px;
}
.bottom-area .box a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
.bottom-area .box img {
	float: left;
}
.bottom-area .box span {
	float:left;
	font-size:10pt;
	line-height:18px;
	margin:9px 0 0 15px;
	text-transform:uppercase; 
	width:70px;
}
.boxes {
	float: left;
	border: 1px solid #8b8b8a;
	background: url(../images/bg-boxes.gif) repeat-y;
	width: 568px;
	margin: 0 0 0 10px;
	padding: 0 0 14px;
	display: inline;
	overflow: hidden;
}
.boxes .columns {
	width: 105%;
}
.boxes .columns a {
	float: left;
	width: 187px;
	margin: 0 4px 0 0;
	display: block;
}
.boxes .columns a:hover
{
	text-decoration:none;
}
.boxes h2 {
	margin: 0 0 7px;
	padding: 7px 0 6px;
	text-align: center;
	color: #c1272d;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	background-color: #d6dfe1;
}
.boxes ul {
	margin: 0;
	padding: 0;
	font: 11px/12px "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
	list-style: none;
}
.boxes ul li {
	text-align: center;
	color: #636466;
}
.boxes ul li span {
	background: url(../images/bullet.gif) no-repeat 0 66%;
	padding: 0 0 0 6px;
}
.search-results {
	margin:0 0 0 2em;
	padding:0;
	list-style-type:decimal;
}
.search-results li {
	margin-bottom:1em;
}
.search-results li a {
	color:#595A5C;
	display:block;
	padding:2px;
	text-decoration: none;
}
.search-results li a:hover {
	text-decoration: none;
	background-color:#D6DFE1;
}
.search-results li a span {
	color: #36536D;
	text-decoration: underline;
	font-weight:bold;
	display:block;
	background-color:inherit;
}