/* Body */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #efefef url(../images/page_bg.gif) top center repeat-y;
}

/* Typeface */

body, th, td, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	font-size: 0.8em;
}

/* Page */

#page {
	margin: 15px auto 15px auto;
	width: 760px;
	text-align: left;
}

/* Header with Logo */

#header {
	margin: 0px 0px 15px 0px;
	text-align: left;
}

#header div {
	float: right;
	margin-top: -55px;
	text-align: right;
}

/* Menu */

#menu {
	float: left;
	margin: 5px 10px 10px 0px;
	width: 150px;
	font-size: 1.0em;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu a, .catbox a, #own a {
	font-weight: bold;
	text-decoration: none;
}

#basket {
	clear: left;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	width: 140px;
	border: 1px solid #cccccc;
	text-align: center;
	
}

/* Room Image */

#room{
	clear: left;
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 150px;
}

#room img {
	border: 1px solid #cccccc;
}

/* Best Sellers and New Editions */

#bestsellers, #new {
	clear: left;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #cccccc;
	width: 140px;
}

#bestsellers ul, #new ul {
	list-style-type: none;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

#own {
	clear: left;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	width: 140px;
}

/* Main Content */

#content {
	margin: 0px 0px 0px 160px;
	padding: 0px;
}

/* Tagline */

#matters {
	text-align: right;
	clear: both;
	margin: 5px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#tandc {
	float: left;
	margin: 8px 0px 0px 0px;
	font-size: 0.8em;
}

/* Thumbnail Table */

table.thumbs {
	border-collapse: collapse;
}

table.thumbs td {
	width: 100px;
	height: 100px;
	margin: 2px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

/* Prices Table */

table.prices th {
	padding: 5px;
	font-size:0.9em;
}

table.prices td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	white-space: nowrap;
}

table.main td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

table#speeds {
	margin: 5px;
	border: 1px solid #cccccc;
}

table#speeds td, table#speeds th {
	text-align: center;
}

#ownimage {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* Category Box */

div.catbox {
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	margin: 10px 0px 0px 0px;
}

div.catbox table {
	margin: 0px auto 0px auto;
}

div.catbox h1 {
	margin-top: 0px;
}

div.onlineGallery {
	float: left;
}

/* Headings */

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

.small {
	font-size: 0.7em;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
}

h3 {
	font-size: 0.85em;
	font-weight: bold;
}

p {
	margin:1.5em 0;
}

/* Links */

a img {
	border: none;
}

a {
	color: #000000;
}

a:hover {
	color: #da2a28;
}

/* Alignment */

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

table.center {
	margin: 0px auto 0px auto;
	text-align: left;
}

/* Misc */

.border {
	border: 1px solid #999999;
}

.spaced li {
	margin-bottom: 8px;
}

.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

/* Misc */

.large {
	font-size: 1em;
	font-weight: bold;
}

.red {
	color: #990000;
}

table.border {
	border-collapse: collapse;
}

table.border th, table.border td {
	border: 1px solid #cccccc;
}

/* Links */
ul#links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#links li {
	float: left;
	width: 260px;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 5px;
	margin: 10px;
	background-color: #eeeeee;
}
