@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ededed url(images/top-gr.jpg) top repeat-x;
	font-family: "Tahoma";
	font-size: 11px;
	color: #2d2d2d;
	line-height: 16px;
}

a:link, a:active, a:visited {
	font-family: "Tahoma";
	font-size: 11px;
	color: #2d2d2d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.main {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

img {
	*margin-bottom: -0.3pm;
	border-color: #e6e6e6;
}

/*--------------------------------HEADER BEGINS--------------------------------*/
.header {
	height: 138px;
	width: 1000px;
	float: left;
	background: url(images/header-bg.jpg) no-repeat;
	position: relative;
}

.header img {
	position: absolute;
	right: 75px;
	bottom: 0;
	z-index: 10;
}
/*--------------------------------HEADER ENDS--------------------------------*/



/*--------------------------------CONTENT BEGINS--------------------------------*/
.content-top-shadow {
	width: 1000px;
	height: 21px;
	float: left;
	background: url(images/content-top-shadow.jpg) no-repeat;
}

.content-bottom-shadow {
	width: 1000px;
	height: 21px;
	margin: 0 0 20px 0;
	float: left;
	background: url(images/content-bottom-shadow.jpg) no-repeat;
}

.content_index {
	width: 1000px;
	height: auto;
	float: left;
	background: url(images/content-bg-index.jpg) repeat-y;
}

.content_inner {
	width: 1000px;
	height: auto;
	float: left;
	background: url(images/content-bg-inner.jpg) repeat-y;
}

.content_left {
	width: 250px;
	height: auto;
	float: left;
	margin: 0 0 0 18px;
	display: inline;
}

.content_right {
	width: 705px;
	height: auto;
	float: right;
	margin: 0 27px 0 0;
	display: inline;
}


.news_index {
	width: 250px;
	height: auto;
	margin: 0;
	display: inline;
	float: left;
}

h1 {
	display: block;
	width: 220px;
	height: 28px;
	line-height: 28px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #ffffff;
	background-color: #ef4235;
	font-weight: normal;
	padding: 0 0 0 30px;
	margin: 0;
}

.news_index ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	width: 250px;
	height: auto;
	display: block;
	float: left;
}

.news_index ul li {
	display: block;
	float: left;
	width: 250px;
	margin: 0 0 15px 0;
}

.news_index ul li span {
	color: #ef4235;
	display: block;
	padding: 0 10px 0 30px;
	text-decoration: underline;
}

.news_index ul li label {
	margin: 5px 0 0 0;
	display: block;
	padding: 0 10px 0 30px;
}

.news_index ul li label a:link, .news_index ul li label a:active, .news_index ul li label a:visited  {text-decoration: none; line-height: 14px; display: block;}
.news_index ul li label a:hover {text-decoration: underline;}

.index_banners {margin: 0 0 0 18px;	padding: 0 0 10px 0; list-style: none; display: inline;	float: left; width: 964px;}
.index_banners li {float: left;}
.index_banners li a img {border: none;}

.allnews {
	width: 200px;
	float: left;
	padding: 0 0 0 50px;
	height: 20px;
	background: url(images/allnews-dot.jpg) no-repeat 30px 2px;
}

.allnews a:link, .allnews a:active, .allnews a:visited {color: #ef4235;}

.inner_navy {
	width: 250px;
	height: auto;
	margin: 0;
	display: inline;
	float: left;
}

.inner_navy ul {
	margin: 18px 0 0 26px;
	padding: 0;
	list-style: none;
	width: 210px;
	display: inline;
	float: left;
}

.inner_navy ul li {
	width: 210px;
	float: left;
	border-bottom: 1px dotted #909090;
}

.inner_navy ul li.clearspace {
	height: 22px;	
	border: none;
}

.inner_navy ul li a:link, .inner_navy ul li a:active, .inner_navy ul li a:visited {
	color: #000000;
	text-decoration: none;
	width: 205px;
	height: 20px;
	line-height: 20px;
	display: block;
	padding: 0 0 0 5px;
}

.inner_navy ul li a:hover {
	text-decoration: underline;
	color: #ef4135;
}

.work_in_company {
	width: 250px;
	height: auto;
	margin: 10px 0 0 0;
	display: inline;
	float: left;
}

h2 {
	display: block;
	width: 220px;
	height: 28px;
	line-height: 28px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #515151;
	font-weight: normal;
	padding: 0 0 0 30px;
	margin: 0;
}

.left_block {
	width: 250px;
	height: auto;
	float: left;
	text-align: center;
}

h3 {
	width: 670px;
	height: 28px;
	line-height: 28px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #ef4134;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 25px;
	display: inline;
}

.content_text {
	width: 670px;
	margin: 0 0 0 25px;
	line-height: 16px;
}

.content_text p {
	margin: 0 0 5px 0;
	padding: 0;
}

.date {
	background-color: #ef4135;
	color: #ffffff;
	padding: 0 1px;
}

/*--------------------------------CONTENT ENDS--------------------------------*/


/*--------------------------------APPLICATION FORM BEGINS--------------------------------*/
.application_form {
	width: 670px;
	float: left;
	font-family: "Tahoma";
	font-size: 11px;
	color: #2d2d2d;
	line-height: 16px;
}

.application_form table td {
	height: 20px;
	line-height: 20px;
}

.application_form table .personal_info {
	text-align: center;
	margin: 0 0 20px 0;
}

.application_form table.personal_info td input {
	border: 1px solid #909090;
	background-color: #ffffff;
	text-align: center;
	font-family: "Tahoma";
	font-size: 11px;
}

.application_form table.personal_info_2 {
	text-align: left;
	margin: 0 0 20px 0;
}

.application_form table.personal_info_2 td input {
	border: 1px solid #909090;
	background-color: #ffffff;
	text-align: left;
	font-family: "Tahoma";
	font-size: 11px;
}
/*--------------------------------APPLICATION FORM ENDS--------------------------------*/


/*--------------------------------FOOTER BEGINS--------------------------------*/
.footer {
	width: 1000px;
	height: 250px;
	float: left;
	background: url(images/footer-bg.jpg) no-repeat bottom;
	position: relative;
}

.footer_inner {
	width: 1000px;
	height: 140px;
	float: left;
	background: url(images/footer-bg.jpg) no-repeat bottom;
	position: relative;
}

.footer_flash {
	width: 964px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 18px;
	z-index: 1;
}

.footer_copyright_center {
	width: 380px;
	height: auto;
	position: absolute;
	z-index: 2;
	left: 300px;
	bottom: 15px;
	line-height: 16px;
}

.footer_copyright_right {
	position: absolute;
	bottom: 15px;
	right: 30px;
	z-index: 2;
	width: 240px;
	line-height: 16px;
	text-align:right;
}
/*--------------------------------FOOTER ENDS--------------------------------*/

/*--------------------------------GALLERY BEGINS--------------------------------*/
.gallery {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	list-style: none;
	clear: both;
	width: 660px;
	display: block;
}

.gallery li {
	float: left;
	width: 172px;
	margin: 0 40px 0 0;
}

.gallery li label {
	display: block;
	float: left;
}

.gallery li a img {
	border: 1px solid #9c9c9c;
}
/*--------------------------------GALLERY ENDS--------------------------------*/

/*--------------------------------REGIONAL DEALERS BEGINS--------------------------------*/
.regional_dealers {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 670px;
	float: right;
}

.regional_dealers li {
	float: left;
	margin: 0 0 5px 0;
	width: 670px;
}

.regional_dealers li img {
	float: left;
	border: 1px solid #e6e6e6;
}

.regional_dealers_content {
	width: 650px;
	float: left;
	background-color: #e6e6e6;
	padding: 10px;
	display: inline;
}

.regional_dealers_content strong {
	display: block;
	color: #ef4135;
	font-size: 12px;
	margin: 0 0 2px 0;
	width: auto;
}

.regional_dealers_content a.on_map_button {
	display: block;
	float: right;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: url(images/red-round-bg.jpg) no-repeat;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
/*--------------------------------REGIONAL DEALERS ENDS--------------------------------*/

/*--------------------------------POP UP BEGINS--------------------------------*/
.pop_up {
	width: 530px;
	height: auto;
	padding: 0 0 15px 0;
}

.pop_up_header {
	width: 410px;
	float: left;
	margin: 15px 0 15px 15px;
}

.pop_up_header img {
	float: left;
	margin: 0 20px 0 0;
}

.pop_up_header strong {
	font-size: 12px;
	color: #ef4135;
	display: block;
	margin: 20px 0 0 0;
}

.map {
	width: 500px;
	height: 440px;
	border: 1px solid #99b3cc;
	margin: 0 0 0 15px;
	float: left;
}
/*--------------------------------POP UP ENDS--------------------------------*/

/*--------------------------------SHARES BEGINS--------------------------------*/
.shares {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 670px;
}

.shares li {
	margin: 0 0 10px 0;
	width: 670px;
}

.shares_photo {
	float: left;
	width: 360px;
}

.shares_photo img {
	border: 1px solid #d3d3d3;
}

.shares_description {
	float: right;
	width: 295px;
}

.shares_description span {
	float: left;
	color: #ef4134;
	font-weight: bold;
	width: 295px;
	margin: 0 0 10px 0;
}

.shares_description label {
	float: left;
	width: 295px;
	display: block;
}
/*--------------------------------SHARES ENDS--------------------------------*/

/*--------------------------------LOCATE DEALER BEGINS--------------------------------*/
.locate_regional_dealers {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 670px;
	float: right;
}

.locate_regional_dealers li {
	float: left;
	margin: 0 0 5px 0;
	width: 670px;
}

.locate_regional_dealers li img {
	float: left;
	border: 1px solid #e6e6e6;
}

.locate_regional_dealers_content {
	width: 500px;
	float: right;
	background-color: #e6e6e6;
	padding: 10px;
	display: inline;
}

.locate_regional_dealers_content strong {
	display: block;
	color: #ef4135;
	font-size: 12px;
	margin: 0 0 2px 0;
	width: auto;
}

.locate_regional_dealers_content a.on_map_button {
	display: block;
	float: right;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: url(images/red-round-bg.jpg) no-repeat;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
/*--------------------------------LOCATE DEALER ENDS--------------------------------*/


/*--------------------------------ALL NEWS BEGINS--------------------------------*/
.allnews_list {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 670px;
}

.allnews_list li {
	float: left;
	width: 670px;
	margin: 0 0 10px 0;
}

.allnews_list li span {
	color: #ef4235;
	display: block;
	font-weight: bold;
}

.allnews_list li label {}

.allnews_list li a {
	color: #ef4235;
}
/*--------------------------------ALL NEWS ENDS--------------------------------*/


/*--------------------------------PAGES BEGINS--------------------------------*/
.pages {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 670px;
}

.pages li.links {
	float: left;
	margin: 0 2px;
}

.pages li.links a:link, .pages li.links a:active, .pages li.links a:visited {
	text-decoration: none;
	padding: 3px 5px;
	background-color: #eaeaea;
	border: 1px solid #2d2d2d;
	color: #2d2d2d;
}

.pages li.links a:hover {
	background-color: #909090;
}

.pages li.links_active {
	float: left;
}

.pages li.links_active a {
	background-color: #909090;
	border: 1px solid #2d2d2d;
	color: #2d2d2d;
	text-decoration: none;
	padding: 3px 5px;
}
/*--------------------------------PAGES ENDS--------------------------------*/


/* -----Lightbox begin ----- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/be/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/be/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* -----Lightbox end ----- */