@charset "UTF-8";
body  {
	font:100% Century Gothic, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	color:#45362f;
	}

.textOnly {
	display:none;
	}
	
#container {
	width:60em;
	margin:0 auto;
	text-align:left;
	}
	
#header {
	position:relative;
	}
	
#header img {
	text-align:left;
	}
	
#nav {
	position:absolute;
	left:225px;
	top:50%;
	margin-top:-10px;
	display:inline;
	letter-spacing:2px;
	}

#nav li {
	display:inline;
	padding:0 .6em 0 0; /*t r b l*/
	margin:0 0 0 .4em;
	border-right:1px solid #756b68;
	}

#nav li:last-child{
	border:0;
	}
	
#nav li a {
	color:#756b68;
	text-decoration:none;
	}
	
#nav li a:hover {
	color:#45362f;
	}
	
#footer {
	color:#756b68;
	border-top:1px solid #756b68;
	font-size:70%;
	}

#footer p {
	margin:0;
	padding:.2em;
	padding-bottom:50px;
	}
	
.twoCol #leftCol {
	float: left; 
	width:35%;
	padding: 15px 0;
}	
.twoCol #rightCol {
	float: left;
	width:65%;
	padding: 15px 0;
}	

	
.tile {
	float:left;
	margin:30px 20px 0 20px;
	}

.tile a {
	color:#FFF;
	text-decoration:none;
	}
	
.tile a:hover {
	color:#45362f;
	}
	
.tile img {
	border:2px solid #756b68;
	padding:2px;
	}

.tile span {
	display:block;
	margin:0;
	background:#756b68;
	background-image: url('/shop/images/shirttitlebkgd.jpg');
	padding:1px 2px 2px 4px;
	font-size:90%;
	position:relative;
	top:-5px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
