/*
Copyright (c) 2005 Delatela
version 2.0
Products CSS 
*/
@import url(main.css);
@import url(styles.css);
#grayHead {
	position: relative; 
	left: 6px; 
	background:  url(../images/shared/one/gray/mid.gif) transparent top repeat-y;
	width: 185px; 
	border-bottom: 1px solid #333333;
	}
#grayGuts {
	position: relative; 
	top: 0px; 
	left:6px;
	font-size: 10px; 
	padding-top: 0px;
	color: #2B2BFF; 
	font-weight: bold;
	width: 185px; 
	background:url(../images/shared/one/gray/rails.gif) transparent top repeat-y;
	}
/*
sets padding for P, in product area (lower left)
*/
#blueGuts p {
	text-align: left;
	padding: 0 5px 0 5px;
	}
#bigGreen {
	position: relative; 
	width: 541px;
	right: 7px; 
	}
#bigGreenHead {
	position: relative; 
	left: 7px; 
	background:  url(../images/shared/three/biggreen/mid.gif) transparent top repeat-y; 
	width: 541px; 
	border-bottom: 1px solid #669966;
	}
#bigGreenGuts {
	position: relative;
	left: 7px;
	background: url(../images/shared/three/biggreen/rails.gif) transparent repeat-y; 
	font-size: 10px;
	width: 541px; 
	}
#bigGreenGuts table {
	position: relative;
	margin-left: 10px;
	top: 5px;
	}
#bigGreenGuts table td {
	vertical-align: top; 
	padding-left: 5px;
	}
#bigBlueGuts table {
	position: relative;
	margin-left: 10px;
	top: 5px;
	}
#bigBlueGuts table td {
	vertical-align: top; 
	padding-left: 5px;
	}
/*
Left column object
*/
.left, .left01, .left02, .left03, .left04, .left05, .left06 {
	float: left;
	width: 258px;
	margin-left: 5px;
	/*border: 1px solid green;*/
	}
/*
Right column object
*/
.right, .right01, .right02, .right03, .right04, .right05, .right06 {
	float: right;
	width: 258px;
	/*border: 1px solid blue;*/
	margin-right: 7px;
	}
/*
Pairing of product titles (maintains equal height when text wraps)
*/
.titlePair, .titlePair01, .titlePair02 { 
	float: right; 
	width: 541px;
	clear: right; 
	margin-right: -3px; /*corrects IE duplicate characters bug (google it!)*/
	}
/*
Pairing of products (maintains equal height)
*/
.pair, .pair01, .pair02{
	float: right; 
	width: 541px;
	clear: right; 
	}
/* This positions the gradiated blue background*/
#gradientBlue {
	position: relative; 
	background: url(../images/products/three/background.jpg) transparent no-repeat; 
	height: 119px;
	}
/*
Bottom pod different colors
background image is page sepcific
*/
#bigVariantHead {
	position: relative; 
	width: 541px; 
	}
#bigVariantGuts {
	position: relative; 
	font-size: 10px; 
	margin-bottom: 30px;
	padding-bottom: 30px;
	}
#bigVariantGuts table {
	position: relative;  
	left: 5px; 
	top: 5px; 
	z-index: 1;
	}
#bigVariantGuts table td {
	vertical-align: top;
	}
#grayGuts table {
	position: relative; 
	left: 5px;
	}

