body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color:#FFFFFF;
}

A:link, A:visited {
	color:#1c85a3;
	text-decoration:none;
}
.blueText {
	color:#1c85a3 !important;
}
.greyText {
	color: #666666;
}
.justifyText {
	text-align:justify;
}
.largerFont {
	font-size:14px;
	font-weight:bold;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.fullWidth {
	width:100%;
}
INPUT.textField {
	border:1px solid #1b1b1b;
	background:url(images/input_bg.png) repeat-x;
	color:#FFFFFF;
	height:17px;
	padding:4px;
}
#register_table TD {
	padding:5px 5px 15px 5px;
}
#register_table {
	background: url(images/register_table_bg.png);
	border:1px solid #0a0a0a;
}

#header {
	background: url(images/header_bg.png) no-repeat;
	height:200px;
	margin-bottom:30px;
	position:relative;
}
#header_dl {
	position:absolute;
	top:170px;
	left:620px;
	width:140px;
	height:20px;
	cursor:pointer;
}
#main_container {
	width:1000px;
	margin:auto;
}
#content, #footer {
	width:700px;
	margin: 0px 150px;
}
#header, #kits {
	width:100%;
}

.kit_title, .kit_photos, .kit_link {
	width:100%;
}
.kit_photos {
	padding-top:20px;
}
.kit_link {
	text-align:right;
	padding: 10px 0px;
	border-bottom:1px dotted #191919;
	margin-bottom:20px;
}

.photo_frame {
	float:left;
	width:144px;
	height:107px;
	padding:6px;
	margin-right:25px;
	background: url(images/photo_background.png) no-repeat;
}
.submitButton {
	background: #1c85a3;
	border: 1px solid #21c7f7;
	color:#FFFFFF;
	padding:5px;
}

#product_table {
	border:1px solid #1b1b1b;
}
#product_table TH {
	background: url(images/table_header_bg.png) repeat-x;
	height:30px;
	font-size:12px;
}
#product_table TD {
	padding:4px;
	border-bottom:1px dotted #1b1b1b;
}
