body {
	font-family: "Lucida Grande", Verdana;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background: #ddd;
	background-image: url(/img/stripe-back.png);
	background-repeat: repeat;
	color: #252525;
	}

img {
	max-width: 100%;
	}
#header {
	padding: 10px 0 10px 0;
	text-align: right;
	background: #fff;
	border-bottom: #eee 2px solid;
	}
#video {
	margin-left: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.banner {
	letter-spacing: 2em;
	background: #000;
	color: white;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 150%;
	border-bottom: 2px solid #666;
	 }
.wrap {
	max-width: 55em;
	margin: 0 auto;
	}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
/* Clearfix for ie6 */
* html .clearfix {
	height: 1%;
	}
	
/* Clearfix for ie7 */
*:first-child+html .group {
	min-height: 1px;
	}
	
	
/***** Navigation *****/	

#nav {
	padding: 10px;
	margin: 0;
	background-color: #eee;
	background-image: url(/img/nav-back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-radius: 5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
		
#nav h2 {
	letter-spacing: .3em;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 800;
	text-shadow: 2px 2px 2px #ddd;

 }
#nav ul {
	float: left;
	}
#nav ul li {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 8px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #222;
	background-image: url(/img/button-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	}
#nav ul li:hover {
	background: #444;
	background-image: url(/img/button-gradient.png);
	background-repeat: repeat-x;
	background-position: top;

	}
#nav a {
	text-decoration: none; 
	font-weight: normal;
	padding-right: 4px;
	font-size: 125%;
	color: #ddd;
	}

/* Subnav Styling */

#subnav {
	padding: 10px;
	margin: 0;
	margin-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
		
#subnav h2 {
	letter-spacing: .3em;
	font-size: 90%;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 800;
	text-shadow: 1px 1px 2px #ddd;
	color: #ff0033;

 }
#subnav ul {
	float: left;
	}
#subnav ul li {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 4px 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ff0033;
	background-image: url(/img/small-button.png);
	background-repeat: repeat-x;
	background-position: top;

	}
#subnav ul a:hover {
	color: #fff;
	}
#subnav a {
	text-decoration: none; 
	font-weight: normal;
	padding-right: 4px;
	font-size: 80%;
	text-shadow: 0px -1px 0px #666;
	color: #ddd;
	}
#subnav ul li .buy {
	background: green;
	}



	
	
/***** Box Styling *****/		
	
	
#content .box {
	overflow: auto;
	background: #eee;
	padding: 10px;
	margin-top: 10px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	}
.box-photo {
	padding: 4px;
	background: #666;
	margin-right: .8em;
	margin-bottom: .8em;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
	box-shadow: 5px 5px 2px #ccc;
	-webkit-box-shadow: 5px 5px 2px #ccc;
	-moz-box-shadow: 5px 5px 2px #ccc;
	}
.box .span-photo {
	max-width: 100%;
	margin: auto;
	}

.box h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	margin-bottom: 15px;
	color: #ff0033;
	text-shadow: 1px 1px 2px #666;
	}

.box ol {
	margin-left: 10px;
		}

.box p {
	margin-bottom: 15px;
	line-height: 1.2em;
	}
.box a {
	color: #ff0033;
	}
.box dd {
	margin-bottom: 15px;
	}
#content .box .lead {
	font-size: 150%;
	}


#footer {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	border-top: 3px solid #ACACAC;
	padding: 8px 0 10px 5px;
	color: #666;
	margin-bottom: 2em;
	background: #fff;
	}
