*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #f1f1f1;
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

a{
  text-decoration: none;
  color: #0072BC;
  cursor: pointer;
}

a:hover{
  color: #0099FF;
}

a:focus{
  outline: none;
}


ul{
  margin-left: 10px;
}

p{
  margin-bottom: 10px;
}

h1{
  color: #0072BC;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}


h2{
  color: #0072BC;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: normal;
}

h3{
  color: #0072BC;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: normal;
}

ul{
  margin-left: 25px;
  margin-bottom: 15px;
}




input{
  font-family: Georgia, serif;
  font-size: 12px;
}


#header{
  height: 148px;
  background-image: url(/images/header-bg.jpg);
}

#logo{
  height: 98px;
  width: 900px;
  margin: 0 auto;
}

#navbar{
  height: 37px;
  line-height: 37px;
  width: 900px;
  margin: 0 auto;
  font-family: Georgia, serif;
}

#navbar a{
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}


#navbar a:hover{
  background-image: url(/images/nav-hover.jpg);
  background-repeat: repeat-x;
}

#navbar .current{
  background-image: url(/images/nav-current.jpg);
  background-repeat: repeat-x; 
}

#navbar .current:hover{
  background-image: url(/images/nav-current.jpg);
  background-repeat: repeat-x; 
}


#box{
  background-image: url(/images/box-bg.jpg);
  width: 920px;
  margin: 0 auto;
  margin-top: 15px;
  background-color: #FFFFFF;
}

#box #top{
  background-image: url(/images/box-top.jpg);
  height: 31px;
}

#box #content{
  padding-top: 10px;
  padding-left: 50px;
  width: 570px;
  float: left;
}

#box #bottom{
  clear: both;
  background-image: url(/images/box-bottom.jpg);
  height: 30px;
}

#sidebar{
  width: 204px; 
  margin-right: 25px;
  float: right;
}

#sidebar .item{
  background-image: url(/images/sidebar-bg.jpg);
  padding: 3px 23px 3px 23px;
}

#sidebar .top{
  background-image: url(/images/sidebar-top.jpg);
  height: 26px;
  padding: 18px 23px 0 23px;
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
}

#sidebar .bottom{
  background-image: url(/images/sidebar-bottom.jpg);
  background-repeat: no-repeat;
  height: 25px;
  margin-bottom: 15px;
}

#sidebar li{
  list-style-image: url(/images/bullet.jpg);
}

#sidebar input{
  width: 115px;
  border: 1px solid #CCC;
  padding: 3px;
  color: #cccccc;
}

#sidebar .submit{
  width: 20px;
  color: #666666;
}


#facebook{
  clear:both;
  padding-left: 50px;
  padding-top: 30px;
}

#copy{
  text-align: center;
  color: #666666;
  font-size: 9px;
  margin: 5px 0 5px 0;
}

#copy a{
  color: #666666;
}

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

#credit{
  text-align: center;
  font-family:arial;
  color: #B9B9B9;
  font-size: 9px;
  margin-bottom: 10px;
}




.date{
  font-style: italic;
  color: #999999;
}


.featured .tile{
  display: block;
  float: left;
  overflow: hidden;
  width: 275px;
  height: 85px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url(/images/product-bg-small.jpg);
  color: #666666;
}


.featured .tile:hover{
  background-color: #f1f1f1;
  background-image: url(/images/product-bg-small-roll.jpg);
  color: #FFFFFF;
}

.featured .tile .image{
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  display: block;
  width: 80px;
  height: 60px;
  text-align:right;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}

.featured .tile:hover .image{
  border: 1px solid #000000;
}

.featured .tile .title{
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.featured .tile .text{
  display:block;
  margin-left: 100px;
  margin-bottom: 0;
}

.featured img{
  float: left;
}
 





.form td{
  padding-right: 10px;
}

.form input{
  width: 246px;
  height: 16px;
  padding: 10px;
  border:0;
  font-family: Georgia, serif; 
  font-size: 11px;
  color: #0072bc;
  background-image: url(/images/input-bg.jpg);
  background-repeat: no-repeat;
}


.form textarea{
  height: 112px;
  width: 250px;
  padding: 10px; 
  border:0;
  background-image: url(/images/textarea-bg.jpg);
  background-repeat: no-repeat;
  font-family: Georgia, serif;
  font-size: 11px;
  color: #0072bc;
}

.form .send{
  width: 130px;
  height: 26px;
  padding: 0;
  margin-left: 5px;
  margin-top: 3px;
}

.form select{
  border: 1px solid #CCCCCC;
  color: #0072BC;
  padding: 2px;
  width: 150px;
  text-align: center;  
  margin-right: 5px; 
  vertical-align: middle;
}


.form .required{
  vertical-align: top;
  color: #CCCCCC;
  padding-top: 8px;
  font-style: italic;
}



.product{
  display: block;
  float: left;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 250px;
  height: 330px;
  background-image: url(/images/product-bg.jpg);
  
  color: #666666;
}

.product:hover{
  background-image: url(/images/product-bg-roll.jpg);
  color: #FFFFFF;
}


.product .photo{
  display: block;
  width: 208px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  background-color: #ffffff;
  margin-left: 21px;  
  margin-top: 15px;
  overflow: hidden;
}

.product:hover .photo{
  border: 1px solid #000000;
}


.product .title{
  display: block;
  padding: 10px 20px 0 20px;
  font-weight: bold;
}

.product .price{
  display: block;
  padding: 10px 20px 0 20px;
}

.product .link{
  display: block;
  padding: 10px 20px 0 20px;
  color: #0072BC;
}

.product:hover .link{
  color: #FFFFFF;
  font-weight: bold;
}


#preload{
  display: none;
}



#images{
  margin-bottom: 3px;
}

#images img{
  vertical-align: middle;
}

#images a{
  border: 1px solid #CCCCCC;
  text-align: center;
  float: left;
  overflow: hidden;
}

#images a:hover{
  border: 1px solid #0072BC;
}


#images #main{
  width: 430px;
  height: 298px;
  line-height: 297px;
}

#images .small{
  width: 128px;
  height: 96px;
  line-height: 96px;
  margin-left: 3px;
  margin-bottom: 3px;
}


.sellbar{
  clear: right;
  background-color: #f1f1f1;
  width: 563px;
  height: 45px;
  border: 1px solid #CCCCCC;
  margin-bottom: 30px;
}

.sellbar .price{
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #0072BC;
  padding-left: 15px;
  float: left;
}

.sellbar .cart{
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  color: #0072BC;
  text-align: right;
  padding-right: 15px;
}

.sellbar .cart select{
  border: 1px solid #CCCCCC;
  color: #0072BC;
  padding: 2px;
  width: 50px;
  font-weight: bold;
  text-align: center;  
  margin-right: 5px; 
  vertical-align: middle;
}


.sellbar .cart .add{
  width: 93px; 
  height: 23px; 
  vertical-align: middle;
  border: 0;
}


















.cart{
  border-collapse: collapse;
}

.cart input{
  width: 25px;
  border: 1px solid #CCC;
  background-color: #f1f1f1;
  padding: 3px;
}

.cart td{
  padding: 5px 10px 5px 10px;
}

.cartheading{
  background-image: url(/images/cartheading.jpg);
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  background-repeat: repeat-x;
}

.cart .cartline{
  border-bottom: 1px dotted #CCCCCC;
  height: 80px;
}

.cart select{
  border: 1px solid #CCCCCC;
  color: #0072BC;
  padding: 2px;
  width: 50px;
  font-weight: bold;
  text-align: center;  
  margin-right: 5px; 
  vertical-align: middle;
}

.cart option{
  padding:3px;
  text-align:center;
}


#breadcrumbs{
  text-align: left;
  color: #CCCCCC;
  font-size: 10px;
  font-family: arial;
  margin-top: -15px;
  margin-bottom: 10px;
}

#breadcrumbs #current{
  color: #888888;
  font-weight: bold;
}


.testimonial{
  margin-bottom: 50px;
}

.testimonial p{
  padding-left: 5px;
} 

.testimonial .title{
  background-image: url(/images/cartheading.jpg);
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  background-repeat: repeat-x;
  padding: 5px;
}








.orderline{
  color: #666666;
  margin-bottom: 50px;
}


.orderline .title{
  background-image: url(/images/cartheading.jpg);
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  background-repeat: repeat-x;
  padding: 5px;
}


.orderline .left{
  color: #333333; 
  background-color: #f1f1f1; 
  border: 1px dotted #CCC; 
  border-right: 1px solid #CCC; 
  padding: 2px 10px 2px 4px;
  width: 20%;
  vertical-align: top;
}


.orderline .right{
  padding: 2px 10px 2px 4px; 
  border: 1px dotted #CCC;
}