@import url(global.css);
@import url(p_subnav.css);

/* hero
---------------------------------------------------------- */

#hero {
	margin:0;
	padding:0;
	padding-bottom: 20px;
	}
	
	
	
/* content 
---------------------------------------------------------- */


#content-inner {
	float:left;
	width:460px;
	margin-left:0px;
	margin-top:0;
	height:1%;
	}

	
html>body #content-inner {
	width: 460px; 
	}		


#content-inner #col1 {
	width: 275px;
	float: left;
	}
	
	
html>body #content-inner #col1 {
	width: 275px;
	}
	
#content-inner #col2 {
	width: 150px;
	float: right;
	}

html>body #content-inner #col2 {
	width: 150px;
	}
	
	
/* content wide
---------------------------------------------------------- */


#content-wide {
	float:left;
	width:700px;
	margin-left:0px;
	margin-top:0;
	height:1%;
	}

	
html>body #content-wide {
	width: 700px; 
	}		


#content-wide #col {
	width: 460px;
	float: left;
	}
	
	
html>body #content-wide #col {
	width: 460px;
	}
	
#content-wide #col2 {
	width: 200px;
	float: right;
	}

html>body #content-wide #col2 {
	width: 200px;
	}

/* Handle the 1 Column Bulleted lists */	


#col ul {
	margin-top:15px;
	padding:0px;
	margin-left:50px;
	}	


#col ul li {
	text-indent: 0em;
	margin-top:0px;
	margin-left:20px;
	padding:12px;
	padding-top: 5px;
	padding-bottom: 2px;
	list-style-type: disc;
	}		
	
	
/* Handle the 3 Column Bulleted lists */	

/* left */

#col1 ul {
	margin-top:0px;
	padding:0px;
	margin-left:10px;
	}	


#col1 ul li {
	margin-top:0px;
	padding:0px;
	padding-top: 5px;
	}		

/* right */


#col2 ul {
	margin-top:0px;
	padding:0px;
	margin-left:10px;
	margin-right:0px;
	}	


#col2 ul li {
	margin-top:0px;
	padding:0px;
	padding-top: 5px;	
	}
	
#doc ul {
	padding:0;
	list-style-type: none;	
	margin:0 0 0 5px;
	padding-top:10px;
	}
	
#doc ul li {
	text-indent: 0em;
	margin-left:35px;
	list-style-type: square;	
	vertical-align:top;
	padding: 3px 10px 15px 25px;	
	}

	

#sidebar-images {
	float: right;
	width: 180px;
	line-height: 1.5em;
	color: #777;
	padding-right: 15px;
	margin-left: 15px;	
	}

html>body #sidebar-images {
	width: 180px; 
	}	

	
#sidebar-products {
	background: url("/media/bg_sidebar.gif") repeat-y  top left;
	float: right;
	width: 180px;
	line-height: 1.5em;
	color: #777;
	padding-right: 15px;
	margin-left: 15px;	
	}

	
html>body #sidebar-products {
	width: 180px; 
	}

	
#sidebar-products h3 {
	background: url("/media/img_sidebar_cap.gif") no-repeat  top left;
	margin:0;
	padding:8px 3px 6px 12px;
	background-color: #f0f0f0;
	}
	

#sidebar-products ul {
	background: url("/media/img_sidebar_ftr.gif") no-repeat  bottom left;
	text-indent: 0em;
	margin: 0px;
	padding: 10px 12px 12px 12px;
	}	


#sidebar-products ul li {
	margin-top:0px;
	padding:0px;
	padding-bottom: 12px;	
	}
	
#sidebar-lasergene {
	background: url("/media/bg_sidebar.gif") repeat-y  top left;
	float: right;
	width: 180px;
	line-height: 1.5em;
	color: #777;
	padding-right: 15px;
	margin-left: 15px;	
	}

	
html>body #sidebar-lasergene {
	width: 180px; 
	}	
	

#sidebar-lasergene h3 {
	background: url("/media/img_sidebar_cap.gif") no-repeat  top left;
	margin:0;
	padding:8px 3px 6px 12px;
	background-color: #f0f0f0;
	}
	

#sidebar-lasergene ul {
	background: url("/media/img_sidebar_ftr.gif") no-repeat  bottom left;
	text-indent: 0em;
	margin: 0px;
	padding:10px 12px 12px 12px;
	}	


#sidebar-lasergene ul li {
	margin-top:0px;
	padding:0px;
	padding-bottom: 12px;	
	}
