﻿body
{
	width: 100%;
}
body, table, input.text, textarea
{
	font-family: Arial,Helvetica Neue,Helvetica;
	color: #656565;
	background: url(../layout/bg.jpg) top center repeat-y #656565;
}
img
{
	border: 0px;
	max-width: 100%;
	max-height: auto;
}
p
{
	color: #656565;
	line-height: 1.4em;
	font-family: Arial,Helvetica Neue,Helvetica;
	margin-bottom: .5em;
}

a:link, a:active, a:visited
{
	color: #3a83cd;
}
a:hover
{
	color: #054a8f;
}
dt, h1, h2, h3, h4, h5
{
	color: #3a83cd;
	font-family: Arial,Helvetica Neue,Helvetica;
}
h1
{
	font-weight: normal;
}
h2
{
	font-weight: normal;
}
.clear
{
	clear: both;
}
#wrap
{
	margin: auto;
}



#footer a:link, #footer a:active, #footer a:visited
{
	color: #555555;
}
#footer a:hover
{
	color: #000000;
}

.clearthis:before, .clearthis:after
{
	content: "";
	display: table;
}
.clearthis:after
{
	clear: both;
}
.clearthis
{
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#top
{
	margin-top: .7em;
	padding-bottom: .3em;
}


#phone
{
	color: #3a83cd;
	font-weight: bold;
	font-size: 1.3em;
	background: url(../layout/phone.jpg) top left no-repeat #fafafa;
	padding: 6px 10px 6px 40px;
	height: 26px;
	text-align: right;
}
#phone span
{
	color: #f1971f;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
.menu-button{ margin-top: 20px; }



/* **************************** */

/* SIDE SHOW */
#sideshow
{
	position: relative;
	height: 123px;
	z-index: 0;
}
#sideshow IMG
{
	position: absolute;
	z-index: 8;
	opacity: 0.0;
}
#sideshow IMG.active
{
	z-index: 10;
	opacity: 1.0;
}
#sideshow IMG.last-active
{
	z-index: 9;
	opacity: 0.0;
}
/* SLIDE SHOW */
#slideshow
{
	position: relative;
	height:auto;
	z-index: 0;
	margin-top: 1em;
}
#slideshow IMG
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	width: 100%;
}
#slideshow IMG.active
{
	z-index: 10;
	opacity: 1.0;
}
#slideshow IMG.last-active
{
	z-index: 9;
}

#mob{ height:6.5em;}
#actions
{ clear: both;}

.mytbl
{
	width: 100%;
	margin: 10px 0px;
	height: 264px;
}

.mytbl td
{
	width: 100%;
	height: 123px;
	line-height: 123px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

#floatingfooter
{
	color: #03203d;
}

.infoClose
{
	display: none;
}


a.button
{
	display: block;
	float: left;
	padding: 10px 50px 10px 15px;
	height: 19px;
	color: #fff;
	font-size: 16px;
	background: url(../layout/buttonbg.jpg) top right no-repeat #f19821;
	text-decoration: none;
}
a.button:hover
{
	color: #824a00;
}

a.buttonlarge, div.buttonlarge
{
	margin-bottom: 10px;
	display: block;
	padding: 13px;
	width: 197px;
	height: 25px;
	color: #fff;
	font-size: 18px;
	background: url(../layout/buttonlarge.jpg) top left no-repeat;
	text-decoration: none;
}
a.buttonlarge:hover, div.buttonlarge:hover
{
	color: #824a00;
}

div.buttonlarge {
	cursor: pointer;
}

#types
{
	width: 223px;
	height: 115px;
	background: url(../layout/typebg.jpg) top left no-repeat;
}
#types a
{
	display: block;
	height: 20px;
	padding: 9px 0px 9px 40px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
#types a:hover
{
	color: #034384;
}
