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


* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#808080;
	min-height: 100%;
	height: 100%;
	letter-spacing: normal;
	/*overflow: hidden;*/
}

a {
	color:#666;
	text-decoration: none;
}
#logo{
	color:#ffc200;
	font-size:36px;
	background:url(../images/sleepingguard_logo2.png) no-repeat;
	padding-left: 120px;
	padding-top: 20px;
	height:120px;
	display:block;
	width:240px;
	margin:0;
	line-height:60%;
	text-indent:-3000px;
}
li {
	list-style: none;
}

img {
	border: none;
}
#header_fix{
	position:fixed;
	width:100%;
	z-index:1;
	height:90px;
}
#header_content{
	width: 900px;
	margin:0 auto;
}
h1 {
	margin-top: 10px;
	margin-left: 0px;
	padding:0;
	z-index:2;
}
h1 span{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#023F87;
}

.container {
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
}

.content {
	/*min-height: 10%;*/
	/*height: 100%;*/
	width: 100%;
	margin: 0 auto;
}
.content_1000{
	width:1000px;
	margin:0 auto;
	position:relative;
	height:100%;
}

/* Page Background */
.bg_home {
	background: url(../images/home_bg.png) no-repeat;
 	background-position:center 95px ;
	height:770px;
}

.bg_about {
	background:url(../images/about_bg.png) no-repeat;
	background-position:center top;
	height: 426px;
}

.bg_lab {
	background: url(../images/lab_bg.png) no-repeat;
	background-position:center 20px;
	height: 852px;
}

.bg_car {
	background: url(../images/work_bg.png) repeat-x;
	height: 868px;
}

.bg_cnt {
	height: 700px;
}

.bg_act {
	background: #FFC905;
	height: 361px;
}

.bg_prl {
	background: #dae2ed;
	height: 280px;
}

/* Page position */
.pos_abt{
	position:absolute;
	bottom: 130px;
	height:30px;
}
.pos_lab{
	position:absolute;
	bottom: 110px;
	height:30px;
}
.pos_car{
	position:absolute;
	bottom: 120px;
	height:30px;
}
.pos_cnt{
	position:absolute;
	bottom: 120px;
	height:30px;
}
.pos_act{
	position:absolute;
	bottom: 120px;
	height:30px;
}
.pos_prl{
	position:absolute;
	bottom: 120px;
	height:30px;
}

#navmain{
	position:fixed;
	background:url(../images/menu_bg.png) repeat-x;
	width:100%;
	height:105px;
	border-top: #ffc100 3px solid;
	margin: 0 auto;
	z-index:1;
}
/* Comment while using horizontal */
.floating-menuV {
	position:fixed;
	top: 0px;
	left: auto;
	background:url(../images/menu_bg.png) repeat-x;
	/*background: rgba(256, 256, 256, 1); /* Change the Tranparency */
	/* background: transparent; */ /*Overrides the bg to transparent */
	border-top: #ffc100 3px solid;
	height:76px;
	margin-left: 400px;
	z-index:99;
	
}

.button {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	color: #7d7d7d;
	background-color: #FFF;
	/* Opera 10.5, IE9, FF4+, Chrome 10+ */
	display: inline-block;
	
	/* Main Adjustments */
	padding: 20px 6px 5px 6px;
	margin: 0px 6px 5px 6px;
	/* Main Adjustments */

}

.button:hover {
	opacity: 1;
	transition: all .4s ease;
	-webkit-transition: all .4s ease !important;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	background: #ffc100;
	color: #FFF;
}

#footer {
	background-color: #FFF;
	border-top:#ddd 1px solid;
	color: #333;
	height: 40px;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1.2px;
	text-decoration: none;
	bottom: 0px;
	position:fixed;
	padding-top: 8px;
	width:100%;
}

#footer a.cnx_creative {
	background:url(../images/CNX_Creative.png) no-repeat;
	display:block;
	width: 152px;
	height:34px;
	text-indent:-30000px;
	float:left;
	margin-top: 0px;
	margin-left: 340px;
}
#footer a.spbtv {
	background:url(../images/SPBTV.png) no-repeat;
	display:block;
	width: 108px;
	height:34px;
	text-indent:-30000px;
	float:right;
	margin-top: 0px;
}

#footer .footerdiv{
	margin: 0 auto;
	width:1000px;
}
.footer_content{
	margin:20px 0 0 0;
	text-align:left;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#B0B0B0;
}

/* Home */
#home_sp{
	padding: 140px 0 0 320px;
	color: #fec605;
	font-size: 26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#home_fb{
	padding: 0 0 20px 520px;
}
.home_quote1{
	font-size:40px;
	background:url(../images/quote_1.png) no-repeat;
	width:47px;
	height:38px;
	display:block;
	float:left;
}
.home_quote2{
	background:url(../images/quote.png) no-repeat;
	background-position: 36px 34px;
	width: 560px;
	height: 104px;
	float:right;
	margin-top: 12px;
	text-align:center;
}
.home_quote2 h1{
	font-size:40px;
	padding-top: 10px;
}
#home_vdoss{
	padding: 14px 0 0 540px;
}
#home_icon{
	padding: 180px 0 0 830px;
}

/* About us */
#about_vdoss{
	padding: 70px 0 0 20px;
	float:left;
}
#about_vdoss h2{
	color:#023F86;
	font-size:25px;
	margin: 0 0 0 15px;
}
#about_txt{
	width: 434px;
	margin: 20px 14px 0 0;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#969696;
	text-align:justify;
	line-height:140%;
}
#about_txt h2{
	color:#023F86;
	font-size:25px;
	margin-bottom:10px;
	
}
#about_txt h3{
	color:#023F86;
	margin: 20px 0;
	font-size:25px;
}
/* Lab Test */
#lab_sleep{
	width:160px;
	padding: 50px 0 0 0;
	color:#FFC705;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	float:left;
}
#lab_1{
	width:180px;
	padding: 80px 0 0 128px;
	float:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
#lab_1 h3{
	font-size:68px;
}
#lab_2{
	width:180px;
	padding: 80px 0 0 72px;
	float:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
#lab_2 h3{
	font-size:68px;
}
#lab_3{
	width:190px;
	padding: 80px 0 0 80px;
	float:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
#lab_3 h3{
	font-size:68px;
}
#lab_test{
	margin: 0 0 0 800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#023F84;
	font-weight:bold;
	padding-top:226px;
}
#lab_txt{
	width:500px;
	margin: 60px 0 0 0;
	font-size:23px;
	text-align:justify;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#lab_icon{
	margin: 50px 0 0 0;
}
#lab_vdoss{
	padding: 40px 0 0 40px;
	float:right;
}
/* Working */
#work_txt{
	font-size:55px;
	color:#023F84;
	margin: 84px 0 0 0;
	float:left;
	padding:0;
	line-height:90%;
}
#work_txt span{
	font-size:17px;
	color:#808080;
	margin: 0 0 0 6px;
	padding:0;
}
#work_btn{
	margin: 80px 0 0 0;
	float:right;
}
#work_pic{
	margin: 130px 0 0 -10px;
}
#work_icon{
	margin: 30px 0 0 850px;
}

/* Contact */
#cnt_margin{
	margin:0;
	padding: 60px 0 0 0;
}
#cnt_border{
	border:#FFC705 15px solid;
	padding: 30px 20px;
}
#cnt_logo{
	margin: 0 120px;
	width:246px;
	float:left;
}
#cnt_txt{
	width:440px;
	float:right;
	font-size:15px;
	line-height: 140%;
	text-align:justify;
	margin-top: 20px;
}
#cnt_txt h2{
	color:#023F84;
	font-size:24px;
	line-height:100%;
}
#cnt_txt h3{
	color:#023F84;
	font-size:18px;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height:100%;
}
#cnt_txt h4{
	font-size:17px;
	margin: 30px 0 0 0;
}
#cnt_txt input{
	width: 280px;
	height: 34px;
	font-size:18px;
	margin: 10px 10px 15px 0;
	color:#666;
}
#cnt_txt .cnt_red{
	color:#F00;
	font-weight:bold;
	font-size:20px;
}
#cnt_txt .btn_cnt{
	background-color:#FFC705;
	color:#FFF;
	display:inline-block;
	width: 80px;
	font-size:15px;
	font-weight:bold;
	border:#FFC705 0px;
}
.cnt_formsubmitted{
	padding: 80px 0 0 80px;
	border: 0px;
	background: url(../images/check.png) no-repeat;
	background-position:20px 80px;
	height:80px;
}
/* Activity */
#act_txt{
	width: 450px;
	color:#EA3824;
	font-size:17px;
	text-align:justify;
	line-height: 120%;
	float:left;
}

#act_txt h2{
	color:#FFF;
	font-size: 24px;
	margin-bottom: 20px;
	padding-top: 50px;
}
#act_fb a{
	background: url(../images/icon_facebook_s.png) no-repeat;
	background-position: 0 6px;
	padding: 10px 0 10px 34px;
	color:#FFF;
}
#act_fb a:hover{
	text-decoration:underline;
}
#act_ig{
	margin-top:20px;
}
#act_ig a{
	background: url(../images/icon_instagram_s.png) no-repeat;
	background-position: 0 6px;
	padding: 10px 0 10px 34px;
	color:#FFF;
	margin-top: 20px;
}
#act_ig a:hover{
	text-decoration:underline;
}
#act_pic{
	background:url(../images/act_pic.png) no-repeat;
	float:right;
	width:535px;
	height:361px;
}

/* Press release */
#pr_txt{
	font-size:18px;
	color:#023F84;
	margin: 84px 0 0 60px;
	float:left;
	padding:0;
	line-height:120%;
}
#pr_txt .gray{
	color:#999;
	font-size:14px;
}
#pr_txt .gray2{
	color:#666;
}
#pr_txt a{
	color:#023F84;
	font-weight: bold;
}
#pr_txt a:hover{
	text-decoration:underline;
}

.icon_fb{
	padding:0;
	float:left;
}
.icon_yt{
	padding-left:8px;
	float:left;
}
.icon_ig{
	padding-left:8px;
	float:left;
}
.clear{
	clear:both;
}
.arrow_up{
	height:24px;
	position:absolute;
	bottom:0;
}
.arrow_down{
	height:29px;
	position:absolute;
	top:0;
}
.arrow_up_last{
	height:24px;
	position:absolute;
	bottom:48px;
}

/* VDO */
#blanket {
 background-color:#111;
 opacity: 0.65;
 filter:alpha(opacity=65);
 position:absolute;
 z-index: 9001;
 top:0px;
 left:0px;
 width:100%;
 }
#VDO_01 {
 position:absolute;
 background:url(../images/vdo_border.png) no-repeat;
 background-position: 0 4px;
 width:678px;
 height:410px;
 z-index: 9002;
 top:0px;
 left:0px;
 }
#VDO_02 {
 position:absolute;
 background:url(../images/vdo_border.png) no-repeat;
 background-position: 0 4px;
 width:678px;
 height:410px;
 z-index: 9002;
 top:0px;
 left:0px;
 }
#VDO_03 {
 position:absolute;
 background:url(../images/vdo_border.png) no-repeat;
 background-position: 0 4px;
 width:678px;
 height:410px;
 z-index: 9002;
 top:0px;
 left:0px;
 }
.vdo_close{
	background:url(../images/vdo_close.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
	text-indent:-3000px;
	float:right;
}
.vdo_content{
	margin: 0 0 0 17px;
}

fieldset{
	border:0px;
	position:relative;
}
label#name_error      { position:absolute; top:45px; left:10px; font-size:11px; color:#F00}
label#email_error      { position:absolute; top:108px; left:10px; font-size:11px; color:#F00}