﻿/* @import "adjust.css" all;		/* IE7 ignores this */
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:900px;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.contentok {
	    background:#fff;    	/* Right column background colour */
	}
    .contentok .colmid {
        float:left;
        width:200%;
        margin-left:-175px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .contentok .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:375px;         	/* Left column width + right column width */
        background:#fff;    	/* Left column background colour */
    }
    .contentok .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.contentok .col1 {
        margin:25px 200px 0 225px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .contentok .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
        padding-top: 0;
        margin-top: 0;
    }
    .contentok .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:175px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

.col1 img
{
	padding-bottom: 20px;
}
.col2 img
{
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}
.col1 ul
{
	padding: 0;
	margin: 0;
	color: #b00;
}
.col1 ul li
{
	list-style: none;
	background-image: url(img/redbullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding: 0;
	padding-left: 12px;
}
.coupon
{
	position: relative;
	float: left;
	border: dashed 2px #b1b1b1;
	padding: 10px;
}
.coupon .SubHead
{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font: bold 22px Arial;
	color: #b00;
	border-bottom: solid 2px #bfbfbf;
}
.coupon a, .linkblurb a
{
	position: relative;
	background-color: #b00;
	background-image: url(img/buttongradient.gif);
	background-repeat: repeat-x;
	display: block;
	height: 15px;
	padding: 10px 15px;
	text-decoration: none;
	font: bold 12px arial;
	color: #fff;
	width: 146px;
}
.blurb
{
	padding: 0px 10px 4px 10px;
	margin: 4px 0px;
	background-image: url(img/blurbgradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 145px;
}
.blurb img
{
	border: none;
	padding: 1px 0 10px 1px;
	margin: 0;
}
.blurb p
{
	margin: 0;
	padding: 0;
}
.linkblurb a
{
	width: 135px;
}
.coupon a img, .linkblurb a img
{
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	right: 15px;
	top: 12px;
}
.coupon a:hover, .linkblurb a:hover
{
	background-image: none;
}
.products
{
	margin: 2px 0px;
	padding: 15px 10px;
	background-image: url(img/productsgradient.gif);
	background-repeat: repeat-x;
}
.products ul
{
	margin: 0;
	padding: 0;
}
.products li
{
	list-style: none;
	list-style-position: outside;
	background-image: url(img/graybullet.png);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding: 3px 0px 3px 10px;
}
.products a
{
	margin: 0;
	font: normal Arial 12px;
	color: #3f3f3f;
}
.col3 h4
{
	font: bold 14px arial;
	white-space: pre-wrap;
	border-bottom: solid 1px #bfbfbf;
}
.linkblurb
{
	position: relative;
	float: left;
	border: solid 1px #b1b1b1;
	padding: 4px;
	margin: 10px 0px;
}
#slideshow 
{
	position: relative;
	top: 0px;
   clear: both;
   left: 0px;
   width: 475px;
   height: 211px;
   z-index: 1;
   float: left;
   margin-bottom: 20px;
}
#imageContainer { height:211px; }  
#imageContainer img { display:none; 	
			position:absolute; 	
			top:-10px; left:0px; 	
			height:211px;  	
			width:475px; 	
			opacity: -0.01; } 	

h3{color: #3f3f3f; font-size:16px;}
