/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #31292B;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #e2001a;
	text-decoration: none;
}
a:visited {
	color: #e2001a;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}



a.lkFooter:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.lkFooter:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.lkFooter:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.lkFooter:active {
	color: #FFFFFF;
	text-decoration: none;
}



a.lkSales:link {
	display: block;
	height: 100px;
	width: 200px;
	border: 1px solid #000000;
}
a.lkSales:visited {
	display: block;
	height: 100px;
	width: 200px;
	border: 1px solid #000000;
}
a.lkSales:hover {
	display: block;
	height: 100px;
	width: 200px;
	border: 1px solid #FFFFFF;
}
a.lkSales:active {
	display: block;
	height: 100px;
	width: 200px;
	border: 1px solid #FFFFFF;
}



a.lkLayers:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #595959;
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.lkLayers:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #595959;
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.lkLayers:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #e2001a;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.lkLayers:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #e2001a;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtRed {
	color: #e2001a;
}

.txtRed16px {
	font-size: 16px;
	color: #e2001a;
	font-weight: bold;
}

.txtRed10px {
	color: #e2001a;
	font-size: 10px;
}

.txtGrey {
	color: #727272;
}

.txtGrey10px {
	color: #727272;
	font-size: 10px;
}

.txtGrey14px {
	font-size: 14px;
	color: #727272;
	font-weight: bold;
}

.txtBlack14px {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.txtPageTitles {
	color: #727272;
	font-size: 22px;
	font-weight: bold;
}


/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgHeader01 {
	background-image: url(../images/header-01.jpg);
	background-repeat: no-repeat;
}

.bgHeader02 {
	background-image: url(../images/header-02.jpg);
	background-repeat: no-repeat;
}

.bgHeader03 {
	background-image: url(../images/header-03.jpg);
	background-repeat: no-repeat;
}

.bgHeader04 {
	background-image: url(../images/header-04.jpg);
	background-repeat: no-repeat;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.formfields80 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 80%;
	padding: 2px;
	border: 1px solid #CCCCCC;
}