html 
{ 
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding:0;
}

body
{
	text-align:center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: #F8F8FF;
	
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #0065A4;
	font-weight:bold;
}

a:hover
{
	color: #009FE2;
	text-decoration: underline;
}

.container, .short_container
{
	margin: 0 auto;
	border: 1px solid #000;
	width: 740px;	
	
	background-image: url(/images/rounded_logo.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
	padding-bottom: 0.5em;
	position:relative;
	/* text-align: left; */
}

.short_container
{
	background-image: url(/images/rounded_logo_short.gif);
}

#PanellessHead
{
	background-image: url(/images/header.jpg);
	padding-bottom:120px;
	background-repeat: no-repeat;
	background-position: top right;
}

#PaneledHead
{
	background-image: url(/images/header_lined.jpg);
	padding-bottom:135px;
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 20px;
}

#PageTitle
{
	display: none;
}

.placeorder
{
	position:absolute;
	top:114px;
	right: 4px;
}

.yourpackage
{
	position:absolute;
	top:115px;
	left:25px;
	
	font-weight: bold;
}

.yourpackage a
{
	text-align:right;
	font-size: 75%;
	text-transform: lowercase;
	font-weight: normal;
}

.packagename
{
	color: #70499F;
	font-weight:bold;
}

.CartDisplay
{
	margin: 1em auto;
}

.FormTable, .PackageTable
{
    margin: 0 auto;
    text-align: left;
}

#footer
{
	background-image: url(/images/footer_bar.gif);
	background-repeat:no-repeat;
	background-position: top center;
	margin-top: 20px;
	clear: both;
	text-align: left;
	padding: 25px 6px 0px 6px;
	font-size: 0.8em;
}

#footer a
{
    font-weight: normal;
    color: #000000;
}

.ProductsList
{
	margin: 0 auto;
}

h1
{
	margin-top:0;
}

.ProductName
{
	text-align:center;
	margin-bottom: 0;
}

.contentHeader
{
	font-size: 350%;
	margin-bottom: 0em;
}

h2
{
	padding-top: 0;
	margin-top: 0;
}

.Breadcrumb
{
	float:left;
	margin-left:250px;
	margin-top: 97px;	
	font-size: 11px;
	color: #696969;
}

.Breadcrumb a
{
    font-weight: normal;
}

.cartinfo
{
	font-size: 11px;
	margin-top: -41px;
	margin-left: 250px;
	float: left;
}
