/* MAIN ELEMENTS */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
}

p {
	padding-bottom: 10px;
	line-height: normal;
}

a {
	color: #396663;
}

a:hover {
	color: #578582;
}


/* WRAPPER */
#container {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}


/* HEADER AT TOP */
#header {
	width: 100%;
	height: 85px;
	position: relative;
	background: #FFF url('images/logo.gif') no-repeat top left;
}


/* MAIN CONTENT */
#content {
	width: 760px;
	position: relative;
	z-index: 0 !important; 
	z-index: -1;
}

/* MIDDLE SECTION */
#mid {
	height: 300px;
	width: 760px;
	margin: 10px 0 5px 0;
}

.mid1 {
	border-style: none;
}


/* BOTTOM SECTION */
#footer {
	width: 760px;
	position: relative;
	z-index: 0 !important; 
	z-index: -1;
	margin-top: 6px;
}

#footer .top {
	height: 14px;
	width: 100%;
	background: url('images/top_curve.jpg') no-repeat top left;
}

#footer .mid {
	width: 738px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	min-height: 200px;
}

#footer .mid .catimg {
	float: left;
	width: 256px;
	height: 192px;
	margin: 0 10px 10px 0;
	border: 1px solid #333;
	background: transparent;
}

#products {
	width: 100%;
}

#products hr {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #CCC;
	height: 1px;
}

#products .prodimg, #location_info .info_pic, #contact_info .info_pic {
	border: 1px solid #666;
}

#products .prodimg, #products .prodlist, #location_info .info_pic, #contact_info .info_pic {
	float: left;
	margin-right: 25px;
}

#products .prodlist a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #534C3C;
}

#products .prodlist a:hover {
	color: #B6AD97;
}

#products .prodlist li {
	margin-bottom: 3px;
}

#products .prodlist {
	list-style-type: none;
	list-style-image: url('images/arrows.gif');
	padding-left: 20px;
	text-indent: -5px;
}

#products .prodname h2, #location_info h2, #contact_info h2, #tshirt_info h2 {
	display: inline;
	font-size: 24px;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 5px;
}

#products .prodname, #location_info .info_heading, #contact_info .info_heading, #tshirt_info .info_heading {
	font-size: 12px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCC;
	border-bottom: #DEDEDE;
	background-color: #EEE;
	text-align: left;
}

#location_info .info_detail, #contact_info .info_detail {
	float: left;
	text-align: left;
	font-size: 16px;
}

#location_info, #contact_info, #tshirt_info {
	display: none;
}

#contact_info .info_form {
	font-size: 12px;
}

#footer .bottom {
	height: 14px;
	width: 100%;
	background: #FFF url('images/bottom_curve.jpg') no-repeat top left;
}

#footer h1 {
	color: #396663;
	height: 40px;
	line-height: 40px;
	text-align: right;
	background: url('images/cat_bg.jpg') no-repeat top left;
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px 0 0;
	margin-bottom: 10px;
}


/* LINKS AT TOP */
#toplinks {
	width: 300px;
	position: absolute;
	top: 0;
	left: 454px;
	font-size: 11px;
	text-align: right;
	z-index: 10;
}

#toplinks a, #bottomlinks a {
	padding-left: 4px;
	padding-right: 6px;
	border-right: 1px solid #DDD;
	font-weight: bold;
}

#toplinks .last, #bottomlinks .last {
	padding-right: 0;
	border: none;
}


/* TABS AT TOP */
#tabs {
	margin-top: 20px;
	width: 546px; 
	text-align: center; 
	position: relative; 
	float: right;
}

#tabs .list {
	padding: 0; 
	margin: 0; 
	width: 546px; 
	list-style-type: none; 
	position: relative;
}

#tabs .list .item {
	float: left; 
	display: inline; 
	width: 78px; 
	height: 65px; 
}

#tabs .list .item a.outer {
	display: block; 
	width: 78px; 
	height: 65px; 
	text-align: center; 
	text-decoration: none; 
	color: #464; 
	margin-bottom: 3px; 
	font-size:11px;
}

#tabs .list .item a.one {
	background: #FFF url('images/tab1.jpg') no-repeat top left;
}

#tabs .list .item a.two {
	background: #FFF url('images/tab2.jpg') no-repeat top left;
}

#tabs .list .item a.three {
	background: #FFF url('images/tab3.jpg') no-repeat top left;
}

#tabs .list .item a.four {
	background: #FFF url('images/tab4.jpg') no-repeat top left;
}

#tabs .list .item a.five {
	background: #FFF url('images/tab5.jpg') no-repeat top left;
}

#tabs .list .item a.six {
	background: #FFF url('images/tab6.jpg') no-repeat top left;
}

#tabs .list .item a.seven {
	background: #FFF url('images/tab7.jpg') no-repeat top left;
}

#tabs .list .item div {
	background: #EEE url('images/tab_det.jpg') no-repeat top left;
	display: none;
}

#tabs .list .item:hover > a.outer {
	color: #000; 
	background-position: 0 -65px; 
	height: 65px; 
}

* html #tabs .list .item a.outer:hover { 
	height: 65px; 
	color: #000; 
	background-position: 0 -65px; 
}

#tabs .list .item a.outer:hover div.detail,
#tabs .list .item:hover div.detail { 
	z-index: 500;
	padding: 15px 10px 10px 15px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #FFF;
	text-align: left;
	display: block; 
	position: absolute; 
	left: 0px; 
	top: 65px; 
	width: 519px; 
	height: 124px; 
}

#tabs .list .item a.outer:hover div.tab1,
#tabs .list .item:hover div.tab1 {
	background-position: 0 0;
}

#tabs .list .item a.outer:hover div.tab2,
#tabs .list .item:hover div.tab2 {
	background-position: 0 -150px;
}

#tabs .list .item a.outer:hover div.tab3,
#tabs .list .item:hover div.tab3 {
	background-position: 0 -300px;
}

#tabs .list .item a.outer:hover div.tab4,
#tabs .list .item:hover div.tab4 { 
	background-position: 0 -450px;
}

#tabs .list .item a.outer:hover div.tab5,
#tabs .list .item:hover div.tab5 {
	background-position: 0 -600px;
}

#tabs .list .item a.outer:hover div.tab6,
#tabs .list .item:hover div.tab6 {
	background-position: 0 -750px;
}

#tabs .list .item a.outer:hover div.tab7,
#tabs .list .item:hover div.tab7 {
	background-position: 0 -900px;
}

#tabs .detail ul {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}

#tabs .tab1 ul {
	margin-right: 15px;
}

#tabs .detail .who a {
	height: 18px;
	text-decoration: none;
	line-height: 18px;
	padding: 0 3px 0 12px;
	color: #534C3C;
	background: url('images/arrows.gif') no-repeat center left;
	font-size: 11px;
}

#tabs .tab1 .who a {
	padding: 0 0 0 12px;
}
	
#tabs .detail .who a:hover {
	color: #B6AD97;
}


/* LINKS AT BOTTOM */
#bottomlinks {
	width: 500px;
	margin: 0 auto;
	font-size: 12px;
	padding: 10px 0 10px 0;
}

/* COPYRIGHT AT BOTTOM */
p.copy {
	margin: 0 auto;
	padding-bottom: 35px;
}


/* OTHER */
.big {
	font-size: 16px;
}

.bold {
	font-weight: bold;
}

.norm {
	margin-top: 15px;
	line-height: normal;
	font-size: 12px;
}

.clear {
	clear: both;
	height: 30px;
}

