﻿html, body {
	height: 100%;
	max-height: 100%;
	margin: 0px; padding: 0px; border: 0px;
	font-family:Arial;
	font-size: 12px;
	color: #000000;
	background:#000000 url(../images/sitebg.jpg) top center no-repeat;
}

* {	font-family:Arial; }

img { display: block; border: none; }

a img { border: none; }

ul { list-style-image: none; list-style-position:outside; list-style-type:none; }

div#TheContainer {
	margin: 5px auto 0px auto;
	width: 750px;
	height: auto;
}
/*--------- THE HEADER ---------*/

#TheHeader {
    position: relative;
    margin: 0px;
	background: #FFFFFF url('../images/header.jpg') repeat-x top left;
	height: 250px;
    z-index: 1;
}

#logo {
    width: 360px;
    height: 207px;
}
#logo a
{
    width: 360px;
    height: 207px;
	display:block;	
}
#ContactInfo {
	position: absolute;
	top: 18px;
	right: 10px;
	width:246px;
	font-size: 14px;
    font-weight: normal;
    color: #dbc18f;
    text-align: right;
}

#ContactInfo span {
	font-size: 18px;
}

#TopMenu {
	margin:0 32px;
	position:relative;
	top:5px;
}
#TopMenu ul
{
		padding:0 !important;
	margin:0 !important;

}
#TopMenu ul li {
	list-style-type: none;
	float: left;
	padding:0 !important;
	margin:0 !important;
	position: relative;
}

#TopMenu ul li a {
	display: block;
	padding: 10px 15px;
	text-align: center;
	color: #9F1D1E !important;
    text-decoration: none;
    font-weight: bold;
    font-size:13px;

}
#TopMenu ul li#products a:hover
{
    background:#CEA966;	
	color:#fff !important;
}
#TopMenu ul li.active, #TopMenu ul li:hover, #TopMenu ul li:hover a{
	color:#fff !important;
}

#TopMenu ul li ul {
	position: absolute;
	background-color: #CEA966;
	padding:0 5px;
	white-space: nowrap;
	display: none;
}

#TopMenu ul li:hover ul {
	display: block;
}

#TopMenu ul li ul li {
	list-style-position: outside;
	float: none;

	margin: 0;
	padding: 0;
}

#TopMenu ul li ul li a {
	background: none;
	text-align: left;
	padding: 3px 5px;
	margin: 0 0 2px 0;
	float: none;
}
#TopMenu ul li ul li a:hover
{
	text-decoration:underline;
}
/*--------- THE HEADER END ---------*/

#imageviewer {
    width: 750px;
    height: 251px;
    margin: 20px auto;

}

/*--------- THE CONTENT ---------*/

#TheContent {
	width:750px;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}

#contentbody
{
	background:#E3CEA8;
	padding-top:0px;
	width:750px;
	overflow:hidden !Important;
}
#contentbody h2
{
	font-size:14px;
	font-weight:bold;
	color:#9F1D1E;
	margin:10px 0;
}
div#oursite
{
	margin:0 0 10px 10px;
}
div#oursite, div#oursite a
{
	font-size:14px;
	font-weight:bold; color:#9F1D1E !Important;
}
#home td
{
	padding:10px 10px 10px 10px;	
}
#aboutus td
{
	padding:0 10px 10px 10px;
}
#aboutus td td
{
	padding:0 !important;
}
#aboutusbody
{
	display:block;
}
#productbody
{
	padding-top:10px;
	width:730px;
}
#productbody h2
{
	background: url(../images/producttitle.jpg) top left repeat-x;
	height:30px;
	line-height:30px;
	padding-left:2px;
	padding-right:14px;
}
#aboutusbody p, #aboutusbody
{
	line-height:20px;
}
#aboutusbody #GalleryThumnails
{
	margin-left:-5px;
	position:relative;
	width:750px;
}
#productbody h3
{
	font-size:14px;
	font-weight:bold;
}
#productbody #GalleryThumnails
{
	margin-left:4px;
	width:730px;
}
#productbody #GalleryThumnails a
{
	padding:0 !important;
	margin:0 !important;
}
#productbody #GalleryThumnails img
{
	border:1px #9F1D1E solid;
}
#aboutusbody #GalleryThumnails img {
	margin: 0px 5px 10px 5px;
	float: left;
}
#productbody #GalleryThumnails img {
	margin: 0px 9px 10px 9px;
	float: left;
} 

table#logos
{
	margin:0 auto;
	text-align:center;
}
table#products div.topitembox
{
	width:115px;
	height:150px;
	background: url(../images/prodbg.jpg) top left no-repeat;	
	float:left;
	margin:0 4px 10px 4px !Important;
}
table#products
{
	margin:0 auto 10px auto;
}
table#products div.topitembox p
{
	margin:0;
}
table#products div.topitembox p#topitemimage
{
	margin:0px 27px 0px 27px !Important;
	height:70px;
	overflow:hidden !important;
}
table#products div.topitembox p#topitemimage img
{
	margin-top:5px;
}
p#topitemdescription
{
	color:#4B0D0D;
	font-size:11px;
	font-weight:normal;
	margin-left:3px !important;
	width:110px;
	height:40px;
	overflow:hidden !important;
}
p#topitemtitle
{
	margin:0px 5px 5px 5px !Important;
	background: url(../images/prodtitle.jpg) top left no-repeat;
		width:105px;
		height:30px;
		display:block;
		overflow:hidden !Important;
}
p#topitemtitle a
{
	color:#E3CEA8;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;	
		line-height:30px;
		padding-left:5px;
	
}
/*--------- THE CONTENT END ---------*/



/*--------- THE FOOTER ---------*/

#TheFooter {
	width: 750px;
	margin: 5px auto;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	clear: both;
}
#TheFooter ul
{
	margin:0 auto;
	text-align:center;
	width:480px;
	position:relative;
	height:30px;
}
#TheFooter ul li {
	list-style-type: none;
	float: left;
	padding:0 !important;
	margin: 0px !important;
	position: relative;
}

#TheFooter ul li a {
	display: block;
	padding: 5px 7px;
	text-align: center;
	color: #DAC08E !important;
    text-decoration: none;
    font-weight: normal;
    font-size:11px;

}
#TheFooter ul li.active, #TheFooter ul li:hover, #TheFooter ul li:hover a{
	color:#fff !important;
}
#footertext
{
	margin:0 auto 5px auto !important;
	color: #DAC08E !important;
}
#footertext a
{
	color: #DAC08E !important;	
    text-decoration: none;
    font-weight: normal;
    font-size:11px;
	
}


/*--------- THE FOOTER END ---------*/

