/* @group wrapper */

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

#wrapper_top {
	background: url(../images/wrapper_top.png) no-repeat;
	height: 40px;
}

#wrapper_mid {
	background: url(../images/wrapper_mid.png) repeat-y;
	
}


#wrapper_btm {
	background: url(../images/wrapper_btm.png) no-repeat;
	height: 40px;
}



/* @end */

/* @group Header */

#header {
	background:url(../images/header.jpg) no-repeat;
	height:170px;
	width: 750px;
	margin: 0 auto;
	padding: 0;
}


#header_logo {
	float: left;
	height: 95px;
	width: 226px;
	margin-left:50px;
	margin-top:30px;
}



#header_btm {
	background: url(../images/header_btm.jpg) no-repeat;
	height: 15px;
}



/* @end */

/* @group Content */

#content_wrapper {
	width: 750px;
	margin: 0 auto;

}

#content_top {
	background: url(../images/content_top.jpg) no-repeat;
	height: 15px;
}

#content_mid {

	background: url(../images/content_mid.jpg) repeat-y;
}

#content_mid2 {
	background: url(../images/content_mid_alt.jpg) repeat-y;
}

#column_left {
	float: left;
	width: 300px;
	margin-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#column_left2 {
	width: 300px;
	margin-top: 10px;
	padding-top: 25px;
	background: url(../images/top_dash.jpg) no-repeat 0 top;
}

#column_right {
	margin-left: 360px;
	width: 360px;
	padding-top: 15px;
	padding-bottom: 15px;

}

#column_right2 {
	width: 360px;
	margin-top: 10px;
	padding-top: 25px;
	background: url(../images/top_dash2.jpg) no-repeat 0 top;
}

#content_btm {
	
	height: 15px;
	background: url(../images/content_btm.jpg) no-repeat;
}



/* @end */

#tan_logo {
	height: 109px;
	width: 148px;
	position: absolute;
	left: 336px;
	top: 171px;
}

/* @group Navigation */

#navigation {
	width: 750px;
	height: 40px;
	margin: 0 auto;
}

#nav_left {
	float: left;
	width: 375px;
	height: 40px;
}

#home {
	float: left;
	height: 40px;
	width: 114px;
	margin-left: 15px;
	background: url(../images/home_stroked.jpg) no-repeat;
}

#about{
	width: 138px;
	height: 40px;
	margin-left: 140px;
	background: url(../images/about_stroked.jpg) no-repeat;
}

#buy {
	float: left;
	height: 40px;
	width: 82px;
	margin-left: 75px;
	background: url(../images/buy_stroked.jpg) no-repeat;

}

#contact {
	text-decoration: none;
	width: 186px;
	height: 40px;
	margin-left: 170px;
	background: url(../images/contact_stroked.jpg) no-repeat;
}

#homeBtn {
	float: left;
	height: 40px;
	width: 114px;
	margin-left: 15px;
}

#homeBtn a {
	display: block;
	text-decoration: none;
	width: 114px;
	height: 40px;
	background: url(../images/home.jpg) no-repeat;
	text-align: center;
}

#homeBtn a:hover {
	background: url(../images/home_stroked.jpg) no-repeat;
}

#aboutBtn {
	height: 40px;
	width: 138px;
	margin-left: 140px;
}

#aboutBtn a {
	display: block;
	text-decoration: none;
	width: 138px;
	height: 40px;
	background: url(../images/about.jpg) no-repeat;
	text-align: center;
}

#aboutBtn a:hover {
	background: url(../images/about_stroked.jpg) no-repeat;
}

#aboutBtn a:active {
	background: url(../images/about_stroked.jpg) no-repeat;
}

#nav_right {
	float: right;
	width: 374px;
	height: 40px;
}

#buyBtn {
	float: left;
	height: 40px;
	width: 82px;
	margin-left: 75px;
}

#buyBtn a {
	display: block;
	text-decoration: none;
	width: 82px;
	height: 40px;
	background: url(../images/buy.jpg) no-repeat;
	text-align: center;
}

#buyBtn a:hover {
	background: url(../images/buy_stroked.jpg) no-repeat;
}

#contactBtn {
	height: 40px;
	width: 186px;
	margin-left: 170px;
}

#contactBtn a {
	display: block;
	text-decoration: none;
	width: 186px;
	height: 40px;
	background: url(../images/contact.jpg) no-repeat;
	text-align: center;
}

#contactBtn a:hover {
	background: url(../images/contact_stroked.jpg) no-repeat;
}



/* @end */

/* @group Headings */

#t-welcome {
	background: url(../images/welcome.jpg) no-repeat;
	height: 21px;
}

#t-roasting {
	background: url(../images/roasting.jpg) no-repeat;
	height: 25px;
}

#t-history {
	background: url(../images/history.jpg) no-repeat;
	height: 26px;	
}


#t-packaging {
	background: url(../images/packaging.jpg) no-repeat;
	height: 25px;
}


#t-availability {
	background: url(../images/availablity.jpg) no-repeat;
	height: 26px;
}

#t-thanks {
	background: url(../images/thanks.jpg) no-repeat;
	height: 21px;
}

#t-contact {
	background: url(../images/contact2.jpg) no-repeat;
	height: 20px;
}

/* @end */

/* @group General Elements */

body {
	background: #34424F url(../images/bg.jpg) repeat-x;
	padding-top: 20px;
	font: normal 0.80em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #7E7769;
}

p {
padding-top:10px;
margin: 0;
}

a {
	color: #34424F;
	text-decoration: none;
}

a:hover {
	color: #A13129;
	text-decoration: underline;
}

a:visited {
	color: #A13129;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

h1 {
	margin: 0;
}



/* @end */
