body
{
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	background: #F6C947;
}

td
{
	font-size: 12px;
	line-height: 1.5em;
	font-family: helvetica;
	vertical-align: top;
}

h1
{
	display: none;
}

a:link { color: #F6C947; text-decoration: none }
a:visited { color: #F6C947; text-decoration: none }
a:active { color: #F6C947; text-decoration: none }
a:hover { color: #000000; text-decoration: none }

#maintable_container
{
	width: 800px;
	height: 100%;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	background: #FFFFFF url('images/common/backgroundbuggies.gif') top no-repeat fixed;
}

#maintable
{
	width: 750px;
	padding: 25px 10px;
}

#nav
{
	vertical-align: middle;
}

#maincontent
{
	padding: 0px 50px 20px 20px;
}

#textcontent
{
	width: 700px;
}

.hdr
{
	color: #F6C947;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .03em;
}

.subhdr
{
	color: #F6C947;
	font-weight: bold;
	font-size: 13px;
}

/* home.php styles */

.home_content
{
	line-height: 1.8em;
}

.shopbutton
{
	float: right;
	padding: 0px 0px 10px 20px;
}

/* about.php styles */

.about_content
{
	line-height: 1.8em;
}

/* news.php styles */

.news_content
{
	line-height: 1.8em;
}

/* shop.php styles */

.shirtbox_gender
{
	width: 185px;
	height: 280px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 10px 20px 30px 20px;
}

.shirtbox_gender .image
{
	padding: 15px 15px 5px 15px;
}

.shirtbox_gender .title
{
	padding: 0px 15px 15px 0px;
	text-align: right;
}

.shirtbox_thumb
{
	width: 185px;
	height: 280px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 10px 20px 30px 20px;
}

.shirtbox_thumb .image
{
	padding: 15px 15px 5px 15px;
}

.shirtbox_thumb .name
{
	padding-left: 15px;
	font-weight: bold;
}

.shirtbox_thumb .price
{
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
}


/* detail.php styles */

.shirtbox_detail
{
	width: 555px;
	height: 555px;
	border: 2px solid #000000;
	background: #FFFFFF;
}

.shirtbox_detail .image
{
	padding: 25px 10px 25px 25px;
}

.shirtbox_detail .info
{
	padding: 25px 15px 0px 0px;
	font-weight: bold;
}

.shirtbox_detail .name
{

}

.shirtbox_detail .description
{
	height: 85px;
	font-weight: normal;
}

.shirtbox_detail .addtocart
{
	padding-top: 15px;
	font-size: 14px;
}

.shirtbox_detail .itemid
{
	padding-top: 5px;
	font-size: 10px;
	color: #AAAAAA;
}

/* news styles */

.newsitem_date
{
	font-size: 10px;
	color: #AAAAAA;
}

/* look styles */

#look_table
{
	padding: 10px;
	width: 680px;
}

#look_image
{
	
}

#look_arrows
{
	padding: 30px 0px;
}