/* CSS Goodness by Drew Taylor - www.drew-taylor.com */

@import url("lightbox.css");

body {
	background-color:#F5EDCD;
	margin-top: 30px;
	font-family: Helvetica, Arial, sans-serif, Verdana;
	font-size:12px;
	line-height:14px;
	color:#411700;
	font-weight: bold;
}

/* --------------------------------images----------------------------------- */
a img {
	border: 0px;
}

#buyBtn {
	background: url(images/buyshirt_btn.png) no-repeat;
	width: 127px;
	height: 27px;
	float: left;
	padding: 7px 0 0 7px;
	color: #F5EDCD;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

/* ---------------------------------text------------------------------------ */

a {
	color: #6db34a;
}

h2 {
	font-size: 12px;
}

p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#contactContent a {
	color: #411700;
}

#menu a {
	padding: 10px 15px 10px 15px;
	color: #F5EDCD;
	text-decoration: none;
	float: left;
	width: 50px;
	text-align: center;
}

#menu a:hover {
	font-weight: bold;
}

#contact a {
	background-color:#5a110d;
}

#shop a {
	background-color:#68290f;
}

#home a {
	background-color:#512f1d;
}

#homeContent p {
	width: 400px;
}

/* -------------------------------main layout------------------------------- */

#container {
	background: url(images/container_bg.gif) repeat-x;
	width: 658px;
	height: 490px;
	margin: auto;
	padding: 7px;
	border: #6DB34A solid 1px;
}

#header {
	background: #6db34a url(images/header_bg.gif) no-repeat;;
	width: 658px;
	height: 112px;
	float: left;
}

#menu {
	background-color: #411700;
	width: 658px;
	font-size: 14px;
	font-weight: normal;
	color: #F5EDCD;
	float: left;
	line-height: 14px;
}

#homeContent {
	background: url(images/home_bg.jpg) no-repeat;
	width: 608px;
	height: 342px;
	float: left;
	padding: 15px 30px 0px 30px;
}

#contactContent {
	background: url(images/contact_bg.jpg) no-repeat;
	width: 608px;
	height: 342px;
	float: left;
	padding: 15px 30px 0px 30px;
	font-weight: bold;
}

#shopContent {
	background: url(images/shop_bg.jpg) no-repeat;
	width: 608px;
	height: 342px;
	float: left;
	padding: 15px 30px 0px 30px;
	color: #dac2a1;
}

#shopInfo {
	width: 180px;
	float: left;
}

#teeContainer {
	width: 420px;
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
}

#teeBox {
	width: 125px;
	float: left;
	margin:10px 0 15px 15px;
}

.sizeCol {
	width: 70px;
	float: left;
	font-size: 10px;
	margin:0 10px 10px 0;
}

#footer {
	margin: auto;
	width: 608px;
	color: #918163;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0 10px 0;
}

