/* 

MM2 Ltd Stylesheet
Created by Chris Bell
http://www.themk1boy.co.uk

*/

html, body {
	margin: 0px;
	padding: 0px;
	font-family: "helvetica", arial, sans-serif;
	font-size: 12px;
	background-color: #f0f0f0;
	height: 100%;
}

/* Containers */

#page {
	text-align: center;
}

#cont {
	margin: 0pt auto;
	width: 890px;	
	text-align: left;
	border: 1px solid #ccc;
	background: #fff;
}

#header {
	height: 105px;
	background: #221E1F;
	border-bottom: 3px solid #FC9115;
}

#content {
	border-top: 3px solid #006699;
	min-height: 525px;
	overflow: auto;
}

#footer {
	color: #999;
	font-size: 10px;
}

#navbar {
	padding-top: 82px;
	text-align: center;
	z-index: 100;
}

.padding {
	padding: 15px;	
}

.smallpadding {
	padding: 5px 15px;
}

div.logo {
	background-image: url(../images/mm2_logo_black.jpg);	
	width: 125px;
	height: 60px;
	color: #fff;
}

.logo-cont {
	position: absolute;
	margin-top: 40px;
	margin-left: 10px;
}

.navigation-top {
	position:absolute;
	width: 870px;
	text-align: right;
	margin-top: 37px;
	color: #ccc;
	z-index: 15;
}

.left-cont {	
	width: 100%;
	padding-top: 5px;
}

.left-cont p {
	line-height: 20px;
	font-size: 14px;
	color: #444;
}

.info-box {
	border-bottom: 1px solid #ccc;	
	padding-bottom: 20px;
}

.top-cont {
	height: 255px;
	padding-bottom: 15px;
	clear: both;
}

.top-left {
	width: 500px;
	float: left;
}

.picture-gallery {
	float: right;
	width: 340px;
	
}

.bread-crumb {
	margin-bottom: 15px;
	color: #666;
}

.link-bar {
	margin-top: 20px;
	text-align: center;
	margin-left: 50px;
}

.end {
	border: none;	
}

.ad {
	background-color: #f2f2f2;
	padding: 5px;
	margin-bottom: 10px;
}

.date-cont {
	width: 28px;
	height: 35px;
	border: 1px solid #ccc;	
	position: absolute;
	margin-left: 226px;
	margin-top: -25px;
	margin-bottom: 15px;
	background-color: #fff;
}

.not-fixed {
	position: normal;
	margin-left: 456px;
	margin-top: 0px;
}

.date-month {
	background-color: #990000;
	height: 15px;
	color: #fff;
	font-size: 9px;	
	text-align: center;
}

.date-padding {
	padding: 2px 7px;	
}

.date-day {
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
}	

.date-small {
	font-size: 11px;
}

.info-bar {
	border-top: 1px solid #ccc;
	clear: both;
	height: 220px;
	padding-top: 15px;
	margin-top: 0px;
}

.left-box, .end-box {
	width: 270px;
	float: left;
}

.middle-box {
	float: left;
	width: 190px;
	margin-left: 35px;
	margin-right: 25px;
	
}

.left-box p, .end-box p, .middle-box p {
	font-size: 12px;
	line-height: 15px;
	color: #666;
} 

div.btn {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 14px;
}


div.btn a {
	color: #333;
	display: block;
	
}

div.btn a:hover {
	display: block;
}

.box-cont {
	margin-top: 15px;
	clear: both;
}

.box-cont-prod {
	margin-top: 15px;
	clear: both;
}

.cat-cont {
	width: 243px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.product-cont {
	margin-top: 30px;
}

.product-cont img {
	margin-right: 20px;
}

.cat-image-cont {
	height: 214px;
}

.cat-cont-small {
	width: 143px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.cat-cont p, .cat-cont-small p,.product-cont p {
	font-size: 11px;
	margin-top: 5px;
}

.cat-cont p a, .cat-cont-small p a  {
	color: #666;
	text-decoration: none;
}

.cat-cont p a:hover, .cat-cont-small p a:hover {
	color: #333;
}

.blog-left {
	width: 520px;
	float: left;
}

.blog-right {
	float: right;
	width: 300px;
}

.news-cont {
	border-top: 2px solid #ccc;
	padding: 15px 15px;
}

.featured {
	background-color: #f2f2f2;
}

.news-cont p {
	font-size: 11px;
}

.item_cont
{
	width: 150px;
	text-align: center;
	float: left;
	margin: 10px 0px 10px 80px;
}

.item_cont a
{
	color: #333;
}

.item_cont.right
{
	float: right;
	margin: 10px 80px 10px 10px;
}

/* Forms */

form label {
	display: block;
}

form p {
	font-size: 11px;
}

form label.left {
	display: inline;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	width: 55px;
}

form fieldset {
	border: 1px solid #eaeaea;
	margin-top: 30px;
}

form legend {
	font-size: 14px;
	font-weight: bold;
}

input.text {
	width: 220px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 1px;
}

textarea.text {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 1px;
}

textarea.order {
	width: 400px;	
}

input.btn {
	width: 60px;
	height: 25px;
}

/* Lists */

#gallery { position: relative; width:340px; height:250px; margin:0; padding:0; }
#gallery li { display: block; }

ul.navmain {
	margin: 0px;
	padding: 0px;	
	
	font-size: 14px;
	margin-right: 5px;
}

ul.navmain li {
	display: inline;
	padding-left: 3px;
}

ul.navmain li a {
	text-decoration: none;
	color: #ccc;
	padding: 7px;
	height: 25px;
	background-color: #333;
}

ul.navmain li a:hover {
	background-color: #FC9115;
	color: #000;
	padding: 7px;
	
}

ul.navmain li.sel a {
	background-color: #FC9115;
	color: #000;
	padding: 7px;
	
}

ul.topnav {
	margin: 0px;
	padding: 0px;	
	color: #ccc;
	font-size: 13px;
}

ul.topnav li {
	list-style: none;
	margin-bottom: 2px;
}

ul.topnav li a {
	text-decoration: none;
	color: #ccc;
}

ul.topnav li a:hover {
	color: #fff;
}

ul.brochureList {
	margin: 15px 0px 10px 0px;
	padding: 0px;	
	list-style:  none;
}

ul.brochureList li {
	margin-bottom: 5px;
	color: #666;
	background: url(../images/pdf-icon.gif) no-repeat;
	padding-left: 20px;
}

ul#brochures
{
	margin: 10px 0px;
	padding: 0px;
}

ul#brochures li
{
	list-style: none;
	margin-bottom: 3px;
	background: url(../images/pdf-icon.gif) no-repeat left;
	padding-left: 20px;
}

ul#brochures li a
{
	color: #333;
}

/* Headings Text */

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;	
}

h1.hidden {
	display: none;	
}

h2.strap {
	font-size: 14px;
}	

h2.sub-head {
	font-size: 16px;
}

h2.sub-head a {
	color: #333;
}

h2.box-title {
	font-size: 14px;
}

h3.sub-cat {
	font-size: 14px;
	display: block;
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
	margin-top: 10px;
}

h2
{
	margin-bottom: 15px;
}

/* Text */

p {
	margin: 8px 0px;
	padding: 0px;
}

.big {
	font-size: 16px;	
}

.news-title {
	font-size: 12px;
	color: #333;	
}

.news-body {
	font-size: 11px;
	line-height: 15px; 
	color: #666;		
}

.sub {
	color: #666;
	font-size: 10px;	
}

.footer {
	vertical-align: bottom;
}

.footer a {
	color: #666;
}

.blog-right p {
	font-size: 12px;
}

p.tag {
	font-size: 18px;
	color: #000;
}

p.error {
	font-size: 12px;
	color: #ff0000;
}

p.message {
	background-color: #333;
	display: block;
	padding: 10px;
	color: #fff;
}

div.clear {
	clear: both;
}

table.orders {
	width: 100%;
}

table.orders tr td {
	padding: 3px;	
	color: #333;
}

table.orders tr.a td {
	background: #c3e4bb;	
}

table.orders tr.c td {
	background: #bbcbe4;	
}

table.orders tr.r td {
	background: #f2f2f2;
	color: #ccc;	
}

table.orders tr.header td {
	background: #ccc;
	font-weight: bold;
}
