﻿body {
	text-align: center;
	background-color: #bebebe;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#container {
	margin: 0 auto;
	width: 719px;
	text-align: left;
}
#bodycontainer {
	background-color: #dcdcdc;
	width: 717px;
	margin-top: 30px;
	border: 1px #a6a6a6 solid;
}
#content {
	padding: 12px;
}
a {
	color: #14719d;
}
a:hover {
	color: #b30e0e;
}
/* TOP MENU STARTS HERE */
.topmenu1 {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvatica;
	text-transform:uppercase;
}

.topmenu1 a
{
    color:white;
    padding:4px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG a span {
	float: none;
}
/* End IE5-Mac hack */
#tabsG a:hover span {
	color: #FFF;
}
#tabsG a:hover {
	background-color: #b30e0e;
}
#tabsG a:hover span {
	background-color: #b30e0e;
}
#tabsG #current a {
	background-color: #b30e0e;
}
#tabsG #current a span {
	background-color: #b30e0e;
}
/* TOP MENU ENDS HERE */
.bdr-dtd_tp {
	border-top: 1px dotted #A6A6A6;
}
.bdr-dtd_tp {
	border-top: 1px dotted #A6A6A6;
}
.padding_lft {
	padding-left: 10px;
}
#boxcontent {
	margin: 14px;
}
#seperator01 {
}
.boxheader {
	font-weight: bold;
	color: #5b5c56;
}
#boxcontent {
	color: #5b5c56;
}
#footer {
	margin-top: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}
.pageheader {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	color: #666666;
	clear: both;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px #666666 dotted;
	padding-bottom: 4px;
}
.sitemappath1 {
	float: right;
	margin: 10px;
}
/* CALL FOR A QUOTE STARTS HERE */
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.action {
	border: 1px solid #f3f3c0;
	background: #FFFFDD url(images/contactus.png) no-repeat 10px 50%;
	padding: 15px 10px 15px 50px;
	margin-top: 15px;
	min-height: 15px;
	height: 85px;
}
/* CALL FOR A QUOTE ENDS HERE */
/* CUSTOMER PORTFOLIO HOVER ZOOM STARTS HERE */
.zoom {
	border: 1px dotted black;
	padding: 6px;
}
.novapic {
	position: relative;
	z-index: 0;
}
.novapic:hover {
	background-color: transparent;
	z-index: 50;
}
.novapic span {
	/*CSS for enlarged image*/
position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.novapic span img {
	/*CSS for enlarged image*/
padding: 2px;
}
.novapic:hover span {
	/*CSS for enlarged image on hover*/
visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}
/* CUSTOMER PORTFOLIO HOVER ZOOM ENDS HERE */
/* Accordion */
.accordionHeader {
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
#master_content .accordionHeader a {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
#master_content .accordionHeader a:hover {
	background: none;
	text-decoration: underline;
}
.accordionHeaderSelected {
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionContent {
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
}
.WatermarkCss {
	color: #b1b1b1;
	font-family: Arial, Sans-Serif;
}
/*  TOOL TIP STARTS HERE */
a.tooltip {
	color: #b30e0e;
}
a.tooltip b {
	display: none;
}
a.tooltip:hover {
	border: 0;
	position: relative;
	z-index: 500;
	text-decoration: none;
	color: #14719d;
}
a.tooltip:hover b {
	display: block;
	position: absolute;
	top: 20px;
	left: -25px;
	padding: 5px;
	font-weight: normal;
	color: #000;
	border: 1px solid #888;
	background: #ffc;
	width: 250px;
}
a.tooltip:hover b em {
	position: absolute;
	left: 20px;
	top: -6px;
	width: 11px;
	height: 6px;
	background: transparent url(images/tooltip.gif) 0 0;
	display: block;
	font-size: 1px;
}

