/* defines the page properties */
body {
	width:100%;
	margin: 0;
	background: url(images/bg1.jpg) repeat-x;
	font-size: 10px;
}
/* page head */
#pageheader{
	background-image: url(images/stealer-hd3.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 975px;
	height: 125px;
	margin: 0;
	padding: 0;
}
/* top banner section */
#logo {
	width: 100%;
	height: 65px;
}
/* top right images */
#topimagesright
{
	float: right;
	top: 10px;
	padding-top: 10px;
}
/* content area */
#main {
	width: 975;
	background-image: url(images/indie-bgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
/* 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: #290A58;
	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: #BC581A;
}
/* content */
#mainpage {
	/*	width: 100%; */
	margin-left: 180px;
	padding-top: 2px;
	background-color: #CDC7D5;
}
#mainpage p {
	font-family: Tahoma;
	font-size: 130%;
	color: #000000;
	line-height: 130%;
	margin-left: 10px;
}
#mainpage h1 {
	font-family: Tahoma;
	font-size: 240%;
	color: #360E72;
	margin-left: 10px;
}
#mainpage h2 {
	font-family: Tahoma;
	font-size: 160%;
	color: #720808;
	margin-left: 10px;
}
/* square bulleted list */
#square li {
	font-family: Tahoma;
	font-size: 130%;
	color: #000000;
	line-height: 130%;
	list-style-type: square;
}
/* ordered list */
#number li {
	font-family: Tahoma;
	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: Tahoma;
	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 Tahoma, Arial, Sans-Serif;
	text-decoration: none;
}
#navlist a:hover {
/* background: url(images/button_hover.gif) no-repeat center center; */
/*	display: block; */
	color: #AB8181;
}
#Layer1 img {
	filter: DropShadow(Color=black, OffX=100, OffY=100, Positive=100);
}
#main #mainpage table {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #685BA2;
	margin-left: 20px;
}
.col {
	width: 300px;
	text-align: justify;
}
.float {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main #menu p {
	font-size: 11px;
	color: #666666;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0px 0px;
}
