ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #cc0000;
}

a:visited {
	color: #cc0000;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
}

/* @end */


/* @group layout */


/* set the width for the main auction width */



/* @end */
/* @group headermenustyle */

/* use your CSS from your site here -  HTML is inserted in the admin */

.menu {
	margin: 0px auto 0px auto;
	padding: 0;
	height: 30px;
	width: 960px;
	display: block;
	background: url(../images/SimpleAuctionSite/topMenuImages.gif) repeat-x;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
}

.menu li {
	padding: 0 ;
	margin: 0;
	list-style: none;
	display: inline;
}

.menu li a {
	float: left;
	padding-left: 15px;
	display: block;
	border-left: 1px solid #726854;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/SimpleAuctionSite/topMenuImages.gif) 0px -30px no-repeat;
}

.menu li a span {
	line-height: 30px;
	float: left;
	display: block;
	padding-right: 15px;
	background: url(../images/SimpleAuctionSite/topMenuImages.gif) 100% -30px no-repeat;
}

.menu li a:hover {
	background-position: 0px -60px;
	color: #FFF;
}

.menu li a:hover span {
	background-position: 100% -60px;
}

.auctionstyle #pmenu li a.active, #pmenu li a.active:hover {
	line-height: 30px;
	background: url(../images/SimpleAuctionSite/topMenuImages.gif) 0px -90px no-repeat;
	color: #FFF;
}

.menu li a.active span, #pmenu li a.active:hover span {
	background: url(../images/SimpleAuctionSite/topMenuImages.gif) 100% -90px no-repeat;
}

/* @end */

/* use this area for code created in the header insert in the admin */

/* @group header */

#PageHeader {
	width: 960px;
	margin: 0px auto;
}
#headerImage{
	background: url(../UserFiles/Image/banner.gif) no-repeat center top;
	height: 175px;
}

/* @end */


/* @group footer */

#Footer {
	position: relative;
	top:  10px;
	margin: 10px auto;
	clear: both;
}

/* @end */
