/******************************** Overall styles */

body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#pagewidth {
	width: 750px;
	margin: 0 auto;
}

/******************************** Links */

a:hover {
	text-decoration: none;
}

/******************************** Page header */

#header {
	height: 150px;
	background-color: #000000;
	display: block;
}

.header_image img {
	margin: 5px 15px 0 15px;
}

#header_caption {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-family: Palatino, "Book Antiqua";
	margin-top: -20px;
}

/******************************** Top horizontal navigation */

#topnav {
	background-color: #000;
}

#topnav ul {
	margin: 0;
	padding: 4px 0;
	list-style-type: none;
	text-align: left;
	font-size: 80%;
}

#topnav ul li {
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #FFF;
}

#topnav ul li#lastlink {
	border-right: none;
}

#topnav ul li a:link, #topnav ul li a:visited,  #topnav ul li a:current{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#topnav ul li a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/******************************** Content column */

#maincol {
	background-color: #FFF;
	text-align: left;
	float: left;
	width: 100%;
}

#content {
	padding: 0.5em;
	font-size: 80%;
	line-height: 150%;
}

/******************************** Right hand column */

#rightcol {
	background-color: #E3E3E3;
	float: right;
	width: 206px;
	padding: 3px;
	font-size: 85%;
}

/******************************** Header tags */

h1 {
	font-family: Palatino, Book Antiqua, Georgia, Serif;
	font-size: 150%;
	text-align: center;
}

h2 {
	font-size: 110%;
}

/******************************** Text styles */

.text_red {
	color: red;
}


/******************************** Banner */

#banner {
	background-color: #000;
	padding: 10px;
	text-align:center;
	color:#FFF;
	font-size: 18px;
	font-weight:bold;
	width: 650px;
	border: 1px solid #CCCCCC;
	margin-right: 40px;
	margin-left: 40px;
}

#banner a{
	text-decoration: none;
	color:#FFF;
}

#banner a:hover{
	text-decoration: underline;
}


/******************************** Forms */

fieldset {
	border: 1px solid #000;
	margin: 0.5em;
	padding: 0.5em;
}

legend {
	font-weight: bold;
	font-size: 120%;
}

/******************************** Page footer */

#footer {
	height: 100px;
	font-size: 70%;
	color: #FFF;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	clear: both;
	padding: 1em 0;
}

#footer a {
	color: #FFF;
}

/******************************** Shopping basket table */

.basket_table th {
	background-color: silver;
	border: 1px solid gray;
	padding: 4px;
}

.basket_table td {
	border: 1px solid gray;
	padding: 4px;
}

/******************************** Product category page */

.category_table td {
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
}

.category_table td img {
	display: block;
	margin-bottom: 0.5em;
	border: 1px solid silver;
}


/* Div containing the shopping cart */

#basket_box {
	float: right;
	text-align: center;
	color: #333333;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-top: 1px;
	background-color: #FFFFFF;
	font-size: 11px;
	margin-right: 3px;
	margin-top: -22px;
	padding-right: 3px;
}

#basket_box a {
	color: #333333;
}
