/*-----------------------------------------------------------------
	CSS for screen media - steamrecreations.com
	Developed by Higher Sites : www.highersites.co.uk
-------------------------------------------------------------------*/

body {
	background-color: #F0ECD1;
	margin: 0;
	padding: 0;
	font-family: arial,verdana, sans-serif;
	text-align: center;
	color: #333333;
}

#primary {
	width: 988px;
	margin: auto;
	text-align: left;
}

/*-------------------------------------------------
	Headers
--------------------------------------------------*/

h1 {
	/* Phark accessible image replacement technique
	   It's good for Google! */
	text-indent: -100000px;
	background: url("images/header.jpg") no-repeat; 
	margin: 0;
	padding: 0;
	height: 115px;
}

h3 {
	font-size: 14px;
	color: #330000;
	margin: 5px 0 5px 0;
	background:  url("images/link-divider.gif") repeat-x bottom;
	padding-bottom: 8px;
}

h4 {
	margin: 0;
	font-size: 12px;
	color: #5B5537;
	font-weight: bold;
}

h5 {
	margin: 0;
	font-size: 11px;
	color: #5B5537;
	font-weight: normal;
}

/*-------------------------------------------------
	Primary navigation styles
--------------------------------------------------*/

#navigation {
	height: 50px;
	background: url("images/bg-topbanner_241106.png") no-repeat;
	margin: 0;
	padding-left: 20px;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation li a {
	display: block;
	margin-top: 8px;	
}

/*-------------------------------------------------
	Forms
--------------------------------------------------*/

label {
	float: left;
	display: table-cell;
	width: 140px;
	font-weight: bold;
}

form div {
 	margin-bottom: 15px;
 	font-size: 11px;
}


textarea {
 	width: 400px;
 	height: 90px;
 	font-size: 11px;
 	font-family: arial;
}

select, input {
 	font-size: 11px;
 	font-family: arial;
}

/*-------------------------------------------------
	Layout elements
--------------------------------------------------*/

#events, #content {
	width: 680px;
	float: right;
	padding-right: 5px;
	margin: 15px 10px 0 10px;
}

.event p {
 font-weight: normal;
}

.event {
	padding-bottom: 10px;
	margin-bottom: 20px;
	background:  url("images/link-divider.gif") repeat-x bottom;
	}

.event img {
 display: table-cell;
}

#main {
	width: 520px;
	float: right;
	padding-right: 5px;
	margin: 15px 10px 0 10px;
}

#no-sidebar {
	width: 970px;
	margin: auto;
	}

.sidebar {
	float: left;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 15px;
    padding: 0;
}

.sidebar ul {
   background:  url("images/sidebar-small-bg.jpg") repeat-y;
   width: 260px;
   margin: -5px 0 0 0;
   padding: 0;

   }

.sidebar li {
	padding:10px 0 10px 0;
	background:  url("images/link-divider.gif") repeat-x bottom;
	list-style: none;
	margin: 0 10px 0 10px;
}

.sidebar img {
	margin: 0;
	padding: 0;
	}

.wide-sidebar ul {
	background:  url("images/wide-sidebar-bg.jpg") repeat-y;
	width: 420px;
	}

#footer {
 	clear: both;
 	text-align: center;
 	padding-top: 10px
 	color: #A0975F;
	font-size: 11px;
}

#footer a {
	color: #A0975F;
	font-size: 11px;
}

/*-------------------------------------------------
	Gallery / Store styles
--------------------------------------------------*/
.gallery-thumb a:link, .gallery-thumb a:visited {
 	border: 1px solid #666;
 	font-size: 10px;
 	color: #666;
 	display: block;
 	padding: 4px;
 	margin-top: 4px;
}

.gallery-thumb {
 	display: table-cell;
 	float: left;
 	width: 160px;
 	margin: 5px 3px 5px 3px;
}

.selected a:link, .selected  a:visited {
 	color: black;
}

.gallery-thumb img {
 	border: 1px solid #666;
}

#cart img {
 	width: 80px;
 	border: 1px solid #666;
}

.button {
	background: #DDDAC2;
	font-size: 11px;
	}

.zoom {
	background: #DDDAC2 url("images/b_enlarge.gif") no-repeat 140px;
	}
.error {
	color: #FF0000;
	font-weight: bold;
	font-size:18px;

}
#basket {
 position: absolute;
 top: 30px;
 margin-left: 700px;
}

#basket a {
 color: #fff;
 font-size: 11px;
 font-weight: bold;
}
/*-------------------------------------------------
	Alternating rows
------------------------------------------------- */

.row1 {
 background: #eed;
}

.row1, .row0 {
 border-bottom: 1px dashed #ccc;
}


/*-------------------------------------------------
	Breadcrumb trail styles
--------------------------------------------------*/

#breadcrumb {
	background: #DAD6BF url(images/barend-crumb-left.gif) no-repeat left;
	width: 980px;
	margin: auto;
	margin-top: 10px;
	margin-bottom 20px;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}

#breadcrumb ul {
	height: 20px;
	background:  url(images/barend-crumb-right.gif) no-repeat right;
	padding: 0;
	margin: 0 0 0 20px;
	}

#breadcrumb li {
	margin: 3px 0 0 0;
	list-style: none;
	float: left;
	background: url(images/crumb-arrow.gif) no-repeat left;
	padding-left: 20px;
}

#breadcrumb #home {
	padding-left: 0;
	background: none;
	padding-right: 10px;
	margin-left: 0;
}

/*-------------------------------------------------
	Specific HTML elements
--------------------------------------------------*/

p {
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}

table {
 	width: 900px;
 	margin: auto;
 	border-collapse: collapse;
 	border: 1px solid #002600;
 	margin-top: 15px;
 	margin-bottom: 20px;
}

td, th {
 	font-size: 12px;
 	font-weight: bold;
 	vertical-align: middle;
 	padding: 8px;
}

th {
  	background: url("images/bg-navtop.png") repeat-x bottom;
  	color: #002600;
  	text-align: left;
  	padding-bottom: 10px;
}

pre {
	font-family: arial,verdana, sans-serif;
	font-size: 11px;
	}




.home_box {

width: 420px;
background:  url('images/wide-sidebar-bg.jpg') repeat-y;
padding: 5px 0px 5px 5px;

}

.home_box p {

margin: 0px;
}
