/*** standard tags ***/
body {
	background-color: #000;
	margin: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

a:link {
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	background: #00C;
	border-bottom: solid #E00 3px;
	padding: 5px 10px 0px 10px;
	margin: 0px;
	
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	width: 100%;
	border-bottom: solid #E00 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

h3 {
	margin: 0px;
	padding: 2px;
	border-bottom: solid #00F 1px;

	font-size: 12px;
	font-weight: bold;
	color: #EEE;
}

td {
	font-size: 10px;
}

ul {}

li {}

/*** form styles ***/
form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*** custom form styles ***/
.frm_TitleBox {}

.frm_textBox {
	border: solid #00C 1px;
}

.frm_error {
	border-top: solid #C00 3px;
	border-bottom: solid #C00 3px;
	margin: 10px 0px;
	padding: 5px;
}

.frm_Box{}

.inputBox {
	background: #000 url(gfx_site/input_box.gif) repeat-x;
	border: solid #000 1px;
}

#lyrResetMsg {
	font-weight: bold;
}

/*** navigation elements ***/
.pagePath {
	width: 100%;
	margin: 2px 0px;
	padding: 1px;

	background: #FFF;
	height: 5px;
	color: #CCF;
	font-size: 6.5pt;
}

.pageNumbers {
	background-color: #000080;
	padding: 4px;

	color: #F00;
	font-weight: bold;
	text-align: center;
}

/*** sub styles ***/
.txt_smallPrint {
	color: #F00;
	font-size: 6.5pt;
}

.ftr_smallPrint {
	color: #CCC;
	font-size: 6.5pt;
	text-align: center;
}

.tbl_info {}

/*** content styles ***/
.pageHeader {
	width: 100%;
	background: #000080 url(gfx_site/hdr_back.gif) repeat-x;
	border: solid #000080 1px;
}

.contentArea {
	background: #006;
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;
}

.sideBar {
	background: #980029;
}

.sideBox {
	width: 100%;
	font-size: 8pt;
	border-top: solid #000 1px;
	background: #980029;
	margin: 0px;
	padding: 0px;
}

.sideBox td {
	background: #000080;
	width: 100%;
	border-bottom: solid #00F 1px;
	padding: 1px;
}

.sideBox a {
	background: #000080;
	width: 100%;
}

.sideBox a:hover {
	background: #00C;
	width: 100%;
}

.objContentBoxTop {}

.objContentBoxBase {}

.objContentBox {}

.objNews {}

.objProduct {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	margin: 10px;
	padding: 0px;
}

.objProduct img {
	margin: 0px 1px 10px 10px;
	border: solid #FFF 1px;
}

.objTable td {}

/******* old styles *******/
.linkButton {}

.pageTitle {}

.objTitle {}