/* CSS Document */
body {
	background: #d6d9de;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

p, td, li {
	font-size: 12px;
	color: #878991;
}

a, a:active, a img {
	color: #79a8b0; /* 7b7b75 */
	text-decoration: none;
}

a:hover {
	color : #2a87d5;
}

div.line1 {
	background-color: #2f3137;
	height: 14px;
	overflow: hidden;
	margin: 0px;
}

div.main {
	background-color: #3b3d44;
	padding: 20px;
}

div.shadow {
	background-image: url(../images/shadow.gif);
	height: 11px;
	overflow: hidden;
}

div.footer {
	background-color: #2f3137;
	height: 45px;
	overflow: hidden;
	padding: 10px;
	padding-top: 15px;
	font-size: 11px;
	color: #5f626b;
	text-align: right;
	vertical-align: middle;
}

div.footer a, div.footer a:active {
	color: #5f626b;
	text-decoration: none;
}

div.footer a:hover {
	color : #2a87d5;
}

div.header1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bfc3d1;
	margin-bottom: 20px;
}

div.header2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bfc3d1;
	margin-bottom: 3px;
	padding-left: 5px;
}

table.productspec th {
	text-align:left;
	margin: 0px;
	padding: 2px;
	padding-right: 30px;
	color: #bfc3d1;
	border-bottom: 1px solid #bfc3d1;
}

table.productspec td {
	text-align:left;
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #bfc3d1;
}

textarea.contact, #contact_submit {
	border: 1px solid #b1b1b1;
	background-color: #3b3d44;
	overflow: auto;
	color: #b2b2b2;
}

select.dbox {
	border: 1px solid #666666;
	width: 110px;
	background-color: #3b3d44;
	color: #b2b2b2;
	margin-right: 5px;
}






















/* Form Validation */
.required {
	/*background-image: url(../images/required.gif);*/
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #b1b1b1;
	background-color: #3b3d44;
	color: #b2b2b2;
}

input.invalid, textarea.invalid {
	/*background-color: #ffeaf3;*/
	border: 0.1em;
	border-color: #ffffcc !important;
	border-style: solid;
}

input.invalid:focus, textarea.invalid:focus {
	/*background-color: #ffeaf3;*/
	border: 0.1em;
	border-color: #e61577 !important;
	border-style: solid;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
}

/* lavalamp */

.lavaLampWithImage {
	position: relative;
	height: 29px;
	width: 756px;
	background-color: #2a87d5;
	padding: 5px;
	margin: 0px;
	overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("../images/lava2.gif") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url("../images/lava2.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	/*font-family: Arial Narrow, Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}





