/**
 * Layout CSS for the BonusThemes.com adHome Template
 *
 * @package bt_adhome
 * @version 1.0
 * @copyright BonusThemes.com 2008
 * @link http://www.bonusthemes.com/goto/bt_adhome
 */

* {
	margin: 0;
	padding: 0;
}

html {
	margin-bottom: 1px;
	height: 100% !important;
	height: auto;
}

body {
	height: 100%;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
}

.vgap {
	height: 20px;
	overflow: hidden;
}

#r1 {
	height: 17px;
	overflow: hidden;
	background: url(../images/layout/r1_back.gif) repeat-x top left;
}

#r2 {
	background: #f5f4e4 url(../images/layout/r2_bc.gif) repeat-x bottom left;
}
#r2 .tdgap {
	background: url(../images/layout/r2_splitter.gif) no-repeat center center;
	width: 30px;
}

#r3 {
	background: #beb559;
}
#r3 .tdgap {
	background: url(../images/layout/r3_splitter.gif) repeat-y top center;
	width: 30px;
}

#r4 {
	background: #6d0019 url(../images/layout/r4_back.gif) repeat-x top left;
}
#r4 .tdgap {
	background: url(../images/layout/r4_splitter.gif) no-repeat center center;
	width: 20px;
}

#r5 {
	height: 14px;
	overflow: hidden;
	background: url(../images/layout/r5_back.gif) repeat-x top left;
}

#r6 {
	background-color: #f1efd8;
	border-bottom: 1px solid #d4d2b5;
}
#r6 .tdgap {
	background: url(../images/layout/r6_splitter.gif) repeat-y top center;
	width: 20px;
}

#r7 .tdgap {
	background: url(../images/layout/r6_splitter.gif) repeat-y top center;
	width: 20px;
}

#pathway1 {
	background: url(../images/layout/pathway_back.gif) repeat-x top center;
	height: 33px;
	overflow: hidden;
}
#pathway2 {
	background: url(../images/layout/pathway_left.gif) no-repeat top left;
	height: 33px;
	overflow: hidden;
}
#pathway3 {
	background: url(../images/layout/pathway_right.gif) no-repeat top right;
	height: 33px;
	overflow: hidden;
}
#pathway {
	margin-top: 9px;
}

img#pathway_home {
	margin: 0px 8px 0px 11px;
}
#pathway_notice {
	color: #880120;
	font-weight: bold;
	font-size: 11px;
	margin-right: 8px;
}

.header_back {
	background: url(../images/layout/header_back.gif) repeat-x top left;
	height: 38px;
	overflow: hidden;
}

#lshow {
	margin-right: 20px;
}
