@charset "utf-8";
/* CSS Document */

body {
	background-color: #e6e7e8;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.copyright {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.product-line1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #26116f;
	font-size: 14px;
	font-weight: bold;
}

.product-line2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d10605;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

.price {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.special-line1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #26116f;
	font-size: 12px;
	font-weight: bold;
}

.special-line2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d10605;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}

.red {
	color: #d10605;
	font-weight: bold;
}

/*formatting*/
#wrapper {
	background-color: #FFFFFF;
	width: 875px;
	height: 800px;
	border: 1px #333333 solid;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	width: 340px;
	height: 108px;
	margin-top: 10px;
	margin-left: 10px;
}

#wrapper #logo img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#ad {
	width: 332px;
	height: 104px;
	position: absolute;
	left: 523px;
	top: 10px;
}

#navbar1 {
	width: 865px;
	height: 20px;
	background-color: #e6e7e8;
	padding: 5px;
	position: absolute;
	left: 0px;
	top: 148px;
}

#navbar2 {
	width: 875px;
	height: 31px;
	background-color: #da1f15;
	position: absolute;
	top: 177px;
}

#product-img {
	width:200px;
	height: 50px;
	position: absolute;
	left: 17px;
	top: 624px;
	padding: 10px;
}

#textbox {
	background-image:url(../images/products/product-bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 225px;
	height: 325px;
	left: 605px;
	top: 214px;
	padding: 0px;
}

#textbox-header {
	position: absolute;
	width: 200px;
	height: 15px;
	left: 17px;
	top: 0px;
	margin-top: 5px;
}

#textbox-copy {
	position: absolute;
	width: 185px;
	height: 300px;
	left: 17px;
	top: 33px;
	font-weight: normal;
}

#line {
	background-image:url(../images/products/line.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 5px;
	position: absolute;
	top: 242px;
	left: 0px;
}

#price {
	width: 185px;
	height: 20px;
	position: absolute;
	top: 251px;
	left: 1px;
}

#copyright {
	width: 875px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
}




/*links*/
a#home {
	display: block;
	width: 75px;
	height: 25px;
	position: absolute;
	background-image:url(../images/home.jpg);
	background-repeat: no-repeat;
	left: 491px;
	top: 123px;
}

a#home:hover {
	display: block;
	width: 75px;
	height: 25px;
	position: absolute;
	background-image:url(../images/home-hover.jpg);
	background-repeat: no-repeat;
left: 491px;
	top: 123px;
}

a#about {
	display: block;
	width: 80px;
	height: 25px;
	position: absolute;
	background-image:url(../images/about.jpg);
	background-repeat: no-repeat;
	left: 571px;
	top: 123px;
}

a#about:hover {
	display: block;
	width: 80px;
	height: 25px;
	position: absolute;
	background-image:url(../images/about-hover.jpg);
	background-repeat: no-repeat;
	left: 571px;
	top: 123px;
}

a#service {
	display: block;
	width: 120px;
	height: 60px;
	position: absolute;
	background-image:url(../images/service-hover2.jpg);
	background-repeat: no-repeat;
	left: 658px;
	top: 123px;
	z-index: 100;
}

a#service:hover {
	display: block;
	width: 120px;
	height: 60px;
	position: absolute;
	background-image:url(../images/service-hover2.jpg);
	background-repeat: no-repeat;
	left: 658px;
	top: 123px;
}

a#locations {
	display: block;
	width: 120px;
	height: 25px;
	position: absolute;
	background-image:url(../images/locations.jpg);
	background-repeat: no-repeat;
	left: 786px;
	top: 123px;
}

a#locations:hover {
	display: block;
	width: 120px;
	height: 25px;
	position: absolute;
	background-image:url(../images/locations-hover.jpg);
	background-repeat: no-repeat;
	left: 786px;
	top: 123px;
}


#wrapper #navbar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #090056;
	text-decoration: none;
}

#wrapper #navbar1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#da1f15;
	text-decoration: none;
}

#wrapper #navbar1 .specials a {
	color: #da1f15;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}
#wrapper #intro .more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DA1F15;
	text-decoration: none;
	text-align: right;
}

#wrapper #intro .more a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DA1F15;
	text-align: right;
	font-weight: bold;
	text-decoration:underline;
}

#back {
	width: 100px;
	height: 30px;
	position:absolute;
	left: 25px;
	top: 727px;
}

/*Gallery*/
  * { margin: 0; padding: 0; }
  /* begin gallery styling */
  #jgal { list-style:none; width: 600px; }
  #jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 15px; margin-left: 0px; margin-bottom: 0px; }
  #jgal li img { position: absolute; top: -407px; left: 0px; display: none; border: 3px solid #fff; outline: 1px solid #ddd;}
  #jgal li.active img { display: block; }
  #jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }
  /* styling without javascript */
  #gallery { list-style: none; display: block; }
  #gallery li { float: left; margin: 0 10px 10px 0; }
  [if lt IE 8]>
  <style media="screen,projection" type="text/css">
  #jgal li { filter: alpha(opacity=50); }
  #jgal li.active, #jgal li:hover { filter: alpha(opacity=100); }
  </style>
  <![endif]
  
  img { width: 80px; height: auto; }
  
 #search {
	position:absolute;
	left: 683px;
	top: 182px;
	width: 260px;
	z-index: 100;
}

#search_brand {
	position:absolute;
	left: 28px;
	top: 178px;
	z-index: 100;
}



#serv {
	position:absolute;
	left: 660px;
	top: 123px;
	z-index: 100;
}
