@charset "utf-8";
/*
    Author: Veb4Design.com
    Date: October 4 2009 
    Description: Chemisphere.com - Products Style Sheet.
    This style sheet contains the Products styles of the website, including the fonts, colors, ... etc
*/

/* ------------------------------- */
/*  Products  Page Classes         */
/* ------------------------------- */
	body,p, li, ul
	{
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#333;
		font-size:13px;
		padding-bottom:7px;
		text-align:justify;
	}
	p { line-height:2em; }
	
	h1,h2,h3,h4 { font-weight:bold; padding: 1em 0em 1em 0em; }
	h1 { font-size:14px; color:#0D2B88; padding: 1em 0em 1em 0em;}
	h2 { font-size:13px; color:#009900;}
	h3 { font-size:13px; color:#00398E;}
	h4 { font-size:12px; color:#000;}
	
	a:link, a:hover, a:active, a:focus, a:visited { text-decoration:none; font-weight:bold; }
	a:link, a:visited, a:focus{ color:#639; }
	a:hover, a:active { color:#F60; }
	
	li { list-style:circle; padding:.4em 0 .4em 1em; }
	ul { margin-left:2em; }
	
/* ------------------------------- */
/* Global Classes                  */
/* ------------------------------- */
	.content{ margin:1em 0 1em 0 }
	.clear { clear:both; margin:0; padding:0; }
	.floatRight { float:right; }
	.floatLeft { float:left; }
	.bold {font-weight:bold;}
	/* ------------------------------- */
	/* General Classe                  */

/* ------------------------------- */
/* Contact Us Page Structure       */
/* ------------------------------- */

	/* ------------------------ */
	/* PROD CONTENT            */
		#prod_content 
		{ 
			padding-left:1em;		
		}
		#prod_content #form1 #select { margin-left:1em; }


		#prod_wrapper 
		{
			width:auto;
		}

