html,html body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
body{
	background:url("../images/body-bg.jpg") repeat-x #232222;
	color:#3d3a3a;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:20px;
	margin:0px;
}
p{
	padding:5px 0px;
	margin:0px;
	text-align:left;
}
h1, h2, h3, h4, h5, h6{	
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px 0px;
	margin:0px;
	font-weight:bold;
	clear:both
}
h1, h2{
	color:#d41d1e;
	font-size:20px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	line-height:normal;
}
img{
	margin:0px;
	padding:0px;
	display:block;
	position:relative
}
img.border{
	background:#fff;
	border:1px solid #a1a1a1;
	padding:2px;
}
img.marginright{
	margin:5px 10px 5px 0px;
}
img.margintb{
	margin:5px 0px;
}
img.marginleft{
	margin:5px 0px 5px 10px;
}
ul{
	list-style:none;
	margin:5px 5px 5px 10px;
	padding:0px;
}
ol{
	margin:5px 5px 5px 10px;
	padding:0px 0px 0px 30px;
}
ul.squarebullet li{
	background:url("../images/bullet-01.jpg") no-repeat top left;
	margin:0px;
	padding:0px 0px 0px 20px;
}
ul.arrowbullet li{
	background:url("../images/bullet-02.jpg") no-repeat top left;
	margin:0px;
	padding:0px 0px 0px 20px;
}
ul.checkbullet li{
	background:url("../images/bullet-03.jpg") no-repeat top left;
	margin:0px;
	padding:0px 0px 0px 30px;
}
ul.linebullet li{
	background:url("../images/bullet-04.jpg") no-repeat top left;
	margin:0px;
	padding:0px 0px 0px 20px;
	line-height:18px;
}
ul.linkbullet li{
	background:url("../images/bullet-05.jpg") no-repeat top left;
	margin:0px;
	padding:0px 0px 0px 20px;
}
ul.table{
	border:1px solid #e6e6e6;
	border-bottom:0;
}
ul.table li{
	margin:0px;
	padding-bottom:5px;
	border-bottom:1px solid #e6e6e6;
}
a img{
	border:0px;
}
a:link, a:visited{
	color:#ac0303;
	text-decoration:underline;
}
a:hover{
	color:#ac0303;
	text-decoration:none;
}
/*more link on white bg*/
a.more02:link, a.more02:visited{
	background:url("../images/btn-more02.jpg") no-repeat top left;
	height:16px;
	text-decoration:none;
	padding-left:20px;	
	overflow:hidden;
}
a.more02:hover{
	background-position:bottom left;
	text-decoration:underline
}
/*form*/
form{
	margin:0px;
	padding:0px;
}
label{
	width:100px;
	float:left
}
input, textarea{
	font-family:Arial,Helvetica,sans-serif;
}
.row{
	width:739px;
	clear:both;
	margin-bottom:10px;
	float:left
}
/**********************************************************/
/*container */
/**********************************************************/
#container {
	background:#fff;	
	width:779px;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/****/
	margin:0px auto;
	overflow:visible;	
}
/**********************************************************/
/*header */
/**********************************************************/
#header{
	background:url("../images/header-bg.jpg") repeat-x top;
	width:779px;
	height:174px;
	overflow:hidden;
}
/*header-top */
#header-top{
	background:url("../images/header-top.jpg") no-repeat top;
	width:552px;
	height:117px;
	margin-left:108px;
}
/*logo */
#logo{
	background:url("../images/logo.jpg") no-repeat;
	width:310px;
	height:109px;
	display:block;
	margin-left:120px;
	cursor:pointer;
}
/*top navigation */
#topnav-left{
	background:url("../images/topnav-left.jpg") no-repeat top left;
	width:779px;
	height:50px;
	margin-top:124px;
	position:absolute;
	top:0px;
}
#topnav-right{
	background:url("../images/topnav-right.jpg") no-repeat top right;
	width:779px;
	height:50px
}

#info{
	position:absolute;
	margin-top:169px;
	margin-right:30px;
	font-size:12px;
	font-weight:bold;
	right:0px;
	top:0px;
}
#info p{
	padding:0px;
}
/**********************************************************/
/*content */
/**********************************************************/
#content{
	background:#fff;
	width:739px;/*779-20x2*/
	padding:10px 20px 20px 20px;
	float:left;
	z-index:1;
}
/*columns */
#bigcol{
	width:739px;
	min-height:1px;
	float:left;	
	overflow:hidden
}
#leftcol{
	width:490px;/*500-10*/
	min-height:1px;
	margin-right:10px;
	float:left;	
	overflow:hidden
}
#rightcol{
	width:229px;/*239-10*/
	min-height:1px;
	margin-left:10px;
	float:left;	
	overflow:hidden;
}
/*column*/
.equalcol{
	width:349px;
	padding:0px 10px;
	float:left;
}
/*panel229*/
.panel229{
	width:229px;
	margin-bottom:10px;
	overflow:hidden
}
.panel229 .top{
	background:url("../images/p229-top.jpg") no-repeat;
	height:12px;
	display:block;
	overflow:hidden
}
.panel229 .middle{
	background:url("../images/p229-middle.jpg") repeat-y #abdfff;
	min-height:150px;
	height:100%;
	overflow:hidden;
	padding:0px 10px;
}
.panel229 .bottom{
	background:url("../images/p229-bottom.jpg") no-repeat;
	height:12px;
	display:block;
	overflow:hidden
}

/*service panel*/
.service{
	background:url("../images/service-bg.jpg") no-repeat;
	width:209px;/*229-10x2*/
	height:118px;/*138-10x2*/
	padding:10px;
	margin-bottom:5px;
	overflow:hidden;
}
a.more01:link, a.more01:visited{
	background:url("../images/btn-more01.jpg") no-repeat top right;
	height:22px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	padding-right:25px;
	text-align:right;
	position:relative;
}
a.more01:hover{
	background-position:right bottom;
	text-decoration:underline;
}
a.more01.left{
	text-align:left;
	margin-left:5px;
}
/*heading for every page*/
.heading{
	background:url("../images/heading.jpg") no-repeat;
	background-position:left 4px;
	width:649px;/*739-20-70*/
	height:29px;/*29-8padding+4*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#000;
	padding:9px 20px 0px 70px;
	margin:0px 0px 10px 0px;	
	display:block;
	float:left;
}
.heading-739{
	background:url("../images/heading-739.jpg") no-repeat bottom left;
	width:739px;
	height:40px;
	background-position:0px 25px;
}
.heading-490{
	background:url("../images/heading-490.jpg") no-repeat bottom left;
	width:490px;
	height:40px;
	background-position:0px 25px;
}
.heading-349{
	background:url("../images/heading-349.jpg") no-repeat bottom left;
	width:349px;
	height:40px;
	background-position:0px 25px;
}
.heading-229{
	background:url("../images/heading-229.jpg") no-repeat bottom left;
	width:229px;
	height:40px;
	background-position:0px 25px;
}
/**********************************************************/
/*footer */
/**********************************************************/
#footer {
	background:url("../images/footer-bg.jpg") repeat-x #b30e11;
	width:100%;
	height:100px;
	color:#fff;
	font-size:12px;
	overflow:hidden;
	bottom:0px;
	line-height:18px;
	float:left;
	position:relative;
	bottom:0px; /* stick to bottom */
	margin:auto;
}

#footer #footernav{
	background:url("../images/footer.jpg") repeat-x #b30e11;
	width:759px;/*779-10x2-15x2*/
	margin:0px auto;
	padding:20px 10px;
	position:relative
}
#footer #footernav a:link, #footer #footernav a:visited{
	color:#fff;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer #footernav a:hover{
	color:#fff;
	text-decoration:none
}
/*contact form*/
#contactform{
	margin-left:140px;
}
/**********************************************************/
/*general */
/**********************************************************/		
.textsmall01{
	font-size:11px;
	line-height:normal
}
.textsmall02{
	font-size:10px;
	line-height:normal
}
.textbig01{
	font-size:18px;
}
.textbig02{
	font-size:14px;
}
.textcenter{
	text-align:center;
}
.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.superscript{
	vertical-align:super;
}
.textnormal{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.underline, a.underline{
	text-decoration:underline
}
.left{
	float:left;
}
.right{
	float:right
}
.pink{
	color:#bf8b8b;
}
.orange{
 color:#bc4d02;
}
.magenta{
	color:#680202;
}
.red{
	color:#ac0303;
}
.marginauto{
	margin:auto
}
.spacer{
	clear:both;
	display:block;
	height:1px;
	overflow:hidden
}
.trebuchet{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
}

/*menu */
.preload {background: url("../images/menu-over.jpg");}
.menu {
	width:692px;
	height:50px;
	top:0px;
	position:absolute;
	padding:0px;
	margin:0px 0px 0px 50px;
	z-index:201
}
.menu li.top {	
	background:url("../images/button-divider.jpg") no-repeat top left;
	height:50px;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	position:relative;
	cursor:pointer;
	list-style:none;
	
	display:block;
}
.menu li a.top_link {
	width:113px;
	height:40px;/*50-10*/
	float:left;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	color:#faffff;
	text-decoration:none;
	text-shadow:1px 1px 0px #000;
	text-align:center;	
	padding-top:15px;
	cursor:pointer;
	margin-right:1px;
	display:block;
}
.menu li a.top_link span { display:block; text-align:center}
.menu li a.top_link:hover{color:#fffcea; background: url("../images/menu-over.jpg") repeat-x;}
.menu li.selected a.top_link {color:#fffff1; background: url("../images/menu-selected.jpg") repeat-x;}

.menu li:hover > a.top_link {color:#fffff1; background: url("../images/menu-over.jpg") repeat-x;}
.menu li:hover > a.top_link span {background:url("../images/menu-over.jpg") no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url("../images/menu-down.gif") no-repeat right top;background-position:93px/*113-20*/ -13px}

.menu li a.top_link span.down {background:url("../images/menu-down.gif") no-repeat right top;background-position:93px/*113-20*/ -13px}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:0px; top:44px; background: #fff; padding:3px 0px; border:1px solid #b30e11; white-space:nowrap; width:170px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left;width:170px;border-bottom:1px solid #fff;background:#f6f6f6}
.menu :hover ul.sub li a {display:block;font-family:Arial, Helvetica, sans-serif; font-size:11px; height:20px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; font-weight:normal; text-align:left}
.menu :hover ul.sub li a.fly {background:#fff url("../images/arrow.gif") 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#b30e11; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#b30e11 url("images/arrow_over.gif") 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#b30e11 url("../images/arrow_over.gif") 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #b30e11; white-space:nowrap; width:93px; z-index:200; height:auto;}

.menu li a#selected {color:#fff; background: url("../images/menu-selected.jpg") no-repeat;}
.menu li a#selected span {background:url("../images/menu-selected.jpg") no-repeat right top;}
