/* CSS Document */

/*Page Layout */
body{
	margin: 0;
	font: 16px Calibri;
	color: #000000;
	background: url(images/main/BG.jpg);	
	
}

#pageHolder{

	height: 100%;
	padding-bottom: 25px;
	
}

.TitleBar{
	padding: 10px 0 10px 0;
	color: #F90;
}

.leftColumn{
	padding-top: 5px;
	background-color: #FFF;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}

.topRightColumn{
	background-color: #A0998B;
	border: 1px solid #666;
}

.RightColumn{
	background-color: #A0998B;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.topCenterColumn{
	padding: 20px;
	background: url(images/main/CenterBG.jpg);
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

.topCenterColumnMain{
	padding: 20px;
	background: url(images/main/CenterBGMain.jpg);
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}


.CenterColumn{
	background-color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #666;
	padding: 5px;
	
}

.MainCenterColumn{
	background-color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 5px;

}

.bottomCellMain{
	padding: 5px 0 5px 0;
	background-color: #FFF;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#footer {
	width:100%;
	height: 15px;   /* Height of the footer */
	font: 12px Calibri #ffffff;
	border-top: 3px solid #333333;
	background-color: #369;
	padding: 5px;
	text-align: center;
	font: 12px Calibri;
	color: #FFF;#footer {
	margin: -25px auto 0 auto;
	position: relative;
}
}
	
.insideFooter{
	font: 11px Calibri;
	color: #FFF;
}



.menuboxes{
	border: 1px solid #666;
	background-color: #FFF;
	padding: 5px;
	font: 16px Calibri;
	color: #333;
	
}

.quotebox{
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px;
	font: 16px Calibri;
	color: #333;	
}

/* Headings */

h1{
	font: 25px "Times New Roman";
	color: #336699;
}

h2{
	font: bold 20px Calibri;
	color: #369;
	margin: 0;
	padding: 0;
}

h3{
	font: 25px "Times New Roman";
	color: #000;
}

h4{
	font: 25px "Times New Roman";
	color: #336699;
}

h5{
	font: 20px "Times New Roman";
	color: #8B2416;
}

h6{
	padding: 0;
	font: 14px Calibri bold;
	color: #666;
}

/**** Lists ****/

.guarantee {float: left;}

.guarantee ul {margin: 0px; padding: 10px 0 0 0;}

.guarantee li {display: block; background: url(images/main/glass_orbs.jpg) no-repeat left 6px; padding: 0 0 10px 20px; font-size: 20px;}

.staff {float: left; white-space:nowrap;}

.staff ul {margin: 0px; padding: 0px; list-style:none;}

.staff li {display:block;}

.staff a {color:#000;}

.staff a:visited {color:#000;}

.staff a:hover {text-decoration:underline;}

/***** Links *****/

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/**** Padding ****/

.topPad{
	padding-top: 5px;
}

.standardPad{
	padding: 5px;
}
/*************Inline Menu***************/

.indentmenu{
font: 12px Verdana, Arial, Helvetica, sans-serif;
width: 1000px; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border-width: 1px 0;
background: url(images/css/menu_up.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #ffffff; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #ffffff; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #ffffff;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #ffffff !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(images/css/menu_down.jpg) center center repeat-x;
}

/*****************Menu Left*********************/

/* Generated via www.cssmenubuilder.com */

.menu{margin:0; padding:0; width:160px; list-style:none;background:rgb(204,204,204);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font:12px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); display:block; background:url('images/css/verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url('images/css/verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255);}
.menu li a.active, .menu li a.active:hover{background:url('images/css/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
.menu li a span{line-height:40px;}
.standardPad table tr .standardPad table tr td {
	font-size: 16px;
}

/*****Page specific layouts*******/

.contactAddrColumn{
	background-color: #A0998B;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
}

.contactLocbg{
	background-color: #B9B4AA;
}

.indexTopCell{
	background-color: #FFF;
	border: 1px solid #666;
}

.indexUpdate{
	border: 1px solid #999;
	background-color: #C0D0DE;
	padding: 5px;
}

.bodystaff{
	margin: 0;
	font: 16px Calibri;
	color: #000000;
	background: #69C;	
}.faqboldtext {
	color: #930;
	font-weight: bold;
}

.videoborder{
	border-bottom: 1px solid #666;
}

.videoColumn{
	background-color: #FFF;
	border-right: 1px solid #666;
	vertical-align: bottom;
}

.imgLeft{
	float: left;
	padding: 0 10px 0 0;
}

.prodVid{
	border: 1px solid #666;
}

.appSub{
	padding: 5px 0 5px 0;
	color: #690;
	font-size: 16px;
}
