	html, body {
		margin: 0;
		padding: 0;
		border: 0;
	}
	body {
		background-color: #3c3c3c;
		background-image: url('../_images/bg-ds.jpg');
		background-position: top center;
		background-repeat: repeat-y;
		text-align: center;
	}
	body, body * {
		font-family: optima, myriad, 'myriad web', 'myriad pro', 'helvetica neue', helvetica, tahoma, arial, sans-serif;
	}
	.main {
		margin: 0 auto;
		padding: 0;
		width: 995px;
		text-align: left;
	}
	.main * {
		margin: 0;
		padding: 0;
	}
	#container {
		background-color: #183319;
		height: 100%;
	}
	
	a img {
		border: 0;
	}
    
	
	.capgator {
	position:absolute;
	left: 694px;
	top: 111px;
	}


/* Form Validation */
	input.invalid, select.invalid, textarea.invalid {
		background-image: url('../_images/icon-invalid.png');
		background-position: 99% 50%;
		background-repeat: no-repeat;
	}
	input.valid, select.valid, textarea.valid {
		background-image: url('../_images/icon-valid.png');
		background-position: 99% 50%;
		background-repeat: no-repeat;
	}

/* Header */
	#header {
		background-image: url('../_images/header.jpg');
		height: 175px;
	}
	#logo {
		float: left;
	}
	#search {
		float: right;
		margin: 30px 25px 0 20px;
		font-size: 11px;
	}
	#q {
		float: left;
		background: transparent url('../_images/bg-search.png') no-repeat;
		border: 0;
		font-size: 11px;
		line-height: 15px;
		
		height: 15px;
		width: 132px;
				
		padding: 4px 6px 4px 24px;
		margin: 0 3px 0 0;
		
		color: #183319;
	}
	.submit {
		background: transparent url('../_images/bg-submit.png') no-repeat;
		border: 0;
		font-size: 11px;
		line-height: 15px;
		
		width: 57px;
				
		padding: 3px 6px 5px 6px;
		
		color: #183319;
	}
	#cart {
		float: right;
		margin: 22px 0 0 0;
	}
	#cart p {
		color: #fff;
		font-size: 11px;
		line-height: 1.5em;
		width: 200px;
	}
	#cart a:link, #cart a:visited {
		color: #fff;
		text-decoration: none;
		border-bottom: none;
	}
	#cart a:hover {
		color: #fff;
		border-bottom: 1px solid white;
	}
	#icon-cart {
		float: left;
		margin-right: 10px;
	}

/* Navigation */
	#topNav {
		background: #fff url('../_images/bg-nav.jpg');
		height: 50px;
	}
	#topNav ul {
		float: right;
		margin: 2px 50px 0 0;
		list-style: none;
		
		color: #030;
		font: 14px myriad, myriad pro, myriad web, trebuchet ms, helvetica neue, helvetica, arial, sans-serif;
		line-height: 15px;
		text-transform: uppercase;
	}
	#topNav li {
		padding: 5px 12px 3px 12px;
		float: left;
		border: 1px solid #afbfaf;
		border-width: 0 0 0 1px;
	}
	#topNav li.noBorder {
		border: 0;
	}
	#topNav a:link, #topNav a:visited {
		color: #030;
		text-decoration: none;
		border-bottom: none;
	}
	#topNav a:hover {
		color: #030;
		border-bottom: 1px solid #030;
	}

/* Content */
	#content {
		padding: 20px 0;
		background-color: #fff;
		min-height: 320px;
		
		font-size: 13px;
	}
	#content .content {
		/* This container holds the right side content. */
		margin: 0 0 25px 245px;
		width: 715px;
		overflow: hidden;
	}
	#content .content.wide {
		margin: 0 25px 0 35px;
		width: 945px;
	}
	#content .left {
		float: left;
		width: 350px;
	}
	#content .content.wide .left {
		width: 580px;
	}
	#content .right {
		float: right;
		width: 332px;
	}
	#content .content.wide .right {
	
	}
	#content h1 {
		padding: 0 30px 10px 35px;
		
		color: #010;
		font-size: 24px;;
		font-weight: normal;
	}
	#content .content h1 {
		padding-left: 0;
	}
	#content h2 {
		padding: 0;
		
		color: #010;
		font-size: 18px;
		font-weight: normal;
	}
	#content h3 {
		padding: 0;
		
		color: #010;
		font-size: 13px;
		font-weight: normal;
	}
	#content h1 a:link, #content h1 a:visited, #content h2 a:link, #content h2 a:visited, #content h3 a:link, #content h3 a:visited {
		color: #010;
	}
	#content h3.float {
		float: left;
		margin: 0 10px 0 0;
	}
	#content h3.padTop {
		padding-top: 10px;
	}
	#content p {
		padding: 5px 30px 10px 0;
		
		color: #183319;
		font-size: 13px;
		line-height: 1.5em;
	}
	.home #content p {
		text-indent: 2em;
	}
	#content ul, #content ol {
		margin: 0 0 0 1em;
		padding: 5px 0 10px 1em;
		color: #183319;
	}
	#content a {
		text-decoration: none;
	}
	#content a:link {
		border-bottom: 0;
		color: #030;
	}
	#content a:visited {
		border-bottom: 0;
		color: #777;
	}
	#content a:hover {
		border-bottom: 1px solid #afbfaf;
		color: #010;
	}
	#content a.button {
		float: left;
		display: block;
		padding: 10px 0;
		margin: 10px 15px 0 0;
		width: 130px;
		text-align: center;

		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		
		color: #010;
		border: 1px solid #afbfaf;
		background-color: #e5e9e0;
	}
	#content a.button.primary {
		color: #fff;
		border: 1px solid #010;
		background-color: #183319;
	}
	#content a.button:hover {
		color: #010;
		border: 1px solid #030;
		background-color: #71be4d;
	}
	#content .bordered {
		padding: 10px 15px;
		margin: 10px 0 20px 0;
		text-align: left;

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		
		color: #183319;
		border: 1px solid #afbfaf;
		background-color: #e5e9e0;
	}
	
    
	
	.capgator {
	position:absolute;
	left: 889px;
	top: 636px;
	}

/* Content - nav */
	#nav {
		float: left;
	}
	#nav ul {
		padding: 0;
		margin: 0 20px 0 35px;
		width: 175px;
		list-style: none;
	}
	#nav li {
		margin: 0;
		padding: 0;
	}
	#nav a {
		display: block;
		/* height: 13px; */
		margin: 0;
		padding: 7px 10px 5px 10px;
		text-decoration: none;
		font-size: 13px;
	}
	#nav a:link {
		border-bottom: 1px solid #e5e9e0;
		color: #030;
	}
	#nav a:visited {
		border-bottom: 1px solid #e5e9e0;
		color: #000000;
	}
	#nav a:hover {
		border-bottom: 1px solid #afbfaf;
		color: #010;
		background-color: #f7f9f7;
	}

/* Content - Category */
	dl.category, dl.product {
		float: left;
		margin: 0 25px 25px 0;
		width: 150px;
	}
	#content dl.category dt a:hover, #content dl.product dt a:hover {
		border-bottom: 0;
	}
	#content dl.category dt a:hover img, #content dl.product dt a:hover img {
		border: 1px solid #183319;
	}
	dl.category dt img, dl.product dt img {
		background-color: #e5e9e0;
		border: 1px solid #afbfaf;
		width: 150px;
		height: 150px;
	}
	dl.category dd, dl.product dd {
		text-align: center;
		height: 2em;
	}

/* Content - Specific Product */
	#content .right a:hover {
		border-bottom: 0;
	}
	#content a:hover img.photo {
		border: 1px solid #183319;
	}
	#content img.photo {
		border: 1px solid #afbfaf;
	}
	#content p.desc {
		padding-right: 0;
	}
	#content img.colors {
		margin: 5px 0 0 0;
		background-color: #e5e9e0;
		border: 1px solid #afbfaf;
	}
	#content table.qty {
		margin: 10px 0 20px 0;
		width: 100%;
	}
	#content table.qty th, #content table.qty td {
		text-align: center;
		vertical-align: middle;
		padding: 3px 10px;
		color: #183319;
	}
	#content table.qty th {
		border-right: 1px solid #afbfaf;
		text-align: right;
	}
	#content table.qty thead th, #content table.qty thead td {
		border-bottom: 1px solid #afbfaf;
	}
	#content h3.size {
		clear: both;
		padding-top: 10px;
	}
	#content dl.qty {
		float: left;
		color: #183319;
	}
	#content dl.qty dt {
		float: left;
		margin: 5px 5px 5px 0;
		width: 30px;
		text-align: right;
	}
	#content dl.qty.wide dt {
		width: 115px;
	}
	#content dl.qty dd {
		float: left;
		margin: 5px 15px 5px 0;
	}
	#content dl.qty dd input {
		width: 30px;
	}
	#content p.qty {
		clear: both;
	}
	#content p.qty label {
		float: left;
		margin: 0 10px 0 0;
	}
	#content p.qty #qty-total {
		font-weight: bold;
	}
	
	#customize {
		display: none;
	}
	.application_colors, .application_text {
		margin: 0 0 5px 0;
		width: 200px;
	}
	.main option {
		padding: 1px 5px;
	}

/* Cart, checkout */
	#viewcart {
		width: 100%;
	}
	#viewcart th.top {
		padding: 5px;
		border-bottom: 1px solid #afbfaf;
	}
	#viewcart th.total {
		text-align: right;
		padding: 5px;
	}
	#viewcart .product td {
		padding: 10px 5px 15px 5px;
		margin: 0;
		border-bottom: 1px solid #e5e9e0;
	}
	#viewcart .prodname {
		font-weight: bold;
	}
	#viewcart .prodphoto {
		float: left;
		margin: 0 15px 0 0;
	}
	#viewcart .price, #viewcart .qty {
		border-left: 1px solid #e5e9e0;
	}
	#viewcart .qty {
	}
	#viewcart .removeItem {
		float: right;
		padding: 3px 5px 5px 6px;
		margin: -10px -5px 0 0;
		background-color: #e5e9e0;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-radius-bottomleft: 5px;
	}
	#viewcart .cartsizes {
		padding: 0 0 5px 0;
	}
	#viewcart .cartsizes th {
		border-bottom: 1px solid #afbfaf;
		vertical-align: bottom;
	}
	#viewcart .cartsizes th, #viewcart .cartsizes td {
		text-align: center;
		min-width: 20px;
		padding: 0 3px;
	}
	#viewcart .sizeExtra {
		font-weight: normal;
	}

	#content p input {
		margin: 5px 0;
	}
	#content #checkout .left {
		width: 425px;
	}
	#checkout .right {
		width: 425px;
	}
	#checkout label {
		float: left;
		width: 125px;
	}
	#checkout label.inline {
		float: none;
		width: auto;
	}
	#checkout p {
		line-height: 30px;
	}
	#checkout .name {
		width: 120px;
	}
	#checkout .phone, #checkout .email, #checkout .address, #checkout .card {
		width: 250px;
	}
	#checkout #special_instructions {
		width: 375px;
		height: 50px;
	}
	#checkout .city {
		width: 150px;
	}
	#checkout .state {
		width: 30px;
	}
	#checkout .zip {
		width: 50px;
	}
	#checkout .expiration {
		width: 30px;
	}
	#checkout .cvv {
		width: 50px;
	}
	
	#content .error {
		color: #600;
	}

/* Footer */
	#footer {
		background-color: #183319;
		background-image: url('../_images/footer.jpg');
		background-position: top bottom;
		background-repeat: no-repeat;
		height: 95px;
		
		color: #fff;
		font-size: 11px;
		line-height: 1.5em;
	}
	#mailingList {
		text-align: left;
		height: 30px;
		padding: 0;
		margin: 0 0 0 25px;
	}
	#mailingListEmail {
		float: left;
		background: transparent url('../_images/bg-mailing_list.png') no-repeat;
		border: 0;
		font-size: 11px;
		line-height: 15px;
		
		height: 15px;
		width: 130px;
				
		padding: 4px 6px 4px 26px;
		margin: 0 3px 0 0;
		
		color: #183319;
	}
	#footer p {
		float: left;
		padding: 22px 0 0 10px;
		width: 250px;
	}
	#footer ul {
		float: left;
		padding: 22px 0 0 20px;
		list-style: none;
	}
	#footer li {
		padding: 0 10px 0 0;
		float: left;
	}
	#footer a:link, #footer a:visited {
		color: #fff;
		text-decoration: none;
		border-bottom: none;
	}
	#footer a:hover {
		color: #fff;
		border-bottom: 1px solid white;
	}
	
/* Script / No Script */
	.script {
		display: none;
	}
