/* CSS Document */

body

{
	background-image:url(../images/front-bkgd-grey.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	position: absolute;
}



#tanBKGD

{
	background-image:url(../images/front-bkgd-tan.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:380px;
	position: absolute;
	width: 100%;
}

#greyBKGD

{
	background-image:url(../images/front-bkgd-grey.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
	margin-top: 380px
	position: absolute;
	width: 100%;
}

#iconBKGD
{
	background-image:url(../images/front-splash-icon.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:396px;
	background-attachment: inherit;
	position: absolute;
	display: table-cell;
}

#barsBKGD
{
	background-image:url(../images/front-splash-bars.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100%;
	height:396px;

}



#buttonBar
{
	width:100%;
	height:159px;
	margin-top:237px;
	float:left;

}

#buttonHolder
{
	width:1024px;
	height:159px;
	margin:0 auto;
}

a#customLink,
a#retailLink
{
	width:512px;
	height:159px;
	background-image:url(../images/front-splash-buttons.gif);
	display:block;
	text-decoration:none;
}



a#customLink
{
	float:left;
	background-position:0 -159px;
}

a#retailLink
{
	float:right;
	background-position:512px -159px;
}



a:hover#customLink
{
	background-position:0 0;
}
a:hover#retailLink
{
	background-position:512px 0;
}


a#customLink span,
a#retailLink span
{
	display:none;
}

h1,
h2,
p
{
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	font-weight:normal;
}

h1
{
	font-size:18px;
	margin-top:50px;
}

h1 span
{
	color:#d15400;
}


h2
{
	font-size: 12px;
}

p
{
	font-size:10px;
}

	
.txtTbl {
	background-position: 450px;
	padding-top: 400px;
}

