/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
	font-family: Helvetica, GEneva, Ariel, sans-serif;
	font-size:10pt;
	letter-spacing:-1px;
	color:#666666;
}

.topstripe
{
width:100%;
height:25px;
background-color:#F5F4FB;
margin:0px;
padding:0px;
}

.topstripe_hold
{
width: 974px;
	text-align: right;
	margin: 0 auto;
	min-height: 100%;
	color:#666666;
	}


.container {
	display: block;
		margin: 0 auto;
}


/* Contains rest of HTML */
.centrecontainer {
	width: 974px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}



.top
{
height:150px;
width:974px;
}

.logo
{
width:184px;
height:125px;
float:left;
}


.nav
{
float:left;
width:790px;
height:125px;
border-bottom:1px dotted #efefef;
background-image:url(../templateimages/template_elements/nav_background.jpg);
}

.livingroom
{
width:237px; 
height:56px;
float:left;
margin:0px;
padding:0px;
}

.bedroom
{
width:200px; 
height:56px;
float:left;
margin:0px;
padding:0px;
}

.office
{
width:166px; 
height:56px;
float:left;
margin:0px;
padding:0px;
}

.dining
{
width:187px; 
height:56px;
float:left;
margin:0px;
padding:0px;
}

.kitchen
{
width:237px; 
height:69px;
float:left;
margin:0px;
padding:0px;
}

.hall
{
width:200px; 
height:69px;
float:left;
margin:0px;
padding:0px;
}

.kids
{
width:166px; 
height:69px;
float:left;
margin:0px;
padding:0px;
}

.clearance
{
width:187px; 
height:69px;
float:left;
margin:0px;
padding:0px;
}



#categorymenu {
	margin: 30px 0px 0px 0px;
	padding: 0;
	clear:both;
	display:inline;
	text-align:left;
	
}

.mid
{
width:974px;
clear:both;
}


/* Dynamic page content section of page body */
#pagecontent {
	
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px 0px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

.subfoot
{
width:974px;
height:74px;
border-top:1px dotted #ffffff;
clear:both;
}

.searchbox
{
width:486px;
float:left;
background-image:url(../templateimages/template_elements/search_bg_delete.jpg);
background-repeat:no-repeat;
}

.searchbox h1 
{
color:#cccccc;
text-align:center
}

.basketsummary
{
width:487px;
float:left;
background-image:url(../templateimages/template_elements/basket_bg_delete.jpg);
background-repeat:no-repeat;
}

.basketsummary h1 
{
color:#cccccc;
text-align:center
}


.footer
{
width:974px;
height:auto;
clear:both;
text-align:center;
border-top:#cccccc 1px dotted;
border-bottom:#cccccc 1px dotted;
margin:0 auto;
padding:0px;
margin-top:15px;
margin-bottom:15px;
}

.footer li
{

display:inline;
padding:6px;
}


.bottomstripe
{
width:100%;
height:7px;
background-color:#C8C3E1;
margin:0px;
padding:0px;
}

/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
}

#searchbox #searchbutton {
	width: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}