/* MAIN  HTML SETTINGS */

html 
{
	height: 100%; 
	margin-bottom: 1px;
}

body
{
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #ffffff url('bodyback.jpg') repeat-x;
	color: #000000;
	text-align: center;
	margin: 0;
}

img 
{
	border: none;
}

h1 
{
	color: #5b73ba;
	font: normal 28px Georgia, Georgia, serif;
	text-align: left;
	margin-top: 0;
}

h2
{
	color: #5b73ba;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin-top: 0;
}

a 
{
	color: #33467d;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #6f706f;
	text-decoration: underline;
	font-weight: bold;
}

/* Page Layout Settings */
.pagecontent
{
	width: 770px;
	background: #e1dbc1 url('contentback.jpg') repeat-y;
	color: #000000;
	text-align: left;
	margin: auto;
	border-bottom: solid 2px #82878d;
}

.siteheader
{
	text-align: center;
}

.separator
{
	clear: both;
	background-color: #2c3960;
	margin: 20px auto 20px auto;
	padding: none;
	width: 90%;
	height: 2px;
}

.pageintro
{
	letter-spacing: 2px;
	font-size: 18px;
	font-family: Times;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-align: left;
	background-color: #2c3960;
	padding-left: 5px;
}

/* Catalog product settings */

.productphotothumb
{
	float: left;
	padding: 5px 5px 5px 5px;
	border: solid 1px #c0c0c0;
	margin-right: 10px;
	cursor: pointer;
}

.productheader
{
	font-weight: bold;
	color: #8d3d48;
	margin-bottom: 5px;
}

.categorybox
{
	font-style: italic;
	font-family: Arial;
	margin-bottom: 5px;
	padding: 0px 5px 0px 5px;
}

.categoryheader
{
	color: #2c3960;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
}

.ZoomText
{
	font-size: 10px;
	color:  #2c3960;
	cursor: pointer;
}



/* CONTENT AREA SETTINGS */

.rightside
{
	width: 569px;
	float: right;
	padding: 10px 0px 10px 0px;
	border-left: solid 1px #c0c0c0;
}

.content
{
	width: 525px;
	margin: auto;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 5px 5px 5px 5px;
}

.productmenu
{
	margin: 5px 0px 5px 0px;
	clear: both;
}


/* SIDEBAR AREA SETTINGS */

.leftside
{
	float: left;
	width: 190px;
	padding: 10px 0px 5px 10px;
	text-align: center;
}

.address
{
	text-align: left;
	margin: 20px auto auto auto;
	width: 145px;
	font-size: 12px;
}

/* FOOTER AREA SETTINGS */

.footer 
{
	clear: both;
	background: #ffffff url('footerback.jpg') no-repeat;
	color: #ffffff;
	font-size: 85%;
	text-align: center;
	line-height: 20px;
	height: 65px;
	padding-top: 10px;
	width: 740px;
	margin: 10px auto 5px auto;
}

.footer p
{
	margin: 0; padding: 0;
}

.footer a { color: #ffffff; text-decoration: underline; font-weight: normal;}
.footer a:link { color: #ffffff; text-decoration: underline; font-weight: normal; }
.footer a:visited { color: #ffffff; text-decoration: underline; font-weight: normal; }
.footer a:hover {color: #ffffff; text-decoration: none; font-weight: normal; }