body {
	color: #FFFFFF;
	background-color: black;
	font-family: "Gill Sans MT", "Times New Roman";
}
a {
	color:	#FF00FF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
} 
a img {
	border:none;
}
h3 {
	color: #FF00FF;
	display: inline;
	text-decoration: underline;
}
ul {
	list-style: none;
	color: #FFFFFF;
}
.admin {
	font-family: "Gill Sans MT", "Times New Roman";
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	font-size:17px;
	color: #FF00FF;
}
.rowHeader {
	font-size:15px;
	color: #FF99FF;
}
.hidden {
	visibility: hidden;
}

#container {
	width: 950px;
}
#header #menu {
	background: url(graphics/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
}
#header #menu a {
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}
#header #menu a:hover {
	color: #999999;

}
#right {
	float: right;
	width: 19%;
}
#right #productSearch {
	padding-bottom: 20px;
	border-bottom: 1px solid grey;

}
#right #miniBasket {
	padding-bottom: 20px;
	border-bottom: 1px solid grey;

}
#right #miniBasket td {
	font-size: 14px;
}
#right #miniBasket th {
	color:#FF00FF;
	font-size: 14px;
}
#right #miniBasket span{
	color: #FF00FF;
	font-size: 16px;
	font-weight: bold;
}
#right #news {
	border-bottom: 1px solid grey;
}
#right #news h4 {
	display: inline;
	text-decoration: underline;
	font-style:italic;
}
#body {
	float: left;
	width: 80%;
}
#body #content {
	background-image:url(graphics/shining-light.jpg);
	background-position:left;
	background-repeat:repeat-y
}
#body #content #categories div {
	margin: 5px;
	float: left;
	padding: 5px;
	font-size: 18px;
	text-align: center;
}
#body #content #advert {
	width: 100%;
	clear: left;
	background-image: url(graphics/advert-bg.jpg);
	height: 200px;
	color: black;
}
#body #content #callback {
	float: left;
	margin: 20px;
}
#body #content #catalogue {
	float: right;
	margin: 20px;
}
#body #content #admin-form {
	text-align: right;
	width: 300px;
}
#body #content table td a {
	color: #FFFFFF;
}
#body #content table h3 {
	color: #FFFFFF;
}
#body #content table h3.basket {
	color: #FF00FF;
	text-decoration: none;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 7px;
}
#footer #menu {
	background: url(graphics/bottom-menu-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	padding-bottom: 4px;
}
#footer #menu a {
	font-size:	16px;
	padding left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
#footer #menu a:hover {
	color: #999999;
}
#footer #credits {
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer #credits a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer #credits a:hover {
	color: #0000FF;
	text-decoration: underline;}
