@charset "UTF-8";
/* CSS Document */
/* Spacefile CSS
	Description: Product Page Site Styling
	Last Update: February 20, 2009
	By: Stephen Hayward
*/

h1 {
	margin:0px 0px 15px 20px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 20px;
	padding:0px;
	}
h4 {
	font: bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 5px 20px;
	padding: 0pc;
	}
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 20px;
	padding:0px;
	line-height: 130%;
	}
/* All the content boxes belong to the content class. */
#p_content {
	float:left;
	width:620px;
	margin:0px 0px 0px 5px;
	background-color:white;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#p_content h1 {
	text-indent:0px;
	position: relative;
	height: 81px;
	width:580px;
	top: 20px;
	left: 0px;
	}
#p_content h4 {
	postion: relative;
	}
#p_left {
	position:absolute;
	width:150px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#p_left {width:150px;}


.holder {
	float: left;
	display:block;
	width:279px;
	height:170px;
	padding-top: 5px;
	pading-right: 10px;
	margin:5px auto 0 20px;
	_margin:5px auto 0 10px;
}
.picture {
	float: left; 
	width: 112px; 
	height: 112px; 
	background: #FFFFFF; 
	color: #000; 
	text-align: center;
}
.h_text {
	display: block; 
	margin-left: 112px; 
	text-align: left; 
	padding-left: 5px;
	line-height: 1.1em;
	}
* html .h_text {display:inline-block; padding-left:2px;}
.h_text h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
.h_text p{
	color: #666;
	line-height: 1.1em;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	}
#c_study {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 30px;
	padding-top: 80px;
	background-image:url(../images/Sstudy_block.jpg);
	height: 170px;
	background-repeat: no-repeat;
	z-index:1;
	line-height:120%;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:285px;
	margin: 15px 0 0 0;
	}
/* Again, "be nice to Opera 5". */
body>#c_study {width:325px;}
#clearthumb {
	margin-bottom:40px
	}

/* End of Two-Column Formatting */
