/* @override mb.css -- http://beta.michaelburdge.com/mb.css */

/* CSS Document */

body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

h1 {
	margin-top: 0px;
	font-size: 2.5em;
	margin-bottom: 0px;
	color: #fff;
}

#header h2 {
	margin-top: 0px;
	margin-bottom: 4px;
	color: #ccc;
}

span.contactDetails {
	color: #000;
}
span.contactDetails a {
	color: #333;
}

#container {
	margin:0 auto;
	width: 980px;
	padding: 0px 10px;
}

#header {
	text-align: center;
	background: #ffffff url(images/mb_header.jpg) no-repeat center center;
	width: 1000px;
	height: 146px;
	padding: 12px 10px;
	margin-left: -20px;
	font-family: "Comic Sans MS", Verdana, sans-serif;
}

#menu {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 980px;
	margin-left: -510px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	padding: 0;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}

#menu ul li a {
	font-family: "Lucida Grande", Geneva, Tahoma, sans-serif;
	text-decoration: none;
	padding: 2px 6px;
	border: 1px solid #666;
	background:#ccc url(images/menu_off.jpg) repeat-x left top;
	color: #FFF;
	font-size: 1.1em;
}

#menu ul li a.selected {
	background-image: none;
	background-color: #fff;
	color: #333;
}

#menu ul li a:hover {
	background:#ccc url(images/menu_over.jpg) repeat-x left top;
	color: #fff;
}

.stockTable, .stockInfoTable {
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	margin-bottom: 30px;
	width: 100%;
}

.stockInfoTable {
}

.stockTable td {
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#fff;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
}

tr.tableHeader td {
	font-size: 1.1em;
	background-color:#BDE0E2!important;
	color: #333;
}

td.subHeader {
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
}

.stockInfoTable td {
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#fff;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	padding: 6px 7px;
}

td.tdTitle {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #f3f3f3;
	color: #333;
}

td.tdDetail {
	background-color: #fefefe;
}

td.tdPrice {
	font-size: 1.3em;
}

td.tdCenter {
	text-align: center;
}

#archivePhotos {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-top: 60px;
}

#pageContent {

}

#headerPhotos {
	text-align: center;
}

.archivePhotoItem {
	display: block;
	margin-bottom: 10px;
}

tr.rowOdd td {
	background-color: #f7f7f7;	
}