body {
	background:url(/templates/images/background.jpg) top center repeat-y #ccc;
	font-family:arial, helvetica, sans-serif;
	color:#000;
	font-size:9pt;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px;
	padding:0;
}

#sidebar ul {
	margin:0;
	padding:0;
}

#sidebar ul li {
	list-style:none;
	margin:0;
	display:inline;
}

#sidebar ul li a {
	display:block;
	width:140px;
	text-decoration:none;
	color:#014A7F;
	font-size:8pt;
	background:none;
	padding:2px 0 0 5px;
}

#sidebar ul li.indent a {
    margin-left:10px;
}

#sidebar ul li.noindent a {
}

#sidebar ul li a:hover {
	color:#600;
	background:url(/templates/images/bullet.jpg) left center no-repeat;
}

#sidebar h3 {
	width:150px;
	height:18px;
	margin:2px 0 0 0;
	line-height:18px;
	font-weight:bold;
	text-indent:10px;
	color:#fff;
	font-weight:bold;
	font-size:9pt;
	background:url(/templates/images/sidebar_red.jpg) top left no-repeat;
}	

#container {
	width:780px;
	margin:0 auto 0 auto;
}

#header h1 {
	display:none;
}

#sidebar {
	width:150px;
	float:left;
	padding-top:20px;
}

#sidebar a.blue {
	display:block;
	width:150px;
	height:18px;
	margin:2px 0 2px 0;
	line-height:18px;
	font-weight:bold;
	text-indent:10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:url(/templates/images/sidebar_blue.jpg) top left no-repeat;
}

#inventorylist {
	background:url(/templates/images/sidebar_inventory_bg.jpg) top left repeat-y #fff;
	padding-bottom:5px;
}

#content {
	width:600px;
	float:right;
	padding-top:20px;
	padding-right:10px;
	height:auto !important;
	height:700px;
	min-height:700px;
}

#content h1 {
	font-family:georgia, serif;
	font-size:22pt;
	font-weight:normal;
	color:#600;
}

#content p {
	line-height:1.5em;
}

#footer {
	clear:both;
	background:#F1EAE4;
	border-top:1px solid #998677;
	padding:10px;
	text-align:center;
	font-size:8pt;
}

.subheading {
	background:#988675;
	color:#fff;
	padding:2px;
	height:1.2em;
	clear:both;
}

.left {
	float:left;
	width:300px;
}

.subheading .pagination {
	float:right;
	width:e00px;
	text-align:right;
	padding-right:5px;
}

.subheading a, .subheading a:hover {
	color:#fff;
	text-decoration:underline;
}

.even_row, .odd_row {
	clear:both;
	padding:5px 10px 5px 5px;
	height:70px;
}

.odd_row, .lightbrown { background:#f0eae3; }

.even_row a, .odd_row a {
	color:#600;
	font-weight:bold;
	text-decoration:none;
}

.even_row img, .odd_row img {
	margin-right:10px;
}

.gallery_thumb {
	padding:5px;
	border:1px solid #000;
	background:#fff;
}

form#contact {
	margin:0;
	padding:0;
}

form#contact fieldset {
	width:500px;
	padding:10px 0 0 0;
	border:0;
}

form#contact label {
	font-size:8pt;
	float: left;
	width: 120px;
	text-align: right;
	padding:0 10px 0 0;
}

form#contact fieldset input {
	float: left;
	text-align: left;
}

a {
	color:#014A7F;
}

a:hover {
	color:#600;
}

ul#pagination { 
    margin:0; 
    padding:0; 
} 
ul#pagination li { 
    display:inline; 
    margin:0; 
    padding;0; 
    list-style:none; 
} 
ul#pagination li a { 
    display:block; 
    margin:0 2px 0 2px; 
    padding:2px 5px 2px 5px; 
    border:1px solid #600; 
    float:left; 
    background:#fff; 
    color:#600; 
    text-decoration:none; 
}        
ul#pagination li a.current { 
    background:#ffd; 
    color:#600; 
    border-color:#600; 
} 
ul#pagination li a:hover { 
    background:#600; 
    color:#fff; 
    border-color:#600; 
}
ul#pagination li strong { 
    display:block; 
    margin:0 2px 0 2px; 
    padding:2px 5px 2px 5px; 
    float:left; 
    color:#600; 
    text-decoration:none; 
}        
 
