/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:20px;
padding:0;
background-color: #cdcdcd;
background-image: url("../images/bg-pattern_02.gif");
color:#000000;  
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
}

hr{
border:0;
border-top: 2px solid #cccccc;
margin-top: 20px;
height: 0;
background: #cccccc;
}

a {
color:#cc0000;
text-decoration: none;
}

a:hover {
color:#cccccc;
text-decoration:none;
}

a.menu:hover {
color: white;
text-decoration:none;
}

a.link_small {
color: #a7a7a7;
font-size: 9px;
font-weight: bold;
line-height: 13px;
margin-bottom: 5px;
text-decoration: none;
}

a.link_small:hover{
color: black;
}

a.pricelist_header {
line-height:25px;
font-weight:bold;
color: black;
}

a.pricelist_header:hover {
color: #9c9c9c;
}

a.pricelist_link {
line-height:22px;
}

ul {
margin:0 0 0 20px;
list-style-type:disc;
}

li {
margin:4px 0 5px 10px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.text_small {
font-weight: bold;
color: black;
font-size: 11px;
line-height: 13px;
margin: 0;
}

.text_med {
font-weight: normal;
font-size: 13px;
color: #959595;
line-height: 17px;
margin: 0;
}

.price_small {
font-weight: bold;
font-size: 13px;
line-height: 20px;
color: #d21e4d;
margin: 15px 0 0 0;
}

.cat {
font-size: 110%;
color: #d16d00;
margin-left: 15px;
}

.cat_link {
font-size: 110%;
line-height:15px;
margin-left: 15px;
color: #305b8b;
}

blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

#add_to_cart{
position:absolute;
left:400px;
top:190px;
}

div.product_grid {
float: left;
display: block;
text-align: center;
background-color: white;
width: 220px;
height: 405px;
margin: 0 8px 8px 0;
}

div.product_grid img {
margin-bottom: 10px;
border: 1px solid black;
}

div.detailed_info {
width: 500px;
margin: 10px 0 20px 0;
}

div.special_offers_container {
float: left;
width: 200px;
margin: 10px 5px 30px 0;
text-align: center;
border: 0;
}

div.header_div {
display: block;
width: 600px;
margin: 10px 0 10px 0;
}

.big_pic img {
margin-bottom: 10px;
border: 1px solid black;
}

#product_header{
float:left;
width: 550px;
height:130px;
display:block;
text-align: left;
vertical-align: top;
}

#product_pic{
float:left;
width:90px;
}

#product_name{
position:relative;
left:0px;
top:50px;
}

#container { 	
margin:0 auto;
padding:0;
width:900px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
}

#header {
margin:0;
padding:0;
height:142px;
border:0px;
}

#header h1 {
margin:0;
padding:20px 0 0 20px;
font-size:1.8em;
letter-spacing:.1em;
color:#ffffff;
font-weight:lighter;
}

#header h2 {
margin:0;
padding:0 0 0 20px;
font-size:.9em;
font-weight:lighter;
letter-spacing:.1em;
color:#eeeeee;
}

#leftColumn {
float:left;
margin:0;
padding:0 15px 0 10px;
width:170px;
font-size:.9em;
}


#leftColumn h2 {
margin: 0 0 5px 0;
padding-top:10px;
font-size:15px;
}

#leftColumn ul {
margin:0;
list-style:none;
}

#leftColumn li {
margin:4px 0 5px 10px;
}

#leftColumn li a {
text-decoration:underline;
}

#leftColumn li a:hover{
text-decoration:none;
}

#centerColumn {
position: relative;
text-align: left;
line-height: 18px;
width: 720px;
margin:0 20px 0 190px;
border-left: 2px solid #cccccc;
padding: 0 20px 0 15px;
}

#centerColumn p {
padding:10px
}

#centerColumn h2 {
margin:0;
padding:10px 0 5px 0;
font-size:1.3em;
letter-spacing:.1em;
}

#footer {
float:left;
width:100%;
min-width:100%;
margin: 0;
padding-top: 10px;
height:20px;
line-height:30px;
text-align:center;
font-size:.6em;
background-color:#ffffff;
border-top: 2px solid #cccccc;
}
