a:link {
	font-size:12px;
	font-weight:bold;
	color:#000066;
	text-decoration: underline;
} 
a:visited {
	font-size:12px;
	font-weight:bold;
	color:#000066;
	text-decoration: underline;
} 
a:hover {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-decoration: underline;
}
a:active {
	font-size:12px;
	font-weight:bold;
	color: #000066;
	text-decoration: underline;
}

a img{
	border:none;
}

.greenBold {
	color:#008000;
	font-weight:bold;
}
.orangeBold {
	color:#E44F1A;
	font-weight:bold;
}
.clearBoth {
	clear:both;
	font-size:0px;
}

ul.alternatingRows {
	list-style:none;
}

ul.alternatingRows li{
	border-bottom:#567587 1px solid;
	margin-left:-40px;
	padding-left:30px;
	min-height:30px;
	height:auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

ul.alternatingRows li.first{
	background-color:#DBE1E6;
	border-top:#567587 1px solid;
}

ul.alternatingRows li.bkgdcolor{
	background-color:#DBE1E6;
}

.clearBoth{
	clear:both;
	hieght:0px;
	font-size:0px;
}


#translator{
	width:150px;

	float:left;
	margin-left:20px;
	margin-bottom: 40px;
}
/*--------------------- Request Quote Start ---------------------*/
#frmRequest {
	width: 500px;
	margin:0 auto;
}
#frmRequest fieldset {
	border: #999999 2px solid;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
}
#frmRequest fieldset legend {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
#frmRequest label {
	display: block;
	float: left;
	width: 120px;
	padding: 0; 
	margin: 5px 5px 0 0;
	text-align: right;
	color:#333333;
}
#frmRequest input, #frmCheckout select {
	margin:3px 2px 0 0;
	color: #000000;
}
#frmRequest div {
	clear: left;
	display: block;
	width: 380px;
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
}
#frmRequest div#submitForm {
	width: 490px;
	text-align:right;
}
/*--------------------- Request Quote End ---------------------*/




/*--------------------- Newsletter Sign Up ---------------------*/
#newsletter_signup {
	float:right;
	margin:0 100px 0 30px;
}
#frmNewsletter {
	width: 300px;
	margin:0 auto;
}
#frmNewsletter fieldset {
	border: #999999 2px solid;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 10px 0px 0px 0px;
}
#frmNewsletter fieldset legend {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
#frmNewsletter label {
	display: block;
	float: left;
	width: 50px;
	padding: 0; 
	margin: 5px 5px 0 0;
	text-align: right;
	color:#333333;
}
#frmNewsletter input, #frmCheckout select {
	margin:3px 2px 0 0;
	color: #000000;
}
#frmNewsletter div {
	clear: left;
	display: block;
	width: 280px;
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
}
#frmNewsletter div#submitForm {
	width: 250px;
	text-align:right;
}
#newsletterSuccess {
	border: #999999 2px solid;
	padding:10px;
	width: 300px;
	font-weight:bold;
	text-align:left;
}
#newsletterSuccess p {
	text-align:left;
	width: auto;
	padding:0 10px;
}

/*------------------------------------------*/






/*--------------------- Errors Start ---------------------*/
#error {
	width:300px;
	border:#999999 1px solid;
	background-color:#FFFFCC;
	padding:15px 15px 25px 15px;
	margin-bottom:15px;
}

#error #errorTitle {
	color:#990000;
	font-size:14px;
	font-weight:bold;
}
#error div {
	color:#993300;
	font-size:12px;
	padding-left:25px;
}
/*--------------------- Errors End ---------------------*/

