body{
	background: #FFFFFF;
	color:#000000;
	margin: 5px;
	text-align: left;
}
#page{
	width: 900px;
}
body,td,div,p{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}
h1{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px;
	font-weight: bold;
}
h2{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px;
	font-weight: bold;
}
h3{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
}
h4{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}
h5{
	font-family: ; 
	font-size: ;
	font-weight: bold;
}
th{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
ul{
	list-style-type: disc;
	list-style: disc;
	list-style-position: inside;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
	padding-left: 5px;
	}
img{border:0}
a{color: #333333}
hr{
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#topnav{width: 900px}
#nav-level1{text-align: right; padding: 0px 0px 4px 0px}
#banner{
	/*position: relative;*/
	text-align: left;
	width: 900px;
	height: 120px; 
	background: url('images/logo_banner.jpg') no-repeat White;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	overflow: hidden;
	}
#clogo{
	position: relative;
	left: 10px;
	top: 10px;
	overflow: hidden;
	}

#nav-level1 a{
	color: #515151;
	text-decoration: none;
	}
#nav-level1 a:hover{text-decoration: underline}
#nav-level1 span{padding:0px 8px 0px 8px; color: #515151}

.cnt-def img.thumb, .cnt-def img.nopic, .cnt-def img.category-image, .cnt-def img#product_picture {border: 1px solid #FCAF17}
.cnt-alt img.thumb, .cnt-alt img.nopic, .cnt-alt img.category-image, .cnt-alt img#product_picture {border: 1px solid #515151}

.cnt-def{
	width: 100%;
	/*border: 1px solid #969696;*/
	background: #E5E5E5;
	}
.cnt-def-header{
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	background: url('images/corner.gif') right top no-repeat #969696;
	padding: 5px 10px 5px 5px;	
	}
.cnt-body{
	padding: 0px;	
	}

.t-weak{color:#808080;} /* weakened text */
	
/*//////////////////////////////////////////////
//// FOOTERBAR FORMATTING
//////////////////////////////////////////////*/
#footer{
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #969696;
	overflow: hidden;
	}
#nav-footer a{text-decoration: none}
#nav-footer a:hover{text-decoration: underline}
#nav-footer span{padding:0px 8px 0px 8px; color: #515151}

	
/*/////////////////////////////////////////////////////////////////
/// CONTAINER SPECIFICATION (overriding default text and link
/// formatting according to container background colors). 
/// This technique requires invalid HTML, but it worls perfectly
/// in any browser and solves our color management problem.
/////////////////////////////////////////////////////////////////*/
#cnt-def *.cnt-body *{color:#000000}
#cnt-def *.cnt-body a{color:#333333}
#cnt-def *.cnt-body *.t-em{color:#FCAF17;}
#cnt-def *.cnt-body *.t-weak{color:#A8A8A8;}
#cnt-def *.cnt-body *.t-imgsub{background:#FFEE9B}
	
