
/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #393939;
	margin: 0 0 25px 0;
}

.home h1 {
	font: 26px "Trebuchet MS";
}

h2 {
	font: 20px "Trebuchet MS";
	color: #393939;
	margin: 0 0 15px 0;
}

h3 {
	font: bold 16px "Trebuchet MS";
	color: #393939;
	margin: 0 0 20px 0;
	word-spacing: 1px;
}

h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #555555;
	margin: 0 0 20px 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #1867CE;
	text-decoration: none;
}

a:hover {
	color: #3c440c;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 21px 0;
	line-height: 1.5em;
}

/* Lists */

.col-2 ul {
	margin: 0 0 15px 30px;
}

.col-2 ul li {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 18px;
}

.col-2 ul.images {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.col-2 ul.images li {
	display: inline-block;
	float: left;
	padding: 0px 0 5px 0;
	list-style-type: none;
	width: 33%;
}

.col-2 ul.images img {
	display: block;
	margin: 0 auto;
}

.col-2 ul.images li h3 {
	padding: 15px 0 0 0;
	text-align: center;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #393939;
	background: #FFF url('../i/footer-bg-repeat.gif') repeat-x 0 100%;
}

.home {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.all {
	background: url('../i/page-bg.gif') repeat-x;
}

.home .all {
	background: url('../i/page-bg-home.jpg') repeat-x;
}

.frame {
	width: 960px;
	margin: 0 auto;
}

.header {
	position: relative;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.header-contacts {
	position: absolute;
	top: 35px;
	right: 0;
	text-align: right;
	color: #878787;
}

.header-contacts strong {
	color: #333333;
}

/* Menu */

.menu {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: visible;
	position: relative;
	z-index: 1000;
}

.menu li {
	float: left;
	display: inline;
	background: url('../i/menu-sep.gif') no-repeat 0 100%;
	position: relative;
}

.menu li a:link, .menu li a:visited {
	float: left;
	display: inline;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	padding: 0 30px 0 30px;
}

.menu li.current {
	background: url('../i/menu-active.gif') repeat-x;
}

.menu li.arrow a {
	background: url('../i/menu-arrow.gif') no-repeat 100% 28px;
	padding: 0 45px 0 20px;
}

.menu li.arrow.current a {
	background: url('../i/menu-arrow-blue.gif') no-repeat 100% 28px;
}

.menu li a:hover {
	text-decoration: underline;
}

/* Dropdown */

.dropdown {
	position: absolute;
	top: 60px;
	left: 0;
	background: #2da5ec;
	background-image: none !important;
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
	z-index: 1000;
	display: none;
}

.menu li:hover .dropdown {
	display: block;
	background-image: none !important;
}

.dropdown ul {
	margin: 15px 0 0 15px;
	background-image: none !important;
}

.dropdown li {
	float: none;
	display: block;
	background: transparent;
	background-image: none !important;
	margin: 0 0 7px 0;
}

.dropdown li a:link, .dropdown li a:visited {
	float: none;
	display: block;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	height: auto;
	line-height: 1.1em;
	padding: 0;
	background-image: none !important;
}

.dropdown li a:hover {
	text-decoration: underline;
}

/* Slideshow */

.slideshow {
	margin: 0 0 45px 0;
	width: 960px;
	height: 417px;
	overflow: hidden;
	position: relative;
}

#slideshowWrapper {
	position: relative;
	width: 960px;
	height: 417px;
}

.panel {
	background: #586678;
	width: 960px;
	height: 417px;
	overflow: hidden;
}

ul#slideshow{list-style:none;width:960px;height:417px;overflow:hidden;}

.panel-pic {
	position: relative;
	z-index: 10;
}

.panel-info {
	/*position: absolute;
	top: 92px;
	left: 0;*/
	margin: 92px 0 0 25px;
	z-index: 20;
	color: #FFF;
	width: 520px;
}

.title {
	font: 50px "Arial Black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -4px;
	color: #FFF;
	line-height: 1em;
}

.sub-title {
	font: 37px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #FFF;
	line-height: 1em;
	margin: 3px 0 20px 0;
}

.sub-title span {
	float: left;
	display: inline;
}

.sub-title sup {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	font-size: 16px;
}

/*.panel-info p.shadow {
	line-height: 1.3em;
	width: 420px;
	position: relative;
	top: -56px;
	left: -2px;
	color: #FFFFFF;
}*/

.panel-info p {
	line-height: 1.3em;
	width: 420px;
	margin: 0 0 50px 0;
	color: #FFFFFF;
	font-size: 15px;
}

.button-more a:link, .button-more a:visited {
	display: block;
	background: url('../i/button-more.png') no-repeat;
	width: 117px;
	height: 31px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}

.button-more a:hover {
	text-decoration: underline;
}

#thumbnails {
	position: absolute;
	bottom: 18px;
	right: 30px;
	z-index: 20;
}

#thumbnails li {
	float: left;
	display: inline;
	margin: 0 0 0 9px;
}

#thumbnails a:link, #thumbnails a:visited {
	border: 1px solid #bde0fc;
	float: left;
	display: inline;
}

#thumbnails img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

#thumbnails a:hover, #thumbnails li.fssActive a:link, #thumbnails li.fssActive a:visited {
	border: 1px solid #FFF;
}

#thumbnails a:hover img, #thumbnails li.fssActive a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* Columns */

.col-left {
	float: left;
	display: inline;
	width: 625px;
}

.col-right {
	float: left;
	display: inline;
	width: 300px;
	margin: 7px 0 0 35px;
}

/* Box */

.box {
	background: url('../i/box-mid.gif') repeat-y;
}

.box .bg-top {
	background: url('../i/box-top.gif') no-repeat;
}

.box .bg-bottom {
	background: url('../i/box-bottom.gif') no-repeat 0 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
}

.box-title {
	padding: 12px 0 0 20px;
	border-bottom: 1px solid #dddddd;
}

.attention {
	padding: 15px 25px 15px 138px;
	border-bottom: 1px solid #dddddd;
	background: url('../i/attention.jpg') no-repeat 20px 0;
}

.attention h2 {
	margin: 0 0 7px 0;
	color: #ab1512;
}

.box .inner {
	padding: 15px 15px 0 24px;
}

.box p {
	line-height: 1.2em;
	margin: 0 0 17px 0;
}

.button-details a:link, .button-details a:visited {
	display: block;
	background: url('../i/button-details.gif') no-repeat;
	width: 258px;
	height: 31px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
}

.button-details a:hover {
	text-decoration: underline;
}

/* Footer */

.footer {
	background: url('../i/footer-bg.gif') no-repeat;
	height: 169px;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 55px 0 0 0;
}

.footer-logo {
	float: left;
	display: inline;
	margin: 20px 0 0 0;
}

.footer-contacts {
	float: left;
	display: inline;
	color: #b6b6b6;
	font-size: 12px;
	margin: 27px 0 0 58px;
	line-height: 1.3em;
}

.social {
	float: right;
	display: inline;
	margin: 35px 0 0 0;
}

.social li {
	float: left;
	display: inline;
	margin: 0 0 0 8px;
}

.social img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

.social a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.line-1 {
	height: 118px;
	overflow: hidden;
}

.line-2 {
	height: 51px;
	overflow: hidden;
}

.copyright {
	color: #a5a5a5;
	float: left;
	display: inline;
	margin: 17px 0 0 0;
}

.bottom-menu {
	float: right;
	display: inline;
	margin: 17px -7px 0 0;
	overflow: hidden;
}

.bottom-menu li {
	float: left;
	display: inline;
	background: url('../i/bottom-menu-sep.gif') no-repeat 0 2px;
	margin: 0 0 0 -1px;
	padding: 0 7px;
}

.bottom-menu a:link, .bottom-menu a:visited {
	color: #a5a5a5;
	text-decoration: none;
}

.bottom-menu a:hover {
	text-decoration: underline;
}

/* Internal page */

.columns {
	margin: 45px 0 0 0;
}

.col-1 {
	float: left;
	display: inline;
	width: 220px;
	margin: 5px 0 0 0;
}

.col-2 {
	float: left;
	display: inline;
	width: 710px;
	margin: 0 0 0 28px;
}

.submenu {
	background: url('../i/submenu-mid.gif') repeat-y;
	font: 14px Arial, Helvetica, sans-serif;
}

.submenu .bg-top {
	background: url('../i/submenu-top.gif') no-repeat;
}

.submenu .bg-bottom {
	background: url('../i/submenu-bottom.gif') no-repeat 0 100%;
	overflow: hidden;
}

.submenu-title {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 14px 0 24px 17px;
}

.submenu ul {
	margin: 0 0 0 10px;
}

.submenu li {
	width: 197px;
	background: url('../i/submenu-arrow.gif') no-repeat 14px 3px;
	margin: 0 0 15px 0;
}

.submenu li div {
	width: 158px;
	padding: 0 10px 0 29px;
}

.submenu li a:link, .submenu li a:visited {
	color: #888888;
}

.submenu li.current {
	background: url('../i/submenu-active-bottom.gif') no-repeat 0 100%;
}

.submenu li.current div {
	background: url('../i/submenu-active-top.gif') no-repeat;
	padding: 10px 10px 10px 29px;
}

.submenu li.current a:link, .submenu li.current a:visited {
	color: #FFF;
}



/* Images Within Content */

.left {
	float: left;
	margin: 5px 5px 5px 0;
}

.right {
	float: right;
	margin: 5px 0 5px 5px;
}

.col-2 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #f5f4f4;
}


/* Blockquote */

blockquote {
	margin: 0 0 15px 15px;
}

/* Description lists */

.col-2 dl {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #f5f4f4;
}

.col-2 dd {
	font-style: italic;
	font-size: 15px;
	padding: 0 0 0px 0;
}

.col-2 dt {
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #D2D2D2;
}


/* Underlining */

.underline {
	text-decoration: underline;
}


/* Form Style */

form, fieldset {
	border: 0px;
}

input, textarea, select {
	border: #666666 1px solid;
	line-height: 18px;
	height: 18px;
	padding: 3px;
	color: #000000;
}

label, input, textarea, select {
	display: inline-block;
	float: left;
	margin: 5px 0 5px 0;
}

label {
	clear: both;
	width: 200px;
}

label span,
.error {
	font-weight: bold;
	color: #990000;
}

input {
	width: 200px;
}

input[type=hidden] {
	display: none;
}

input:focus,
textarea:focus {
	background-color: #F9F9F9;
}

textarea {
	width: 400px;
	height: 125px;
	font-family: Verdana, Geneva, sans-serif;
}

select {
	height: 25px;
}

/* Captcha */

#captcha input {
	margin: 0 0 0 200px;
	width: 110px;
}

#captcha img {
	margin-bottom: 5px;
}

/* Submit Buttons */

#buttons {
	margin: 0 0 0 200px;
}

#buttons input {
	width: 80px;
	display: inline-block;
	padding: 0px;
	height: 25px;
	background-color: #F1F1F1;
}

/* Superscript */

.superscript {
	margin-top: -10px;
	font-size: 16px;
}