/* ------------------------------------------------------- HTML ------------------------------------------------------- */

body {
	background-color: #000000;
	text-align: center;
}

td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}







/* ------------------------------------------------------- LINKS ------------------------------------------------------- */

a:link, a:visited {
	color: #FFFF00;
	text-decoration: none;
}

a:hover, a:active {
	color: #0066CC;
	text-decoration: none;
}







a.linksTop, a.linksTop:visited {
	color: #0066CC;
	text-decoration: none;
}

a.linksTop:hover, a.linksTop:active {
	color: #FFFF00;
	text-decoration: none;
}





a.lkSiteMap:link, a.lkSiteMap:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.lkSiteMap:hover, a.lkSiteMap:active {
	color: #FFFF00;
	text-decoration: none;
}
/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.textYellow {
	font-weight: bold;
	color: #FFFF00;
}

.textYellow12px {
	font-weight: bold;
	color: #FFFF00;
	font-size: 12px;
}

.textYellow14px {
	font-weight: bold;
	color: #FFFF00;
	font-size: 14px;
	text-transform: uppercase;
}

.textRed {
	font-weight: bold;
	color: #FF0000;
}

.textRed12px {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}

.textRed14px {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	text-transform: uppercase;
}

.text8px {
	font-size: 8px;
}
.text12px {
	font-weight: bold;
	font-size: 12px;
}
.text14px {
	font-weight: bold;
	font-size: 14px;
}

.textBlack {
	font-weight: bold;
	color: #000000;
}

.textBold {
	font-weight: bold;
}

.txt12pxBold	{
	font-weight: bold;
	font-size: 12px;
	color: #CCCCCC;
}

.txt10pxBlue	{
	font-size: 10px;
	color: #0066CC;
}

.txt10pxDarkGrey	{
	font-size: 10px;
	color: #666666;
}
.textWhite12px {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.txtPricesRetail {
	text-decoration: line-through;
}

/* ------------------------------------------------------- DIV ------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 1000px;
	text-align: left;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#pageTitle {
	font-weight: bold;
	color: #FFFF00;
	font-size: 16px;
	text-transform: uppercase;
	height: 100px;
	width: 676px;
	top: 0px;
	line-height: 100px;
	text-indent: 400px;
	position: absolute;
	left: 223px;
}



/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgMain {
	background-image: url(../images/BG-main.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bgWave {
	background-repeat: no-repeat;
	background-image: url(../images/BG-wave.jpg);
}

.skip {
	background-color: #333333;
}
.skip1 {
	background-color: #111111;
}





/* ------------------------------------------------------- MISC ------------------------------------------------------- */

