body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	margin: 0px;
}
p, ul, li {
	color: #ffffff;
	font-size:12px;
}
p{
	margin-left: 10px;
}
h1 {
	color: #ffffff;
	font-size:14px;
	margin-left: 10px;
}
h2 {
	color: #ffffff;
	margin-left: 10px;
	font-size:12px;
	font-weight:bold;
}
.button {
	font-size: 14px;
	padding: 5px;
	color: #ffffff;
	background-color: #8c0c19;
	border: none;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	cursor: pointer;
	text-decoration:none;
	text-align: center;
}

.button:hover {
	color: #684b07;
	background-color: #FFE784;
}

#site-holder {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top-header {
	width: 670px;
	height: 250px;
	float: left;
}

#top-menu {
	width: 90px;
	margin: 0;
	padding: 0;
	float: right;
}

#top-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#top-menu ul li {
	margin: 0;
	padding: 0;
}

#top-menu ul li a {
	width: 90px;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}

#top-menu ul li a#home {
	background-image: url(../sitepix/buttons/home.png);
	height: 62px;
	display: block;
}

#top-menu ul li a#about {
	background-image: url(../sitepix/buttons/about.png);
	height: 72px;
	display: block;
}

#top-menu ul li a#basket {
	background-image: url(../sitepix/buttons/basket.png);
	height: 60px;
	display: block;
}

#top-menu ul li a#checkout {
	background-image: url(../sitepix/buttons/checkout.png);
	height: 56px;
	display: block;
}

#left-menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262626;
}

#left-menu ul {
	margin: 5px 0px 10px 10px;
	padding: 0;
	list-style-type: none;
}

#left-menu ul li {
	margin: 0;
	padding: 0;
}

#left-menu ul li a {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	color: #FFF;
}

#left-menu ul li a:hover {
	color: #E40C21;
}

#left-menu-small ul {
	margin: 5px 0px 10px 10px;
	padding: 0;
	list-style-type: none;
}

#left-menu-small ul li {
	margin: 0;
	padding: 0;
}

#left-menu-small ul li a {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}

#left-menu-small ul li a:hover {
	color: #FFF;
}

#main-section-holder {
	background-color: #262626;
	float: left;
}

#main-section {
	width: 758px;
	background-color: #000000;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	float: left;
}

#main-section .border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #262626;
}

#footer {
	width: 760px;
	height: 85px;
	background-color: #8C0C19;
	float: left;
	text-align: center;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	margin: 10px 5px 0px 5px;
}
#footer ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer ul li a.active {
	color: #FFF;
	text-decoration: underline;
}

#footer p {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	margin: 5px;
	padding: 0px;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
	color: #000;
}
.page_nav a.active {
	text-decoration: underline;
}

