/* -- clearfix -- */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden;} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* -- text selection -- */
::selection {
background: #b5dbe7;
color:#333;
}
/* -- text selection FF -- */
::-moz-selection {
background: #b5dbe7;
color:#333;
}

/* -- Adjusment -- */
.clr { clear: both; }
.fr { float: right!important; }
.fl { float: left!important; }
.ar { text-align: right!important; }
.al { text-align: left!important; }
.ac { text-align: center!important; }
ul.basic {
	padding-left: 20px;
	list-style-type: disc;
}
ol.basic {
	padding-left: 20px;
	list-style-type: decimal;
}
.mb0 { margin-bottom:0!important;}
.mb10 { margin-bottom:10px!important;}
.mb50 { margin-bottom:50px!important;}

.mr0 { margin-right:0!important;}

/* -- common -- */

body {
	background:url(../images/bg.jpg) center top no-repeat fixed;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height:1;
	color:#fff;
}
a, a:active, a:visited {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:underline;
	color:#00ffff;
}
ul,li {
	margin:0;
	padding:0;
	list-style:none;
}
strong {
}
h1 { 
}

h2 {
	margin-bottom:30px;
}

h3 {
}
	
#content {
	width:940px;
	margin:0 auto;
	padding:50px 0;
}
#main {
	width:450px;
	float:right;
	text-align:right;
	line-height:2;
	font-size:18px;
	font-weight:700;
}
#main .services {
	margin-bottom:50px;
}
#main .services li {
	border-bottom:1px solid #777;
	padding:0 10px 5px;
}
#main .services li.hl {
	background:url(../images/transparent_blue01.png);
	color:#ffff00;
}
#main .contact {
	width:450px;
	float:right;
}
#main .contact p {
	width:170px;
	float:left;
}
#main .contact div {
	width:280px;
	float:right;
	line-height:1.5;
}
#main .contact div .email {
	background:url(../images/icon_email.png) 30px 3px no-repeat;
}


/* -- header -- */
#header {
	background:url(../images/bg_header.png);
}
#header .header_in {
	width:940px;
	margin:0 auto;
	padding:30px 0;
}
#header h1 {
	width:300px;
	float:left;
}
#header p {
	width:483px;
	margin-top:10px;
	float:right;
}

/* -- footer -- */
#footer {
	background:url(../images/bg_header.png);
}
#footer .footer_in {
	width:940px;
	margin:0 auto;
	padding:40px 0;
}
#footer p {
	text-align:right;
}
