
@import url('../libraries/reset.css');


#header, 
#slogan, 
#form, 
#footer a.webfirm, 
#footer #logos, 
#footer #links, 
.printhide { display: none; }


body { 
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #222;
}

h1
h2, 
h3, 
h4 {
	font-weight: normal;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; font-weight: bold; } 

h1, 
h2, 
h3, 
h4,  
p, 
ul, 
ol, 
hr, 
table { margin-bottom: 25px; }

hr {
	border: 0;
	border-bottom: 1px dotted #555;
	height: 1px;
}

ul, ol {
	margin-left: 35px;
	list-style: disc;
}

ol { list-style: decimal; }





#contact ul { list-style: none !important; margin: 0 0 20px 0 !important; float: left; width: 300px; }

.gallery li { float: left; margin: 0 20px 20px 0 !important; list-style: none !important; }


