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


/* CONTENT AREA */
#content {
height: 100%;
width: 960px;
text-align: left;
z-index: -1;
background: url('../images/border.gif') repeat-y;
border-bottom: 1px solid #dedee0;
}

#productscontent {
height: 100%;
width: 960px;
text-align: left;
z-index: -1;
border-bottom: 1px solid #dedee0;
     
 }

/* Breadcrumbs */
#breadcrumbs {
	padding-bottom: 10px;
}


/* FOOTER AREA */ 
ul#copyright {
list-style-type: none;
margin: 10px 0;
}

ul#copyright li {
color: #aaa;
float: right;
font-size: 10px;
padding: 0 0 0 10px;
}

ul#copyright li a {
font-size: 10px;
font-weight: bold;
}

/* Clearing Fix/Hack */
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
