html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:13px;
	color:#666666;
	background-color:#cccccc;
	font-weight:normal;
}
P {
	padding-bottom:18px;
	line-height:20px;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
}
h1 {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size:26px;
	color:#333;
}
h2 {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size:26px;
	color:#333333;
}
h3 {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size:20px;
	color:#333333;
	padding-bottom:10px;
}
h4 {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size:1.1em;
}
h5 {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
}
h5.table-header {
	height:25px;
	color:#fff;
	font-weight: bold;
	padding-top: 5px;
	background: rgb(23,102,37); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(23,102,37) 0%, rgb(39,169,63) 50%, rgb(23,102,37) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(23,102,37)), color-stop(50%, rgb(39,169,63)), color-stop(100%, rgb(23,102,37))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgb(23,102,37) 0%, rgb(39,169,63) 50%, rgb(23,102,37) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgb(23,102,37) 0%, rgb(39,169,63) 50%, rgb(23,102,37) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgb(23,102,37) 0%, rgb(39,169,63) 50%, rgb(23,102,37) 100%); /* IE10+ */
	background: linear-gradient(to right, rgb(23,102,37) 0%, rgb(39,169,63) 50%, rgb(23,102,37) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#176625', endColorstr='#176625', GradientType=1 ); /* IE6-9 */
}
img {
	border:0px;
}
ul, ol {
	list-style-position:outside;
	padding-bottom:18px;
	margin:0px 0px 0px 15px;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color:#999;
}
a:hover {
	text-decoration:underline;
}
#main_wrapper {
	width:100%;
	background-image:url(../images/header_bg.jpg);
	padding-bottom:20px;
}
#main {
	width:100%;
	margin:0px auto;
	background-image:url(../images/white_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
/*<---------------------------*/
/*<---------HEADER-PART-------*/
/*<---------------------------*/
#header_main {
	width:940px;
	margin:0px auto;
}
.header_left {
	width:430px;
	float:left;
	padding-top:33px;
	padding-bottom:33px;
}
.header_right {
	width:510px;
	float:right;
	margin:15px 0px;
}
.google_transletor{
	width:510px;
	float:left;
	margin-bottom:15px;
}
#google_translate_element
{
	width:160px;
	height:20px;
	float:right;
}
#google_translate_element a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
    text-decoration:none;
	padding:5px 0px 5px 0px;
}
#google_translate_element a:hover
{
color:#333;
}
.header_slogan{
	font-family: 'Droid Sans', Arial, sans-serif;
	width:510px;
	float:left;
	font-size:18px;
	font-weight:normal;
	text-align:right;
	color:#FFF;
}
.padding-bottom {
	padding-bottom:18px;
}
.padding-bottom1{
	padding-bottom:10px;
}
#top_green_part {
	background-color:#186526;
	width:100%;
	margin:0px auto;
	background-image:url(../images/green_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	border: solid 1px #000;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 17px #000;
}
.header_menu {
	margin:0px auto;
	padding-left:37px;
}
.header_menu_in{
	width:940px;
	margin:auto;
}
.header_menu ul {
	list-style:none;
	margin:0px;
}
.header_menu ul li {
	float:left;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding-right:34px;
	line-height:60px;
}
.header_menu ul li a {
	text-decoration:none;
	color:#fff;
}
.header_menu ul li a:hover {
	color:#ccc;
}
/*-----------DROP DOWN MENU----------*/
.header_menu li ul {
	background-image:url(../images/header_bg.jpg);
	display:none;
	position:absolute;
	z-index:200;
	border: 3px solid #25a03b;
		}
.header_menu li:hover ul {
	display:block;
	padding:0px;
}
.header_menu li > ul > li {
	display:block;
	color:#fff;
	line-height:40px;
	padding:0px;
}
.header_menu li:hover li a {
	background:none;
	color:#fff;
	padding:0px 20px;
}
.header_menu li ul a {
	display:block;
}
.header_menu li ul a:hover, .menu li ul li:hover a {
	background:#196827;
	border:0px;
	color:#fff;
	text-decoration:none;
}
/*<------------DROP DOWN MENU END---------------*/
.animation_part {
	width:900px;
	margin:0px auto;
	border:solid 3px #25a03b;
}
/*<---------------------------*/
/*<---------MIDDLE-PART-------*/
/*<---------------------------*/
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
#middle_content {
	width:100%;
	margin:0px auto;
	background-color:#fff;
}
#content {
	width:100%;
}
#welcome_content {
	width:100%;
	margin:0px auto;
	background-color:#186626;
	border-bottom:1px solid#00ae00;
	background-image:url(../images/green_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#welcome_content_in{
	width:940px;
	margin:auto;
}
.welcome_content_left {
	width:320px;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
}
.welcome_content_left h1 {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size:26px;
	color:#fff;
}
.welcome_content_right {
	width:560px;
	float:left;
	font-size:22px;
	color:#ffffff;
	padding-top:20px;
	line-height:24px;
	padding-right:30px;
	font-family: 'Droid Sans', Arial, sans-serif;
	text-align:right;
}
#product_content {
	width:100%;
}
#product_content_in {
	width:940px;
	margin:0px auto;
	border-bottom:solid 1px #00ae00;
}
.product_content_left {
	float:left;
	width:280px;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:30px;
}
.product_content_right {
	float:right;
	width:580px;
	font-size:17px;
	line-height:24px;
	padding-top:20px;
	font-family: 'Droid Sans', Arial, sans-serif;
	padding-right:30px;
}
#product_bottum {
	width:940px;
	margin:0px auto;
}
#product_content_part_left{
	width: 610px;
	float:left;
	padding-bottom:20px;
}
#product_content_part_right
{
	width:268px;
	float:right;
	padding-left:30px;
	padding-top:30px;
	padding-right:30px;
	border-left: solid 1px #00ae00;
}
#product_content_part1, #product_content_part2 {
	float:left;
	border-right:solid 1px #00ae00;
	width: 610px;
	padding-bottom: 20px;
}
#product_content_part_inner {
	width:880px;
	float:left;
	line-height:18px;
	padding:30px;
}
.product_content_left_inner {
	float:left;
	width:580px;
	padding:20px 0px 10px 30px;
}
.product_content_left_inner .slogan{
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size:17px;
	line-height:24px;
	padding-top:20px;
}
.product_content_right_inner {
	float:right;
	width:220px;
	font-size:17px;
	line-height:24px;
	padding:20px 30px 10px 0px;
	font-family: 'Droid Sans', Arial, sans-serif;
}
.product_content_part_inner_top {
	width:880px;
	float:left;
}
.product_content_part_inner_img{
	width:200px;
	border:5px solid #666;
	margin-bottom: 15px;
	}
.product_content_part_inner_link{
	width:220px;
	margin:78px 0px 15px 0px;
	}
.link a{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat;
	border:1px solid #26ac44;
	color:#FFF;
	text-decoration:none;
	padding:5px;
	line-height:20px;
	display:inline-block;
}
.link a:hover{
	background:#196827;
}
.product_content_part_inner_txt{
	width:208px;
	}
#product_content_part_inner_ctus {
	float:left;
	border-right:solid 1px #00ae00;
	padding:30px;
	width:550px;
}
#product_content_part_inner_ctus2 {
	width:268px;
	float:right;
	padding: 30px 30px 0px 30px;
}
#product_content_part h3 {
	color:#196827;
}
#product_content_part_1, #product_content_part_2, #product_content_part_3 {
	width:260px;
	float:left;
	padding-top:30px;
	padding-left:30px;
}
#product_content_part1_inner, #product_content_part2_inner, #product_content_part3_inner {
	width:260px;
	float:left;
	padding-right:30px;
}
form {
	display: block;
	margin-top: 0em;
}
#business-form {
	width:285px;
	float:left;
	color:#1d7a2e;
	padding-left:30px;
	padding-top:30px;
	padding-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.product-img {
	width:100px;
	padding:5px;
}
.photo_gallery{
	width:250px;
	float:left;
	margin:0px 40px 30px 0px;
	border:8px solid #666;
}
.photo_gallery_last{
	width:250px;
	float:left;
	margin:0px 0px 30px 0px;
	border:8px solid #666;
}
.certification
{
	width:280px;
	float:left;
	margin:0px;
}
.certification_logos
{
	width:268px;
	float:left;
	margin:0px;
}
/*<---------------------------*/
/*<---------FOOTER-PART-------*/
/*<---------------------------*/
#footer_wrapper {
	width:100%;
	background-image:url(../images/header_bg.jpg);
}
#footer_white_wrapper {
	width:940px;
	margin:0px auto;
	background-image:url(../images/white_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
.footer_left {
	width:329px;
	float:left;
}
.footer_right {
	width:611px;
	float:left;
	padding-top:20px;
}
.footer_logo {
	padding-top:40px;
}
.footer_copyright {
	font-size:11px;
	color:#707070;
	padding-top:7px;
	padding-bottom:20px;
	float: right;
	width: 100%;
}
.footer_menu {
	float: right;
}
.footer_menu ul {
	margin:0px auto;
	padding-left:19px;
}
.footer_menu ul li {
	font-size:10px;
	color:#e1e1e1;
	list-style:none;
	float:left;
	text-transform:uppercase;
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_menu ul li a {
	color:#e1e1e1;
	text-decoration:none;
}
.footer_menu ul li a:hover {
	color:#3C0;
}
/*General Mosaic Styles*/
.mosaic {
	padding:20px;
	background-color:#ffffff;
	width:900px;
}
.details {
	margin: 20px 20px;
	text-decoration:none;
}
.details-index {
	padding:20px;
	background:url('file://///T-09/workstation directory structure/projects/web projects/rolexreclaim/website/images/m2index1.png');
	height:150px;
	color:#ededed;
	text-shadow:0px 1px #393b3f;
}
.details-index h3 {
	color:#ededed;
	text-shadow:0px 1px #393b3f;
	text-align:center;
}
.details-index h2 {
	color:#ededed;
	text-shadow:0px 1px #393b3f;
	text-align:center;
}
.details h3 {
	color:#FFF;
	line-height:20px;
	font-size:20px;
	text-decoration:none;
}
.details p {
	font:300 12px;
}
.mosaic-block {
	position:relative;
	overflow:hidden;
}
.mb1 {
	width:470px;
	height:200px;
	float:right;
}
.mb2 {
	width:195px;
	height:400px;
	float:left;
}
.mbindex {
	width:248px;
	height:190px;
}
.mb3 {
	width:235px;
	height:100px;
}
.mb4 {
	width:235px;
	height:300px;
	float:left;
}
.mb5 {
	width:470px;
	height:100px;
	float:left;
}
.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#111;
	text-decoration:none !important;
}
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	text-decoration:none !important;
}
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
	background:url(../images/hover-magnify.png) no-repeat center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
}
.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background-image:url(../images/bg-black.png)
}
.bar .mosaic-overlay {
	bottom:-200px;
	height:200px;
	background-image:url(../images/bg-black.png)
}
.bar2 .mosaic-overlay {
	bottom:-50px;
	height:100px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}
.bar2 .mosaic-overlay:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
.bar3 .mosaic-overlay {
	top:-100px;
	height:100px;
	background-image:url(../images/bg-black.png)
}
#content2 {
	padding:30px;
	text-align: left;
}
.slider-area {
	width:900px !important;
	background-image: url(../css/images/pattern/14w.png);
}
.slider-area-inner {
	width:910px !important;
	padding:15px;
	background-image: url(../css/images/pattern/1.png);
	margin-top:0px !important;
	border-bottom:1px solid #ececec;
	border-right:1px solid #ececec;
	border-left:1px solid #ececec;
}
.slider-area-inner h1 {
	text-shadow:1px 1px #ffffff;
	text-transform:uppercase;
	margin-bottom:3px;
	line-height:40px;
	margin-right:8px;
}
.slider-area-inner .descr {
	font-size:12px;
	text-transform:none;
	margin-top:12px;
	float:left;
	margin-bottom:0px;
}
table.table-padding td {
	padding:5px;
}
.top_img {
	width:200px;
	padding-bottom:10px;
}
.learn-more a {
	display:block;
	float: left;
	color:#FFF;
	text-decoration:none;
	height: 20px;
	width: 85px;
	padding-top:2px;
	padding-left:5px;
	border: 1px solid #26ac44;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat;
}
.learn-more a:hover {
	display:block;
	float: left;
	color:#FFF;
	text-decoration:none;
	height: 20px;
	width: 85px;
	padding-top: 2px;
	background:#196827;
	border: 1px solid #26ac44;
	padding-left:5px;
}
.black_pearl {
	height: 77px;
	width: 220px;
}
.margin_bottom
{
	margin-bottom:10px;
}



.social-icon{ text-align:right; color:#FFF; }
.social-icon ul{ list-style-type:none; margin:0 0 10px 0; padding:0;}
.social-icon ul li{ display:inline-block; vertical-align:middle; padding:0 3px; }