/* defines the page properties */
body {
	width:100%;
	margin: 0;
	padding: 0;
	font-size: 10px;
	background: #E4E8E5 url(images/bg.gif);
	background-repeat: repeat-y;
}
/* page head */
#pageheader{
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 990px;
	height: 150px;
	margin: 0;
	padding: 0;
}
/* top banner section */
#logo {
	width: 100%;
	height: 65px;
}
/* top right images */
#topimagesright
{
 padding-top: 22px ;
 padding-right: 20px ;
}
/* content area */
#main {
	width: 990;
	background: #CFCAEA;
	background-image: url(images/paper-knife1.gif);
	background-repeat: no-repeat;
}
/* menu width and location */
#menu {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 180px;
}
/* menu links */
#menu ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}
#menu ul li {
	margin-top: 0px;
/*	border-top: 1px solid #999; */
	border-bottom: 1px solid #B4C3B7;
	padding-left: 12px;
}
#menu a {
/* background: url(images/button.gif) no-repeat center center; */
	display: block;
	color: #57467D;
	font: bold 12px/18px Arial, Sans-Serif;
	text-decoration: none;
}
#menu a:hover {
	/* background: url(images/button_hover.gif) no-repeat center center; */
	display: block;
	color: #862394;
	background-color: fff;
}
/* content */
#mainpage {
/*	width: 100%; */
	margin-left: 180px;
	background: #FFFFFF;
	padding-top: 2px;
}
#mainpage p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	margin-left: 10px;
}
#mainpage h1 {
	font-family: Arial;
	font-size: 240%;
	color: #E82A2B;
	margin-left: 10px;
	margin-top: -5px;
}
#mainpage h2 {
	font-family: Arial;
	font-size: 160%;
	color: #432493;
	margin-left: 10px;
}
#mainpage h3 {
	font-family: Arial;
	font-size: 140%;
	color: #432493;
	margin-left: 10px;
	margin-bottom: -15px;
}
/* square bulleted list */
#square li {
	font-family: Arial;
	font-size: 130%;
	color: #000000;
	line-height: 130%;
	list-style-type: square;
}
/* ordered list */
#number li {
	font-family: Arial;
	font-size: 130%;
	color: #000000;
	line-height: 130%;
}
/* text styles */
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
#subnav {
	margin-left: 10px;
	background: #D4DED6;
	display: block;
}
/* bulleted list */
#round li {
	font-family: Arial;
	font-size: 130%;
	color: #000000;
	line-height: 130%;
	list-style-type: round;
}
/* ecommerce menu */
#navcontainer {
	position: absolute;
	left: 150px;
	top: 150px;
	width: 840px;
}
/* menu links */
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 16px;
}
#navlist a {
/* background: url(images/button.gif) no-repeat center center; */
/*	display: block; */
	color: #720808;
	font: bold 12px/18px Arial, Sans-Serif;
	text-decoration: none;
}
#navlist a:hover {
/* background: url(images/button_hover.gif) no-repeat center center; */
/*	display: block; */
	color: #AB8181;
}
/* homepage advert */
#advert {
	position: relative;
	left: 10px;
	top: auto;
	width: 175px;
	padding: 10px;
	background-color: #E4E8E5;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #432493;
	border-color: #B4C3B7;
	border-style: solid;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 3px;
	text-align: center;
}
.adbold {font-size: 16px}
.clickable {
        /* include whatever style stuff you want and... */
	cursor: pointer
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #720808;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #57467D;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #720808;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #862394;
	text-decoration: none;
}
#main #mainpage li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #432493;
}
#main #mainpage table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0EEF9;
}
