* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/background_new.gif) repeat;
	font: 10pt sans-serif;
}

p {
	margin: 13px 0;
}

ul {
	padding-left: 20px;
}

h1#logo {
	position: absolute;
	width: 80px;
	height: 800px;
	padding: 0 0 0 18px;
	margin: 0px;
}

#main {
	padding-left: 100px;
}

#content {
	clear: left;
	width: 850px;
	padding-left: 1em;
	padding-top: 1em;
}

#topbanner {
	padding-top: 30px;
}

#topbanner .line {
  position: relative;
	left: -23px;
	padding-left: 30px;
	border-bottom: 3px solid black;
	width: 470px;
	margin-bottom: 2px;
}

#copyright {
	font-size: 75%;
	padding-left: 1em;
	padding-top: 1em;
	color: #777;
	clear: both;
}

a img { border: none; }

/* Menu */
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	float: left;
	width: 165px;
	height: 25px;
	background: url(/images/background_new.gif) fixed;
	margin-right: 2px;
}

.menu li ul {
	position: absolute;
	width: 165px;
	display: none;
}

.menu a {
	display: block;
	text-decoration: none;
	color: black;
	border: 1px solid black;
}

.menu div {
	border: 1px solid black;
}

.menu li ul a {
	border-top: none;
}

.menu a:hover {
	background-color: #B0B392;
}

.menu li:hover ul, .menu li.over ul { display: block; }

/* To assist IE7.js's png fix */
.menu img { width: 160px; height: 23px; }

/* Admin */

.error { color: #C44; }

table.list td {
	vertical-align: top;
}

table.list th.section {
	font-size: 1.5em;
}

table.list .title {
	font-weight: bold;
}

table.form td {
	vertical-align: top;
	padding-right: 1em;
}

.list_img {
	float: left;
	padding: 2px;
}
.list_img .img {
	float: left;
	padding-right: 3px;
}
.list_img .title {
	font-weight: bold;
}
.list_img .content {
	float: left;
}
.clear {
	clear: left;
}

/* Gallery */

.image {
	text-align: center;
}

.thumb {
	float: left;
	border: 1px solid gray;
	width: 150px;
	height: 140px;
	text-align: center;
	padding: 5px 0;
	margin-right: 2px;
	margin-bottom: 2px;
}

.thumb:hover {
	background-color: #B0B392;
}

.thumb .title {
	padding-top: 5px;
}

/* Links */
.link {
	text-align: center;
	padding-bottom: 1em;
}

.link hr {
	border: 1px solid black;
	width: 300px;
	margin: 0 auto;
}

/* Pricing & Terms page */

.page table {
	border-collapse: collapse;
}

.page table td {
	border: 1px solid black;
	padding: 5px;
}

.page table p {
	margin: 0;
}