/*--GENERAL STYLE
---------------------------*/
body {
  background: #bc0101 url(../images/bodybg.gif) repeat-x 0 0; 
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  margin: 0;
  padding: 0;
}

#logo {
  margin: 0 0 20px 0;
}

img {
  margin: 0;
  padding: 0;
  border: none;
}

a {
  color: #000000;
}

a:focus {
  outline: none;
}

p {
  color: #000000;
}

.clear {
  clear: both;
}

h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 175%;
  font-weight: normal;
  width: auto;
}

h2 {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 974px;
  margin: 20px auto;
  background: url(/layout/images/bgtop.png) no-repeat top left;
  padding-top: 45px;
}

#wrapper-inner {
    background: url(/layout/images/bgbottom.png) no-repeat bottom left;
    padding-bottom: 35px;
}

#container {
  background: url(../images/contentbg.png) repeat-y;
  width: 974px;
  text-align: left;
}

#containerInner {
  position: relative;
  margin: 0 auto;
  color: #000000;
  width: 922px;
  padding-bottom: 20px;
  background: #FFFFFF;
}

#footer {
  background: #000000;
  width: 960px;
  height: 80px;
  margin: 40px 0 0 7px;
  clear: both;
}

#footerLogo {
  float: left;
  margin: 10px 0 0 20px;
}

#footer p {
  color: white;
  margin: 0;
}

#address {
  float: left;
  text-align: center;
  padding: 12px 0 0 70px;
  width: 150px;
}

#copyright {
  float: left;
  text-align: right;
  padding: 40px 0 0 80px;
  width: 290px;
  font-size: 80%;
}

#copyright a {
  text-decoration: none;
  color: #FFFFFF;
}

#copyright a:hover {
  text-decoration: underline;
}
/*--NAVIGATION BAR
---------------------------------------------*/
#navBar {
  background: url(../images/main-nav.gif) no-repeat;
  font-size: 80%;
  width: 921px;
  height: 25px;
  padding: 0;
  padding-top: 5px;
  margin: 0 auto;
  list-style: none;
  position: relative;
  z-index: 1000;
}

#navBar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navBar li { /* all list items */
	float: left;
	position: relative;
	display: inline;
	padding: 0 10px;
	margin: 0 15px;
	left: 25px;
}

#navBar li.last {
  margin: 0;
}

#navBar li ul li { /* all list items */
	display: block;
	clear: both;
	left: 0;
	z-index: 100;
}

#navBar li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 14px;
	line-height: 300%;
	background-color: #000000;
	filter: alpha(opacity=90);
    opacity: 0.9;
    z-index: 100;
    padding: 20px 0px;
    margin: 0;
	font-size: 80%;
}

#navBar li:hover ul, #navBar li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	z-index: 100;
}

#navBar a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 130%;
}

#navBar li ul a {
  display: block;
  white-space: nowrap;
  font-weight: normal;
  font-size: 135%;
}

#navBar a:hover {
  color: #ed1c23;
}

#navBar a.current, #navBar a.currentParent {
  color: #ed1c23;
}
/*--CAROSEL
---------------------------------------------*/
#carosel {
  width: 918px;
  height: 400px;
  border: #000000 1px solid;
  padding: 0;
  margin: 16px 0 0 0;
}

#carosel img {
  margin: 5px 0 0 5px;
  z-index: 1;
}

#homeSlides {
    height: 400px;
    width: 615px;
    position: relative;
}

#homeSlides .slide {
    height: 400px;
    width: 615px;
}

.imageCaption {
  width: 420px;
  height: 85px;
  background: url(/layout/images/image-caption.png) top left;
  padding: 10px;
  margin: 0;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  float: left;
  
}

.imageCaption h3 {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 130%;
  margin: 0;
  padding: 0;
}

.imageCaption p {
  color: #FFFFFF;
  margin: 0;
  padding: 4px 0 0 0;
}

.imageCaption a {
  color: #FFFFFF;
}

.imageCaption a:hover {
  color: #CCCCCC;
}

#caroselInner {
  position: absolute;
  left: 618px;
  width: 308px;
  height: 405px;
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

#caroselInner li {
  margin: 0 0 6px 0;
  height: 126px;
  width: 295px;
}

#caroselInner li a img {
  margin: 0;
  height: 126px;
  width: 295px;
}

#caroselInner a {
  height: 126px;
  width: 295px;
  display: block;
}




/*--SERVICES NAVIGATION
---------------------------------------------*/

#servicesNav {
  margin: 20px auto;
  padding: 0 0 20px 0;
  border-bottom: #ed1c23 3px solid;
  width: 918px;
}

#servicesNav a {
  color: #000000;
  text-decoration: none;
}

#servicesNav h3 a:hover {
  color: #666666;
}

#servicesNav img {
  height: 95px;
  width: 95px;
  border: none;
  margin: 0;
  padding: 0;
}

td, th {
  vertical-align: top;
}

td h3 {
  font-weight: normal;
  text-decoration: none;
  font-size: 130%;
  color: #000000;
  margin: 0 20px 0 0;
  padding-bottom: 0;
}

#servicesNav p {
  font-size: 80%;
}
/*--SIDE NAVIGATION
---------------------------------------------*/
#sideNav {
  float: left;
  margin: 15px 0 0 0;
  padding-top: 2px;
  background: url(../images/side-nav-bg-top.png) no-repeat 0 0;
}

#sideNav div {
  padding-bottom: 2px;
  background: url(../images/side-nav-bg-bottom.png) no-repeat bottom left;
}

#sideNav ul {
  padding: 0;
  margin: 0;
  width: 200px;
  background: url(../images/side-nav-bg.gif) repeat-y 0 0;
}

#sideNav li, #sideNav li ul li.first{
  list-style: none;
  padding: 2px 0;
}

#sideNav li ul {
  padding-top: 3px;
}

#sideNav li ul li a {
  padding-left: 40px;
  font-size: 85%;
}

#sideNav li.first {
  padding-top: 0;
}

#sideNav li.last, #sideNav li.last ul li.last, #sideNav li ul li.last {
  padding-bottom: 0;
}

#sideNav a {
  display: block;
  background: #000 url(../images/nav-white-off.gif) no-repeat 0 0;
  text-decoration: none;
  font-size: 90%;
  padding: 3px 0 3px 21px;
  color: #FFFFFF;
}

#sideNav a:hover {
  color: #000000;
  background: #ed1c23 url(../images/nav-white-on.gif) no-repeat 0 0;
}

#sideNav a.current {
  color: #ed1c23;
}

#sideNav a.current:hover {
  color: #000000;
}
/*--FEATURE PROJECT
---------------------------------------------*/
#featureProject h3 {
  color: #ed1c23;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 175%;
  font-weight: normal;
  background: url(/layout/images/featuretop.gif) no-repeat 0 0;
  padding-top: 10px;
}

#featureProject {
  background: #CCCCCC url(/layout/images/featurebg.gif) repeat-y;
  float: right;
  width: 307px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0 0 0 10px;
}

#featureProject div {
  background: url(/layout/images/featurebottom.gif) no-repeat bottom left;
  padding-bottom: 10px;
}

#featurePic {
  margin: 0 20px;
  background: #CCCCCC url(/layout/images/featurebg.gif) repeat-y;
  height: 213px;
  width: 266px;
}

#featureProject p {
  text-align: center;
  margin: 10px 20px;
}

#featureBgTop {
  position: relative;
  top: -3px;
}

#featureBgBottom {
  position: relative;
  top: 3px;
}

/*--CONTENT HOME
---------------------------------------------*/
#contentHome {
  width: 600px;
  font-size: 93%;
}

a {
  color: #000000;
}

a:hover {
  color: #666666;
}

#cedia {
  float: left;
  padding: 0 7px 0 0;
  margin: 0 0 40px 0;
}
/*--CONTENT INTERIOR
---------------------------------------------*/
#content, #contentNoNav {
  float: left;
  margin: 12px 0 0 0;
  text-align: left;
  font-size: 90%;
  padding: 0 0 15px 15px;
  width: 922px;
}

#content {
  width: 700px;
}

#content h1, #contentNoNav h1 {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 175%;
  font-weight: normal;
  width: auto;
}

#content p, #contentNoNav p {
  margin: 0;
}

#image {
  float: right;
  width: 390px;
  height: 290px;
  padding: 4px;
  margin: -15px 10px 10px 15px;
  border: 1px #000000 solid;
}

/*--CONTENT GALLERY
---------------------------------------------*/
#contentGalley {
  float: right;
  text-align: right;
  width: 170px;
  margin: 15px 0 0 0;
}

h3 {
  padding: 0;
  margin: 0;
}

/*--GALLERYCAROSEL
---------------------------------------------*/
#galleryImage {
  float: left;
  margin: 0 0 30px 0;
  border: 1px black solid;
  padding: 5px;
  background: #fff;
  clear: both;
  position: relative;
  z-index: 1;
}

#galleryImage div {
    margin: 5px;
}

#galleryImage img {
  margin: 0 auto;
}

#imageWrapper {
  padding: 4px;
}

#tblGalleryHome {
    width: 100%;
}

#tblGalleryHome td {
    vertical-align: bottom;
    width: 33%;
}

/*--GALLERYTHUMBS
---------------------------------------------*/
#galleryThumbs {
  border: 1px black solid;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  width: 165px;
  height: 410px;
  float: right;
  overflow: auto;
  list-style: none;
}

#galleryThumbs li {
  padding: 4px 10px;
}

#galleryThumbs li a {
  text-align: center;
  width: 120px;
  display: block;
}

#galleryThumbs li a img {
  border: 2px solid #fff;
}

#galleryThumbs li a:hover img {
  border-color: #666;
}
#galleryThumbs li a.activeSlide img {
  border-color: #ed1c23;
}

#brands {
  margin: 0 auto;
}

a#prevLink, a#nextLink {
	position: absolute; 
	top: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#prevLink {
    left: 0;
}

a#prevLink:hover {
    background: transparent url(/layout/images/gallery-left-arrow.gif) no-repeat 5px 50%;
}

a#nextLink {
    right: 0;
}

a#nextLink:hover {
    background: transparent url(/layout/images/gallery-right-arrow.gif) no-repeat 97% 50%;
}
