@charset "utf-8";
/* CSS Document */

/* html elements */
body {
	padding:0px;
	margin:0px;
	background:url('/img/bg/body_bg.png') repeat-x bottom fixed #FFF;
	font-family:Arial, Helvetica, sans-serif;
}

a, img, input, select, textarea {
	outline:none;
}

a, img {
	border:none;
}

a {
	color:#0997cf;
}

hr {
	background:#CCC;
	border:none;
	height:1px;
}

#section {
	width:950px;
	height:auto;
	margin:0px auto;
}
/* END */

/* Header */
#header {
	width:950px;
	height:auto;
	margin:10px auto;
	clear:both;
}

#header .logo {
	margin:0px 0px 0px 28px;
}

#header .info {
	width:340px;
	height:76px;
	float:right;
	margin:32px 0px 0px 0px;
}

#header .info .info_1{
	font-family:HelveticaBold, Arial, Helvetica, sans-serif;
	font-size:16px;
}

#header .info .info_1 span{
	color:#01aff4;
}
/* END */

/* Main */
#main {
	width:950px;
	height:auto;
	margin:10px 0px;
	background:url('/img/bg/bottom.png') repeat-x bottom #FFF;
	border-radius:5px;
	box-shadow: #999 0px 1px 3px;
	-webkit-box-shadow: #999 0px 1px 3px;
	-moz-box-shadow: #999 0px 1px 3px;
}

#formmail {
	padding:5px 15px;
	width:auto;
}

#formmail .form_lb{
	margin:4px 0px 3px 0px;
	font-size:13px;
	color:#000;
}

#formmail .form_inp{
	width:100%;
	padding:3px 0px;
	margin:0px;
	border:1px solid #CCC;
	margin:0px 0px 0px -1px;
	color:#444;
}

#formmail textarea{
	height:60px;
	resize:vertical;
}

#formmail .null{
	background:#ffcccb;
}

#formmail .captcha{
	width:50px;
	text-align:center;
}

#formmail .form_cap{
	text-align:center;
	width:55px;
	border:1px solid #CCC;
	padding:3px;
	font-size:20px;
	position:relative;
	top:-20px;
}

#formmail small{
	position:relative;
	bottom:-18px;
	margin:0px 0px 10px 0px;
	cursor:pointer;
}

#formmail .sendform{
	display:block;
	text-align:center;
	border-radius:20px;
	margin:0px auto;
	padding:5px 0px;
	width:150px;
	font-weight:bold;
	color:#FFF;
	background:url('/img/bg/nav.png');
	cursor:pointer;
}

#main .bottom {
	height:20px;
	clear:both;
}
/* END */

/* Footer */
#footer {
	width:950px;
	height:auto;
	margin:0px auto;
	clear:both;
}

#footer .company {
	width:950px;
	height:90px;
	background:url('/img/bg/bottom.png') repeat-x bottom #FFFFFF;
	border-radius:5px;
	box-shadow: #999 0px 1px 3px;
	-webkit-box-shadow: #999 0px 1px 3px;
	-moz-box-shadow: #999 0px 1px 3px;
}

#footer .company ul{
	list-style:none;
	padding:10px 0px 0px 20px;
}

#footer .company ul li{
	float:left;
	padding:0px 20px 0px 20px;
	border-right:1px dotted #CCC;
}

#footer .company ul li:last-child{
	border:none;
}

.up_button{
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	width:48px;
	height:48px;
	background:url('/img/elements/up_button.png') no-repeat;
}

#alertnatco{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('/img/bg/screen_bg.png');
	z-index:5;	
}

#alertnatco .alblock{
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:140px;
	margin:-70px 0px 0px -150px;
	background:#FFF;
	border-radius:5px;
	overflow:hidden;
}

#alertnatco .alblock .allb{
	text-align:center;
	line-height:30px;
	color: #FFF;
	font-family:HelveticaBold, Arial, Helvetica, sans-serif;
	font-size:20px;
	background:url('/img/bg/lb_blue.png');
}

#alertnatco .alblock .almsg{
	text-align:center;
	padding:15px 20px 10px 20px;
}

#alertnatco .alblock .alert_bt{
	display:block;
	width:100px;
	margin:10px auto 0px auto;
	color:#FFF;
	background:url('/img/bg/nav.png');
	font-family:HelveticaBold, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:2px 0px;
	border-radius:15px;
	cursor:pointer;
}
/* END */