* {
	padding: 0;
	margin: 0;
}


html,body {
	height: 100%;
}


body {
	font: normal 13px calibri,verdana,sans-serif;
	line-height: 20px;
	background: #f9f9f9 url(../images/bg_black.gif) repeat-x center top;
	color: #311;
}

div.background {
}



/* main container */

div.container {
	min-height: 100%;
	width: 801px;
	margin: 0 auto;
	background: #fff url(../images/bg_borders.gif) repeat-y center;
}

* html div.container {
	height: 100%;
}





/* header */

div.header {
	top: 0;
	background: #000 url(../images/mphbanner.png);
	height: 150px;
}






/* navigation */

div.nav {
	margin: 0;
	width: 100%;
	background-color: #fff;
	height: 20px;
	border-left: 1px solid #ccc;
}

div.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.nav ul li {
	float: left;
	width: 114px;
	text-align: center;
}

a.contact {
	width: 114px;
}

div.nav ul li a {
	font: normal 14px DIN-Medium,calibri,verdana,sans-serif;
	margin: 0 auto;
	color: #311;
	text-decoration: none;
	height: 20px;
	display: block;
	border: 1px solid;
	border-color: #fff #ccc #ccc #fff;
}

div.nav ul li a:hover {
	background-color: #eee;
	border-color: #eee #ccc #ccc #eee;
	color: #311;
	text-decoration: none;
	display: block;
}

#home a.home,
#who a.who,
#products a.products,
#services a.services,
#pricing a.pricing,
#gallery a.gallery,
#downloads a.downloads,
#contact a.contact {
	background-color: #ddd;
	color: #311;
	text-decoration: none;
	display: block;
	cursor: default;
	border: 1px solid;
	border-color: #ddd #ccc #ccc #ddd;
}






/* content */

div.content {
	margin: 0 auto;
	text-align: justify;
	padding: 25px 40px 0;
}

a {
	text-decoration: underline;
	font-family: calibri,verdana,sans-serif;
	font-weight: bold;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

p,
address {
	padding: 0 15px 1em;
}

address {
	font-style: normal;
}

h1 {
	font: normal 16px DIN-Medium,calibri,verdana,sans-serif;
	padding-left: 22px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	background: url(../images/hdg_pip.png) no-repeat;
}

h2 {
	font: normal 14px DIN-Medium,calibri,verdana,sans-serif;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

h3 {
	font-size: 12px;
	margin-top: 5px;
}

h4 {
	clear: both;
	text-align: center;
}

h4 a {
	display: block;
	padding: 15px 2px;
}

h5 {
	font-size: 14px;
	padding-left: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
	color: #999;
}

hr {
	width: 50%;
	border: 0;
	color: #ccc;
	background-color: #ddd;
	height: 1px;
	margin: 10px auto;
}

div.content ul,
div.content li {
	margin-left: 10px;
	padding-left: 0;
	list-style: square;
	text-align: left;
}

div.box {
	margin: 10px auto 30px;
	padding: 10px;
	width: 700px;
	border: 1px dotted #ccc;
	background: #f9f9f9;
}

div.gallerymenu {
	text-align: right;
}

img.portrait {
	margin: 5px;
	border: 2px solid #ccc;
}



ul.products {
	margin-bottom: 30px;
	padding: 0;
}

ul.products li {
	float: right;
	margin-right: 35px;
}




/*News Feed*/

div.newsframe {
/*	background: #fff url(../images/grid.gif);	*/
	background: #f9f9f9;
	border: 1px dotted #ccc;
	padding: 10px;
	width: 700px;
	overflow: auto;
	font-size: 13px;
	height: 200px;
}

.virtualpage { /*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
padding: 0 0 30px;
}

.paginationstyle { /*Style for demo pagination divs*/
padding: 2px 0 50px;
margin: 10px 0;
}

.paginationstyle a { /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid #311;
color: #311;
}

.paginationstyle a:hover, .paginationstyle a.selected {
background-color: #eee;
color: #311;
}

textarea {
	width: 500px;
	height: 300px;
}


/* table */

table.pricing,
table.gallery {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.pricing th,
table.gallery th {
	padding: 2px 25px;
	font-size: 14px;
	color: #666;
	background-color: #ddd;
}

table.pricing td,
table.gallery td {
	text-align: right;
	padding: 7px 25px;
	background-color: #fff;
}

table.pricing th,
table.pricing td,
table.gallery th,
table.gallery td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.pricing td.gear {
	text-align: left;
}


/* form */

form.form {
	 width: 500px;
	 margin: auto;
	 text-align: left;
}

input.date {
	font-family: calibri,verdana,sans-serif;
	font-size: 14px;
	width: 500px;
	background-color: #eee;
	color: #333;
	border: 1px solid #ccc;
	padding-left: 4px;
}

input.button {
	font-family: calibri,verdana,sans-serif;
	font-size: 14px;
	width: 100px;
	font-weight: bold;
	background-color: #aaa;
	color: #fff;
	border: 1px outset #999;
	cursor: pointer;
}


/* Fieldset */

fieldset {
	border: 1px solid #ccc;
	padding: 20px;
}

legend {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}






/* gallery */

div.gallery_container {
	margin: 10px;
	height: 400px;
	overflow-y: scroll;
}

table.gallery {
	margin: 20px 5px;
	width: 660px;
}

table.gallery td {
	text-align: center;
	padding: 10px;
}

table.gallery td img {
	border: 1px solid #557;
}






/* footer */

div.clearfooter {
	height: 50px;
}

div.footer {
	bottom: 0;
	color: #666;
	background: #fff;
	border-color: #ccc;
	border-width: 1px 1px 0;
	border-style: dotted solid;
	width: 799px;
	height: 30px;
	margin: -30px auto 0;
	text-align: center;
}