/****************************************************************************************************/
/*  This stuff removes dafault browser styling                   																										*/
/****************************************************************************************************/

*
{
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address
{
  margin:0px;
}

li, dd, blockquote
{
  margin-left: 0px;
}

a
{
  text-decoration:none;
}



/****************************************************************************************************/
/*  common markup styling*/
/****************************************************************************************************/

body
{
	font-family: arial, times, "times new roman", serif;
	background-color:white;
	color: #045C41;
	font-size: 100%;
	letter-spacing:1px;
	behavior:url("script/csshover.htc");
}

H1
{
  font-size: 1.8em;
  letter-spacing: 0px;
  margin-top:10px;
	color: #0A4F3A;
	font-style: italic;
}



H2
{
  font-size: 1em;
}

H3
{
  font-size: .9em;
}

H4
{
  font-size: .9em;
}

p
{
	margin-top:10px;
}

.subheading
{
	padding-top:0px;
	padding-bottom:10px;
	width:80%;
}

#copyright p
{
	font-size:9px;
}

#copyright p a
{
	font-size:9px;
}


li
{
  list-style-type:circle;
}


a:link
{
	text-decoration:none;
}

a:hover ,a:active
{
	color:#871FAD;
}


/****************************************************************************************************/
/*  Centered container, all things positioned relative to this                   																										*/
/****************************************************************************************************/


#main
{
	height:100%;
	min-width: 1024px;
	max-width: 1600px;
}



#banner
{
		width:100%;
		height:224px;
		background-image:url(../images/padding.gif);
}
/****************************************************************************************************/
/*  Main Copy and footer
/****************************************************************************************************/

#txt
{
	font-size:11px;
	width:220px;
	margin: 0px 0 0 70px;
}

#content
{
	position:absolute;
	top:150px;
	left:310px;
	z-index:90;
}


#copy
{
	padding-bottom:150px;
	margin-right:40px;
	font-size:.75em;
}

#copy ul
{
  margin-left:20px;
}


#copy ul li
{
	height:14px;
}


#copy ul li p
{
	color: #1F7F3A;
	height:14px;
}



#copy ul li a
{
	color: #1F7F3A;
}


#copy ul li a:hover
{
	text-decoration:underline;
	color: blue;
}




#copy #info
{
	margin: 30px 0 0 60px;
}


#copy #info #details
{
}

#copy #info #details #heading .tabs
{
	float:left;
	padding:2px 100px 2px 100px;
	border:solid 1px black;
	background-color:#05815C;
	color:white;
	cursor:pointer;
	margin-bottom:30px;
}

.stuff
{
	margin-top:60px;
	display:block;
}

.side2
{
	display:none;
}

.stuff td
{
	font-size:9px;
	font-weight:bold;
	padding:1px;
}

.stuff .left
{
	text-align:right;
	font-weight:normal;
	vertical-align: top;
}


#copy #info #details #data
{
	clear:both;
	margin:auto;
}



#copy #info #details #data #text
{
	display:none;
}



#copy #info h2
{
	margin-top:30px;
	font-weight:bold;
	font-size:1.3em;
  color: #0A4F3A;
}

#copy #info h2 a
{
  color: #0A4F3A;
}


#copy #info h3
{
	color:black;
	font-size:1em;
}




#copy #info table td h2
{
	margin-top:40px;
	font-weight:bold;
	font-size:1.3em;
  color: #0A4F3A;
}

#copy #info table td h2 a
{
  color: #0A4F3A;
}



#copy #info table td
{
	padding: 0 20px 0 0;
	vertical-align:middle;
	text-align:left;
}



#copy #info table td a
{
	color: #1F7F3A;
}


#copy #info table td a:hover
{
	text-decoration:underline;
	color: blue;
}



#copy td a img
{
	border:none;
}

#copy td a img
{
	border:none;
	border-bottom:solid 1px white;
}

#copy td a img:hover
{
	border-bottom:solid 1px #11271A;
}


.title
{
  font-size:10px;
  padding-left:15px;
  padding-right:15px;
  margin-bottom:-20px;
  color:navy;
}


.backdrop
{
  float:left;
  height:380px;
  width:240px;
  border-right:dashed 1px #769B8A;
  border-bottom:dashed 1px #769B8A;
}


.backdrop .SKU
{
  text-align:center;
  width:220px;
  font-weight:bold;
	font-size:1em;
}


.backdrop .addcart
{
	position:relative;
}

.backdrop .addcart a
{
	position:absolute;
	top:6px;
	left:75px;
	width:81px;
	height:23px;
	background-image:url(../images/add.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}


.backdrop .addcart a:hover
{
	background-position: 0 -23px;
}


.backdrop .addcart a:active
{
	background-position: 0 -49px;
}

.backdrop .subtitle
{
  font-size:.8em;
  text-align:center;
}


.backdrop .prodpic
{
  border:none;
  margin-top:60px;
  vertical-align:baseline;
  width:180px;
  height:270px;
}





#intro
{
  font-size:11px;
	padding-bottom:20px;
}

