html,
body {
	height: 100%;
}
body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #dadada;
	margin: 0;
	padding: 0;
	background-color: black;
}

a:link {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: #dadada;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}

p {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin: 0;
	padding: 5px 0 0 0;
	color: #dadada;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 5px 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 2px 0 3px 0;
}
h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 5px 0 0 0;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #d8d8d8;
}

/*****************************
 design
******************************/

.tableMain {
	width: 100%;
	height: 100%;
}

.tdMainSite {
	width: 867px;
	height: 100%;
	background-color: #121212;
	background-image: url(../images/fire_right.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align: top;
}

.tableMainInner {
	width: 867px;
	height: 100%;
}

.tdLeftBg {
	background-image: url(../images/fire_left.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.topLeft {
	width: 200px;
	height: 36px;
}
.topRight {
	width: 667px;
	height: 36px;
	background-color: #0a0a0a;
}

.headerLogo {
	width: 200px;
	height: 116px;
	border-bottom: 1px solid #ba1319;
}
.headerMain {
	width: 667px;
	height: 116px;
	border-bottom: 1px solid #ba1319;
}

.footerSolution {
	width: 200px;
	height: 20px;
	padding: 5px 10px;
	border-top: 1px solid #ba1319;
}
.footerMain {
	width: 667px;
	height: 20px;
	padding: 5px 10px;
	border-top: 1px solid #ba1319;
	background-color: black;
}

.innerContent {
	vertical-align: top;
	padding: 10px;
	background-color: #0a0a0a;
	border-left: 1px solid black;
}

.innerLeft {
	vertical-align: top;
	width: 200px;
	height: expression(document.body.clientHeight - 185 + 'px');
}

/*****************************
 TOP NAVIGATION
******************************/


/*****************************
 MENU
******************************/

.menuCont {
	width: 200px;
}

.menuCont a:link,
.menuCont a:visited,
.menuCont a:hover,
.menuSub_1 a:link,
.menuSub_1 a:visited,
.menuSub_1 a:hover,
.menuSub_2 a:link,
.menuSub_2 a:visited,
.menuSub_2 a:hover {
	display: block;
	background-color: #292929;
	border-bottom: 1px solid black;
	padding: 6px 15px 7px 15px;
	color: #d8d8d8;
	font-family: Tahoma, serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
.menuCont a:hover,
.menuSub_1 a:hover,
.menuSub_2 a:hover {
	color: white;
	text-decoration: underline;
}
.menuSub_1 a:link,
.menuSub_1 a:visited,
.menuSub_1 a:hover {
	background-color: #1e1e1e;
	padding: 4px 15px 5px 30px;
}
.menuSub_2 a:link,
.menuSub_2 a:visited,
.menuSub_2 a:hover {
	background-color: #161616;
	padding: 4px 15px 5px 45px;
}
a.subSelected:link,
a.subSelected:visited,
a.subSelected:hover {
	font-weight: bold;
}

/****************************
Product styles
*****************************/

.productTable {
	width: 100%;
	text-align: center;
}
.productItem {
	/*width: 205px; */
	width: 33%;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
.productItem * {
	text-align: center;
}

.flash_gallery {
	text-align: center;
}
.imageBorder {
	border: 5px solid #404040;
}

.productItem a:link,
.productItem a:visited {
	text-decoration: none;

}
.productItem a:hover {
	text-decoration: underline;
}
/*****************************
 OTHER
******************************/

.errorInput {
	border: 1px solid red;
}
.errorText {
	color: red;
}

.copyright {
	color: black;
	text-align: right;
}

.solution_lt {
	color: #d33f97;
}

.picBorder {
	border: 5px solid #c1c1c1;
	margin: 0 5px 5px 0;
}


/****************************
Form styles
*****************************/

form {
	padding: 0;
	margin: 0;
}

.button {
	background-color: #404040;
	border: 1px solid #767676;
	color: white;
	font-family: Tahoma, Arial;
	font-size: 12px;
	padding: 1px 10px 1px 10px;
}

.textField {
	background-color: #1e1e1e;
	border: 1px solid #505050;
	color: white;
	font-family: Tahoma, Arial;
	font-size: 12px;
	width: 200px;
}
/*textarea {
	width: 100%;
}*/

.formSpecial {
	display: none;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ba1319;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	/*width: 145px;*/
}
div.errorNull {
	width: 100%;
	position: relative;
	display: table;
}
div.errorMessage {
	float: left;
	background-color: #ba1319;
	border: 1px solid red;
	font-weight: normal;
	color: white;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 150px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}


