p {
	padding-right: 50pt;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.spacer
{
	clear: both;
	height:0;
}

/*/////////////////////////////////
		 MAIN DIV
////////////////////////////////////*/

.main {
	margin: 0;
	margin-left: 170px;
	margin-right: 15px;
}

/*/////////////////////////////////
		 MENU
////////////////////////////////////*/
.menu {
	float: left;
	width: 150px;
	background: white;
}


.menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.menu a {
	text-decoration: none;
	display: block;
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
}

.menu a:link {}
.menu a:visited {}
.menu a:active {}

.menu a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}

.menu .secondary .active{
	font-weight: normal;
	background-color: RGB(255,220,66);
}

.menu .active{
	text-decoration: underline;
	font-weight: bolder;
	background-color: RGB(237,157,37);
}

.menu .secondary a
{
	margin-left:15px;
	font-size: .8em;
}

.menu .secondary a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}

/*/////////////////////////////////
		 HEADER
////////////////////////////////////*/

.header {
	background-color: #000000;
	height: 120px;
	border-bottom-style: groove;
	border-bottom-color: #FF0000;
	border-bottom-width: thick;
}

/*/////////////////////////////////
		 FOOTER
////////////////////////////////////*/


.footer {
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	width: 100%;
	text-decoration: none;
	height: 40pt;
	border-bottom-color: #000000;
	border-bottom-style: groove;
	border-bottom-width: thick;
	float: none;
	left: 0px;
}

#divFooter li {
	display: inline;
	padding-left: 20px;
	color: #FFFFFF;
	padding-right: 20px;
}

#divFooter text {
	font-size: medium;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*/////////////////////////////////
		 BASKET
////////////////////////////////////*/

#basket
{
	position: absolute;
	top: 25px;
	right:100px;
	width:100px;
	height:100px;
	background-color: RGB(247,230,17);
	border: thick groove #FF0000;
	text-align: center;
}


