body
{
	background-image: url(../images/bgMain2.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2D3690;
	line-height:1.2em;
}

div#mainContent
{
	border-left: 4px solid #2D3690;
	border-right: 4px solid #2D3690;
	width: 760px;
	margin: 0 auto;
	overflow:auto;
	background-color:#FFF;
	position:relative;
}

div#viewCart
{
	display: none;
}

#header a
{
	color:#2D3690;
	border: none;
	padding: 0;
	margin:0;
}

#topNav img
{
	cursor:pointer;
}

a:link
{
	color:#2D3690;
}
a:visited
{
	color:#999;
}

#mainContent a
{
	font-weight:bold;
}

a img
{
	border: none;
}
/* ----------------------------------------------------------- */
select
{
	border:1px solid #CCCCCC;
}

input#txtZipCode, input#txtCardNumber
{
	font-size:11px;
	padding-left: 3px;
}

div#footer
{
	position:relative;
}

div#footer div#copyright
{
	position:absolute;
	bottom:4px;
	left: 40px;
	font-size:9px;	
}

div#tangelo
{
    color:#2D3690;
    font-weight: normal;
    font-size: 9px;
    position: absolute;
    right:10px;
    bottom:4px;
}

#tangelo a:link,
#tangelo a:visited,
#tangelo a:hover,
#tangelo a:active
{
    color:#2D3690;
    font-size:10px;
    text-decoration: underline;
    font-weight: normal;
}


