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

* {
margin: 0;
padding: 0;
}

body {
	background-color: #333333;
}

/*positioning*/
#header {
	height: 117px;
	width: inherit;
	background-color: #FFFFFF;
	position:relative;
}
#logo {
	height: 100px;
	width: 148px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 189px;
	top: 12px;
}

#mid {
	height: 193px;
	width: inherit;
	background-image:url(../images/bg_red.jpg);
	background-repeat: repeat-x;
	position:relative;
}
#product {
	height: auto;
	width: 900px;
	position: absolute;
	z-index:100;
	left: 95px;
	top: 210px;
}

#title {
	height: 30px;
	width: 400px;
	position: absolute;
	left: 100px;
	top: 20px;
}

.thumbnail{
       margin: 5px;
       float: left;
       width: 275px;
	   height: auto;
	   padding: 5px;
	   background-color: #FFFFFF;
       }        
       
.thumbnail img {
border:none;
}

.thumbnail p {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-weight:bold;
       font-size:14px;
       text-align: center;
       margin-top: 5px;
       text-decoration:none;
       color:#000000;
}

#next {
	width: 200px;
	height: 30px;
	position: absolute;
	left: 688px;
	top: -28px;
}

#previous {
	width: 600px;
	height: 15px;
	position: absolute;
	left: 12px;
	top: -26px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/*text*/

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #FFFFFF;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	list-style-position: outside;
	list-style-type: circle;
}
/*links*/
a#home {
	display: block;
	position: absolute;
	left: 270px;
	top: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #792F24;
	text-decoration: none;
}

a#home:hover {
	color: #000000;
}

a#contact {
	display: block;
	position: absolute;
	left: 583px;
	top: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #792F24;
	text-decoration: none;
}

a#contact:hover{
	color: #000000;
}

a#about {
	display: block;
	position: absolute;
	left: 353px;
	top: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #792F24;
	text-decoration: none;
	width: 124px;
}

a#about:hover{
	color: #000000;
}

a#warranty {
	display: block;
	position: absolute;
	left: 463px;
	top: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #792F24;
	text-decoration: none;
	width: 124px;
}

a#warranty:hover{
	color: #000000;
}
#product #next .next a {
	position: absolute;
	text-decoration: none;
	text-align: right;
}

#product #next .next a:hover {
	background-image: url(../images/next-hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: right;
}

#product #previous .previous a {
	position: absolute;
	text-decoration: none;
	text-align: right;
}

#product #previous .previous a:hover {
	background-image: url(../images/previous-hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: right;
}
