/* CSS Document */
/* Minuteman Press website */
/* Author: RealityHouse */

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	margin-bottom: 15px;
	
}
h1, h2 {
	font-size: 1.3em;
	line-height: 130%;
	margin-bottom: 15px;
	color: #006699;
}
h2 {
	color: #006699;
}
h3 {
	font-size: 1em;
	margin-bottom: 0.7em;
	color:#006699;
}
p {
	font-size: 8pt;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #000;
}
td
{
	font-size: 8pt;
}
a:link {
	text-decoration: none;
	
	color: #006699;
}
a:visited {
	text-decoration: none;
	
	color: #006699;
}
a:hover {
	color: #006699;
	
}
div#wrap {
	width: 950px;
	margin: 0 auto 25px;
}
abbr:hover{
	cursor: help;
}

/* -- logo, staff, strap -- */

div#head {
	position: relative;
	display: block;
	height: 145px;
	position: relative;
}
img#mplogo {
	margin-top: 10px;
}
img#strapline {
	position: absolute;
	top: 75px;
	left: 215px;
}
img#strap {
	position: absolute;
	top: 50px;
	right: 30px;
}
div#contacttop {
	position: absolute;
	top: 0;
	right: 35px;
	display: block;
	padding: 15px;
	width: 270px;
	/*background-image: url(../images/contactpanel.gif);*/
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	border: 0px dotted #006699;
}
div#contacttop p {
	font-weight: bold;
	line-height: 110%;
	color: #006699;
	font-size: 1.1em;
}
#contactbtn {
	display: block;
	width: 82px;
	height: 23px;
	padding-top: 3px;
	margin: 0 0 10px 0;
	background-image: url(../images/contactbtn.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	color: #006699;
}
#contactbtn a {
	text-decoration: none;
	border-bottom: none;
}

/* -- content -- */

div#content {
	margin: 20px 10px 0 10px;
}
div#leftcol {
	float: left;
	width: 740px;
}
div#feature {
	display: block;
	position: relative;
	width: 730px;
	height: 200px;
	background-color: #FFF;
}
div#feature img {
	position: absolute;
	top: 0;
	left: 0;
}
div#quote {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	height: 180px;
	padding: 10px;
	color: #FFF;
	background-color: #063;
	overflow: hidden;
}
div#quote p {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
}
div#quote h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}
div#quote .quotemarks {
	font-size: 20px;
	font-weight: bold;
	color: #F60;
}
div#quote a:link, div#quote a:visited {
	color: #FFF;
	text-decoration: underline;
	background-image: url(../images/arrowwhite.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div#quote a:visited {
	color: #CCC;
}
div#quote a:hover {
	color: #ABACFF;
}

div#admincol {
	float: left;
	width: 190px;
	padding: 10px 20px 10px 10px;
	margin-left: 10px;
	border: 1px dotted #006699;
}

div#colone {
	float: left;
	width: 170px;
	padding: 10px 20px 10px 10px;
	margin-left: 10px;
	border: 1px dotted #006699;
}
div#coltwo {
	float: left;
	width: 600px;
	padding: 10px;
	margin-left: 10px;
	border: 0px solid #006699;

}
div#colthree {
	float: left;
	width: 210px;
	padding: 10px;
	margin-left: 10px;
	border-top: 10px solid #FFF;
}
div#colthree img {
	margin-bottom: 15px;
}
div#rightcol {
	float: left;
	width: 170px;
	padding: 10px;
	background-color: #ffffff;
}
div#rightcol object#samples {
	margin-bottom: 15px;
}
div#rightcol ul {
	margin: 10px 15px 1em 25px;
}
div#rightcol ul li {
	margin: 0 15px 10px 0;
	list-style-image: url(../images/dot.gif);
	color: #006699;
}

div.clear {
	clear: both;
	margin: 0;
	height: 0;
}

/* -- newsbox -- */

div#newsbox {
	display: block;
	height: 90px;
	margin: -5px 0 10px 0;
	background-image: url(../images/aeron_chair.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
div#newsbox img {
	margin: 10px 0 0 5px;
}

/* -- download box -- */

div#download {
	display: block;
	width: 100%;
	height: 20px;
	padding: 8px 5px 5px 5px;
	margin-bottom: 10px;
	background-color: #E6F0EB;
}
div#download a {
	margin: 0;
	float: left;
	font-weight: bold;
}
div#download img {
	float: left;
	margin: 0 5px 0 3px;
}

/* -- contact bottom (map) -- */

div#contactbottom {
	height: 100px;
	
	margin-top: 15px;
	/*padding: 10px;*/
	position: relative;
	background-color: #ffffff;
	/* background-image: url(../images/mapslice.gif); */
	background-repeat: no-repeat;
	border: 1px dotted #006699;
	padding: 10px 20px 10px 10px;
	margin-left: 10px;

}
div#contactbottom h2 {
	margin-bottom: 10px;
}
div#contactbottom ul {
	list-style-type: none;
	margin: 0;
}
div#contactbottom ul li {
	margin-bottom: 0.2em;
}
div#contactbottom ul#address {
	float: left;
}
div#contactbottom ul#contact {
	float: left;
	margin: 18px 0 0 40px;
}
div#contactbottom a#map {
	position: absolute;
	top: 44px;
	left: 675px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: none;
}

/* -- footer -- */

div#footer {
	margin-top: 10px;
	font-size: 1em;
}
div#footer ul {
	margin: 5px 0 0 25px;
	padding: 0;
	display: inline;
}
div#footer ul li {
	display: inline;
	list-style-type: none;
	font-size: 1em;
	margin-right: 15px;
}
div#footer ul li a:link {
	text-decoration: none;
	color: #063;
	border-bottom: 1px dotted #063;
}
div#footer ul li a:visited {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666;
}
div#footer ul li a:hover {
	color: #F60;
	border-bottom: 1px dotted #F60;
}

.buttonclass {
background-color:#006699;
border-color:#ff8080;
color:white;
width:100px;
height:25px;
}

.buttoncart {
background-color:#006699;
border-color:#ff8080;
color:white;
height:25px;
width:60px;
font-size:10px;
}