@charset "utf-8";
/* Reset */
body, h1, h2, a, p, div, ul, li {
	margin: 0;
	padding: 0;
}

a, img {
	text-decoration: none;
	border: 0;
}

table, tr, td {
	text-align: left;
	vertical-align: top;
}

/* Rainy Day Clothing Styles */

body {
	background-image: url(../images/lightgraygradient_bg.png);
	background-attachment: fixed;
	background-position: top;
	background-color: #cacaca;
	font-family: Arial, Helvetica, sans-serif;
}


#container {
	margin-top: 50px;
	margin-bottom: 50px;
}

#header {
	width: 800px;
	margin: auto;
	margin-bottom: 10px;
}

#navigation, #content {
	width: 750px;
	margin: auto;
}

#navigation {
	width: 800px;
	margin: auto;
	text-align: center;
}

#navigation .navitem {
	background-color: #080808;
	display: inline-table;
	text-align: left;
	width: 120px;
	height: 25px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#navigation .navitem:hover {
	background-color: #111;
}

#navigation .navitem a {
	color: #999;
	font-size: 18px;
}

#navigation .navitem a:hover{
	color: #CCC;
}

#content {
	background-color: #111;
	border-bottom: #999 15px solid;
	padding: 25px;
	color: #CCC;
	min-height: 230px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#content h1 {
	letter-spacing: -4px;
	margin-top: 25px;
	margin-bottom: 25px;
}


#content h1:first-child {
	margin-top: 0px;
}

#content p {
	font-size: 12px;
	margin-bottom: 25px;
}

#content a {
	color: #cacaca;
	text-decoration: none;
}

#content a img {
	border: none;
}

#content .tee {
	width: 125px;
	margin-right: 25px;
	display: inline-block;
}

#content .tee img {
	max-width: 125px;
	height: auto;
}

#content .tee .teename {
	font-size: 11px;
	display: block;
}

#content .tee .teeprice {
	display: block;
	font-size: 9px;
}

#footer {
	background-image: url(../images/footerdrops.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 287px;
	margin: auto;
}

#freedomain {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 150px;
	text-align: right;
}

#freedomain a {
	color: #999;
}

/* IE Specific Styles */

#navigation .navitem {
	*float: left;
}

#navigation .navitem {
	*float: left;
	*margin-left: 18px;
}

#content .tee {
	*display: inline;
}

#content table {
	visibility: visible;
}
