@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: Carbon Environmental Boutique
	
*/



/*------ global elements------*/ 

body {font:11px "Century Gothic", Arial, sans-serif; color:#79797A; line-height:17px;}

img{border:0;}

p{padding:0 0 15px 0; margin:0;}

ul, ol{margin-left:20px; padding:0 0 15px 0;}

hr, .hr{background:url(../images/hr_BG.png) 0 0 repeat-x; height:2px; border:0; padding:0 !important; margin:0 0 15px 0;}




/*------ typography ------*/

/* global links */
a:link,
a:visited{color:#9CB02B; text-decoration:none;}
a:hover,
a:active{color:#9CB02B; text-decoration:underline;} 

/* headings reset */
h1,h2,h3,h4,h5,h6 {padding:0; font-weight:bold;}

h1 {font-size:16px; margin-bottom:12px; color:#9CB02B;}
h2 {font-size:16px; margin-bottom:12px;}
h3 {font-size:14px; margin-bottom:8px;}
h4 {font-size:13px; margin-bottom:8px; color:#9CB02B;}
h5 {font-size:12px; margin-bottom:5px;}
h6 {font-size:11px; margin-bottom:4px;}

/* special */
.nLink{font-size:16px; margin-bottom:5px; color:#9CB02B; font-weight:bold; display:block;}
.lite{color:#9CB02B; font-weight:bold;}

