/* CSS Document */

body{
background-image:url(../images/smokeBG.jpg);
background-position:left top;
background-repeat:no-repeat;   /*site wide body background */
margin:0px 0px;
padding:0px 0px;
}


#mainContainer {
width:100%; /*This setting will also adjust the positioning of the footer. We can do away with the footer and implement one as a locked content element within the content container as an alternative */
padding:0px 0px;
margin:0px 0px;
}

#contentContainer {
width:65%;
float:left;
padding:0px 0px;
margin:0px 0px 10px 0px;
}

#sideBarOne {
	/*position:absolute;*/
	width:230px;
	float:left;
	padding-bottom:10px;
	}

/*Begin - Controlling the columns*/

.rowcontainer {			/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin: 0px 0px 5px 0px;
	width: 100%;
	/*overflow: hidden;*/
	background: transparent;
}


.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn {float: left; width: 48%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 32%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24% }		/* One quarter width column for a four column site */

.onefifthcolumn {float: left; width: 19% }      /* One fifth width column for the obvious by now */

/*End - Controlling the columns*/

#hdrspace {		
	width:100%;
	margin-bottom: 2px;
	}

#logo {
	width:220px;
	padding: 5px 5px;
}

#hdrSpace-content {
}


#btmSpace {
float: left;
width: 100%;
/*height: 205px;
/*background: url('') center top no-repeat;
vertical-align:bottom;*/
text-align:center;
} 

#btmSpace-content { /*we can use this area to control the elements placed in t3 */
}

#btmSpace-nav { 

}

#btmSpace-nav ul li {
	display:inline;
	list-style-type:none;
	line-height:1.5em;
	padding: .1em 1em;
	}
#btmSpace-nav ul li a
{
text-decoration:none;
padding: .1em 1em;
color: #666600;
font-size:1.0em;
}

#btmSpace-nav ul li a:hover
{ 
padding: .05em .6em;
font-size:1.4em;
color: #000;
}

/***********************************/
/*   BEGIN MENU HOLDER ELEMENTS    */
/***********************************/

#menu-holder {
	width:220px;
}

#menu-holder ul li {
	list-style-type:none;
	list-style-image:foo-bar.gif;
	}

.menu1-level1-no {
	
}

.menu1-level1-act {
	font-size: 18px;
}

.menu1-level2-no {

}

.menu1-level2-act {

}

.menu1-level3-no {

}

.menu1-level3-act {

}

.menu1-level4-no {

}

.mwnu1-level4-act {

}

.style-none {
	list-style-type:none;
	list-style-image:foo-bar-none.gif;
	}
/***********************************/
/*   END MENU HOLDER ELEMENTS      */
/***********************************/

/*****************************/
/*Product Categorie FCE Begin*/
/*****************************/
#product-categories-menu {
	margin: 0px 0px;
	padding:0px 0px;
	clear:right;
	margin-bottom:15px;
}
#product-categories-menu ul {
	margin-bottom: 10px;
	}
#product-categories-menu ul li {
	line-height:1.5em;
	font-size:1.3em;
	float:left;
	width:24.8%;
	list-style-type:none;
	list-style-image:url(foobarnone.gif);
}

.page_navigation {
	padding: 10px 0 10px 0;
	margin: 10px auto;
	}
/*****************************/
/*Product Categorie FCE END***/
/*****************************/

.tx-newloginbox-pi1 {
	width:200px;
	margin-left:10px;
	margin-right:10px;
	}
	
.clear-right{
	clear:right;
	}
.clear-left{
	clear:left;
	}
.clear-both{
	clear:both;
	}