/*********************************************
/* Redefining Existing Tags
/*********************************************/

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFF;
	background:#f0f0f0 url(../images/page_bg.gif) repeat-y top center;
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
}

acronym, img {
	border:none;
}

form {
	margin:0px;
	padding:0px;
}

table {
	border:0px none #FFF
}

td {
	padding:0px;
	vertical-align:top;
}

h1 {
	font-size:1.4em;
	margin:0px;
	padding:0px;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:1em;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
}

a:link {color:#52ACEC;}
a:hover {color:#3895D4;}
a:visited {color:#52ACEC;}
a:visited:hover {color:#3895D4;}

/*********************************************
/* Custom Classes
/*********************************************/

.bolder {
	font-weight:bold;
}

.bolder_ten_space {
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

.ten_space {
	margin:10px 0px 0px 0px;
}

.twenty_space {
	margin:20px 0px 0px 0px;
}

.ten_space_indented {
	margin:10px 0px 0px 50px;
}

.clearer {
	float:left;
	clear:both;
	width:100%;
	height:1px;
	padding:0px;
	margin:0px;
}

.simpleList {
	

}

.simpleList li {
	
}

.middleBullet {
	text-align:center;
}

/*********************************************
/* Layout Tags
/*********************************************/

div#wrapper {
	width:640px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	text-align:left;
	color:#868686;
	height:100% auto;
}

div#header_top {
	margin:0px;
	padding:0px;
	float:left;
	width:640px;
	height:79px;
}

div#header_main {
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
}


div#page_header {
	float:left;
	clear:both;
	width:640px;
	height:34px;
	padding:10px 0px 0px 0px;
}

div#page_content {
	float:left;
	clear:both;
	width:640px;
	font-size:0.8em;
}

div#column1a {
	float:left;
	width:381px;
}

div#column1b {
	float:left;
	width:240px;
	padding:0px 0px 0px 19px;
}

div#column2a {
	float:left;
	width:200px;
}

div#column2b {
	float:left;
	width:202px;
	margin:0px 0px 0px 19px;
}

div#column2c {
	float:left;
	width:200px;
	margin:0px 0px 0px 19px;
}

div#column3a {
	float:left;
	width:310px;
}

div#column3b {
	float:left;
	width:311px;
	padding:0px 0px 0px 19px;
}

div#column4a {
	float:left;
	width:100px;
}

div#column4b {
	float:left;
	width:521px;
	padding:0px 0px 0px 19px;
}

.product_data {

}

.product_data tr {

}

.product_data tr td {
	color:#868686;
	background-color:#EEE;
	border:1px solid #FFF;
	padding:2px;
	font-size:12px;
}



div#footer {
	float:left;
	clear:both;
	width:640px;
	padding:20px 0px 0px 0px;
	font-size:0.7em;
}

div#footer ul {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}

div#footer ul li{
	display:inline;
	margin:0px 20px 0px 0px;
}

div#footer p {
	color:#b4b4b4;
}

.footermenulink {}
.footermenulink:link {color:#868686;}
.footermenulink:hover {color:#868686;}
.footermenulink:visited {color:#868686;}
.footermenulink:visited:hover {color:#868686;}

.footerlink {
	text-decoration:none;
}
.footerlink:link {color:#b4b4b4;}
.footerlink:hover {color:#b4b4b4;}
.footerlink:visited {color:#b4b4b4;}
.footerlink:visited:hover {color:#b4b4b4;}

/*********************************************
/* Form Bits
/*********************************************/

.form_items {
	margin-top:10px;
	width:640px;
}

.clearfix {
	clear:both;
	height:20px;
	margin-top:10px;
}

.clearfix label {
	font-weight:bold;
	width:175px;
	float:left;
}

/*********************************************
/* Basic form elements - Text Input Boxes
/*********************************************/

.formTextField100 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width: 100px;
}

.formTextField200 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width: 200px;
}

.formTextField300 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width: 300px;
}

.formTextField600 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width: 600px;
}

/*********************************************
/* Standard Button
/*********************************************/

.standardButton {
	color:#868686;
}

.standardButton a {
	color:#868686;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:1px solid #868686;
	display:block;
	padding:2px;
	margin:0px;
}

.standardButton a:hover{
	color:#FFF;
	background-color:#868686;
}