html{
}
body{
    font-family:arial, sans-serif;
    line-height:1.35em;
    font-size:1.1em;
	padding-left:25px;
	width:auto;
}
#Wrapper,
#Wrapper.homePage,
#WrapperInner{
    width:100%;
}

a img{
    border:none;
    outline:none;
}
p{
    line-height:1.35em;
}

/* --- HEADER ---*/
#Header{
   display:none;
}

/* --- TOP NAVIGATION BAR --- */

#Navigation{
    display:none;
}
#Breadcrumbs
{
    display:none;
}


/* --- CONTENT --- */

#ContentContainer{
    width:auto;
    margin-bottom:15px;
}
#PrintLogo{
    padding-bottom:5px;
	border-bottom:solid 1px #ccc;
}
#ContentContainer a,
#HomePageContentContainer a{
    color:#333;
}
#ContentContainer ul li a,
#HomePageContentContainer ul li a{
    text-decoration:none;
	font-weight:bold;
}
#ContentContainer ul li ul li a{
	font-weight:normal;
	padding-left:20px;
}
#Content{
   width:auto;
}
#ContentWide .productText{
}
#ContentWide .productTextSize {
   font-weight:bold;
}
#ContentWide .productImage{
    width:275px;
}
#ContentWide .productImage img{
    width:275px;
	border:none;
	margin:0;
	padding:0;
	border:solid 1px #333;
}
#ContentWide .productImageSize {
    width:275px;
	border:solid 1px #90c73d;
	background-color:#221e1f;
}
#ContentWide .productImageSize p{
    font-size:1.2em;
    color:#fff;
	margin-bottom:0;
	line-height:1.7em;
}
#ContentWide #MoreFromCategory {
   display:none;
}

/* --- FOOTER --- */

#Footer{
    border-top:solid 1px #ccc;
	padding-top:1em;
	color:#333;
	font-size:0.8em;
}
#Footer a{
    display:none;
}
#ClearerContent{
    clear:both;
    height:1px;
    line-height:1px;
    font-size:1px;
    width:100%;
}

/* --- TABLES --- */
th,td{margin:3px;padding:3px;}
table{border-collapse:collapse;border-spacing:0;}