/* ---- START YUI RESET/FONTS CSS -------------------------------------- */
html {
color: #000;
background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
font-style: inherit;
font-weight: inherit;
}
del,ins {
text-decoration: none;
}
li {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
}
q:before,q:after {
content: '';
}
abbr,acronym {
border: 0;
font-variant: normal;
}
sup {
vertical-align: baseline;
}
sub {
vertical-align: baseline;
}
legend {
color: #000;
}
input,button,textarea,select,optgroup,option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
input,button,textarea,select {*font-size:100%;
}
body {
font: 13px/1.231 'Trebuchet MS',helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;
}
select,input,button,textarea,button {
/*font: 99% arial,helvetica,clean,sans-serif;
*/}
table {
font-size: inherit;
font: 100%;
}
pre,code,kbd,samp,tt {
font-family: monospace;*font-size:108%;
line-height: 100%;
}

/* ---- END YUI RESET/FONTS CSS -------------------------------------- */

.clear,.clr{ clear:both;}
span.hidden{
	position: absolute;
	left: -9999px;
}
strong{ font-weight: bold;}
em { font-style: italic;}

div#wrapper{
	width: 800px;
	margin: 5px auto 0 auto;
}

h1#heading{
	width: 800px;
	height: 25px;
	display: block;
	background: #fff url('../images/home_heading.gif') no-repeat scroll;
	margin: 35px 0;
}
h1#professional{
	width: 180px;
	height: 19px;
	display: block;
	background: #fff url('../images/prof_services.gif') no-repeat scroll;
	margin: 35px auto;
	
}

h2{
	margin: 5px auto;
	font-weight: bold;
}

h2#oliverAndS{
	background: #fff url('../images/os_type.gif') no-repeat scroll;
	width: 93px;
	height: 18px;
	display: block;
}

div#businessActivities{
	width: 800px;
}

div.activity{
	width: 225px;
	text-align: center;
	float: left;
	margin-right: 62px;
}
div.activity.last{
	margin-right: 0;
}
div.activity a h2 { color: #000; text-decoration: none; }

div.activity p a{ text-decoration: none; color: #000;}

div.activity p a img{ margin: 10px 0 15px;}

div#content{
	margin: 20px 0;
	
}

div#footer{
	background: #fff url('../images/footer_top_bg.gif') repeat-x scroll;
	text-align:center;
	margin-top: 40px;
	padding-top: 35px;
	line-height: 25px;
}
div#footer a{
	color: #EF3824;
	text-decoration: none;
}
div#footer a:hover{ text-decoration: underline;}



.products {
	width: 425px;
	margin: 0px auto 20px auto;
	text-align: left;
}

a:link, a:visited {
	color: #Ef3824;
	text-decoration: none;
}

a:hover, a:active {
	color: #A52C1E;
	text-decoration: none;
}

.products p{
/*	font-size: 85%;
*/}
p{ margin-bottom: 1em;}

div.left{
	float: left;
	margin: 0px 10px 10px 0;
}
