/*------------------- COMMON -----------------------*/
@import url(mail.css);
@import url(sitemap.css);
@import url(ext.css);
@import url(lightbox.css);


* { margin:0; padding:0; }



a:link img { border: none; }
a:link visited img { border: none; }
a img { border-style: none; }
a:hover { color: #CB920D !important; text-decoration: underline; }

FORM {
	MARGIN: 0px;
}
H1 {
	MARGIN: 0px;
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}
H2 {
	MARGIN: 0px;
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
H3 {
	MARGIN: 0px;
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
H4 {
	MARGIN: 0px;
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
H5 {
	MARGIN: 0px;
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
H6 {
	MARGIN: 0px;
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
}

A {
	TEXT-DECORATION: none
}
A:HOVER {
}
FORM {
	margin: 0px;
}
ul,ol { list-style:none; }
table { font-size:12px; }
/*-------------------- MAIN ------------------------*/

body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #e9e9e9;
	margin: 0px;
}
.wrapper {
	width: 970px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-color: #FFF;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 970px;
	padding-top: 12px;
}

.logo {
	float: left;


}
.top_link {
	float: right;
	font-size: 11px;
	width: auto;
	margin-top: 10px;
}
.top_link a {
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 10px;
	color: #5A5A5A;
}

.contact {
	float: right;
	clear: right;
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 30px;
	text-align: right;
	margin-right: 10px;
	display: inline;
	width: 500px;
}
.contact span {
	color: #ECB306;
}
.contact strong {
	font-weight: normal;
	color: #BA0000;
}

.menu {
	float: left;
	height: 26px;
	width: 963px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.menu ul {
	position: relative; /*tab background image path*/
	height: 26px;
	list-style: none;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a0a0a0;
}
.menu li {
	float:left;
	display: inline;
}
.menu li a {
	float: left;
	color:#5A5A5A;
	text-decoration: none !important;
	height: 26px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	display: block;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/link_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu li.current a, .menu li a:hover{
	color: #D29F06; /*left tab image path*/
	background-position: right top;
	background-image: url(images/link_bg1.gif);
	background-repeat: no-repeat;
}

.page {
	float: left;
	width: 970px;
	background-color: #FFF;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main {
	float: left;
	min-height:350px;
	height:auto !important;
	height:350px; 
	width: 970px;
	background: url(images/main_bg.gif) repeat-y left top;
	margin-top: 8px;
	
}
.sidebar {
	float: left;
	width: 215px;
	display:inline;
}
.side_head1 {
	background-color: #e3ac06;
	background-image: url(images/side_bullett1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.side_head1 a {
	font-size: 14px;
	color: #FFF;
	text-decoration : none;
}

.side_head1 a:hover {
	color: #FFF!important;
	text-decoration : none;
}

.side_head2 {
	font-size: 11px;
	color: #333333;
	background-color: #e9e9e9;
	background-image: url(images/side_bullett2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-right:#DFDFDF solid 1px;
    border-left:#FFFFFF solid 1px;
}
.side_head2 a {
	color: #333;
}

a.side_head2-act, .side_head2 a:hover{
	color: #CB920D;
	text-decoration: none;
}

.sub_link {
	font-size: 11px;
}
.sub_link ul {
	margin-top: 8px;
	list-style-image: url(images/arrow1.gif);
	margin-bottom: 8px;
}
.sub_link ul li {
	padding-bottom: 8px;
}
.sub_link ul li a {
	color: #333333;
}

a.sub_link-act, .sub_link ul li a:hover {
	color: #CB920D!important;
	text-decoration: none;
}

.side_banner {
	/*	background-image: url(images/side_banner_bg.gif);
	background-repeat: repeat-x;*/
	height: auto;
	margin-top: 5px;
	padding-right: 4px;
	font-size: 11px;
	/*font-size: 12px;*/
	color: #5F5F5F;
	margin-right: 1px;
	border:1px solid #DFDFDF;
	border-right: hidden #FFFFFF;
}
.side_banner img {
	float: left;
	padding-right: 2px;
}
.side_banner h5 {
	font-size: 12px;
/*	font-size: 13px;*/
	color: #416478;
	padding-top: 1px;
	padding-bottom: 2px;
}
.side_banner h5 a {
	color: #416478;
	text-decoration:none;
}
.side_banner h5 a:hover{
	text-decoration:none;
}
.side_banner h5 span {
	color: #C59606;
}
.side_banner p {
	margin: 0px;
}

.content {
	float: left;
	width: 755px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	display:inline;
	
}
.content-inner {
	float: left;
	width: 730px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 20px;
}
a.internLink {
	color: #CB920D ;
}
.link_list {
}
.link_list ul {
	margin-top: 8px;
	list-style-image: url(images/arrow1.gif);
	margin-bottom: 8px;
}
.link_list ul li {
	padding-bottom: 4px;
}
.link_list ul li a {
	color: #333333;
}


.link_list2 ul {
	margin-top: 8px;
	list-style-image: url(images/arrow1.gif);
	margin-bottom: 8px;
	margin-left:28px;
}
.link_list2 ul li {
	padding-bottom: 4px;
}
.link_list2 ul li a {
	color: #333333;
}
.head1 {
	font-size: 15px;
	font-weight: bold;
/*	color: #BA0000;*/
	color: #BA0000;
	background: url(images/button_right.gif) no-repeat left center;
	padding-left: 27px;
	line-height: 1.8em;
	margin-top: 20px;
}

.head1 span {
	
	color: #000000;
	
}

.head1 strong {
	font-size: 12px;
	color: #333333;
}

.content h1 {
	padding-top: 8px;
	padding-bottom: 15px;
}
.content h1 span {
	color: #E3AC06;
}
.bredkrimps {
	font-size: 10px;
	color: #999999;
	padding-top: 7px;
	padding-bottom: 7px;
}
.bredkrimps a {
	color: #E3AC06;
	padding-right: 3px;
}
.bredkrimps span {
	padding-right:3px;
}

img.gray-border { border:1px solid #CCCCCC; }

.home_picture_bg {
	background-image: url(images/home_picture_bg.gif);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 8px;
	height: 323px;
	margin-bottom: 12px;

}
.home_picture {
	float: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #edb407;
}
.home_content {
	float: left;
	width: 450px;
	margin-left: 8px;
	font-size: 12px;
	color: #666666;
}
.home_content h4 {
	padding-top: 20px;
	padding-bottom: 23px;
}
.home_content h4 span {
	color: #BF0000;
}
.home_content h2 {
	color: #FFF;
	padding-bottom: 20px;
}
.home_content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height:1.3em;
}

.h_content {
	height: 150px;
	padding-right: 10px;
	color: #5F5F5F;
}
.R_arrow_button {
	float: right;
	padding-top: 25px;
	padding-bottom: 100px;
	padding-left: 20px;
}

.clear_left {
	clear: left;
}
.hContent_logo_box {
	float: right;
	display:none;
}
.hContent_link {
	color: #BF0000;
}
.home_link_box {
	float: left;
	min-height:280px;
	height:auto !important;
	height:280px;
	width: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	margin-left: 11px;
	display: inline;
	padding-right: 11px;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #5F5F5F;
}
.home_link_box ul {
	margin-top: 8px;
	margin-left: 8px;
	padding-left: 8px;
	list-style-image: url(images/arrow1.gif);
	margin-bottom: 8px;
}
.home_link_box ul li {
	padding-bottom: 4px;
}
.home_link_box ul li a {
	color: #5F5F5F;
}
.home_link_box1 {
	float: left;
	min-height:280px;
	height:auto !important;
	height:280px;
	width: 300px;
	margin-left: 12px;
	display: inline;
	padding-right: 12px;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #5F5F5F;
}
.home_link_box1 p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.home_link_box1 h5 {
	color: #C59606;
	padding-bottom: 3px;
}

.home_link_box1 ul {
	margin-top: 8px;
	margin-left: 8px;
	padding-left: 8px;
	list-style-image: url(images/arrow2.gif);
	margin-bottom: 8px;
}
.home_link_box1 ul li {
	padding-bottom: 10px;
}
.home_link_box1 ul li a {
	color: #C59606;
	text-decoration:none;
}
.link1 {
	list-style-type: none;
	background-image: url(images/dash_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 5px;
	padding-top: 5px;
}
.link1 a {
	background-image: url(images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #BF0000;
}


.thumb_box {
	border: 1px solid #dfdfdf;
	height: 65px;
}
.thumb_box h4,.thumb_box h4 a {
	color: #416478;
}
.thumb_box h4 a:hover {
	text-decoration:none;
}
.thumb_box h4 span {
	color: #C59606;
}
.thumb_box p {
	margin: 0px;
	float: left;
	width: 170px;
}
.thumb_button {
	float: right;
	padding-top: 20px;
	padding-right: 4px;
}

.bottom_banner_box {
	float: left;
	height: 129px;
	width: 960px;
	margin-top: 12px;
	display: inline;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 11px;
	color: #a0a0a0;
}
.bottom_banner_box h4 {
	font-size: 14px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bottom_banner_box em {
	font-style: normal;
	color: #333;
}
.bottom_banner_box span {
	color: #C59606;
}

.flot_left {
	float: left;
	padding-right: 4px;
}
.flot_right {
	float: right;
}


.footer {
	background-color: #FFF;
	margin-top: 12px;
	float: left;
	width: 956px;
	padding: 7px;
	font-size: 11px;
	color: #a0a0a0;
}
.f_link1 {
	float: left;
	margin-top: 5px;
}
.f_link1 a {
	color:#5A5A5A;
	padding-right: 5px;
	padding-left: 5px;
}
.f_link1 span {
	color:#C59606;
	padding-right: 5px;
	padding-left: 5px;
}
 .f_link1 span strong { color:#5A5A5A; }
a.act {
	color: #CB920D !important;
	text-decoration: underline;
}

.f_link2 {
	float: right;
}
.copyright {
	float: left;
	width: 970px;
	padding-bottom: 50px;
	font-size: 10px;
	color: #666666;
	padding-top: 8px;
}
.f_link3 {
	float: left;
}
.f_link3 a {
	color: #666666;
}

.f_link4 {
	float: right;
}
.f_link4 a {
	color: #000000;
}
.f_link4 a:hover {
	text-decoration:none;
}

.f_link4 a.cyber {
	color: #000000;
}

.f_link4 a.cyber:hover {
	text-decoration:none;
	color: #000000!important;
}



/***************************/

.gallery-outer-home{ 
	background: url(images/sliderbg.gif) repeat-x;
	position:relative;
	width:900px;
	margin-top:496px;
	float:left;
	z-index:1; 
}

.gallery-outer{ 
	background:#F5F5F5 url(images/sliderbg.gif) repeat-x;
	position:relative;
	width:900px;
	float:left;
	z-index:1; 
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 960px; /*Width of Carousel Viewer itself*/
	height: 320px; /*Height should enough to fit largest content's height*/
	/*margin-left:40px;*/

}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px 0px 3px 0px; /*margin around each panel*/
	width: 960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .panel img { }
.stepcarousel .panel .desc { width: 450px; float:right; display:inline; position:absolute; padding-left:3px; font-size: 12px;	color: #666666; }

.stepcarousel .panel .desc h4 {	padding-top: 20px;	padding-bottom: 23px; }
.stepcarousel .panel .desc h4 span {	color: #BF0000; }
.stepcarousel .panel .desc h2 { 	color: #FFF;	padding-bottom: 20px; }
.stepcarousel .panel .desc p { 	margin-top: 0px;	margin-right: 0px;	margin-bottom: 15px;	margin-left: 0px;	line-height:1.3em; }
.stepcarousel .panel .desc p.h_content { padding-right:25px; }
.cus-service {padding-right:0!important;}