/* Bakers Furniture Stylesheet */
/* Written by Jeff Cotton */

body {
	background-color: #FDEBBD;
}


/* DIV STYLES */

div.wrapper {
	width: 740px;
	padding: 0 30px 0 30px;
	margin: -10px auto;
	background-color: #081D31;
}

div.logo {
	width: 480px;
	height: 138px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

div.nav { 
	width: 550px;
	margin: 0 auto;
	padding-bottom: 20px;
}

div.main {
	width: 500px;
	margin-right: 40px;
	float: left;
}

div.side {
	width: 200px;
	text-align: right;
	float: right;
}

div.gallery_wrapper{
	width: 707px;
	margin: 0 auto;
	padding-top: 5px;
	border-top: thin solid #FDEBBD;
}

div.footer {
	width: 707px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	border-top: thin solid #FDEBBD;
}

div.showroom_wrapper {
	width: 707px;
	margin: 0 auto;
	padding-top: 15px;
	border-top: thin solid #FDEBBD;
}

div.category {
	width: 100px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	float: left;
}

div.about_nav {
	width: 707px;
	margin-left: 16px;
	border-top: thin solid #FDEBBD;
}

div.head {
	margin: 0 auto;
	border-bottom: thin solid #FDEBBD;
	width: 707px;
}

div.test_name {
	text-align: right;
}

div.about_images {
	float: left;
	margin: 5px 10px 0 0;
}

div.recent {
	margin-top: 5px;
}

div.refer_chart {
	width: 170px;
	margin: 10px auto 20px auto;
}

/*SPAN STYLES */

span.head {
	font-family: tahoma;
	font-size: 16px;
	color: #FBD54C;
	margin-left: 16px;
}

span.head2{
	font-family: tahoma;
	font-size: 16px;
	color: #FBD54C;
}

span.sub_head {
	font-family: tahoma;
	font-size: 8px;
	color: #FDEBBD;
}

span.content {
	font-family: tahoma;
	font-size: 12px;
	color: #FDEBBD;
}

span.footer {
	font-family: tahoma;
	font-size: 9px;
	color: #FDEBBD;
}

span.test_name {
	font-family: tahoma;
	font-size: 12px;
	color: #FBD54C;
}
	

/* UL STYLES */

ul.nav {
	list-style: none;
}


/* IMG STYLES */

img.gallery {
}


/* LI STYLES */

li.nav {
	font-family: tahoma;
	font-size: 16px;
	margin-right: 44px;
	float: left;
}

li.about_nav {
	font-family: tahoma;
	font-size: 12px;
}



/* A STYLES */

a.nav {
	text-decoration: none;
	color: #FDEBBD;
}

a.image {
	color: #333;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}
	
a img {
	border: none;
}


/* MISC. STYLES */

div.clear {
	clear: both;
}
