/*************************************************************************************************************
**************************************************************************************************************

	Title: CSS
	Author: Hiram Hibbard, Web Editors
	Date: 7/15/2009 

**************************************************************************************************************

	1. Global Reset
	
	2. HTML
	
	3. Layout
		3.1 Header
		3.2 Content
		3.3 Footer
		
	4. Classes
	
	5. Page-Specific
		
**************************************************************************************************************
**************************************************************************************************************/


/* 1. Global Reset
**************************************************************************************************************
**************************************************************************************************************/	

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,fieldset,form,label,legend,
table,caption,strong,tbody,tfoot,thead,tr,th,td 
{margin:0 auto;	padding:0; border:0; font-size:100%; line-height:1; font-family:inherit; text-align:left;}

table {border-collapse:collapse; border-spacing:0;}
caption, th, td {text-align:left; font-weight:normal;}
h1 {font-weight:bold; font-size:20px; margin:20;}

h2, h3, h4, h5, h6 {font-weight:normal;}


/* 2. HTML
**************************************************************************************************************
**************************************************************************************************************/	

body {background:url(/img/background.jpg) top center repeat-x #fff; font:14px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:center; color:#333;}
a, a:visited {color:#318A13; text-decoration:underline; font-weight:bold;}
a:hover {color:#ABC437; text-decoration:none;}
p {line-height:18px; margin:0 auto; padding:20px 0 0;}
h2, h3, h4 {font-weight:bold; margin:0 auto; padding:0;}
h2 {font-size:26px; color:#000; padding:30px 0 20px;}
h3 {font-size:20px; color:#000; padding:20px 0 10px;}
h4 {font-size:16px; color:#3D327E; font-style:italic; padding-bottom:8px;}
ul {margin:10px 40px; padding:0;}
li {line-height:18px;}


/* 3. Layout
**************************************************************************************************************
**************************************************************************************************************/	

#wrap {width:700px; text-align:center; margin:0 auto;}


/* 3.1 Header
**************************************************************************************************************/


	

/* 3.2 Content
**************************************************************************************************************/

.leftCol {float:left; display:inline; margin:0 auto 0 120px;}
.rightCol {float:left; display:inline; margin:0 auto 0 50px;}
	.rightCol p {padding-bottom:15px;}



/* 3.3 Footer
**************************************************************************************************************/

#footer {background:url(/img/footer_bgd.png) repeat-x; width:100%; height:116px; clear:both; overflow:hidden;}

	
/* 4. Classes
**************************************************************************************************************
**************************************************************************************************************/	

.clear {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.alignLeft {text-align:left;}
.alignCenter {text-align:center;}
.alignRight {text-align:right;}
.floatLeft {float:left; display:inline;}
.floatRight {float:right; display:inline;}
.introText {color:#000; font-weight:bold; font-size:16px;}
.phoneNumber {color:#318A13; font-size:13px;}
.backLink {padding:10px; font-size:12px;}
.margin10 {margin-bottom:10px;}


/* 5. Page Specific
**************************************************************************************************************
**************************************************************************************************************/

#manufacturersPage ul, p {text-align:left;}
#manufacturersPage h3 {margin-left:20px;}
#manufacturersPage ul {margin-left:50px;}
#manufacturersPage li {list-style:none;}
#manufacturersPage em, #manufacturersPage h3 span {font-size:14px; font-weight:normal;  color:#333333;}
