/* VISUAL STYLING */

/* global settings */

body, body * {
	font-family: Tahoma, Helvetica, sans-serif;
}

body {
	background-color: #052f50;
}
body, p, li {
	line-height: 1.33em;
	color: #000;
}

* a,
* b,
* i,
* u,
* strong,
* em {
	font-family: inherit !important;
	font-size: inherit !important;
}

p.note {
	font-size: 85%;
}

/* links & lists */
a {
	color: #02c;
	font-weight: bold;
	text-decoration: none;
}
a.more {
	display: block;
}
a:hover { text-decoration: underline; }
a img { border: none; }

ul {
	margin-left: 0;
	padding-left: 1.5em;
}
dl {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
}
dl dt, dl dd {
	margin: 0 0 0 0;
}
dl dt {
	font-size: 120%;
	line-height: 1.1em;
	font-weight: bold;
	padding-top: 16px;
}
dl dt a.email {
	display: block;
	font-size: 65% !important;
	font-weight: normal;
	padding-top: 0;
}



/* main sections */

#pageHeader a#headerURL {
	display: block;
	position: absolute;
	color: #fff;
	font-size: 9px !important;
	letter-spacing: 0.1em;
	right: 9px;
	top: -4px;
}
#pageBody {
	background: #fff url(/_img/bg/body.jpg) 103px 0 no-repeat;
}

#pageBodyContent {
	background: transparent url(/_img/bg/leftcol.jpg) repeat-y;
}

#pageFooter {
	background-color: #000;
	border-top: 2px solid #fff;
	padding: 10px 0 20px;
	text-align: center;
	color: #ccc;
	line-height: 1.25em;
}
#pageFooter a {
	color: #eee;
}
#pageFooter a:hover {
	color: #fff;
}



/* main menu */

#mainNav ul {
	position: relative;
	left: 30px;
	top: 183px;
	margin: 0;
	padding: 0;
}
#mainNav ul li {
	list-style-type: none;
	width: 112px;
	height: 30px;
	margin-bottom: 20px;
	background-position: 0 -30px;
	background-repeat: no-repeat;
}

#mainNav ul li a {
	display: block;
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#mainNav ul li a:hover {
	background-image: none;
}
#mainNav ul li.current a {
	background-position: 0 -60px;
}

#mm_home, #mm_home a { background-image: url(/_img/nav/mm_home.gif); }
#mm_aboutus, #mm_aboutus a { background-image: url(/_img/nav/mm_aboutus.gif); }
#mm_contactus, #mm_contactus a { background-image: url(/_img/nav/mm_contactus.gif); }
#mm_salesteam, #mm_salesteam a { background-image: url(/_img/nav/mm_salesteam.gif); }
#mm_directions, #mm_directions a { background-image: url(/_img/nav/mm_directions.gif); }
#mm_productlines, #mm_productlines a { background-image: url(/_img/nav/mm_productlines.gif); }
#mm_services, #mm_services a { background-image: url(/_img/nav/mm_services.gif); }



/* text formatting */

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.05em;
}
h1 {
	font-weight: normal;
	font-size: 250%;
	position: relative;
	left: -4px;
}



/* other special cases */

address {
	font-style: normal;
}



/* misc */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
