﻿html
{
	height: 100%;
}

form
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
	color: #999999;
	background-color: White;
}

img
{
	border: 0;
}

#container
{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#header
{
	width: 100%;
	height: 83px;
	text-align: center;
	background: #cd2528 url("../../images/bg_header.png") repeat-x bottom;
	position: relative;
}

#headercontent
{
	width: 935px;
	margin: 0 auto 0 auto;
	position: relative;
}

#headercontent img.logo
{
	float: left;
	padding-top: 20px;
	position: relative;
}

#nav 
{
	float: right;
	padding-top: 1px;
	position: relative;
}

#content
{
	width: 100%;
	height: 100%;
	padding-bottom: 51px;
	position: relative;
}

#maintable
{
	width: 100%;
	height: 100%;
	background: url("../../images/bg_gradient.gif") repeat-x center;
	text-align: center;
}

#maintable tr td
{
	vertical-align: middle;
}

#homecontent
{
	width: 100%;
	*height: 100%;
	position: relative;
}

#homecontent div.sections
{	
	padding-top: 4px;
	*padding-top: 2px;
	width: 100%;
	height: 75px;
	text-align: center;
	position: relative;
}

#homecontent div.sections table
{
	width: 960px;
	height: 100%;
	margin: 0 auto 0 auto;
}

#homecontent div.sections table tr td
{
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
	color: #a59d7a;
}

#homecontent div.sections table tr td.gallery
{
	width: 123px;
}

#homecontent div.sections table tr td.gallerybutton
{
	padding: 4px 28px 0 8px;
	border-right: solid 1px #e4e4e4;
}

#homecontent div.sections table tr td.customize
{
	width: 155px;
	text-align: right;
}

#homecontent div.sections table tr td.customizebutton
{
	padding: 4px 28px 0 8px;
	border-right: solid 1px #e4e4e4;
}

#homecontent div.sections table tr td.care
{
	width: 155px;
	text-align: right;
}

#homecontent div.sections table tr td.carebutton
{
	padding: 4px 0 0 8px;
}

#homecontent div.sections table tr td.content
{
	border-right: solid 1px #e4e4e4;
}

#homecontent div.sections table tr td.noborder
{
	border: 0;
}

#homecontent div.sections table tr td.content div
{
	width: 140px;
	padding-left: 12px;
	margin-top: -4px;
	*margin-top: -3px;
}

#footer
{
	width: 100%;
	height: 51px;
	clear: both;
	background: url("../../images/bg_footer.png") repeat-x bottom;
	position: relative;
}

#footercontent
{
	width: 935px;
	margin: 0 auto 0 auto;
	padding-top: 13px;
	position: relative;
}

#footercontent img.logo
{
	float: left;
	padding-right: 12px;
	position: relative;
}

#footercontent div.content
{
	float: left;
	font-size: 7pt;
	padding-left: 8px;
	border-left: solid 2px #e4e4e4;
	position: relative;
}

#footercontent div.content .telfax
{
	color: #929292;
	font-weight: bold;	
}

#footercontent div.content .copyright
{
	color: #b8b8b8;
}

#search
{
	float: right;
	width: 155px;
	height: 24px;
	margin-top: -3px;
	padding: 6px 0 0 6px;
	background: url("../../images/bg_search.gif") no-repeat top left;
	position: relative;
}

#search input.searchBox
{
	top: 3px;
	left: 4px;
	width: 118px;
	height: 15px;
	font-family: Arial;
	font-size: 8pt;
	color: #999999;
	border: 0;
	position: absolute;
}

#search .btnSearch
{
	top: 0;
	left: 127px;	
	position: absolute;
}