/* CSS Document */

/* Global Styles */
html, body
{
    margin: 5px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #636466;
	background-color: #FFFFFF;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #1C3F94;
    font-weight: normal;
}

a:hover     
{
    text-decoration: none;
	color: #E91939;
} 
	   
img { border-width: 0; }

.orangeBG { background: #FFE5AC; }
.drkOrangeBG { background: #FDB813; }
.redBG { background: #E91939; }
.whtBG { background: #FFFFFF; }
.mainOrangeBG { background: url(images/mainBotLeftBG.jpg) no-repeat bottom left #FFE5AC; }
.boxTopBG { background: url(images/boxTopBG.jpg) repeat-x; }
.boxLeftBG { background: url(images/boxLeftBG.jpg) repeat-y; }
.boxRightBG { background: url(images/boxRightBG.jpg) repeat-y; }
.boxBotBG { background: url(images/boxBotBG.jpg) repeat-x; }
.hrBG { background: url(images/hrBG.jpg) repeat-x; height: 5px; }

.topNav, .topNav a
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #1C3F94;
	font-weight: bold;
	padding: 0px 8px;
	text-decoration: none;
}

.leftNav, .leftNav a
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #1C3F94;
	font-weight: bold;
	padding: 0px 0px;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
}

.bottomNav, .bottomNav a
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #1C3F94;
	font-weight: bold;
	padding: 5px 9px;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
}

.topNav a:hover, .leftNav a:hover, .bottomNav a:hover
{
	color: #E91939;
	text-decoration: none;
}

.redTitleText
{
	font-size: 16px;	
	font-weight: bold;
	margin: 0px 0px;
	text-align: left;
	color: #E71939;
}

.blueTitleText
{
	font-size: 16px;	
	font-weight: bold;
	margin: 0px 0px;
	text-align: left;
	color: #1C3F94;
}

.titleText
{
	font-size: 13px;	
	font-weight: bold;
	margin: 0px 0px;
	text-align: left;
	color: #1C3F94;
}

.mainText
{
	font-weight: normal;
	text-align: left;
}

.redText { color: #E91939; }
.blueText { color: #1C3F94; }
.retailText { color: #000000; font-size: 14px; font-weight: bold; }
.priceText { color: #E91939; font-size: 14px; font-weight: bold; } }


/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}