@charset "UTF-8";
/* CSS Document */

/*Formatting*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	background-color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
}

h1 {
	letter-spacing: .2em;
	text-transform:uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight:lighter;
	padding-bottom: 20px;
}


h2 {
	letter-spacing: .2em;
	text-transform:uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight:lighter;
}

h3 {
	letter-spacing: .2em;
	text-transform:uppercase;
	font-size: 15px;
	line-height: 17px;
	font-weight:lighter;
	color:#d3cca3;
	}

h4 {
	letter-spacing: .2em;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight:lighter;
	margin-top: 0px;
}

h5 {
	letter-spacing: .2em;
	text-transform:uppercase;
	font-size: 13px;
	line-height: 15px;
	font-weight:lighter;
	margin-top: 2px;
	margin-bottom: 2px;
}	

/*Container Tag*/
#body {
	width: 803px;
	margin:0 auto;
	position: relative;
	top: 0px;
}

/*Logo*/
#header {
	background-image: url(/assets/templates/woodmart/images/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 107px;
	width: 291px;
	top: 0px;
}

/*Top Right Menu*/
#topmenu {
	background-position: right center;
	text-align: right;
	float: right;
	width: 785px;
	height: 106px;
	vertical-align: middle;
	position: absolute;
	top: 10px;
	list-style: none;
}

#topmenu ul li {
	list-style: none;
	margin-bottom: 5px;
	padding: 0px;
	text-transform:uppercase;
	font-weight:500;
}

#topmenu ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*Address Line*/
#address{
	text-indent: 10px;
	vertical-align: middle;
	padding-bottom: 12px;
}

/*Horizontal Menu*/
#mainmenu ul li {
	float: left;
	height: auto;
	width: 19%;
	text-transform:uppercase;
}

#mainmenu ul {
	list-style: none;
	width: 90%;
}

#mainmenu ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#mainmenu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainmenu ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/*Main Content Area (Side Menu & Content)*/
#contentarea {
	width:90%;
	padding:5px;
	margin-top: 50px;
}
	 
#contentarea:after {
    content:'';
    display:block;
    clear:both;
}
 
 /*Left Side Menu*/
#sidemenu {
    float:left;
    display:inline; /*required by IE6*/
    width:18%;
	padding-right: 25px;
    text-transform:uppercase;
	font-weight:500;
	list-style:none;	
	height:300px;
}
 
#sidemenu ul li {
	list-style:none;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 13px;
}


#sidemenu ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sidemenu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidemenu ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/*Content Area*/
#content {
	float:left;
	display:inline; /*required by IE6*/
	width:70%;
} 

/*Layer with Curve Background*/
/*  #curve {
	background-image: url(/assets/templates/woodmart/images/curve.png);
	background-repeat:no-repeat;
	background-position: right top;
}*/

/*To make the Homepage Content take up more space since there's no side menu*/
#content-homepage {
    float:left;
    display:inline; /*required by IE6*/
    width:80%;
	margin-left: 5%;
} 

#curvemask {
	background-image: url(/assets/templates/woodmart/images/curve.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 528px;
	width: 160px;
	top: 134px;
	left: 650px;
}

#title {
	margin-left: 22%;
    float:left;
    display:inline; /*required by IE6*/
    width:65%;
	
} 

#centerimage {
	border-bottom-style:solid; 
	border-bottom-width:thick;
} 

.columns li {
	float: left;
	height: auto;
	width: 30% !important;
	margin-bottom: 5px;
	padding: 5px;
}
.columns {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}

#logos {
	position: relative;
	width: 800px;
	margin:0 auto;
}

.logos li {
	float: right;
	height: 50px;
	margin-bottom: 5px;
	padding: 5px;
}
.logos {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}
