/* CSS Document for ...  */


/* MAIN PAGE FORMATTING */
body {
	margin: 0 auto;
	padding: 0;
	background-image: url('images/bgPixel.jpg');
	background-repeat: repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: black;
}
img {
	border: 0;
}

a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
a:link.whtLinks {
	text-decoration: none;
	color: white;
}
a:visited.whtLinks {
	text-decoration: none;
	color: white;
}
a:hover.whtLinks {
	text-decoration: none;
	font-weight: 100;
	color: #6699dd;
}
a:active.whtLinks {
	text-decoration: none;
	font-weight: 100;
	color: #6699dd;
}

/* DIV FORMATTING */
#container {
	margin: auto;
	width: 800px;
	background-color: white;
	margin-top: 20px;
}
#header {
	position: relative;
	float: left;
	width: 800px;
	height: 100px;
	background-color: white;
}
#mainContent {
	position: relative;
	float: left;
	width: 530px;
	min-height: 400px; 
	background-color: white;
	padding: 25px 186px 0 84px;
}
#menu {
	position: absolute;
	top: 0;
	left: 730px;
	width: 130px;
	height: 308px;
	background-image: url('images/bgPixel.jpg');
	background-repeat: repeat;
	z-index: 1;
}
#productSubMenu {
	position: absolute;
	left: 0;
	top: 30px;
	padding: 15px;
	background-image: url('images/bgPixel.jpg');
	background-repeat: repeat;
	z-index: 2;
}
#footer {
	position: relative;
	float: left;
	width: 800px;
	background-color: white;
	text-align: center;
}
div.borderTop {
	position: relative;
	float: left;
	width: 800px;
	height: 20px;
	background-image: url('images/borderTop.jpg');
	background-repeat: no-repeat;
}
div.borderBottom {
	position: relative;
	float: left;
	width: 800px;
	height: 20px;
	background-image: url('images/borderBottom.jpg');
	background-repeat: no-repeat;
}
#sectionSpacer {
	position: relative;
	float: left;
	width: 800px;
	height: 12px;
	background-image: url('images/bgPixel.jpg');
	background-repeat: repeat;
}
#topTextLinks {
	position: relative;
	float: left;
	width: 780px;
	text-align: right;
	background-image: url('images/bgPixel.jpg');
	background-repeat: repeat;
	padding-bottom: 10px;
	padding-right: 20px;
}

/* MENU SPECIFIC FORMATTING */

/* OTHER FORMATTING */
.indent {
	margin-left: 35px;	
}
.title {
	font-size: larger;
	color: #993333;
	font-weight: bold;
}
.vspace {
	line-height: 1.5;
	margin-top: 20px;
}
.vspaceIndent {
	line-height: 1.5;
	margin-left: 35px;
}
li {
	list-style-type: square;
	margin-left: 0px;
}
td {
	vertical-align: top;
}

