* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:url(/images/main-tail.gif) top left repeat-x #FFFFFF;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea {
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.9375em;
  line-height:1.333em;
  color:#444;
}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#ff5400; outline:none;}
a:hover{text-decoration:none;}
p {padding-top:20px;}

/* ============================= main layout ====================== */

li { background:url(/images/marker.gif) no-repeat 0 8px; padding-left:12px; line-height:1.54em;}
li a {color:#ff5400;}

.imgindent {margin:0 20px 0 0; float:left;}
strong {color:#ff5400; text-transform:uppercase; font-weight:normal;}
#main {background:url(/images/main-bg.gif) top right no-repeat;}

.alignright {text-align:right;}
/* ============================= header ====================== */
.logo { margin-left:-6px; margin-top: 28px; width: 868px; position:relative;}
.border {border-bottom:1px solid #e7dfdb; padding-bottom:9px;}

.menu {margin-top:24px; padding-bottom:44px;}
.menu li {padding:0px 23px 0 0; text-transform:uppercase; float:left; background:none; line-height:1.5em;}
.menu li a {color:#101010; text-decoration:none;}
.menu li a:hover {color:#ff5400;}
.menu .active a {color:#ff5400;}

.slogan {text-align:right; background:url(/images/header-2.jpg) left top no-repeat; padding:262px 36px 80px 0;}

h2 {color:#fff; text-transform:uppercase; font-size:2.233em; line-height:1.2em;}
h2 strong {color:#fff; font-weight:normal; font-size:0.892em;}
h3 {color:#fff; text-transform:uppercase; font-size:1.06em; margin-top:-12px; line-height:1.8em;}
3 strong {color:#fff; font-weight:normal; font-size:0.842em;}
/* ============================= content ====================== */
#content {padding:0 0 41px 0;}

.box {background:url(/images/border-bg.gif) left bottom repeat-x; padding-bottom:15px; margin-bottom:15px;}

h4 {font-size:2em; color:#101010; border-bottom:1px solid #e7dfdb; text-transform:uppercase; padding:18px 0 14px 0; margin-bottom:16px; line-height:1.2em;}
.h4-img {margin-bottom:16px;}
.col-1 h4 { width: 210px; }

.rss {margin:6px 0 0 18px;}

.pad {padding-top:32px;}
.pad2 {padding-top:22px;}

.link {background:url(/images/link-left-bg.gif) left top no-repeat; display:inline-block; text-decoration:none; margin:38px 0 19px 1px; color:#fff;  cursor:pointer;  display: none;}
.link span {background:url(/images/link-right-bg.gif) right top no-repeat; display:inline-block; padding:0 6px 0 6px;}
.link span span  {background:url(/images/link-tail-bg.gif) top repeat-x; padding:8px 6px 10px 8px;}

.link:hover {background:url(/images/link-left-bg-hover.gif) left top no-repeat;}
.link:hover span {background:url(/images/link-right-bg-hover.gif) right top no-repeat;}
.link:hover span span  {background:url(/images/link-tail-bg-hover.gif) top repeat-x;}


.col-pad {padding-right:39px;}

.phone {display:inline-block; width:92px;}

.mail {padding-bottom:30px; display:inline-block;}
/* ============================= footer ====================== */
#footer {background:url(/images/footer-bg.gif) top right no-repeat; border-top:1px solid #e7dfdb; padding-top:17px;}



/* ============================= forms ============================= */


#ContactForm {padding-top:20px;}
#ContactForm label { display:block; height:47px; } 
#ContactForm .link {margin-left:20px; margin-top:30px;}
#ContactForm .col-1 {width:292px !important;}
#ContactForm .col-2 {width:250px !important;}
#ContactForm .input {width:243px; height:19px; border:1px solid #cfceca; padding:2px 4px 1px 5px; font-size:1em; background:none;}
#ContactForm textarea {width:250px; height:118px; border:1px solid #cfceca;  padding:0px 0px 0px 8px; overflow:auto; font-size:1em;  background:none; padding:0px 0px 0px 5px;}


.col-1 .container a {
  color: inherit;
  text-decoration: inherit;
}

.container {
  margin: 0;
}

div.pad2 strong,
#col-a strong,
#col-c strong {
  display: block;
  margin: 0 0 4px 0;
}

#page1 div#col-c {
  width: 203px;
}

/* ============================= slideshow ============================= */

#slideshow {
  position:relative;
  height:373px;
  width:856px;
}

#slideshow div {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:0.0;
  height: 373px;
  background-color: #FFF;
}

#slideshow div.active {
  z-index:10;
  opacity:1.0;
}

#slideshow div.last-active {
  z-index:9;
}

#slideshow div img {
  height: 373px;
  display: block;
  border: 0;
  margin-bottom: 10px;
}

