/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	background-color: #938F86;
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

/* ***************************** */
/* *******LAYOUT CLASSES******** */
/* ***************************** */

#outerWrapper {
	margin: 0 auto;
	height: 100%;
	width: 778px;
	background: url(../images/furn/outer_bckd.jpg);
	border-left: 1px solid #595551;
	border-right: 1px solid #595551;
	border-bottom: 1px solid #595551; 
}

#innerWrapper {
	width: 758px;
	margin-left: 9px;
	border-left: 1px solid #69605C;
	border-right: 1px solid #69605C;
	border-bottom: 1px solid #69605C;
	background-color: #4B4442;
}

#mainImage {
	width: 758px;
	height: 334px;
}


#navWrapper {
	width: 758px;
}	





#footerWrapper {
	width: 778px;
	background: url(../images/furn/footer_bckd.jpg);
}

#boomLogo {
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px 5px 5px;
	text-align: right;
	color: #C1C1BF;
	font-size: 70%;
}

/* ********************************* */
/* *******NAVIGATION CLASSES******** */
/* ********************************* */

#tabs {
	float:left;
	list-style: none;
	width: 516px;
	}
#tabs li {
	float: left;
	}
#tabs li, #tabs a {
	display: block;
	text-align: right;
	}
#tabs span {
	display: none;
	cursor: pointer;
	}
	
#tab_home a { height: 47px; width: 64px; background: url(../images/furn/hme_nav.gif);}
#tab_menu a { height: 47px; width: 124px; background: url(../images/furn/menu_nav.gif);}
#tab_news a { height: 47px; width: 140px; background: url(../images/furn/news_nav.gif);}
#tab_contact a { height: 47px; width: 109px; background: url(../images/furn/contact_nav.gif);}
#tab_links a { height: 47px; width: 79px; background: url(../images/furn/links_nav.gif);}


#tab_home a:hover { height: 47px; width: 64px; background: url(../images/furn/hme_nav.gif);}
#tab_menu a:hover { height: 47px; width: 124px; background: url(../images/furn/menu_nav.gif);}
#tab_news a:hover { height: 47px; width: 140px; background: url(../images/furn/news_nav.gif);}
#tab_contact a:hover { height: 47px; width: 109px; background: url(../images/furn/contact_nav.gif);}
#tab_links a:hover { height: 47px; width: 79px; background: url(../images/furn/links_nav.gif);}

#navLeft {
	float: left;
	width: 242px;
}

#navRight {
	float: left;
	width: 516px;
}

#subnav {
	padding-left: 26px;
	color: #FFCC00;
	font-size: 80%;
	padding-top: 36px;
}

#subnav ul {
	list-style-type: none;
	padding-top: 14px;
}

#subnav ul li {
	border-bottom: 1px solid #69605C;
	width: 150px;
	line-height: 2.0em;
}

#subnav ul li a {
	text-decoration: none;
	color: #fff;
}

#subnav ul li a:hover {
	text-decoration: none;
	color: #FFCC00;
}

/* ****************************** */
/* *******CONTENT CLASSES******** */
/* ****************************** */

#contentLeft {
	float: left;
	width: 214px;
	margin-top: 31px;
}

#contentRight {
	float: left;
	width: 492px;
	margin-top: 31px;
	margin-bottom: 30px;
	padding-bottom: 50px;
	font-size: 80%;
	color: #FFCC00;
	border-left: 1px solid #69605C;
	padding-left: 38px;
}

#footerContent {
	width: 745px;
	padding: 15px;
	color: #fff;
	font-size: 70%;
}

/* *************************** */
/* *******TEXT CLASSES******** */
/* *************************** */

a {color: #FFCC00;}
a:hover {color: #fff;}

h1 {font-size: large; color: #fff; font-weight: normal; padding-bottom: 15px;}
h2 {font-size: medium; color: #fff; font-weight: normal;}
h4 {font-size: small; color: #fff; font-weight: bold;}

.bold {font-weight: bold;}
.white {color: #fff;}

.boldwhite {color: #fff;font-weight: bold;}
.italic {font-style: italic;}

#footerWrapper a {color: #fff;text-decoration: none;}
#footerWrapper a:hover {color: #FFCC00;text-decoration: underline;}