body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0; line-height: 1.2em;}
table {border-collapse:collapse; border-spacing:0;}
fieldset, img {border:0px none;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after {}

:link, :visited {text-decoration: none; }
 
ul, ol {list-style: none;}
 
h1, h2, h3, h4, h5, h6, pre, code {font-size: 1em;}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {margin: 0;padding: 0;}

a img, :link img, :visited img {border: none;}
 
address {font-style: normal;}
/*End Defaults*/


/*COLORS: blue/black (#263645;), burnt orange (#b5430d;), lt tan (#f4efc2;), off white (#fffee8;) */

body {
	background: url('images/mmgradient.png') repeat-x;
	font-family: verdana;
	}
	
#wrap {
	margin: auto;
	width: 800px;
	}

#header {
	position: relative;
	height: 80px;
	}

#header a {
	color: white;
	}
	
#header a:hover {
	color: #b5430d;
	background-color: #fffee8;
	}

#contactinfo {
	position: relative;
	float: right;
	top: 10px;
	left: -15px;
	font-size: .9em;
	text-align: center;
	color: white;
	}

#title {
	position: relative;
	float: left;
	top: 35px;
	color: white;
	}

#title h1 {
	font-size: 1.3em;
	}

#title h2 {
	font-size: .9em;
	}

#content {
	position: relative;
	width: 800px;
	background-color: white;
	}

#content h3 {
	font-size: 1.3em;
	color: #b5430d;
	}

#order, #flash, #products {
	position: relative;
	top: 30px;
	}

#order, #products {
	top: 50px;
	height: 80px;
	width: 250px;
	padding: 4px;
	color: black;
	background-color: #f4efc2;
	font-size: .8em;
	text-align: center;
	}

#mainlinks a:hover {
	background-color: #b5430d;
	}

#mainlinks a:hover h3 {
	color: white;
	}

#order {
	float: left;
	left: 10px;
	}

#footer {
	position: relative;
	margin: auto;
	padding-top: 2px;
	height: 35px;
	width: 780px;
	background-color: #263645;
	margin-bottom: 20px;
	}

#footer li {
	position: relative;
	width: 150px;
	top: 7px;
	margin: 0px 50px 0px 50px;
	display: inline;
	}

#footer a {
	color: white;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

#popups {
	position: relative; 
	float: right; 
	top: 10px; 
	width: 175px; 
	z-index: 10; 
	}
#popups ul li {
	text-align: center;
	}
	
#popups a span img {
	position: absolute; 
	height: 0; 
	width: 0; 
	border-width: 0;  
	}

#popups a:hover span img {
	position: absolute; 
	display: block;
	border: 3px solid #263645; 
	left:-356%; 
	top: 50px; 
	width: 600px;
	height: 400px; 
	z-index: 20; 
	}
	
#popups a:hover {
	background-position: 0 0; 
	}
	
#popups a img {
	border: 1px solid #263645;
	}

.product {
	position: relative;
	height: 350px;
	width: 600px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
	}

.product h3 {
	color: #b5430d;
	font-size: 1.5em;
	}

.product a {
	position: relative;
	top: 50px;
	float: left;
	background-color: #f4efc2;
	color: #b5430d;
	font-size: 1.2em;
	padding: 4px;
	}

.product a:hover {
	color: white;
	background-color: #b5430d;
	text-decoration: underline;
	}

.column1 {
	position: relative;
	float: left;
	width: 260px;
	}

.column2 {
	position: relative;
	float: right;
	font-size: .8em;
	line-height: 1.2em;
	padding: 30px 4px 4px 4px;
	width: 325px;
	}

	