
/* These rules ONLY make sense in conjunction with inc/lib/tripoli/tripoli.reset.css */

/* Elements */
html {
	width: 100%;
	height: 1106px;
	background-color: #E8D9B8;
}
body {
	margin: 0 auto;
	position: relative;
	width: 758px;
	height: 3500px;
	background-color: #B69A7E;
	border-left: 1px solid #340D0C;
	border-right: 1px solid #340D0C;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #000;
}
p a:hover {
	text-decoration: underline;
}

/* Globals */
.hidden {
	display: none !important;
}
.left {
	float: left !important;
	text-align: left !important;
}
.right {
	float: right !important;
	text-align: right !important;
}
.package {
	position: relative;
	width: 978px;
	margin: 0 auto;
}
.heart {
	font-size: 14px;
	margin-top: 5px;
}

/* Modules */
h1#header {
	position: absolute;
	text-indent: -9999px;
}
ul#navigation {
	position: absolute;
	top: 300px;
	left: 100px;
}
ul#navigation li {
	position: absolute;
}
ul#navigation li a {
	display: block;
	width: 100px;
	height: 42px;
	text-indent: -9999px;
}
ul#navigation li a:hover {
	background-position: 0 -43px !important;
}

div#content {
	position: absolute;
	padding-top: 120px;
}
div#content h2#title {
	position: absolute;
	top: 17px;
	right: 71px;
}
div#content div.stopper {
	float: left;
	width: 400px;
	height: 250px;
}
div#content div.item {
	float: right;
	margin: 0 0 40px 0;
	padding: 0 10px 0 40px;
	/* background: url(../img/bg/bg_item.gif) 0 120px repeat-x; */
	text-align: center;
	font-weight: bold;
}

div#content div.item a {

}
div#content div.item a img {
	
}

/* Sections */
body.home {
	background: #B69A7E url(../img/bg/bg_home.gif) top right no-repeat;
}
body.home h1 {
	top: 23px;
	left: 22px;
	width: 144px;
	height: 101px;
	background: url(../img/ico/ico_logo_home.gif) no-repeat;
}
body.home ul#navigation { position: absolute; top: 260px; left: 47px; }
body.home ul#navigation li#products a { background: url(../img/ico/ico_nav_home_products.gif) no-repeat; }
body.home ul#navigation li#workshop a { background: url(../img/ico/ico_nav_home_workshop.gif) no-repeat; }
body.home ul#navigation li#contact a { background: url(../img/ico/ico_nav_home_contact.gif) no-repeat; }
body.home ul#navigation li#about a { background: url(../img/ico/ico_nav_home_about.gif) no-repeat; }
body.home ul#navigation li#products { top: 0; left: 0; }
body.home ul#navigation li#workshop { top: 66px; left: -2px; }
body.home ul#navigation li#contact { top: 129px; left: 38px; }
body.home ul#navigation li#about { top: 183px; left: 88px; }

body.page {
	background: #E8D9B8 url(../img/bg/bg_page_header.gif) no-repeat;
}
body.page h1 {
	top: 16px;
	left: 24px;
	width: 77px;
	height: 54px;
	background: url(../img/ico/ico_logo.gif) no-repeat;
}
body.page ul#navigation { position: absolute; top: 11px; left: 248px; z-index: 999; }
body.page ul#navigation li#home a { background: url(../img/ico/ico_nav_page_home.gif) no-repeat; }
body.page ul#navigation li#products a { background: url(../img/ico/ico_nav_page_products.gif) no-repeat; }
body.page ul#navigation li#workshop a { background: url(../img/ico/ico_nav_page_workshop.gif) no-repeat; }
body.page ul#navigation li#contact a { background: url(../img/ico/ico_nav_page_contact.gif) no-repeat; }
body.page ul#navigation li#about a { background: url(../img/ico/ico_nav_page_about.gif) no-repeat; }
body.page ul#navigation li#home { top: 0; left: 0; }
body.page ul#navigation li#products { top: 37px; left: -81px; }
body.page ul#navigation li#workshop { top: 83px; left: -150px; }
body.page ul#navigation li#contact { top: 135px; left: -195px; }
body.page ul#navigation li#about { top: 192px; left: -234px; }

body.products {
	background: #E8D9B8 url(../img/bg/bg_products.gif) top right no-repeat;
}
body.products ul#products_nav {
	position: absolute;
	bottom: 0;
	right: 0;
}
body.products ul#products_nav li {
	position: absolute;
}
body.products ul#products_nav li a {
	display: block;
	width: 250px;
	height: 90px;
	text-indent: -9999px;
}
body.products ul#products_nav li a:hover {
	background-position: 0 -90px !important;
}
body.products ul#products_nav { position: absolute; top: 11px; left: 248px; }
body.products ul#products_nav li#dining_room a { background: url(../img/ico/ico_nav_products_dining_room.gif) no-repeat; }
body.products ul#products_nav li#living_room a { background: url(../img/ico/ico_nav_products_living_room.gif) no-repeat; }
body.products ul#products_nav li#bedroom a { background: url(../img/ico/ico_nav_products_bedroom.gif) no-repeat; }
body.products ul#products_nav li#custom a { background: url(../img/ico/ico_nav_products_custom.gif) no-repeat; }
body.products ul#products_nav li#dining_room { top: 0; left: 200px; }
body.products ul#products_nav li#living_room { top: 113px; left: 112px; }
body.products ul#products_nav li#bedroom { top: 245px; left: 57px; }
body.products ul#products_nav li#custom { top: 384px; left: 33px; }

body.single div#content {
	width: 500px;
	margin: 0 0 0 200px;
	text-align: center;
}
body.single div#content h2,
body.single div#content strong {
	font-weight: bold;
}
body.single div#content p {
	margin-bottom: 20px;
}

body.wp_page div#content {
	width: 400px;
	margin: 0 0 0 300px;
	padding-top: 75px;
	text-align: center;
}
body.wp_page div#content h2,
body.wp_page div#content strong {
	font-weight: bold;
}
body.wp_page div#content p {
	margin-bottom: 20px;
}

div#info {
	position: absolute;
	top: 498px;
	left: 100%;
	width: 230px;
	text-align: left;
	padding-right: 10px;
	padding-left: 35px;
	font-size: 14px;
}
div#info p {
	margin-bottom: 20px;
}
