/*######## REDEFINED TAGS & OTHERS ########*/
body {
	margin:0px;
	padding:0px;
	color:#333333;
	line-height:1.4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin-bottom:3px;
	margin-top:-6px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	margin-bottom:3px;
	margin-top:-6px;
	padding-left:20px;
	padding-top:20px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:16px;
	margin-bottom:3px;
	margin-top:-6px;
	border-bottom:1px solid #ccc;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#B0251E;
	font-size:12px;
	margin-bottom:3px;
	margin-top:-6px;
}

form {
	display:inline;
}
input, textarea {
	border:1px solid #e6e6e6;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	text-align:justify;
}
.imgBorder img {
	border:1px solid #dfdfdf;
	background-color:#dfdfdf;
	padding:5px;
}
.noBorder img {
	border:none;
}
.white {
	color:#FFFFFF;
}
/*######## END REDEFINED TAGS & OTHERS ########*/

/*######## FORM ELEMENTS ########*/
#hv:hover, #hv:focus {
}
.button input {
	border:none;
}
/*######## END FORM ELEMENTS ########*/

/*######## Main navigation ########*/
#mainNav {
	margin:0px;
	padding:0px;
}
#mainNav li {
	display:inline;
	margin:0px;
	padding:0px;
	margin-left:25px;
	margin-right:25px;
}
#mainNav li a:link, #mainNav li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#mainNav li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

/*######## END Main navigation ########*/

/*######## LAYER STYLES ########*/
#lyContainer {
	width:750px;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.lyLeft {
	float:left;
	display:inline;
	padding-bottom:1px;
}
.lyRight {
	float:right;
	display:inline;
	padding-bottom:1px;
}
#lyTopNav {
	background: url(../images/head_c.jpg) no-repeat right ;
	width:750px;
	height:33px;
	margin-top:10px;
	padding-top:8px;
}
#lyHomeImg {
	float:left;
	display:inline;
	margin-left:-49px;
	margin-bottom:-12px;
	margin-top:20px;
	width:403px;
	height:257px;
}
#lyHomeMsg {
	float:right;
	display:inline;
	width:380px;
	margin-top:40px;
	padding-top:15px;
	padding-bottom:5px;
	border-top:1px solid #ccc;
	border-bottom:3px solid #ccc;
}
#box1 {
	display:inline;
	float:left;
	background-image:url(../images/box_1_top_b.png);
	background-repeat:no-repeat;
	width:249px;
	margin-right:1px;
	background-color: #3F7C5F;
}
#box1_2 {
	display:inline;
	float:left;
	background-image:url(../images/box1_top_2_b.png);
	background-repeat:no-repeat;
	width:249px;
	margin-right:1px;
	background-color: #3F7C5F;
}
#box1Bottom {
	background-image:url(../images/box_1_bottom_b.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:249px;
	height:6px;	
}
#box2 {
	display:inline;
	background-image:url(../images/box_2_top_b.png);
	background-repeat:no-repeat;
	float:left;
	width:249px;
	margin-right:1px;
	background-color: #3F7C5F;
}
#box2Bottom {
	background-image:url(../images/box_2_bottom_b.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:249px;
	height:6px;	
}
#box3 {
	display:inline;
	float:left;
	background-image:url(../images/box_3_top_b.png);
	background-repeat:no-repeat;
	width:249px;
	background-color: #3F7C5F;
}
#box3Bottom {
	background-image:url(../images/box_3_bottom_b.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:249px;
	height:6px;	
}
#lyFooter {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:750px;
	height:52px;
	padding:10px;
}
#lyProduct {
	float:left;
	display:inline;
	width:400px;
}
#lyContactInfo {
	display:inline;
	float:right;
	width:360px;
	/*border-left:1px solid #ccc;*/
	padding-left:20px;
}
#lyOtherProducts {
	display:inline;
	float:right;
	width:320px;
	padding-left:20px;
}
#lyErr{
	color:#ff0000;
}
#lyContact{
	float:left;
	display:inline;
}

.clear {
	clear:both;
}
.alignRight {
	text-align:right;
	padding-right:17px;
}
.red {
	background-color:#FFF4F4;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-top:1px solid #ff0000;
	border-bottom:1px solid #ff0000;
}
.green {
	background-color:#F0FCEF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-top:1px solid #009900;
	border-bottom:1px solid #009900;
}


/*######## END LAYER STYLES ########*/

/*######## LINK STYLES ########*/
.lkA11Black a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA11Black a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA11Black a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	border-bottom:1px solid #666;
}
.lkA12Black a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3F7C5F;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA12Black a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3F7C5F;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA12Black a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AE251D;
	text-decoration:none;
	border-bottom:0px solid #AE251D;
}

.lkA11Orange a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AE251D;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA11Orange a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AE251D;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA11Orange a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AE251D;
	text-decoration:none;
	border-bottom:1px solid #AE251D;
}
.lkA12Orange a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3F7C5F;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA12Orange a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3F7C5F;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA12Orange a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AE251D;
	text-decoration:none;
	border-bottom:1px solid #AE251D;
}
.lkA12White a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA12White a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.lkA12White a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
/*######## END LINK STYLES ########*/

/*######## TEXT STYLES ########*/
.txtA11Gray {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}
.txtA11Red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
}
.txtA11Green {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009900;
}

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 125%;
	font-weight: bold;
	margin: 5px;
	color:#B1231F
}

td, th {
	padding: 4px;
	font-size: 12px;
}

thead th {
    width: 90px;
	text-align: center;
	background: #DBE6DE;
	color: #4F76A3;
	font-size:12px;
}

tbody th {
	font-weight: bold;
}

tbody tr {
background: #FCFDFE; 
}

tbody tr.odd { 
background: #F7F9FC; }

table a{
text-decoration:none;
color:#B1231F;
}


table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}
/*######## END TEXT STYLES ########*/