* {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3 
{
	padding: 5px;
}

body
{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
	background: url(/images/bg.png) repeat-x #c9d8cc;
}

#page-container
{
	width: 988px;	
	text-align: justify;	
	margin: 0 auto;	
	background: url(/images/middle-shadowed.png) repeat-y;
}

#header
{
	background: url(/images/header-shadowed_revised.png);
	height: 150px;
}

#header-logo
{
	position: absolute;
	padding: 28px 0 0 22px;
}

#search
{
	height: 18px;	
	width: 150px;
	position: relative;
	left: 800px;
	top: 120px;
	background-color: #ffffff;
}

#search input
{
	height: 16px;
	border: medium none;
}

#search-box
{	
	background-color: #FFFFFF;
	color: #000000;	
	height: 16px;	
	width: 148px;
}

#navbar
{
	margin: 8px 27px 8px 27px;
	height: 20px;
	background-color: #ffffff;
}

#footer
{
	padding: 8px 0px 8px 0px;
	text-align: center;
	clear: both;	
	width: 988px;
	height: 48px;	
		
	background: url(/images/footer-shadowed.png);
	background-repeat: no-repeat;
}

#footer .copy
{
	color: #aaaaaa;
}

#inner
{	
	margin: 8px 27px 8px 27px;
}

#sidebar-left
{
	float:left; 
	display:inline;
	border: solid 1px #DDDDDD;
	background-color: #EEEEEE;
	width: 204px;	
	padding: 8px 8px 8px 8px;
}

/*  */

#content
{
	width: 400px;
	margin: 0 230px 0 230px;
	
	background-color: #FAFAFA;
	border: solid 1px #EEEEEE;
	padding: 8px 16px 8px 16px;
}

#content-1
{
	width: 900px;
	margin: 0;
	
	background-color: #FAFAFA;
	border: solid 1px #EEEEEE;
	padding: 8px 16px 8px 16px;
}

#content-2
{
	width: 670px;
	margin: 0 230px 0 230px;
	
	background-color: #FAFAFA;
	border: solid 1px #EEEEEE;
	padding: 8px 16px 8px 16px;
}

/*  */

#sidebar-right
{
	float:right; 
	display:inline;
	border: solid 1px #DDDDDD;
	background-color: #EEEEEE;
	width: 204px;	
	padding: 8px 8px 8px 8px;
}

/* Products Page CSS */

.man-table-img
{	
	background-image: url(/images/112x112round.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.man-table-text
{
	background-image: url(/images/380x112round.png);
	background-repeat: no-repeat;
	background-position: center;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.man-table-text a
{
	text-decoration: none;
	color: #000000;
}

.man-table-text a:hover
{
	text-decoration: underline;
	color: #aaaaaa;	
}

/* Amazon Advert CSS */

.amazon-ad
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.amazon-ad a
{
	font-size: 0.7em;
	text-align: center;
	color: #000000;
}

.amazon-ad a:hover
{ color: #666666; }

.amazon-ad a:visited
{ color: #333333; }