/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height:100%;
 }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4;  	width:100%;
background:url(../img/bk.png) repeat-x;height:100%;



}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #55689e; color: #fff; text-shadow: none; }
::selection { background: #55689e; color: #fff; text-shadow: none; }


#wrapperOuter{


}

/* =============================================================================
   Links
   ========================================================================== */

a { color: #314a8a; text-decoration:none;
	transition: .2s ;
	-moz-transition: .2s ;
	-o-transition: .2s ;
	-webkit-transition: .2s;}

a img,input[type='submit'] {transition: .5s ;
	-moz-transition: .5s ;
	-o-transition: .5s ;
	-webkit-transition: .5s;}

a:visited { color: #314a8a; }
a:hover { color: #172824; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

html{font-family: 'Telex', sans-serif; color:#333;}

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4{
	margin:0;
	padding:0;
	font-weight:normal;}

.emboss{text-shadow: 0px -1px 0px rgba(255,255,255,0.5), 0px 1px 0px rgba(0,0,0,0.5);}

.bevel{text-shadow: 0px 1px 0px rgba(255,255,255,0.4), 0px -1px 0px rgba(0,0,0,0.4);}

.doubleShadow{text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.24);}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; font-family: 'Merriweather', serif;}
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input, textarea { line-height: normal;
			-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px; 	
		padding: 5px; 
		background: #efefef; 
		color: #555; 
		border: 1px #b9b9b9 solid;
 		-webkit-box-shadow: 0px 0px 4px #aaa;
		-moz-box-shadow: 0px 0px 4px #aaa; 
		box-shadow: 0px 0px 4px #aaa;
		-webkit-transition: background 0.3s linear;	
		-moz-transition:background 0.3s linear;
		margin: 0px 0 10px 0;  }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; 
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

input:hover, textarea:hover { 
		background: #fff;}

label {
		color:#314a8a;
		font-size: 0.8em;
		display:block;

	}
	

form fieldset#basicDetail
{
	width:36%;
	display:inline-table;}

form fieldset#questionare{
	width:60%;
	display:inline-table;}

form#employment {
	margin:30px 0 0 0;
	}

form#employment input[type='text'],form#employment input[type='email'], 
form#employment textarea, form#employment select{
	width:300px;}
		
	
	form#quotation { 
		padding: 10px 10px 50px 10px; 
		margin: 0px 0 0 0;
		background:#879bcf;
		background-image: linear-gradient(bottom, #9eb3e7 0%, #879bcf 69%);
background-image: -o-linear-gradient(bottom, #9eb3e7 0%, #879bcf 69%);
background-image: -moz-linear-gradient(bottom, #9eb3e7 0%, #879bcf 69%);
background-image: -webkit-linear-gradient(bottom, #9eb3e7 0%, #879bcf 69%);
background-image: -ms-linear-gradient(bottom, #9eb3e7 0%, #879bcf 69%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #9eb3e7),
	color-stop(0.69, #879bcf)
);

-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px #ccc solid;
		
	}	
	
	form#quotation h2{
		text-align:center;
		color:#fff;
		margin:0 0 10px 0;
		font-weight:bold;
		font-size: 15px;
	}
	 
	
	form#quotation input, form#quotation textarea { 	
		width: 180px; 
		margin:0px 0px 0 5px;
	}
		form#quotation input[type='submit']
		{
			width:80px;
			margin:10px 13px 0 0;}
		
		form#quotation label{
			margin:5px 0px 0 5px;}
	
textarea {
	height:90px;}
		
	form input[type='submit'] {
		font-size:0.8em;	
	float: right;
		width: 80px; 
		color: #eee; 
		text-transform: uppercase; 
		margin-top: 10px;
		background-color: #25396d;
		border: none;
		
		/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
		-webkit-transition: -webkit-box-shadow 0.3s linear;
		-moz-transition: -moz-box-shadow 0.3s linear;
		
		/* -- CSS3 - Rounded Corners -- */
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px; 
						
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b658d), to(#343f6d)); 
		background: -moz-linear-gradient(25% 75% 90deg,#5b658d, #343f6d);		
	} 
	
	form input[type='submit']:hover { 		
		-webkit-box-shadow: 0px 0px 10px #555;
		-moz-box-shadow: 0px 0px 10px #aaa; 
		box-shadow: 0px 0px 10px #555;	
		cursor:  pointer; 
	} 		
				
		form #questionare{
			vertical-align:top;}
	form #questionare label{
		font-size:1em;
		display:inline-block;}
	
	form #questionare label.questions{
		font-size:1em;
		color:#555;
		display:block;}
	


	form #questionare input[type='radio']{
		margin:5px 2px 2px 0;}
	
	form #questionare p{
		margin:0;
		padding:10px 0 10px 0;
		border-bottom:1px dotted #aaa;}

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:Satoko Takahashi
   ========================================================================== */

header{
	position:relative;
	}

header h1{
	float:left;
	margin:25px 0 0 0;
	background-image: url('../img/logoSanikleen.png');
	width: 230px;
	height: 74px;
}

header .contact{
	padding:0px 0 15px 0;
	width:440px;
	float:right;

	margin:24px 0 0 0;
	text-align:bottom;
	z-index:0;
		display:block;

	height:60px;
	background:rgba(84,105,158,0.2);
	border:1px solid rgba(84,105,158,0.2);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
	


header .contact img{
	position:relative;
	top:-11px;
	
	text-align:bottom;
	float:left;
	padding:0 0 0 10px;
	}

header .contact dl{
	color:#555;
	line-height:1.7em;
	display:block;
	margin:13px 0 0 0;
	float: left;
}

header .contact dt{
	text-align:right;
	width:68px;
	margin:0 5px 0 0;
	color:#777;
	font-size:1em;
	text-transform:uppercase;
	display:block;
	float: left;
	clear: left;
}

header .contact dd{
	float: left;
	display: block;
	margin-left: 0;
	clear: right;
}

nav{
	position:absolute;
	top:115px;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	float: left;
}
	
nav ul li{
	text-transform:uppercase;
	float:left;
	font-size:0.9em;
	margin:0 0 0;
	padding:0 0 0;
	}

nav > ul{
	float:left;
	border-left:rgba(255,255,255,0.1) solid 1px;
	line-height:45px;
	margin:0 0 0 ;
	padding:0;
	}

nav > ul li a, nav > ul li a:visited{
	margin:0;
	padding:14px 22px 17px;
	color:#fff;
	border-right:rgba(0,0,0,0.2) solid 1px;
	box-shadow:1px 0px 0px  rgba(255,255,255,0.1);}
	
nav > ul li:first-child a{
	border-left:rgba(0,0,0,0.2) solid 1px;
	
	}

	
nav > ul li a:hover, nav > ul li a.active{
		background:#314a8a;
		color:#fff;
		}

header .social{
	list-style-type: none;
	margin:12px 0;
	padding:0;
	float:right;
	position: absolute;
	top: 115px;
	right: 0;
}

header .social li{
	padding:0 0 0 6px;
	float: left;
}

header .social a{
	width: 28px;
	height: 28px;
}

header .social .google{
	background-image: url('../img/IconsocialNetworkGoogle.png');
}

header .social .linked-in{
	background-image: url('../img/IconsocialNetworkLinkedIn.png');
}

div#main{
	clear:both;
	width:97%;
	margin:80px 0 10px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}

section#mainBr img{
	}

#mainBtm{
	font-size:0.95em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:15px 0;
	padding:20px 20px;
	background:url(../img/bk04.png) repeat-x ; 
	background-image: linear-gradient(bottom, #f4f4f4 0%, rgb(234,237,243) 42%, rgb(191,199,218) 86%);
	background-image: -o-linear-gradient(bottom, #f4f4f4 0%, rgb(234,237,243) 42%, rgb(191,199,218) 86%);
	background-image: -moz-linear-gradient(bottom, #f4f4f4 0%, rgb(234,237,243) 42%, rgb(191,199,218) 86%);

	background-image: -webkit-linear-gradient(bottom, #f4f4f4 0%, rgb(234,237,243) 42%, # 86%);
	background-image: -ms-linear-gradient(bottom, #f4f4f4 0%, rgb(234,237,243) 42%, rgb(191,199,218) 86%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #f4f4f4),
	color-stop(0.24, rgb(234,237,243)),
	color-stop(0.86, rgb(191,199,218))
	);
	min-height:250px;

}

#mainBtm h2{
	font-weight:bold;}


#mainBtmRight{
	width:23%;
	float:right;
}

#mainBtmRight.rightBox .protection{
	font-family: 'Merriweather', serif;
	margin:8px 0 8px 0;
	text-align:center;
	color:#314a8a;
	font-size:13px;
	}


#mainBtmRight.rightBox hgroup h4{
	margin:0 0 8px 0;
	padding:0;
	position:relative;
	font-size:13px;}

#mainBtmRight.rightBox hgroup h4:before{
	margin:0 auto;
	position:relative;
	content:" ";
	clear:both;
	display:table;
	height:10px;
	width:30px;
	border-top:1px #aaa solid;}
	

section#mainBtmLeft ul{
	position:relative;
	list-style:none;
}

.our-services section#mainBtmLeft ul{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	padding-left: 30px;
}

section#mainBtmLeft ul li{
	position:relative;
	padding:5px 0px;
	border-bottom:1px dashed #aaa;
	display: inline-block;
	clear: both;
	width: 100%;
}

section#mainBtmLeft ul li:before{
	display:block;
	position:absolute;
	left:-25px;
	top:-0px;
	content:"✔";
	font-weight:bold;
	color:#090;
	width:30px;
	height:30px;
	font-size:1.5em;
	}
	


section#mainBtmLeft{
	border-right:rgba(0,0,0,0.1) solid 1px;
	box-shadow:1px 0px 0px  rgba(255,255,255,0.5);
	width:71%;
	float:left;
	padding:0 3% 0 0;
	min-height:500px;
}


footer{
	clear:both;
	background-color:#5c6fa2;
	height:60px;
	position:relative;
	width:100%;
	}

footer > div{}

footer:before{
	content:"";
	width:100%;
	position:absolute;
	bottom:0;
	height:100px;
	display:block;
	z-index:-100;
	background-color:#5c6fa2;}

footer div.floatRight{
	width:80%;
	text-align:right;
	color:#ddd;	
	line-height:1.4em;
	}



footer div ul, footer p{
	
	margin:0;
	padding:0;
	text-align:right;
	list-style:none;
	font-size:0.8em;
	}

footer div ul li{
	display:inline-block;}

footer div ul li a, footer div ul li a:visited{
	padding:0 5px;
	color:#ddd;}

footer div ul li a{
	border-right:1px solid rgba(255,255,255,0.2);}
	

.slides  .fancybox img{
	width: 278px;
	height: 158px;
}

/* ==|== No-Show ========================================
   ====================================================== */

	

/* ==|== slideshow ========================================
   ====================================================== */



#slideshow {
    position:relative;
	height:157px;
    
}

#slideshow IMG {
	border:5px #b1b2b2 solid;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#wrapper{background:url(../img/bk.png) repeat-x;}

#wrapper, footer > div{
	width:1049px;
	margin:0 auto;}
	



h2 .sani, h3 .sani, h4 .sani{
	color:#213a7a;
}

h2 .kleen, h3 .kleen, h4 .kleen{
	color:#666;
}


.floatRight{
	float:right;
	}

.floatLeft{
	float:left;
	}

.contact-us article{
	margin:0px 0 0;
	min-height:100px;
	padding:0 1% ;
	width:31%;
	display:block;
	float: left;
}

.contact-us article:nth-child(3n-1){

	padding:0 1% 0 0;}

.contact-us article h2{
	display:block;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	border-bottom:1px #7a91ce solid;
	background:#94aceb;
	padding:3px 0 2px 5px;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
	}

.contact-us article ul{
	list-style:none;
	margin:10px 0;
	padding:0;
	}

.contact-us article ul li {
	margin:5px 0;}

.contact-us article ul li span{
	text-align:right;
	
	background:#efefef;
	border:1px solid #ccc;
	text-transform:uppercase;
	width:50px;
	padding:3px 10px;
	margin:0 5px 0 0;
	display:inline-block;
	color:#666;
	font-size:0.9em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;}

.contact-us section > h3{
	margin:25px 0 5px 0;
	font-size:1.2em;
	color:#54689e;
	font-weight:bold;}

.contact-us section > h4{
	margin:0;
	padding:0;
	font-weight:bold;
	color:#555;}

.contact-us section > p{
	margin:0;
	padding:0;}

.width48{
	width:41%;}

.aricleCol3{
	margin: 0 auto;
    width: 98%;}

.aricleCol3 article{
	
	display:inline-table;
	}
	
.aricleCol3 article img{
	padding: 0.6em;
    margin: 10px ;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	background:#efefef;}

.paging{
	float:right;}
	
.paging span{
	padding:0 5px;}

#linksPartner article{
width:45%;
min-height:280px;
float:left;

}

#linksPartner h3,
#linksUseful h3
{background: none repeat scroll 0 0 #94ACEB;
    border-bottom: 1px solid #7A91CE;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
	    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
line-height:200% ;
padding: 0 0 0 10px;
margin:10px 0;
}

#linksPartner article h2{
font-size:1.1em;
color:#314A8A;
padding:5px 0;
}

#linksPartner article img{
display:block;
padding:10px 0;}

#linksPartner article p{
padding:0;
margin:0;}



#linksPartner article:nth-child(even){
border-right:1px #9093a4 dashed;
}

#linksPartner article:nth-child(odd){padding:0 0 0 25px;}

#linksUseful{
padding:20px 0 0 0;
clear:both;}

section#mainBtmLeft #linksUseful ul{
margin:5px 0 0 0;
padding:0;}

section#mainBtmLeft #linksUseful ul li{
	width:93%;
list-style:none;
padding:0px 10px 10px 40px;
line-height:42px;
background:url(../img/arrowBlue.png) no-repeat 0px 7px;}	

section#mainBtmLeft #linksUseful ul li:before{
	background:none;
	content:" "}
	
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
