@import "reset.css";
@import "editor.css";

body
{
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #313131;
}

.page
{
  width: 940px;
  margin: 0 auto;
}

h1,h2,h3,.headline,.menu a
{
  font-family: "Trebuchet MS",Arial,Helvetica;
}

.clear
{
  clear: both;
}

h1,
.headline
{
  color: #414f5a;
  font-weight: bold;
  font-size: 12pt;
  padding-left: 6px;
  position: relative;
}

body h1
{
  font-size: 13pt;
}

.header
{
  padding-top: 219px;
  background: url('img/header.jpg') no-repeat left top;
}

.header .menu
{
  background: #e5eae6 url('menu-bg.jpg') repeat-x left bottom;
  border-right: 1px solid #465455;
  border-left: 1px solid #465455;
}

.header .menu li
{
  float: left;
  padding: 0 9px 0 6px;
  border-left: 1px solid #bebfc1;
  border-right:  1px solid #feffff;
  height: 25px;
  line-height: 25px;
  margin-bottom: 4px;
}

.header .menu li.first
{
  border-left: 0 none;
}

.header .menu li.last
{
  border-right: 0 none;
}

.header .menu li.clear
{
  border: 0 none;
  height: 0;
  width: 0;
}

.header .menu ul
{
  padding: 9px 11px 0 11px;
}

.header .menu a
{
  color: #3e525b;
  font-weight: bold;
  font-size: 11pt;
  padding: 0 4px;
}

.header .menu a *
{
  float: left;
}

.header .menu a span
{
  padding: 0 4px;
}

.header .menu a:hover,
.header .menu a.current
{
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.header .menu a em
{
  width: 3px;
  height: 25px;
}

.header .menu a:hover .right,
.header .menu a.current .right
{
  background: url('img/menu-hover-right.jpg') no-repeat left top;
}

.header .menu a:hover .left,
.header .menu a.current .left
{
  background: url('img/menu-hover-left.jpg') no-repeat left top;
}

.header .menu a:hover span,
.header .menu a.current span
{
  background: #cb2a32;
  border-top: 1px solid #db737e;
  border-bottom: 1px solid #db737e;
  height: 23px;
}

.menu-bottom
{
  height: 2px;
  background: url('img/menu-bottom.jpg') no-repeat left top;
  clear: both;
  overflow: hidden;
}

.sidebar
{
  float: left;
  padding-right: 29px;
  width: 264px;
}

.sidebar,
.main
{
  padding-top: 14px;
  padding-bottom: 20px;
}

.main
{
  float: left;
  width: 646px;
}

.footer
{
  border-top: 1px solid #ccc;
  padding-top: 9px;
  padding-bottom: 10px;
}

.footer,
.footer a
{
  color: #999;
}

.footer .info
{
  float: right;
  text-align: right;
  width: 400px;
}

.footer .info a
{
  margin-left: 10px;
}

.footer .info a:hover
{
  text-decoration: none;
}

.footer .info a:hover span
{
  text-decoration: underline;
  cursor: pointer;
}

.footer .info img
{
  vertical-align: middle;
  margin: 0 3px;
}

.footer li
{
  display: inline;
  border-right: 1px solid #a0a0a0;
  margin-right: 5px;
  padding-right: 8px;
}

.footer li.last
{
  border-right: 0 none;
}

.bread-crumbs
{
  padding-bottom: 15px;
  font-family: Tahoma;
} 

.bread-crumbs,
.bread-crumbs a
{
  color: #969696;
}

.bread-crumbs a
{
  font-weight: bold;
}

.bread-crumbs img
{
  vertical-align: middle;
  margin: 0 2px;
}

ul.errors, 
ul.notices
{
  color:#fff;
  font-size:9pt;
  padding: 5px;
  margin-bottom: 20px;
}

ul.errors li, 
ul.notices li
{
  background-position: 6px center;
  background-repeat: no-repeat;
}

ul.errors
{
  background-color: #dd0f0f;
}

ul.errors li
{
  background-image: url('../img/error-icon.jpg');
}

ul.errors li, 
ul.notices li
{
  padding: 5px 0 5px 25px;
  text-align: center;
}

ul.notices,
.notice
{
  background-color: #92c32c;
}

ul.notices li
{
  background-image: url('../img/confirm-icon.jpg');
}

.box-top
{
  background: url('img/small-box-top.jpg') no-repeat left top;
  height: 4px;
  overflow: hidden;
}

.box-bottom
{
  background: url('img/small-box-bottom.jpg') no-repeat left top;
  height: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

.box
{
  padding: 15px 10px 10px 15px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  background: #f4f4f4;
}

.wide-box-top
{
  background: url('img/wide-box-top.jpg') no-repeat left top;
  height: 5px;
  overflow: hidden;
}

.wide-box-bottom
{
  background: url('img/wide-box-bottom.jpg') no-repeat left top;
  height: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.wide-box
{
  padding: 15px 20px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  background: #f4f4f4;
}


.promotions .summary
{
  float: left;
  width: 140px;
  padding-right: 7px;
}

.promotions .item
{
  clear: both;
}

.promotions .img
{
  float: left;
  width: 90px;
}

.more
{
  padding: 5px 0 10px 0;
  height: 18px;
}

.more a
{
  font-family: Tahoma;
  font-weight: bold;
  color: #47545c;
  background: url('img/btn.jpg') no-repeat right center;
  padding-right: 22px;
  float: right;
  height: 18px;
}

.submenu
{
  margin-bottom: -15px;
}

.submenu li a
{
  color: #000;
  font-size: 11pt;
}

.submenu li
{
  padding-bottom: 15px;
  background: url('img/btn.jpg') no-repeat left 1px;
  padding-left: 25px;
  line-height: 18px;
}

.promotions h3 a
{
  color: #ca3038;
  font-size: 10pt;
}

a.group
{
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

.contact-btn,
.box .simple-form .submit-box input
{
  height: 32px;
  line-height: 32px;
  background: url('img/contact-btn.jpg') no-repeat left top;
  padding-left: 17px;
  float: right;
  width: 132px;
  font-family: Tahoma;
  font-weight: bold;
  color: #43515a;
  font-size: 9pt;
  margin-bottom: -10px;
  margin-right: -5px;
  position: relative; 
}

body .box .simple-form .submit-box input
{
  width: 149px;
  text-align: left;
}

.simple-form
{
  padding-bottom: 10px;
}

.simple-form li
{
  clear: both;
  padding-bottom: 12px;
}

.simple-form label
{
  display: block;
  padding-bottom: 4px;
  color: #666;
  font-size: 10pt;
}

.simple-form label span
{
  color: #ce2739;
}

.simple-form input,
.simple-form textarea
{
  border: 1px solid #ccc;
  width: 268px;
  padding: 2px 4px;
}

.box .simple-form input
{
  width: 220px;
  padding: 5px;
}

.box .simple-form label
{
  padding-bottom: 8px;
  color: #313131;
}

.simple-form select
{
  height: 21px;
  border: 1px solid #ccc;
  width: 278px;
  padding: 0;
}

.simple-form input
{
  height: 15px;
}

.simple-form .file input
{
  height: auto;
}

.simple-form textarea
{
  height: 53px;
  overflow: auto;
}

.simple-form .submit-box
{
  text-align: right;
}

.simple-form .submit-box input
{
  border: 0 none;
  vertical-align: middle;
  text-align: center;
  color: #616469;
  background: url('img/form-submit.jpg') no-repeat left top;
  width: 84px;
  height: 27px;
  cursor: pointer;
}

.left-col
{
  width: 298px;
  padding-right: 25px;
  float: left;
}

.right-col
{
  width: 280px;
  float: left;
}

.right-col strong
{
  color: #333;
  padding-bottom: 10px;
  font-size: 10pt;
  display: block;
}

.promotion-list li
{
  clear: both;
}

.promotion-list .img
{
  float: left;
  width: 145px;
  padding-right: 10px;
}

.promotion-list .img-top
{
  background: url('img/list-img-border-top.jpg') no-repeat left top;
  overflow: hidden;
  height: 3px;
}

.promotion-list .img-bottom
{
  background: url('img/list-img-border-bottom.jpg') no-repeat left top;
  overflow: hidden;
  height: 3px;
  margin-bottom: 10px;
}

.promotion-list .img img
{
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding: 2px 4px;
  background: #fff;
  display: block;
}

.promotion-list .summary
{
  float: left;
  width: 448px;
}

.promotion-list h3
{
  font-size: 10pt;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #303030;
}

.promotion-list h3 a
{
  color: #303030;
}

.promotion-list h3 span
{
  color: #cc222d;
  text-transform: uppercase;
}

.promotion-list h6
{
  color: #666;
  font-weight: normal;
}

.promotion-list .more a
{
  float: left;
}

.paginator
{
  text-align: right;
  padding-bottom: 10px;
}

.paginator a
{
  color: #47545c;
  margin: 0 3px;
  font-weight: bold;
}

.paginator span
{
  padding: 2px 3px;
  background: #dcdcdc;
}

.back
{
  padding: 10px 0;
  height: 18px;
  clear: both;
}

.back-top
{
  padding-top: 0 !important;  
}

.back a
{
  padding-left: 25px;
  font-weight: bold;
  font-family: Tahoma;
  background: url('img/back-btn.jpg') left center no-repeat;
  float: left;
  height: 18px;
  color: #47545c;
}

.main-img .img-top,
#main-img .img-top
{
  background: url('img/details-img-border-top.jpg') no-repeat left top;
  overflow: hidden;
  height: 5px;
}

.main-img .img-bottom,
#main-img .img-bottom
{
  background: url('img/details-img-border-bottom.jpg') no-repeat left top;
  overflow: hidden;
  height: 5px;
  margin-bottom: 10px;
}

.main-img .img,
#main-img .img
{
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding: 0 4px;
  background: #fff;
  text-align: center;
}

.offer
{
  float: left;
  margin-left: -38px;
}

.offer li
{
  float: left;
  background: url('img/offer-bottom.jpg') no-repeat left bottom #fff;
  padding-bottom: 3px;
  overflow: hidden;
  width: 118px;
  margin-left: 38px;
  margin-bottom: 30px;
  height: 108px;
}

.offer .list-top
{
  background: url('img/offer-top.jpg') no-repeat left top;
  height: 3px;
  overflow: hidden;
}

.offer .box-content
{
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  height: 105px;
}

.offer li .img,
.offer h3
{
  text-align: center;
}

.offer .img
{
  height: 65px;
  padding-bottom: 2px;
  padding-top: 8px;
}

.offer h3
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.offer h3 a
{
  color: #000;
}

.portfolio
{
  margin-left: -20px;
  float: left;
}

.portfolio li
{
  float: left;
  background: url('img/portfolio-list-bottom.jpg') no-repeat left bottom #fff;
  padding-bottom: 3px;
  width: 292px;
  margin-left: 20px;
  margin-bottom: 20px;
  height: 108px;
}

.portfolio .list-top
{
  background: url('img/portfolio-list-top.jpg') no-repeat left top;
  height: 3px;
  overflow: hidden;
}

.portfolio table
{
  width: 290px;
  height: 105px;
  overflow: hidden;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-collapse:separate;
}

.portfolio th
{
  width: 50px;
  padding-left: 30px;
  padding-right: 10px;
}

.portfolio td,
.portfolio th
{
  vertical-align: middle;
  height: 100%;
}

.portfolio td
{
  padding-right: 10px;
}

.portfolio td a
{
  color: #666;
  font-size: 13pt;
  font-weight: bold;
}

.portfolio-list
{
  margin-left: -17px;
  float: left;
}

.portfolio-list li
{
  float: left;
  width: 190px;
  margin-left: 17px;
  margin-bottom: 5px;
  height: 150px;
  overflow: hidden;
}

.portfolio-list .img-bottom
{
  background: url('img/portfolio-lev2-bottom.jpg') no-repeat left top;
  height: 3px;
  overflow: hidden;
}

.portfolio-list .img-top
{
  background: url('img/portfolio-lev2-top.jpg') no-repeat left top;
  height: 3px;
  overflow: hidden;
}

.portfolio-list table
{
  width: 188px;
  height: 100px;
  overflow: hidden;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-collapse:separate;
  background: #fff;
}

.portfolio-list td
{
  vertical-align: middle;
  text-align: center;
  height: 100%;
  padding: 2px 4px;
}

.portfolio-list h3
{
  padding: 5px 5px 0 5px;
}

.portfolio-list h3 a
{
  color: #2d2d2d;
  font-size: 9pt;
  font-weight: bold;
}

.thumbs li
{
  float: left;
  width: 91px;
  background: url('img/thumb-bottom.jpg') no-repeat left bottom;
  padding-bottom: 2px;
  height: 56px;
  margin: 0 0 4px 3px;
}

.thumbs li.first
{
  margin-left: 0;
}

.thumbs li .img-top
{
  height: 2px;
  background: url('img/thumb-top.jpg') no-repeat left top;
  overflow: hidden;
}

.thumbs li table
{
  height: 52px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  width: 89px;
  border-collapse: separate;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.thumbs td
{
  vertical-align: middle;
}

#subscript,
.subscript
{
  padding-bottom: 10px;
}

.offer-box
{
  margin-left: -24px;
}

.offer-box li
{
  float: left;
  width: 289px;
  padding-left: 24px;
  padding-bottom: 10px;
}

.offer-box li.first
{
  clear: both;
  float: none;
  width: auto;
  padding-bottom: 0;
}

.offer-box h3 a
{
  color: #000;
}

.offer-box h3
{
  font-size: 12pt;
  padding-bottom: 10px;
}

.offer-box .img
{
  float: left;
  width: 65px;
  padding-right: 10px;
}

.offer-box .summary
{
  float: left;
  width: 214px;
}

.button
{
  background: url('img/wide-button.jpg') no-repeat left top;
  width: 175px;
  height: 33px;
  line-height: 33px;
  padding-left: 10px;
  float: right;
  font-family: Tahoma;
  font-weight: bold;
  color: #43515a;
  font-size: 9pt;
  margin-bottom: -10px;
  margin-right: -5px;
  position: relative; 
}

.button:hover span
{
  text-decoration: underline;
}

.button span
{
  float: left;
  width: 142px;
}

.button:hover
{
  cursor: pointer;
}

.button img
{
  vertical-align: top;
  padding-top: 4px;
}

.portfolio-box
{
  padding: 10px;
  text-align: center;
}

.portfolio-box img
{
  margin: 0 5px;
  vertical-align: middle;
}

.partners .left-col
{
  width: 328px;
  padding-right: 15px;
}

.partners .wide-box
{
  padding-left: 0;
}

.partners h2
{
  color: #646464;
  font-size: 12pt;
  padding: 15px 0 15px 25px;
  background: url('img/btn.jpg') no-repeat left center;
  text-transform: capitalize;
}

.indent
{
  padding-left: 30px;
}

.partner-list h3
{
  font-size: 12pt;
  padding-bottom: 5px;
}

.partner-list h3 a
{
  color: #686868;
}

.partner-list h3 a:hover
{
  color: #c92b2c;
  text-decoration: none;
}

.ed .info
{
  color: #646464;
}

.ed .info strong
{
  width: 100px;
  margin-right: 10px;
  float: left;
}

.overlay
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	padding-top: 20px;
}

.banners-top,
.banners-bottom
{
	width: 442px;
  margin: 0 auto;
  background-position: left top;
  background-repeat: no-repeat;
  height: 6px;
  overflow: hidden;
}

.banners-top
{
	background-image: url('img/banners-top.png');
}

.banners-bottom
{
  background-image: url('img/banners-bottom.png');
}

.banners
{
	width: 402px;
	margin: 0 auto;
	padding: 20px;
	background: #F4F4F4;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.banners .img
{
	overflow: hidden;
	border: 1px solid #999;
	clear: both;
	text-align: center;
	background: #fff;
	width: 400px;
}

.banners .close
{
	width: 16px;
	height: 16px;
	float: right;
	position: relative;
	top: -10px;
	background: url('img/close.jpg') no-repeat left top;
}

.banners .info
{
	padding-top: 10px;
}

.banners .info p
{
  text-align: center;
  line-height: 27px;
}

.banners .info p a
{
	font-size: 9pt;
	margin: 0 3px;
}

.banners .info p a.current
{
	font-weight: bold;
	color: #47545C;
}

.banners .info .next,
.banners .info .prev
{
	width: 23px;
	height: 27px;
	background-position: left top;
	background-repeat: no-repeat;
}

.banners .info .prev
{
	float: left;
	background-image: url('img/prev.jpg');
}

.banners .info .next
{
	float: right;
	background-image: url('img/next.jpg');
}