@charset "UTF-8";
/* CSS Document 
Author: Phil Barnes @ 101 Web Technology
Client: Uneke Furniture.com
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #a3b1b0;
	background-image: url(/images/bg_body.jpg);
	background-repeat:repeat-x;
}
#header {
	width: 1000px;
	height: 370px;
	margin: 0px auto;
	position: relative;
}
#logo {
	width: 40%;
	float: left;
}
#social {
	width: 40%;
	float: right;
	color: #9cb6c2;
	font-size: .85em;
	width: 150px;
	text-align:right;
	margin-right: 100px;
	margin-top: 8px;
}

.icons {
	margin-top: 3px;
}

.icons a.facebook,
.icons a.rss,
.icons a.twitter {
	font-size: 1px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 15px;
	text-indent: -10000px;
}

.icons a.facebook {
	background-image: url(/images/icon_facebook.png);
}


.icons a.rss {
	background-image: url(/images/icon_rss.png);
}


.icons a.twitter {
	background-image: url(/images/icon_twitter.png);
}


#banner {
	width: 750px;
	margin: 0px auto 0px auto;
	z-index: 10;
	position: absolute;
	top: 100px;
	left: 125px;
}

#header .nav {
	position: absolute;
	top: 75px;
	right: 117px;
}

#header .nav ul {
	margin:0px 5px 0px 5px;
    padding:0px;
    list-style:none;
}

#header .nav ul li {
	display: inline;	
	float:left;
	margin-right: 4px;
    border-radius: 10px;
	border: 2px #FFFFFF solid;
	width: 100px;
	height: 50px;
	text-align:center;
	padding-top: 3px;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	behavior: url(/assets/border-radius.htc);
	background-color: #747e7d;
}

#header .nav ul li:hover {
	background-color: #FFFFFF;
}

#header .nav a {
	display: block;
	margin: 0px	;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#header .nav a:hover {
	text-decoration: none;
	color: #444444;
}

#header .nav ul li.current {
	float:left;
	margin-right: 4px;
	background-color: #FFFFFF;
}

#header .nav li.current a {
	text-decoration:none;
	color: #444444;
}

#content {
	background-color: #DEDFCF;
	width: 770px;
	border: 5px solid #979982;
	margin: 0px auto;
	padding: 25px 0px 10px 0px;
}

#content h1,
#content h2,
#content h3,
#content p {
	margin-left: 15px;
	margin-right: 15px;
}


#content h1 {
	font-size: 1.5em;
	color: #5d5e50;
}

#content h2 {
	font-size: 1.15em;
	color: #5d5e50;
}

#content p {
	font-size: 0.85em;
	color: #3c3c3c;
}

#content a {
	color: #5d5e50;
	text-decoration:none;
}

#content a:hover {
	color: #5d5e50;
	text-decoration:underline;
}

.clear {
	clear: both;	
}

.leftFloat {
	float: left;
	border: 2px #FFFFFF solid;	
	margin: 0px 5px;
}

.rightFloat {
	float: right;	
	border: 2px #FFFFFF solid;	
}

#content .promo {
	width: 235px;
	height: 240px;
	float: left;
	margin: 0px 5px 10px 5px;
	background-color: #f7f5e6;	
}

#content .promo h2 {
	font-size: 0.85em;
	margin-left: 15px;
	margin-right: 15px;
	color: #676952;
}

#content .promo p {
	font-size: 0.75em;
	margin-left: 15px;
	margin-right: 15px;
	color: #676952;
}

#content .promo img {
	margin-left: 15px;
	margin-bottom: 3px;
	border: 0px;
}

#content .imgFloatL {
	float: left;
	margin: 6px;
}

#content .imgFloatR {
	float: right;
	margin: 6px;
}

/* These classes are for the Homepage Panels */
#content .left {
	margin-left: 10px;
}

#content .mid {
	margin-left: 15px;
}

#content .right {
	margin-left: 15px;
}

#content .right .subscribeform {
	margin-left: 10px;
}

#content .right .subscribeform .email {
	width: 200px;
}

#content .right .subscribeform .button {
	float: right;
	margin-right: 16px;
}

/* These classes are for the making two column layouts */

#content .leftPanel {
	margin-left: 10px;
	float: left;
	width: 450px;
}

#content .rightPanel {
	margin-right: 15px;
	width: 290px;
	float: right;
}

#content p.caption {
	border-left: 2px #6F290D solid;
	border-bottom: 2px #6F290D solid;	
	border-right: 2px #6F290D solid;
	background-color: #F0E9E6; 
	margin-top: -2px;
	margin-left: 0px;
	padding: 6px;
	width: 273px;
	text-align: center;
}

#content .promo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.25em;
	font-weight: 100;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 0px;
}

#content h1 {
	color: #a0af92;
}

#content h1 {
	color: #3f6404;	
}

#content h1 {
	color: #464646;	
}

#content .leftSpace {
	margin-left: 15px;	
}

#content .catThumbs {
	width: 220px;
	float: left;
	margin: 10px;
}

#content .catThumbs h2 {
	font-size: 1em;	
	text-align: center;
}
#content .catThumbs img {
	border: 2px #FFFFFF solid;	
}

#content .catNav {
	background-color: #f7f5e6;		
}

#content .catNav a {
	color: #9aa3a2;		
	text-decoration: none;
	padding: 4px;
}

#content .catPic {
	width: 200px;
	float: left;
	margin: 20px;
	border: 3px #979982 solid;
}

#content .pic {
	
}

#content .imgBorder {
	border: 2px solid #6F290D;
}



#footer {
	width: 780px;
	margin: 0px auto;
	height: 100px;
	background-image:url(/images/bg_footer.jpg);
	background-repeat:repeat-x;
}

#footer a {
	color: #f0f0f0;
}

#footer a:hover {
	color: #97998f;	
}

#footer .nav {
	width: 780px;
	margin: 0px auto;
	text-align: center;
	font-size: 0.85em;		
}


#footer .nav ul {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 20px;
}

#footer .nav li {
	display: inline;
	margin: 0px 10px;
}

#footer .copyright {
	width: 600px;
	margin: 20px auto 0px auto;
	text-align: center;
	font-size: 0.75em;
	color: #f0f0f0;
}


