/*
*************************************************
Absorption Systems

Author:		andCulture, info@andCulture.com
Updated:	November 18, 2009
*************************************************
*/


/*-------------------------------------------
	RESET STYLES v1.0 | 20080212
	http://meyerweb.com/eric/tools/css/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,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
a:focus { outline: 1px dotted; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/*-------------------------------------------
	GENERAL SELECTORS
-------------------------------------------*/

body { color: #555; font: 12px/16px Helvetica, Arial, sans-serif; }
h1 { margin: 0 0 25px; color: #79b334; font-size: 32px; line-height: 36px; }
h2 { color: #4A4C47; font-size: 21px; line-height: 25px; margin-top: 14px; }
h3 { color: #3371B5; font-size: 16px; line-height: 20px; margin-bottom: 10px; }
h4 { color: #4A4C47; font-size: 14px; line-height: 18px; }
a, a:visited { border-bottom: 1px #3371b5 dotted; color: #3371b5; text-decoration: none; }
a:hover { color: #0183da; border-bottom: 1px dotted #0183da; }


/*-------------------------------------------
	STRUCTURE
-------------------------------------------*/

div#content	{ margin: 0 auto; width: 720px; }
div#logo { margin: 50px 0 25px; }

.four-col { margin: 20px 0; clear: both; overflow: hidden; }
.col { margin-right: 20px; float: left; }
.col div > h3:first-child { margin-top: 0; }

.four-col .col { width: 165px;}
.four-col .col3 { margin-right: 0; }
.four-col .col4 { margin-right: 0; float: right; }

.address { margin: 10px 0 20px; }


/*-------------------------------------------
	CUSTOM STYLES
-------------------------------------------*/

h1 a, h1 a:visited { color: #79B334; text-decoration: none; border-bottom: 1px #79B334 dotted; }
h2 span { color: #ff9600; font-style: italic; }
h3 a, h3 a:visited { text-decoration: none; border-bottom: none; }
h1 a:hover, h3 a:hover { color: #0183da; border-bottom: 1px dotted #0183da; }

ul { list-style: none; margin: 0; padding: 0; }
ul li { background: url(bullet-arrow.png) 0 8px no-repeat; border-top: 1px solid #CCC; margin: 0; padding: 5px 0 4px 10px; }
ul li:first-child { border-top: none; }


* html .four-col { height: 1%; }
