﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
    margin: 0px;
    padding: 0px;
    border: none;
}

body
{
    background-color: #000000;
    color: #C0C0C0;
}
/* Master Page Layout */
#master_page
{
    width: 900px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
#master_page_table
{
    width: 100%;
}
.row1
{
    height: 4.5em;
}
#master_header_top_left
{
    width: 18%;
    text-align: center;
    font-size: xx-large;
    font-family: 'Imprint MT Shadow';
}
#master_logo
{
    width: 42%;
    padding-top: 5px;
    position: absolute;
    top: 1px;
    padding-left: 10px;
}
#master_slogan
{
    width: 34%;
    position: absolute;
    top: 1px;
    height: 7em;
    left: 65%;
    padding-top: 5px;
    color: #C0C0C0;
    background-image: url('../../NewImages/Artwork/Background.png');
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.2em;
    line-height: 12em;
    font-family: 'Imprint MT Shadow';
}
#menu
{
    padding-top: 5px;
    color: #C0C0C0;
}
.menu
{
    text-align: center;
    color: #C0C0C0;
    font-family: 'Imprint MT Shadow';
    font-size: medium;
}
#fensa
{
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../../NewImages/Artwork/fensa.png');
    height: 60px;
}
#open_hours
{
    text-align: center;
    position: relative;
    bottom: 1px;
    font-size: 1.3em;
    text-decoration: underline;
}
#showroomTimes
{
    text-align: center;
}
.main_content
{
    width: 100%;
}
#footer
{
    text-align: center;
    color: #C0C0C0;
    font-size: small;
    text-decoration: underline;
}
#tblDefaultPage
{
    width: 50%;
}
.tblMainContent
{
    width: 71%;
    height: 300px;
}
.tblImage
{
}
.BackImage
{
    z-index: 1;
    position: relative;
    text-align: center;
    left: 40px;
    top: 10px;
}
.FrontImage
{
    z-index: 2;
    position: relative;
    float: right;
    top: 130px;
    right: 30px;
}
.TextImage
{
    z-index: 3;
    position: relative;
    float: right;
    top: -275px;
    right: 40px;
}
.CompFurnitureImg
{
    z-index: 1;
    position: relative;
    text-align: center;
    top: 160px;
}
.CompFurnitureTxt
{
    z-index: 3;
    position: relative;
    text-align: center;
    float: left;
    left: 60px;
}
.PanelBackImage
{
    z-index: 1;
    position: relative;
    text-align: center;
    left: 40px;
    top: 10px;
}
.PanelFrontImage
{
    z-index: 2;
    position: relative;
    float: right;
    top: 130px;
    right: 40px;
}
.PanelTextImg
{
    z-index: 3;
    position: relative;
    top: -270px;
    left: 205px;
}
.BiFoldImg
{
    text-align: center;
    position: relative;
    top: 5px;
}
#PageTitle
{
    padding: 20px 10px 10px 10px;
    font-size: xx-large;
    font-family: 'Imprint MT Shadow';
    text-align: center;
    text-decoration: underline overline;
}
#UnderConstruction
{
    background-position: center top;
    font-size: x-large;
    color: #C0C0C0;
    text-align: center;
    position: relative;
    height: 200px;
    padding-top: 100px;
    background-image: url('../../NewImages/Artwork/constr1[1].gif');
    background-repeat: no-repeat;
}
#mycrawler
{
    height: 60px;
    width: 80%;
    color: #FFFFFF;
    text-decoration: underline;
    overflow: hidden;
    font-size: x-large;
    background-color: #000000;
    text-align: center;
}
#FindUs
{
    height: 220px;
    position: relative;
    text-align: center;
}
#OurDetails
{
    font-size: large;
    text-align: center;
    width: 100%;
}
.tablewidth
{
    width: 50%;
}
/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: 1px solid #808080; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #cccccc; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #000000;
	background: #ffffff url(graphics/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}