h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 20px;
	color: #a91e26;

}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#secondBlockLeft {
	width:620px;
	margin:0 auto;
	font-size:12px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-right:1px dotted #333333;
	padding-right:15px;
	color:#fff;
	float:left;
	}
#secondBlockRight {
	width:180px;
	margin:0 auto;
	font-size:12px;
	padding: 5px 5px 5px 5px;
	color:#fff;
	float:right;
	}
#productsBlockLeft {
	width:180px;
	margin:0 auto;
	font-size:12px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	color:#fff;
	float:left;
	}
#productsBlockRight {
	width:620px;
	margin:0 auto;
	font-size:12px;
	padding: 5px 5px 5px 5px;
	border-left:1px dotted #333333;
	padding-left:18px;
	color:#fff;
	float:right;
	}
.bodyCopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	letter-spacing: -0.2px;
}
.highlightCopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a91e26;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	letter-spacing: -0.2px;
}

ul
{
margin-left: 0;
padding-left: 0;
list-style: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 20px;
}

li
{
padding-left: 20px;
background-image: url(images/arrow.png);
background-repeat: no-repeat;
background-position: 1px;
}

.bodyHighlight{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#a91e26;
	line-height: 18px;
}
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color: #a91e26;
	text-decoration:underline;
	}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}

/* ----------------------------- Form Elements -------------------------------- */


.field {
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #e07900;
	background-color: #F6F6F6;
	width: 200px;
	height: auto;
	border-top: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 2px;
}

.longfield {
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #e07900;
	background-color: #F6F6F6;
	width: 270px;
	height: auto;
	border-top: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 2px;
}

.button {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, sans-serif;
	color: #4C4C4C; 
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	width: 50px;
	height: 20px;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 0px;
}
.radioShow_List {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, sans-serif;
	color: #4C4C4C; 
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	width: 270px;
	height: 20px;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 0px;
}

