@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:12px;
font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
vertical-align:baseline;
text-decoration: none;
}


body {background-image:url(../images/bkg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment: fixed;
	background-color:#FFFFFF;
	}
#content {
	margin:auto;
	height:auto;
	width: 1000px;
	overflow: hidden;
}

a:link {color:#FFF;}
a:visited {color:#FFF;}
a:hover {color:#FFF;}

p {color:#666;}

/* Header content - logo, contact info, home, site map */
#header {
	height: 100px;
	width: 1000px;
	background-color:#FFF;
}

#business-logo{padding-top:10px; margin-left:33px; width:250px; height:80px; float:left;
	}
#contact{ width:160px; padding-top:15px; float:right; color:#000;  background-image:url(../images/ico-mail.gif); background-repeat: no-repeat; background-position: right; text-align: center;
	}
	
h3 {font-size:12px; color:#003366;}
h4 {font-size:12px; color:#FFF;}
h5 {font-size:12px; color:#000;}
#site-map{ width:250px; float:right; padding-top:14px; text-align:center; color:#039;}

a.map:link {
	color:#003366;
}
a.map:visited {
	color:#003366;
}
a.map:hover {
	color:#003366;
}


#mail {font-size:16px; color:#003366;}
.phone {font-size:16px; color:#003366;}
#domain {font-size:20px; color:#003366; margin-right: 35px; text-decoration: none;}

/* Main content - main menu, main flash banner */
#central-content {
	margin-top:25px;
	height: auto;
	width: 1000px;
}
#menu-home {margin:auto; width: 800px;}
#main-menu ul { height:35px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-left: 32px;
}

.main-menu-list { background-image:url(../images/bkg-btn.gif); background-repeat:repeat-x; width:175px; height:27px; float:left; list-style:none; text-align:center; margin-left:5px; margin-right:5px;}
.drop.menu {visibility:hidden;}

/* Footer - contact, legal info, related links */
#footer {
	background-color:#F00;
	height: 25px;
	width: 1000px;
	position: fixed;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color:#FFF;
}
a.footer-menu:link {color: #FFF;}
a.footer-menu:visited {color: #FFF;}
a.footer-menu:hover {color: #FFF;}
#footer-menu {width:600px; margin:auto; height: 25px;}
.footer-menu-list {display:block; width:190px; height:25px; float:left; list-style:none; text-align:center; font-size:1em; margin-top:3px;}

/* Tool tip */							
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#003366;
	padding:5px;
	display:none;
	color:#fff;
	}
