/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	text-align: center;
	margin-top: 10px;
}

a
{
outline: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #800000;
}
a:active {
	text-decoration: none;
}
#page-container {
	width: 800px;
	text-align: left;
    margin: 0 auto;
	background-color: #B82020;
	background-repeat: repeat-y;
	background-position: left;
	
}
#banner {
	height: 155px;
}
#login {
	height: 22px;
	text-align: center;
	padding-top: 2px;
	background-color: #800000;
}
#login a{
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 2px;
}

#login a:hover{
color: #FFCC00;
}
#coolmenu {
background-color: #B82020;
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 10px;
}

#coolmenu a{
	padding: 2px;
	padding-left: 10px;
	display: block;
	width: 128px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#coolmenu a:hover{
background-color: #800000;
color: white;
}
#marketing {
	float: right;
	width: 660px;
	height: 150px;
	text-align: center;
}
#content {
	float: right;
	width: 660px;
	padding-top: 40px;
	padding-bottom: 24px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #B82020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a{
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 4px;
	padding-left: 2px;
}

#footer a:hover{
color: #FFCC00;
}
a:link img{
	text-decoration: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a:visited img{
	text-decoration: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a:hover img{
	text-decoration: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
}
#delivery{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 130px;
	padding-left: 10px;
	color: #FFFFFF;
}
#spacer{
	height: 24px;
}
div.float {
	float: left;
	padding-left: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 30px;
}

