html{
	font-size: 100.1%;
	height: 100%;
}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background: #d1d3d6 url(/css/img/bg-body.gif) repeat-x;
	/* height: 100%; */
}
form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
img {border-style: none;}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 960px;
	position: relative;
	min-height:100%;
}
/*HEADER*/
#header {
	width:100%;
	height: 84px;
	position: absolute;
	top:0;
	left:0;
	padding: 67px 0 0;
}
/*logo*/
.logo{
	width:410px;
	position:absolute;
	top:19px;
	left:17px;
}
.logo a{
	display:block;
	width:100%;
	height:107px;
	background: url(/css/img/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
/*search-form*/
.search-form{
	width:305px;
	position: absolute;
	top:49px;
	right:20px;
}
.search-form input{
	width:219px;
	float:left;
	border-style:none;
	background: #e2e2e3;
	margin: 0 6px 0 0;
	padding: 2px 2px 3px;
}
.btn{
	height:22px;
	color:#0089cb;
	text-align: center;
	font: 120%/180% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.search{
	width:74px;
	background: url(/css/img/btn-search.gif) no-repeat;
	float:left;
}
.nav-holder{
	width:100%;
	display:table;
	padding: 32px 0 0;
	margin-top : 25px;
	background: url(/css/img/bg-navigation.png) repeat-x;
}
/*navigation*/
.navigation{
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
	float:right;
	font: 140%/110% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.navigation li:first-child{background: none;}
.navigation li{
	float:left;
	padding: 0 16px 9px 17px;
	background: url(/css/img/separator.gif) no-repeat 0 55%;
}
.navigation li a{color:#fff;}
.navigation li:hover,
.navigation li.hover{position: relative;}
.navigation li:hover ul,
.navigation li.hover ul{display: block;}
.navigation ul{
	display:none;
	position:absolute;
	top:20px;
	left:0;
	margin:0;
	padding:0 3px 0 19px;
	list-style:none;
	background: #59afd5;
	width:190px;
}
.navigation ul li{
	float:none;
	width:100%;
	vertical-align:top;
	background: none;
	padding: 0 0 7px;
}

/*CONTAINER*/
#container {
	padding: 92px 0 0;
	width:100%;
	overflow:hidden;
}
.container-area{
	/* background: #fff url(/css/img/bg-container.jpg) no-repeat; */
	background: #fff url(/ShowImage.aspx?type=rotate) no-repeat;
	height: 1%;
	padding: 234px 29px 20px 24px;
}
.inner .container-area{
	background: #fff url(/css/img/bg-container-inner.jpg) no-repeat;
	padding:150px 22px 60px 26px;
}
.inner2 .container-area{
	background: #fff url(/css/img/bg-container-inner2.jpg) no-repeat;
	padding:150px 30px 60px 26px;
}
.holder{width:100%;}
.holder:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
/*main-column*/
.main-column{
	width:420px;
	float:left;
}
.inner .main-column{width:677px;}
#container h1{
	font: 200% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0089cb;
}
.main-column h1{
	margin:0 0 10px -8px;
	padding: 15px 0 0 21px;
	background: url(/css/img/bg-heading.gif) no-repeat;
	width:360px;
	position: relative;
}
.main-column h2{
	margin:0 0 7px;
	font: 160% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0089cb;
}
.main-column p{
	margin: 0 0 18px;
	font-size: 120%;
	line-height: 140%;
}
.main-column p a{
	color:#852120;
	text-decoration: underline;
}
.main-column p a:hover{text-decoration: none;}
/*news-block*/
.news-block{
	height:1%;
	overflow:hidden;
	padding: 10px 8px 15px;
	background: #cce8f4;
}
.news-block h2{
	margin:0 0 13px;
	background:url(/css/img/border.gif) repeat-x 0 100%;
	padding:0 0 3px;
	font-weight:bold;
	padding: 0 0 5px;
}
/*news-list*/
.news-list{
	margin:0;
	padding:0;
	list-style:none;
}
.news-list li{
	width:100%;
	vertical-align:top;
}
.main-column p strong{color:#008ac9;}
/*side-column*/
.side-column{
	width:450px;
	float:right;
	padding: 62px 0 0;
}
.side-column h2{
	margin:0 0 6px 4px;
	font: bold 210% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#852120;
}

.calendar-main-column 
{
	width:950px;
	float:left;
}
/*info-block*/
.info-block{
	background: #a9a09a url(/css/img/bg-info-block.gif) repeat-x;
	height: 1%;
	overflow:hidden;
	padding: 15px 9px 0 11px;
	margin: 0 0 16px;
}
/*promotion-list*/
.promotion-list{
	margin:0;
	padding:0;
	list-style:none;
}
.promotion-list li{
	width:100%;
	overflow:hidden;
	vertical-align: top;
	padding: 0 0 12px;
}
.promotion-list img{
	float:left;
	margin: 2px 12px 0 0;
}
.promotion-list .column{
	height: 1%;
	overflow:hidden;
}
.promotion-list strong{
	color:#852120;
	font-size: 120%;
	display: block;
}
.promotion-list p{
	font-size: 115%;
	line-height: 120%;
	margin: 0 0 5px;
	color:#fff;
}
.box-holder{
	width:470px;
	overflow:hidden;
	margin: 0 0 19px -20px;
}
.box{
	min-height:158px;
	float:left;
	margin: 0 0 0 20px;
	display: inline;
	background: #a9a09a;
	padding: 0 0 0 14px;
	width:201px;
}

.AspNet-Login-UserPanel em
{
	font-style : normal;
}

.AspNet-Login-PasswordPanel em
{
	font-style : normal;
}

#newsletter_response 
{
	display : none;
}

.side-column h3{
	margin:0 0 8px -14px;
	padding:6px 15px;
	font: bold 125% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#64c8f4;
	background:#594528;
	position:relative;
}
/*arrow*/
.arrow{
	position: absolute;
	top:0;
	right:0;
	background: url(/css/img/arrow.gif) no-repeat;
	width:25px;
	height:17px;
}
.box-holder .box .row{
	width:100%;
	overflow:hidden;
	padding: 0 0 5px;
}
.box-holder .box strong{
	font-size: 170%;
	color:#872928;
	display: block;
	padding: 0 0 2px;
}
.box-holder .box label{
	display: block;
	font-size: 110%;
	color:#fff;
}
.box-holder .box input{
	width:173px;
	background: #eeeceb;
	border:1px solid #7e7c7b;
	float:left;
	padding: 2px 3px 3px;
}
.box-holder .box .btn{
	width:72px;
	background: url(/css/img/btn.gif) no-repeat;
	float:right;
	margin: 5px 1px 0 0;
}
/*links-block*/
.links-block{
	height:1%;
	width : 450px;
	overflow:hidden;
	background: #a9a09a;
	padding: 0 0 5px;
}
.links-block h3{margin-left:0;}
.wrapper{
	width:100%;
	overflow:hidden;
	margin: 0;
}

.helpful_links_wrapper{
	width:100%;
	overflow:hidden;
	margin: 0;
	display : inline;
}

.links-block ul
{
	margin:0;
	padding:7px 0 3px 10px;
	list-style:none;
	float:left;
	width:205px;
	font-size: 130%;
	font-weight: bold;
}
.links-block ul li{
	padding: 0 0 10px 12px;
	height:1%;
	vertical-align:top;
	background: url(/css/img/icon-arrow.gif) no-repeat 0 5px;
}
.links-block ul a{
	color:#872928;
	text-decoration:underline;
}
.links-block ul a:hover{text-decoration:none;}
/*FOOTER*/
#footer {
	width:910px;
	height: 56px;
	background: #fff url(/css/img/border2.gif) no-repeat 20px 0;
	overflow:hidden;
	margin: -26px auto 0;
	position: relative;
	padding: 10px 30px 0 20px;
	color:#5b5b5b;
}
#footer span{
	float:right;
	width:78px;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
}
#footer p{
	margin:0;
	float:left;
	font-size: 100%;
}
#footer .row-wrapper{
	float:left;
	width:805px;
}
/*footer-nav*/
.footer-nav{
	margin:0;
	padding:0 0 5px 5px;
	list-style:none;
	float:left;
	font-size: 100%;
}
.footer-nav li{
	display:inline;
	padding:0 9px;
	background: url(/css/img/separator-footer.gif) no-repeat 0 55%;
}
.footer-nav li a{color:#5b5b5b;}
#footer address{
	float:left;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}
/*inner*/
.inner .main-column h1, .inner2  h1{
	margin:0 0 25px -10px !important;
	padding: 12px 0 5px 11px;
	background: url(/css/img/bg-heading-inner.gif) no-repeat;
	width:578px;
	position: relative;
	font-size: 250% !important;
}
.inner .main-column h2{
	font-size:180%;
	font-weight:bold;
	background: url(/css/img/border.gif) repeat-x 0 100%;
	padding: 0 0 3px;
}
.inner .main-column h3{
	font: 160% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#008ac9;
	margin: 0 0 19px;
}

.inner .main-column h4{
	font: 140% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#008ac9;
	margin: 0 0 7px;
}

.text-block{
	width:385px;
	overflow:hidden;
}
/*content-list*/
.content-list{
	width:515px;
	overflow:hidden;
	padding: 0 0 0 16px;
}
.content-list strong{
	background:#c4c4c4;
	color:#008ac9;
	font: bold 130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding: 3px;
}
.content-list ul{
	margin:0;
	padding:10px 0 0 3px;
	list-style:none;
	font-size: 130%;
	width:470px;
}
.content-list ul li{
	padding:0 0 16px 15px;
	background:url(/css/img/icon-arrow2.gif) no-repeat 0 5px;
}
/*side-column*/
.inner .side-column{
	width:200px;
	float:right;
	padding: 92px 0 0;
}
.inner .side-column .box{
	margin-left:0 !important;
	float:none;
	display: block;
	width:201px;
	padding: 0 0 30px;
}
.inner .side-column .box img{display:block;}
.inner .side-column h3{margin: 0 0 16px 0;}
.inner .side-column .box .column{
	width:179px;
	overflow:hidden;
	padding: 15px 11px;
}
.inner .side-column .box .column h4{
	color:#852120;
	font: bold 140% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}
.inner .side-column .box .column p{
	font-size: 120%;
	line-height: 130%;
	color:#fff;
	margin: 0 0 15px;
}

.inner .side-column .box .column a {
	font-size: 90%;
}

.inner .side-column .box .column strong 
{
	font-size : 120%;
}

/*inner2*/
.inner2 .main-column{width:550px;}
/*promo-box*/
.promo-box{
	width:550px;
	height: 677px;
	background: url(/css/img/promo-block.gif) no-repeat;
	padding: 27px 0 0;
}
/*logo2*/
.logo2{
	width:341px;
	height:82px;
	display: block;
	margin: 0 auto 35px;
	background: url(/css/img/logo2.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.logo2 a{
	display:block;
	height:100%;
}
.inner2 .main-column .promo-box h2{
	font:bold 580% Arial, sans-serif;
	color:#8b0907;
	margin:0 0 37px;
	width:100%;
	text-align: center;
	letter-spacing: -1px;
}
.inner2 .main-column .promo-box .row-wrapper{
	width:506px;
	overflow:hidden;
	padding: 0 26px 10px 18px;
}
.picture{float:left;}
.table{
	float:right;
	margin: 125px 0 0;
}
.promo-box span{
	padding: 0 0 0 304px;
	color:#545454;
	font-size: 90%;
}
/*side-bar*/
.inner2 .side-bar{
	width:336px;
	padding: 10px 0 0;
	float:right;
}
.inner2 .side-bar h3{
	color:#008ac9;
	font: bold 160% "Trebuchet MS", Arial, sans-serif;
	background: #cfcfcf;
	padding: 5px 6px;
	margin: 0;
}
/*items-list*/
.items-list{
	margin:-5px 0 0;
	padding:0 0 30px;
	list-style:none;
}
.items-list li{
	padding:19px 13px;
	background:url(/css/img/border.gif) repeat-x 0 100%;
	overflow:hidden;
	width:310px;
	vertical-align: top;
}
.items-list li img{
	float:left;
	margin:0 27px 0 0;
}
.items-list .column{
	height:1%;
	overflow:hidden;
	padding: 10px 0 0;
}
.items-list .column span{
	display: block;
	color:#008ac9;
	font-size: 160%;
	font-weight: bold;
}
.items-list .column em{
	display: block;
	color:#000;
	font-size: 120%;
	font-style: normal;
}
.items-list .column strong{
	display: block;
	color:#890a09;
	font-size: 260%;
}
/*page-upper-holder*/
.page-upper-holder{
	width:100%;
	overflow:hidden;
}
.page-upper-holder strong{
	float:left;
	color:#008ac9;
	font: bold 160% "Trebuchet MS", Arial, sans-serif;
	margin: 0 9px 0 0;
}
.page-upper{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font: bold 160% "Trebuchet MS", Arial, sans-serif;
}
.page-upper li{
	float:left;
	padding: 0 8px 0 0;
}
.page-upper li a{
	display: block;
	border:1px solid #cfcfcf;
	color:#008ac9;
	padding: 0 5px;
}
.page-upper li a:hover, .page-upper li.active a{
	text-decoration: none;
	background:#cfcfcf;
}

/* CUSTOMER PORTAL */
.listTable, .listTable caption, .listTable tr, .listTable td, .listTable th, .listTable thead, .listTable tbody {
	font: 105% Arial, Helvetica, sans-serif;
 }
.listTable {
	width: 675px;
	border-top: 4px solid #594528;
	margin-bottom: 40px;
	border-bottom: 1px solid SteelBlue;
}
.listTable th{
	text-align: left;
	background: #cce8f4;
	color: #594528;
	padding: 4px;
}
.listTable td {
	padding: 8px;
	margin:0;
	

}
.listTable tbody td {
	border-top: 1px solid SteelBlue;
}

.listTable caption {
	text-align: left;
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #000;
}
.listTable .altTR {
	background: #eee;
}
	
.listTable td img {
	display: block;

}
.meta {
	font: 80% Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: left;
	display: block;
	float: left;
	width: 300px;
	margin-left: 7px;


}
hr {
	display: none;
}
label {
	font-size: 120%;
}
label.fixed {
	float: left;
	
	display: inline;
	width: 150px;

}
.short {
	display: block;

	margin-bottom: 4px;
}

/* Contact Form */

#ContactFormLeft 
{
	width : 110px;
	float : left;
	line-height : 30px;
}

#ContactFormLeft label 
{
}

#ContactFormRight 
{
	width : 550px;
	display : inline;
	line-height : 30px;
}

#ContactFormRight input 
{
	width : 250px;
	margin-top : 4px;
}

#ContactFormRight textarea
{
	margin-top : 4px;
}

/* End Contact Form */

#gallery_cont 
{
	width : 100%;
	margin-left : 14px;
	text-align : center;
}

.gallery_thumb
{
	width : 140px;
}
 
.gallery_thumb p
{
	text-align : center;
}
 
#main-column #pnlGallery table
{
	border : 0;
}

#main-column #pnlGallery table td img
{
	border : solid 1px white;
}

#main-column #pnlGalleryDet table
{
	border : 0;
}

.center p
{
	text-align : center;
}

