@charset "utf-8";
/* MA DUNLOP & ASSOCIATES - CSS */
/* DESIGNED BY COREY DE NEIRE - BRAINYYACK INTERNET SOLUTIONS */

body {font-family:calibri, arial, verdana, tahoma; margin:0px; padding:0px;}
img {border:none;}
a:link, a:visited {text-decoration:none; color:#ffffff;}
a:hover, a:active {text-decoration:none; color:#e2e2e2;}

div#wrapper {
margin-left:auto;
margin-right:auto;
width:850px;
display:block;
}

div#header {
width:100%;
height:60px;
background-color:#000000;
float:left;
display:block;
}

div#navbar a.nav:link, a.nav:visited {
color:#ffffff;
text-decoration:none;
font-size:15px;
width:100px;
float:left;
display:block;
background:none;
height:50px;
text-align:center;
outline:none;
}
div#navbar a.nav:hover, a.nav:active {
	color:#70AD17;
	text-decoration:none;
	font-size:15px;
	width:100px;
	float:left;
	display:block;
	background:url(../images/link_hover.png) bottom no-repeat;
	height:50px;
	text-align:center;
	outline:none;
}

div#content {
width:100%;
background:#ffffff url(../images/content_bg.png) no-repeat center top;
float:left;
display:block;
}

div#footer {
width:100%;
height:250px;
background:#333333 url(../images/footer_bg.png) repeat-x;
float:left;
display:block;
}

div#subfooter {
width:100%;
height:100px;
background:#333333 url(../images/footer_bg.png) repeat-x top;
float:left;
display:block;
}

div#leftnav {
width:285px;
display:block;
float:left;
}
div#leftnav a.lefty:link, a.lefty:visited {
text-decoration:none;
font-size:18px;
color:#333333;
height:20px;
display:block;
}
div#leftnav a.lefty:hover, a.lefty:active {
text-decoration:none;
font-size:18px;
color:#666666;
height:20px;
display:block;
}
 
div#producttitle {
	font-size:25px; 
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px;
	border-bottom:1px #cccccc solid;
	
}

div#footblock {
color:#ffffff;
width:29%; 
padding:15px; 
padding-top:20px;
display:block; 
float:left;
}
