@import "reset.css";

body
{
	background: url('img/bg.jpg') repeat-x left top #dad9ba;
	font-family: "trebuchet ms", Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

body img
{
	vertical-align: middle;
}

a
{
  color: #1f1f1f;
}

h1
{
	font-size: 14pt;
	font-weight: normal;
	padding: 10px 0 20px 0;
}

h2
{
	font-size: 12pt;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 14pt;
}

h3
{
	line-height: 12pt;
	font-size: 10pt;
	padding-bottom: 5px;
}

.clear
{
	clear: both;
}

.column
{
	float: left;
	padding-right: 10px;
	width: 324px;
}

#header,
.content
{
  width: 917px;
  margin: auto;
}

.content
{
	padding-top: 14px;
}

#header
{
	padding-top: 9px;
}

#header_backup
{
	padding-top: 9px;
}


.logo
{
	margin-top: -9px;
  padding-left: 1px;
	float: left;
}

.logo_backup
{
	padding-left: 45px;
	float: left;
}

.banner
{
	padding-top: 32px;
	float: right;
}

.banner_backup
{
	padding-top: 32px;
	float: right;
}

.advert
{
	clear: both;
	text-align: center;
}

.advert img
{
  padding-top: 2px;
}

#footer
{
	clear: both;
	background: url('img/footer-bg.jpg') repeat-x left top #72ac3b;
	padding: 0 0 40px 0;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	height: 40px;
}

#menu
{
	float: left;
	width: 215px;
	padding-right: 8px;
	padding-bottom: 10px;
}

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

.menu-bottom
{
	width: 215px;
	height: 5px;
	overflow: hidden;
	background: url('img/menu-bottom.gif') no-repeat left top;
}

#nav
{
	border-right: 1px solid #7cbc41;
	border-left: 1px solid #7cbc41;
	padding: 0 1px 15px 1px;
	background: #fff;
}

#nav li
{
	padding: 0;
	border-bottom: 1px solid #dbdcbd;
	font-size: 10pt;
	height: 1%;
}

#nav a,
#nav span
{
	padding: 6px 10px 6px 17px;
	color: #606046;
	display: block;
	height: 1%;
}

#nav li.first
{
	background: #eceddd;
}

#nav ul
{
	border-top: 1px solid #dbdcbd;
}

#nav li li.last
{
	border-bottom: 0 none;
}

#nav ul a
{
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: 21px 11px;
	background-image: url('img/dot.jpg'); 
}

#nav .current a,
#nav a:hover,
#nav span.hover
{
	text-decoration: none;
	background-color: #e4e4cc;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 21px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

#nav .first span.hover
{
  background: none;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 0 none;
  cursor: text;
}

#nav a span
{
	display: inline;
	color: #ff9003;
	padding: 0;
}

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

.main-top
{
	width: 693px;
	height: 3px;
	background: url('img/main-top.gif') no-repeat left top;
	overflow: hidden;
}

.main-bottom
{
  width: 693px;
  height: 3px;
  background: url('img/main-bottom.gif') no-repeat left top;
  margin-bottom: 5px;
  overflow: hidden;
}

.main-content
{
	width: 669px;
	border-left: 1px solid #b2b1af;
	border-right: 1px solid #b2b1af;
	padding: 5px 10px;
	background: #fff;
}

.main-content p
{
	text-align: justify;
}

.col
{
	float: left;
	width: 140px;
	padding-top: 5px;
}

body .col2
{
	width: 200px;
	padding-left: 15px;
}

#footer a
{
	color: #fff;
}

#footer p
{
	text-align: justify;
}

#footer .phones
{
	background: url('img/phone.jpg') no-repeat left top;
	width: 170px;
	padding: 5px 20px 0 30px;
	margin-left: -15px;
}

#footer .company-data
{
	width: 240px;
	padding-right: 10px;
}

#footer .mail
{
	background: url('img/at.jpg') left top no-repeat;
	padding: 5px 5px 0 30px;
	height: 20px;
}

#footer .design p
{
	text-align: right;
}

.main-content
{
	color: #282924;
}

.main-content ul { list-style: none; padding-left: 0.7em;}
.main-content ul li { background: url('img/asterisk.jpg') no-repeat left 5px; padding-left: 0.7em; }
.main-content ol { list-style: decimal outside; padding-left: 2.0em; }
.main-content ul,
.main-content ol,
.main-content p,
.main-content blockquote { margin-bottom: 1.0em; line-height: 1.3em; }
.home .main-content a { color: #ffa020; }
.main-content li {text-align: justify;}

.buttons
{
	padding: 15px 0 55px 223px;
	clear: both;
	width: 694px;
	margin: 0 auto;
	height: 55px;
}

.button
{
	float: left;
	height: 55px;
	width: 230px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
}

.button-first
{
	background-image: url('img/button-first.png');
}

.button-second
{
  background-image: url('img/button-second.png');
}

.button-third
{
  background-image: url('img/button-first.png');
}

.button a
{
	color: #5e5a5b;
}

.title
{
	font-size: 14pt;
	padding-bottom: 3px;
}

.main-content a
{
	color: #5a9a22;
}

.company-logo
{
	padding: 15px 0 15px 45px;
}

.logos
{
	padding: 20px 0;
	text-align: center;
}

.logos img
{
	vertical-align: middle;
	padding: 0 17px;
}

.partner-logo
{
	float: left;
	text-align: center;
	padding-right: 20px;
}

.partner-logo img
{
	vertical-align: middle;
}

.contact-data,
.partner-logo
{
	padding-bottom: 20px;
}

.contact-data
{
	float: left;
	width: 369px;
}

.partner-description
{
	clear: both;
	border-top: 2px solid #83be48;
	padding-top: 30px;
}

.partner-description h2
{
	text-align: center;
}

.main-content ul#product-gallery
{
	list-style-type: none;
	width: 552px;
	margin: 0 auto;
}

#product-gallery li
{
	float:left;
	height:117px;
	margin:0;
	padding:10px 15px;
	width:154px;
}

.loans .logos
{
	margin-left: -10px;
}

.loans .logos img
{
	margin-left: 10px;
	padding: 0;
}

.offer-table td
{
  padding: 10px;
}

.article .publisher
{
  float: right;
  padding-bottom: 5px;
  height: 40px;
}

.article h3
{
  color: #73ad3c;
  font-size: 11pt;
}

.article h4
{
  color: #636363;
  font-size: 9pt;
  padding: 1px 0 3px 20px;
  background: url('img/calendar.jpg') no-repeat left top; 
}

.article .description
{
  clear: both;
  padding-top: 5px;
}

.main-content p.more
{
  text-align: right;
  padding-bottom: 10px;
}

.article .more
{
  border-bottom: 1px solid #e2e2d8;
}

.article .more a
{
  padding: 5px 0 5px 20px;
  background: url('img/spyglass.jpg') no-repeat left center;
  font-size: 8pt;
}

.paginator
{
  clear: both;
  padding-top: 10px;
  text-align: center;
  font-size: 8pt;
}

.paginator a,
.paginator span
{
  margin: 0 3px;
  line-height: 16px; 
}

.paginator span
{
  color: #70af3c;
}

.paginator a
{
  color: #000;
}

.paginator img
{
  margin-top: -3px;
}

.paginator .info
{
  padding-right: 25px;
  color: #000;
}

.slide
{
  float: left;
  overflow: hidden;
  width: 63px;
  height: 231px;
  margin-right: 2px;
}

.slideshow #slide5
{
  margin-right: 0;
}

#slide2.open img
{
  margin-left: 0;
}

.slideshow .open
{
  width: 358px;
}

body .slideshow
{
  padding: 0 3px;
  width: 684px;
}

.slideshow h1
{
  clear: both;
  padding: 20px 0 20px 20px;
  font-style: italic;
  color: #fe8400;
}

ul.spec
{
  padding-left: 0;
}

ul.spec li
{
  background: none;
  border-bottom: 2px solid #71ba2d;
  padding: 15px 10px;
  line-height: 18px;
}

ul.spec li.last
{
  border-bottom: 0 none;
}

.spec h2
{
  display: inline;
  font-size: 12pt;
  font-weight: bold;
}

.green
{
  color: #71ba2d;
}

.price-list
{
  text-align: center;
  width: 100%;
  border: 1px solid #e3e6d5;
  margin-bottom: 15px;
}

.price-list td
{
  border-bottom: 1px solid #e3e6d5;
  border-top: 1px solid #e3e6d5;
  padding: 12px 20px;
}

.price-list th
{
  color: #fff;
  background: #7ebc41;
  padding: 12px 20px;
  font-weight: normal;
}

.price-list .odd td
{
  background: #ecede8;
}

.pumps .main-content p
{
  padding-left: 10px;
}

.gallery-lightbox,.gallery-lightbox2,.gallery-lightbox3,.gallery-lightbox4
{
  background: #ecede8;
  border: 1px solid #e5e8d7;
  padding: 10px 0 0 25px;
}

.gallery-lightbox ul,.gallery-lightbox2 ul,.gallery-lightbox3 ul,.gallery-lightbox4 ul
{
  list-style-type: none;
  padding: 0;
}

.main-content .gallery-lightbox li,.main-content .gallery-lightbox2 li,.main-content .gallery-lightbox3 li,.main-content .gallery-lightbox4 li
{
  width: 100px;
  height: 81px;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-bottom: 2px solid #969792;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  padding: 5px 0 0 5px;
}

.gallery
{
  margin-left: -35px;
}

.main-content .gallery li
{
  float: left;
  padding-left: 35px;
  background: none;
  height: 142px;
  padding-bottom: 15px;
}

body .tabs
{
  padding: 0 2px;
  width: 686px;
}

.tabs h1
{
  padding-left: 25px;
}

.tabs .gallery-lightbox,.tabs .gallery-lightbox2,.tabs .gallery-lightbox3,.tabs .gallery-lightbox4
{
  width: 610px;
  padding-left: 10px;
  margin: 0 auto 15px auto;
}

.tabs .gallery-lightbox li,.tabs .gallery-lightbox2 li,.tabs .gallery-lightbox3 li,.tabs .gallery-lightbox4 li
{
  margin-right: 10px;
}

.main-content p.gallery-anchor
{
  text-align: center;
}

.gallery-lightbox,.gallery-lightbox2,.gallery-lightbox3,.gallery-lightbox4
{
  margin-bottom: 15px;
}

.gallery-anchor a
{
  background: url('img/gallery-icon.jpg') no-repeat left center;
  padding: 0 0 0 25px;
}

.movie-info div
{
  float: left;
}

.movie-info .main-info
{
  background: url('img/screen.jpg') 10px top no-repeat;
  padding-left: 25px;
  width: 290px;
}

.movie-info p.main-info
{
  padding-left: 35px;
}

.movie-info .col
{
  padding-left: 20px;
  text-align: center;
  width: 140px;
}

.movie-info h2
{
  padding-bottom: 5px;
}

.flash-nav a
{
  border-left: 1px solid #5A9A22;
  padding: 2px 5px;
}

.flash-nav span
{
  padding-right: 15px;
}

.flash-nav #flash-link0
{
  border-left: 0 none;
}

.flash-nav a.current
{
  color: #000;
}

.main-content form ul li
{
  background: none;
  padding: 3px 0;
  clear: both;
}

label
{
  float: left;
  text-align: right;
  width: 320px;
  padding-right: 10px;
}

input
{
  float: left;
}

.text
{
  width: 200px;
  border: 1px solid #c8c8c8;
  padding: 2px 5px;
}

.main-content form ul li.section,
.main-content form ul li.submit
{
  padding: 25px 0 10px 0;
  font-weight: bolder;
  text-align: center;
}

.main-content form ul li.agreement
{
  padding-top: 15px;
}

.agreement label
{
  float: none;
}

.agreement input
{
  float: none;
}

.submit input
{
  display: block;
  background: #fff;
  border: 1px solid #c8c8c8;
  width: 70px;
  text-align: center;
  height: 30px;
  padding: 5px 0;
  margin: 0 auto;
  float: none;
}

.notice
{
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  color: #5A9A22;
}

#toplayer
{
  display: none;
  position: absolute;
  z-index: 100;
}

.main-content p.survey-anchor
{
  text-align: center;
  font-size: 12pt;
}

.main-content p.warning
{
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  
}
