 



/* commented backslash hides from ie5mac \*/ 

html{
	height:100%;
	margin:0;
	padding:0
} 

/* end hack */ 

/*html>body #wrapper{
	height:auto;
} *//*for mozilla as IE treats height as min-height anyway*/

html,body {
	padding:0;
	margin:0;
	background-color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	text-align:left;
	min-width:960px;/* for mozilla*/
	
}

body {
	background-image: url(Images/header.png);
	background-repeat: repeat-x;
}

body a{
	color: #999999;
}

body a:hover{
	color: #FFF;
}

#wrapper {
	/*	height:99.9%;
	min-height:100%;*/
	margin: 0 auto;
	width: 960px;
	z-index: 5;
	background-image: url(Images/nav.png);
	background-repeat: no-repeat;
}

#header_wrapper
{
	background-image: url(Images/logo.png);
	background-repeat: no-repeat;
	position:relative;
	top:13px;
	left:0px;
	width: 960px;
	height: 175px;
	overflow: visible;
	z-index: 10;
}

#header{
	position:relative;
	top:0px;
	left:0px;
	width:960px;
	height:126px;
	z-index:15;
	padding-top: 0px;
	color: white;
}

#ajaxmenu{
	position:relative;
	width:900px;
	height:30px;
	z-index:3;
	color: white;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}



#content_wraper
{
	background-image: url(Images/content-bg.png);
	background-repeat: repeat-y;
	position:relative;
	top:20px;
	left:0px;
	min-height:750px;
	height:auto!important;
	height:auto;
	/*min-height: 750px;*/
	width: 960px;
	overflow: visible;
}
#content {
	top: 0px;
	left: 0px;
	width: 730px;
	min-height:750px;
	height:auto!important;
	height: auto;
	/*	min-height: 750px;*/
	position: relative;
	color: white;
	padding-top: 0px;
	padding-left: 0px;
	float: right;
	padding-right: 15px;
	text-align: center;

}
#content ul{
		list-style-type: none;
}
#ResPerPage{
	text-align: right;
}
#sidemenu
{
	top: 0px;
	left: 0px;
	position: relative;
	width:165px; /*addjust width here */
	color: white;
	padding-left: 10px;
	height: 750px;
	float: left;
	overflow: visible;
	background-image: url(Images/leftnav.png);
	background-repeat: no-repeat;

}

#content_sidebar
{
top: 0px;
left: 0px;
position: relative;
width:165px; /*addjust width here */
color: white;
padding-left: 10px;
height: auto;
float: left;
overflow: visible;
margin-left: 15px;
background-repeat: no-repeat;
}
 

#fc_minicart{
display:none;
}

#logo {
}

#footer {
	color: #ffffff;
	width:960px;
	height:46px;
	left:0px;
	position: relative;
	top: 0px;
	padding: 0px 10px 10px 10px;
	background-image: url(Images/footer.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	overflow: visible;
	z-index: 202;
}

* html #footer {
	/*only ie gets this style*/
	height:46px;
	/* for ie*/
		margin-bottom:-1px}/* ie rounding bug*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/


#clearfooter {
	width:100%;
	height:1px;
	clear:both;
} /* to clear footer */



html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */

/* ditto catagorys listings. */


#product_container {
	/*      background: #fff;*/
      width: 745px;
	min-height:500px;
	height:auto!important;
	height: 500px;
}

.product_box {
	float: left;
	width: 175px;
	min-height:225px;
	height: auto !important;
	height: 225px;


}


/* ditto pagenation CSS overrights */
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: white;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: white;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#Contact_Form {
	text-align: left;
	width: 425px;
	margin: 0 auto;
}

.h1 {
font-size: 200%;
font-weight: bold;
line-height: 55px; 
}

