@charset "utf-8";
/* CSS Document */

body
	{
		background-image:url('images/pageBGall.gif');
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		margin:0px;
		padding:0px;
		font-family:Times New Roman, "Times", serif;
		font-size:14px;
	}
	
#mainContainer
	{
		width:100%;
		height:auto;
	}
	
#centerTopBar
	{
		width:950px;
		margin:0px auto;
	}
	
#TopBar
	{
		background-image:url('images/indexBG.jpg');
		background-repeat:no-repeat;
		font-color:#996666;
		width:950px;
		height:25px;
		text-align:right;
		display:table-cell;
		vertical-align:middle;
		margin:0px auto;
	}

.topbarlink { color:#996666; font-size:12px; }
.topbarlink a:link { color:#996666; text-decoration:none; font-size:12px; }
.topbarlink a:active { color:#996666; text-decoration:none; font-size:12px; }
.topbarlink a:visited { color:#996666; text-decoration:none; font-size:12px; }
.topbarlink a:hover { color:#B10000; text-decoration:none; font-size:12px; }

.whitelink { color:#996666; }
.whitelink a:link { color:#996666; text-decoration:none; }
.whitelink a:active { color:#996666; text-decoration:none; }
.whitelink a:visited { color:#996666; text-decoration:none; }
.whitelink a:hover { color:#B10000; text-decoration:none; }

.redlink a:link { color:#B10000; text-decoration:none; float:left; display:inline-block; }
.redlink a:active { color:#B10000; text-decoration:none; float:left; display:inline-block; }
.redlink a:visited { color:#B10000; text-decoration:none; float:left; display:inline-block; }
.redlink a:hover { color:#B10000; text-decoration:none; float:left; display:inline-block; }

#logo_menu_container
	{
		width:950px;
		margin:0px auto;
	}

#logo
	{
		position:relative;
		width:362px;
		height:140px;
		float:left;
	}
#menu
	{
		position:relative;
		width:588px;
		height:140px;
		float:left;
		background-color:#660000;
	}
	
#divider
	{
		width:100%;
		height:3px;
		background-color:#993333;
		clear:both;
	}

#divider2
	{
		width:100%;
		height:1px;
		background-color:#993333;
		clear:both;
	}

#redline_afligo
	{
		height:1px;
		width:33px;
		background-color:#993333;
		float:right;
		margin-top:8px;
	}
#redline_fullfillment
	{
		height:1px;
		width:100px;
		background-color:#993333;
		float:right;
		margin-top:8px;
	}
#redline_technology
	{
		height:1px;
		width:15px;
		background-color:#993333;
		float:right;
		margin-top:8px;
	}
#redline_customercare
	{
		height:1px;
		width:75px;
		background-color:#993333;
		float:right;
		margin-top:8px;
	}
#redline_globalpayments
	{
		height:1px;
		width:65px;
		background-color:#993333;
		float:right;
		margin-top:8px;
	}
#redline_prepaidcards
	{
		height:1px;
		width:15px;
		background-color:#993333;
		float:right;
		margin-top:8px;
	}
#redline_spiffs
	{
		height:1px;
		width:55px;
		background-color:#993333;
		float:right;
		margin-top:8px;
	}

.HeaderTxt
	{
		color:#993333;
		font-size:24px;
		font-weight:bold;
	}

#contentContainer
	{
		width:950px;
		margin:0px auto;
        line-height:22px;
		text-align:justify;
	}

#pageContentLeft
	{
		width:389px;
		height:auto;
		background-color:#FFFFFF;
		float:left;
		padding:5px;
		border-right:1px solid #660000;
		margin-top:15px;
		margin-bottom:15px;
	}
	
#pageContentRight
	{
		width:500px;
		height:auto;
		background-color:#FFFFFF;
		float:left;
		padding:0px 25px;
		margin-top:15px;
		margin-bottom:15px;
	}

#pageContentLeft2
	{
		width:389px;
		height:auto;
		background-color:#FFFFFF;
		float:left;
		padding:5px;
		border-right:1px solid #660000;
		margin-top:15px;
		margin-bottom:15px;
	}
	
#pageContentRight2
	{
		width:500px;
		height:auto;
		background-color:#FFFFFF;
		float:left;
		padding:0px 25px;
		margin-top:15px;
		margin-bottom:15px;
	}

#cr
	{
		color:#996666;
		font-size:12px;
		width:950px;
		padding-top:7px;
		padding-bottom:7px;
		background-color:#FFFFFF;
		text-align:center;
		margin:0px auto;
	}
