/* BEGIN: Global Formatting */
body {
	margin: 60px;
	padding: 0;
	color: black;
	background-color: #3E525F;
	font-family: FranklinGothic, "Century Gothic", Helvetica, Arial, sans-serif;
}

h2 {
	margin: 20px 30px 4px 30px;
	font-size: large;
}

p {
	margin: 13px 0; /* IE Fix */
}

img.frame {
	padding: 10px;
	border: 1px #BFBFBF solid;
	background-color: white;
}

a img {  border: 0; }
/* END: Global Formatting */

/* BEGIN: Layout */
#site_container {
	width: 920px;
	margin: 0 auto;
}

#content_container {
	float: left;
	width: 920px;
	height: 503px;
	background: white url(../images/content_background.jpg) scroll repeat-y left top;
	overflow: auto;
}
/* END: Layout */

/* BEGIN: Header */
h1 {
	width: 920px;
	height: 126px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	overflow: hidden;
	background: transparent url(../images/header_background.jpg) no-repeat left top;
}
/* END: Header */

/* BEGIN: Top Nav */
#nav_top_container {
	float: left;
	width: 920px;
	height: 29px;
	background: transparent url("../images/nav_top/background.gif") repeat-y left top;
}

#nav_top {
	float: right;
	width: 875px;
	height: 29px;
	margin: 0;
	padding-right: 25px;
	list-style: none;
	font-size: 15px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	white-space: nowrap;
}

#nav_top li { float: left; }
#nav_top li.selected { font-weight: bold; }
#nav_top li.selected a:hover { text-decoration: none; }

#nav_top li a {
	display: block;
	margin-left: 20px;
	padding: 5px 5px 5px 25px;
	color: white;
	background: transparent url(../images/nav_top/arrows.gif) no-repeat left 10px;
	text-decoration: none;
}

/* BEGIN: Search Form */
		ul#nav_top li#nav_top_search {
			position: relative;
			top: -3px;
		}
		
		ul#nav_top li#nav_top_search p {
			margin: 0;
		}
		
		ul#nav_top li#nav_top_search form a {
			display: inline;
			padding: 0 0 0 5px;
			background: none;
		}
		
		ul#nav_top li#nav_top_search form a:hover { background: none; }
		/* END: Search Form */

#nav_top li a:hover {
	text-decoration: underline;
}

	/* BEGIN: Cart */
	#nav_top li#nav_top_cart a { color: #FDF076; }
	/* END: Cart */

/* END: Top Nav */

/* BEGIN: Copyright */
#copyright {
	clear: both;
	margin: 0;
	padding: 6px;
	color: white;
	background-color: #092031;
	border-top: 8px solid #010b1c;
	font-size: xx-small;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	text-align: right;
}

#copyright a {
	color: white;
	text-decoration:none;
}

#copyright a:hover{
	text-decoration: underline;
	}
	
/* END: Copyright */

/* BEGIN: Cart / Checkout */
p.tax, p.total, p.subtotal, p.shipping {
	font-weight: bold;
	font-size: 14px;
	margin-left: 90px;
	clear: both;
}

#confirmation {
	margin-left: 50px;
	font-size: 12px;
}

#confirmation p.items {
	font-weight: bold;
}

#confirmation p.shipped_to {
	font-size: 14px;
	font-weight: bold;
}
/* END: Cart / Checkout */