/* @override http://halversonimages.com/mhp.css */

body {
	background: #111111; color: #bbbbbb;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	line-height: 150%;
 }

a { color: #bbb; outline: none }
a img { border: none }
ul, ol { margin: 0; padding: 0}


#wrapper { width: 850px; margin: 0 auto}
#header { text-align: center; margin-top: 40px}

#nav { list-style: none; margin-top: 0; padding: 0}
#nav li { display: inline; padding-left: 30px }
#nav li a { text-decoration: none }
#nav li a:hover { text-decoration: underline; color: #FFFFFF; }

#nav li a.selected { font-weight: bold; color: #FFFFFF; text-decoration: underline }

#slides { width: 750px; margin: 35px auto; }

#main { width: 750px; height: 200px; text-align: center; margin: 35px auto; }

#cat_gallery {
	padding-top: 30px;
	width: 660px;
	margin: auto;
	text-align: center;
}

#cat_gallery h1 {
	font-size: 24px;
	color: #FFF;
	margin-top: 0;
}

#cat_gallery div {
	border: solid 1px #333;
	float: left;
	width: 200px;
	padding: 5px;
	text-align: center;
	margin: 0 5px 5px 0;
}

#cat_gallery img {
	display: block;
	margin: 0 auto 5px auto;
}

#cat_gallery a { text-decoration: none; }
#cat_gallery a:hover { text-decoration: underline; }

#gallery {
	padding-top: 30px;
	text-align: center;
}

#gallery h1 {
	font-size: 24px;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 1em;
}

#gallery img {
	margin: 0 10px 10px 0;
}

/* Order Form */

#order {
	padding: 20px 0;
}

#order div {
	font-size: 11px;
	float: left;
	width: 45%;
	padding: 10px;
	border: solid 1px #444;
	margin: 5px;
}

#order div input {
	margin-right: 5px;

}

#order h3 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
}

#order img {
	float: left;
	margin-right: 10px;
}

#order ul {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

#order_summary {
	margin: auto;
	width: 25em;
	line-height: 180%;
	padding: 5px;
	border: solid 1px #444;
	text-align: center;
}

#order_summary table {
	text-align: left;
	margin: auto;
}

#order_summary h2 {
	margin-top: 0;
	margin-bottom: .5em;
	font-size: 120%;
	text-align: center;
}

#order_summary #btn_buynow {
	margin: 10px;
}


/* Footer */

#footer {
	background: url(images/line-footer.gif) no-repeat;
	padding-top: 20px; margin: 30px auto;
	text-align: center; width: 650px;
	line-height: 180%;
}

#footer a { text-decoration: none }
#footer a:hover { text-decoration: underline; color: #FFFFFF; }
