body {
	margin: 10px;
	background-color: #FDFDFD;
}

body, th, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 13px;
	line-height: 19px;
}

img {
	border: 0px;
}

a {
	color: #000399;
}

a:hover {
	color: #CC0000;
}

input, select, textarea {
	font-family: Tahoma, sans-serif, Verdana, Arial;
	font-size: 11px;
}

/* borders */
.left_border {
	vertical-align: top;
	background-image: url(../images/site/left.gif);
	background-repeat: repeat-y;
	width: 158px;
}

.left_border .repeat {
	background-image: url(../images/site/menu_repeat.gif);
	background-repeat: repeat-y;
}

.left_border .top {
	background-image: url(../images/site/menu_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.left_border .bottom {
	padding-top: 250px;
	padding-bottom: 140px;
	
	padding-left: 5px;
	
/*	height: 588px;	*/
	
	background-image: url(../images/site/menu_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
	font-size: 12px;
	line-height: 20px;
}

.left_border .bottom ul {
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: circle;
}
.left_border .bottom li {
	margin-left: 15px;
	padding-left: 0px;
}

.left_border .bottom #login td {
	font-size: 10px;
}

.left_border .bottom #login .text, .left_border .bottom #login .button {
	background-color:transparent;
	opacity: 0.60;
	filter:alpha(opacity=60);
	background-color: white; /* IE's opacity*/ 
}

.left_border .bottom #login .text {
	width: 60px;
}
.left_border .bottom #login .button {
	width: 50px;
}

/* header */
.header {
	background-image: url(../images/site/header_repeat.gif);
	backgroun-repeat: repeat-x;
	text-align: right;
	vertical-align: top;
}

.header_rbg {
	background-image: url(../images/site/right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

/* content */
.main_body {
	background-image: url(../images/site/spacer.gif);
	vertical-align: top;
	width: 817px;
}

.main_body .right_bg {
	
/*	height: 1000px;		*/
	background-image: url(../images/site/right.gif);
	background-position: right;
	background-repeat: repeat-y;
	
	vertical-align: top;
}

.main_body .repeat {
	width: 100%;
	height: 100%;
	
	background-image: url(../images/site/main_repeat.gif);
	background-repeat: repeat-x;
}

.main_body .main {
	background-position: right top;
	background-repeat: no-repeat;
	height: 808px;
	width: 100%;
}

.main_body .main_bg {
	background-image: url(../images/site/main.gif);
}

.main_body .alt_bg {
	background-image: url(../images/site/alt.gif);
}

.main_body .alt_bg .content {
	padding-right: 20px;
	
	padding-bottom: 4px;
}

.main_body .alt_bg .content, .main_body .main_bg .content {
	vertical-align: top;
}

.main_body .thumbnails {
	width: 190px;
	
	text-align: center;
	vertical-align: top;
	
	padding-top: 2px;
	padding-right: 2px;
}

.main_body .thumbnails div {
	padding-bottom: 23px;
	height: 100px;
	
	/*padding-right: 50px;*/
}

.main_body .thumbnails .thumb_1 {
	padding-bottom: 24px;
}

.main_body .thumbnails .thumb_3 {
	padding-bottom: 24px;
}

/* footer */
.page_footer {
	text-align: right;
	background-image: url(../images/site/bottom_centre.gif);
	background-repeat: repeat-x;
}

/* headings */
h1, h2, h3, h4, h5 {
	margin-top: 2px;
}

h1 {
	font-size: 30px;
	text-align: center;
}

h2, h3, h4 {
	margin-top: 10px;
	margin-bottom: 6px;
}

h2 {
	font-size: 22px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}


/* font styles */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

/* information pages - last edited text */
.info_last_edited {
	font-style: italic;
	font-size: 11px;
	
	color: #666666;
	text-align: right;
	
	padding-right: 5px;
}

.info_last_edited a {
	color: #666666;
	text-decoration: underline;
}

.info_last_edited a:hover {
	color: #000000;
	text-decoration: underline;
}

/* list tables */

.list_table
{
	width: 100%;
}

.list_table th, .list_table td
{
	padding: 5px;
	font-size: 12px;
}

.list_table th
{
	border-bottom: 1px solid #CCCCCC;
}

.list_table .bottom_cell
{
	border-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
	font-style: italic;
}

.list_table .no_rows_cell
{
	text-align: center;
	font-style: italic;
}

.list_table .center
{
	text-align: center;
}

.list_table .right
{
	text-align: right;
}

/* details view & edit */
.details th
{
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

/* indents */
.indent_1
{
	padding-left: 15px;
}
.indent_2
{
	padding-left: 30px;
}

.price_amount
{
	width: 50px;
}
