/* ------------ */
/* MAIN SECTION */
/* ------------ */
body
{
    background-image: url("../images/main_bg_01.jpg");
}

div.header
{
    margin: 10px auto 0;
	height: 200px;
    background-image: url("../images/tb_header_03.jpg");
}

div.content
{
    margin: 0 auto;
    padding: 20px 0 0;
    width: 1200px;
    height: 100%;
	/*
    background-image: url("../images/well_bg_02.jpg");
    */
}

div.main
{
    margin: 0 auto;
    width: 1200px;
    height: auto;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.content_box
{
    margin: 0 auto;
    width: 1150px;
    min-height: 350px;
    background-color: #101010;
    border: 1px solid #151515;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.container
{}

div.tel_number, div.email
{
	width: 300px;
	position: relative;
	color: #dddd6d;
}

div.tel_number
{
	left: 870px;
	top: 137px;
}

div.email
{
	left: 907px;
	top: 143px;
}

div.footer
{
	margin: 10px auto;
	text-align: center;
}


/* -------------------- */
/* 'index.php' Settings */
/* -------------------- */
.s_text
{
    color: #bbbbbb;
    padding: 5px 20px;
}

table.carousel_box
{
    margin: 0 0 0 30px;
    width: 1100px;
}

.c_caption /* Carousel Caption Text */
{
    text-align: center;
    color: #ffffff;
}

td.welcome_text
{
    font-size: 16px;
    vertical-align: top;
    color: #bbbbbb;
    padding: 5px 20px;
}

h2
{
    color: #ffffaa;
    text-shadow: 3px 3px 3px #000000;
}

td.carousel_cell
{
    padding: 0;
    width: 500px;
    vertical-align: middle;
    background-color: #101010;
}

div.crsl_box
{
	height: 333px;
    background-color: #0a0a0a;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 4px 4px 4px #101010;
    -webkit-box-shadow: 4px 4px 4px #101010;
    box-shadow: 4px 4px 4px #000000;
}

img.crsl_img
{
    margin: 0 auto;
}

td.carousel_spacer
{}


/* --------------------- */
/* 'mounts.php' Settings */
/* --------------------- */
div.div_pag
{}

div.mounts
{
    margin: 0 auto 40px;
    padding: 10px 0;
    width: 1100px;
    min-height: 400px;
    background-color: #101010;
    border: 1px solid #151515;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 4px 4px 4px #000000;
    -webkit-box-shadow: 4px 4px 4px #000000;
    box-shadow: 4px 4px 4px #000000;
}

table.mounts
{
    width: 1100px;
    height: auto;
}

td.mount
{
    width: auto;
    height: 600px;
}

div.mount
{
    margin: 0 auto;
	width: 400px;
    min-height: 500px;
    background-color: #202020;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 4px 4px 4px #050505;
    -webkit-box-shadow: 4px 4px 4px #050505;
    box-shadow: 4px 4px 4px #050505;
}

/* Spacer cells to separate the mounts' columns and rows. */
td.v_spacer
{
    width: 132px;
    height: 350px;
}

td.iv_spacer
{
	width: 65px;
	height: 350px;
}

td.h_spacer
{
    height: 50px;
}

/* Actual mount details and image formatting. */
table.mount_details
{
    width: 400px;
}

div.mount_image
{
    margin: 15px auto 10px;
	width: 256px;
	height: auto;
}

td.mount_image
{
	width: 256px;
	height: 256px;
	vertical-align: middle;
}

img.mount_image
{
    -moz-box-shadow: 3px 3px 3px #101010;
    -webkit-box-shadow: 3px 3px 3px #101010;
    box-shadow: 3px 3px 3px #101010;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.mount_title
{
    padding: 0 0 10px 0;
    font-size: 18px;
    color: #dedede;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
}

.mount_price
{
    font-size: 14px;
    color: #d0d070;
    text-shadow: 2px 2px 2px #000000;
}

td.mount_label, td.mount_data, td.mount_desc
{
    color: #dedede;
}

td.mount_label
{
    width: 50%;
	text-align: right;
    font-family: "courier new";
    font-weight: bold;
}

td.mount_data
{
    width: 50%;
	text-align: left;
    font-family: "courier new";
}

td.mount_desc
{
    padding: 10px;
    font-family: "Verdana";
    font-size: 12px;
    text-align: left;
}

/* --------------------------- */
/* 'mount_single.php' Settings */
/* --------------------------- */
table.mount_image_single
{
    margin: 10px auto;
    width: 1100px;
}

td.mount_image_single
{
	width: 633px;
	height: auto;
	vertical-align: top;
}

td.mount_image_data
{
	
    vertical-align: top;
}

td.mount_title_single
{
    padding: 10px 0 10px 0;
    font-size: 18px;
    color: #dedede;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
}

td.mount_single_label, 
td.mount_single_data
{
    width: 50%;
	font-family: "Consolas";
    font-size: 17px;
    color: #aaaaaa;
    vertical-align: top;
}

td.mount_single_label
{
    text-align: right;
}

td.mount_single_data
{
    text-align: left;
}

td.mount_desc_single
{
    width: 500px;
    padding: 20px 0 15px 30px;
    font-family: "Consolas";
    font-size: 12px;
    color: #aaaaaa;
    text-align: left;
}

img.mount_image_single
{
	width: 633px;
	height: auto;
    -moz-box-shadow: 3px 3px 3px #000000;
    -webkit-box-shadow: 3px 3px 3px #000000;
    box-shadow: 3px 3px 3px #000000;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* ---------------------- */
/* 'auction.php' Settings */
/* ---------------------- */
div.auction-links
{
	margin: 0 auto 40px;
	padding: 10px 0;
	width: 1100px;
	height: auto;
	background-color: #101010;
	border: 1px solid #151515;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 4px 4px 4px #000000;
	-webkit-box-shadow: 4px 4px 4px #000000;
	box-shadow: 4px 4px 4px #000000;
}

div.auction-link
{
	margin: 40px 0px 10px 140px;
	padding: 20px;
	width: 300px;
	height: 100px;
	background-color: #551111;
	float: left;
}

div.auction-link-animals
{
	background-image: url('/images/auction_link_animals.jpg');
}

div.auction-link-rugs
{
	background-image: url('/images/auction_link_rugs.jpg');
}

div.auction-link-misc
{
	background-image: url('/images/auction_link_misc.jpg');
	margin-left: 383px;
}

div.auction-link-birds
{
	background-image: url('/images/auction_link_birds.jpg');
}

div.auction-link-fish
{
	background-image: url('/images/auction_link_fish.jpg');
}

div.auction-info
{
	margin: 10px auto;
	width: 900px;
	height: auto;
	color: #cccccc;
	font-size: 17px;
}

span.auction-info-date
{
	color: #ffffff;
	font-weight: bold;
}

.modal
{
	position: relative;
	margin: 0 auto;
	width: auto;
	max-width: 1000px;
	height: auto;
	left: 0;
}

.modal-body
{
	width: 970px;
	height: auto;
}

img
{
	margin: 0 auto;
}

/* "Auction times" table */
table.auction-times
{

	font-family: "Courier New";
	font-size: 15px;
	color: #ffffaa;
}

td.at-label
{
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

td.at-info
{

}

div.cell-spacer
{
	padding: 0 5px;
}


/* Thumbnail Images of other photos */
td.mount_thumbs_small
{
	padding: 5px;
	width: 150px;
}

div.mount_thumb
{
	margin: 10px 15px 10px 16px;
	width: 120px;
	height: 120px;
	float: left;
}

img.mount_thumb
{	
	-moz-border-radius: 3px;
    border-radius: 3px;
}

/* ---------------------- */
/* 'contact.php' Settings */
/* ---------------------- */
table.contact_box
{}

div.welcome_text
{
    font-size: 16px;
    vertical-align: top;
    color: #bbbbbb;
    padding: 5px 20px;
}

div.contact_info
{
    margin: 0 0 0 15px;
	font-family: "Consolas";	
}

span.bold_title
{
    color: #dddd6d;
}

span.emph_text
{
	color: #ffffff;
}

/* -------------------- */
/* 'about.php' Settings */
/* -------------------- */
div.about_text
{
    margin: 0 20px;
    color: #aaaaaa;
}

a:link,
a:hover,
a:active,
a:visited
{
    color: #dddd6d;
}

a.email-text:link,
a.email-text:hover,
a.email-text:active,
a.email-text:visited
{
	color: #ffffaa;
}

a
{
    text-decoration: none;
}

/* --------------------- */
/* 'errors.php' Settings */
/* --------------------- */
div.error_nomatches
{
    margin: 20px 40px;
}

span.error_header
{
    font-size: 20px;
    color: #dddd6d;
}

span.error_body
{
    font-size: 16px;
    color: #aaaaaa;
}




















