/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, form, label, img, tr, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url("../../images/template/main_bg.jpg") #4f4f4f repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.redFont {
    color: #710a10;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
h1 {
	font-size: 16px; 
}
h2 {
	color: #710a10;
	text-align: center;
}
a, a:visited, a:active {
    color: #710a10;
}
a:hover {
    color: #333333;
}
ul {
    padding-left: 30px;
}
/* --------------------------------- */
#container {
	width: 100%;
	/* height: 100%; */
	margin: 0;
	padding: 0;
}
#top {
	height: 270px;
	background: url("../../images/template/header_bg.gif") top left repeat-x #4f4f4f;
}
#logo_area {
	background: url("../../images/template/top/biglogo.gif") no-repeat center center;
	width: 800px;
	height: 199px;
	text-align: right;
	padding: 0;
	padding-top: 40px;
	margin-left: 180px;
	top: 0px;
}
#main_container {
	overflow: visible;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------------- LEFT SIDE MENU */
#left_menu {
	width: 216px;
	float: left;
}
.left {	
	position: relative;
	background: url("../../images/template/menu2.gif") no-repeat;
	white-space: nowrap;
	display: block;
	width: 216px;
	height: 23px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
}
.left a {
	display: block;
	width: 216px;
	height: 23px;
	display: block;
	float: left;
	color: #EEEEEE;
	text-decoration: none;
}
.left a:hover {
	display: block;
	width: 216px;
	height: 23px;
	display: block;
	float: left;
	color: #333333;
	text-decoration: none;
}
.left span {
	position: absolute;
	left: 10px;
	top: 2px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/* ---------------------------------- CONTENT AREA */
#main {
	float: none;
	margin-left: 230px;
}
#main_top {
	background: url("../../images/template/1.gif") no-repeat top left;
	width: 758px;
	height: 30px;
	position: relative;
}
#main_mid {
	background: url("../../images/template/2.gif") repeat-y top left;
	width: 700px;
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	overflow: auto;
}
/* #main_mid_custom {
	background: url(../../images/basic/2.gif) repeat-y top left;
	width: 700px;
	min-height: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}*/
#main_bottom {
	background: url("../../images/template/3.gif") no-repeat bottom left;
	width: 758px;
	height: 44px;
	position: relative;
}
/* ---------------------------------- FOOTER */
#footer {
	height: 90px;
	width: 100%;
	position: relative;
	color: #be2f37;
	float: left;
	background: url("../../images/template/footer_bg.gif") repeat-x bottom right scroll;
}
#footer_content, #footer_content td {
	width: 730px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
.fbox {
    float: left;
    width: 200px;
    border: solid 1px black;
    min-height: 80px;
    padding: 3px;
    margin: 10px;
}
/* ---------------------------------- OTHER */
.sbox {
    float: left;
    width: 320px;
    border: solid 1px black;
    min-height: 100px;
    padding: 4px;
    margin: 7px;
}
.contentbox  {
    width: 99%;
    margin: 5px;
    padding: 5px;
}
.productpic {
    /* padding: 5px;*/
    width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 100px;
}
.spectable {
    width: auto;
    height: 50px;
    float: left;
    text-align: center;
    padding: 10px;
}
.spectable2 {
    width: 250px;
    height: 50px;
    float: left;
    text-align: center;
    padding: 10px;
}
.spectable th, .spectable2 th {
    border-bottom: solid 1px black;
}
.spectbl {
   margin-left: auto; 
   margin-right:auto; 
   width: 98%;
   height: 50px;
   clear: both;
   margin-bottom: 10px;
}
/* ------------------------------------------------------------------------
.fbox_a {
    color: #710a10;
	text-align: center;
}
#main_links { 
	width: 758px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	top: 199px;
}
#left_menu a {
	color: #FFFFFF;
}
.left {
	background: url(../../images/basic/menu2.gif) no-repeat;	
	position: relative;
	white-space: nowrap;
	display: block;
	width: 216px;
	height: 23px;
	margin: 0;
	padding: 0;
}
.left a {
	display: block;
	width: 216px;
	height: 23px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}
.left img {
	width: 216px;
	height: 23px;
	border: 0
}
* html a:hover {
	visibility: visible;
}
.left a:hover img {
	color: #FFFFFF;
	text-decoration: none;
	visibility: hidden;
}
.left span
{
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}*/
