
* {
	padding: 0;
	margin: 0;
}

html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF url(img/body_bg.gif) repeat-x top;
	font: 65% Arial, Helvetica, sans-serif, Tahoma;
	color: #666;
}

img {
	border: 0;
}

a,
a:visited {
	color: #0074ad;
	text-decoration: none;
}

a:hover, 
a:active {
	text-decoration: underline;
}

i {
	display:none;
}

p {
	color: #777;
	font-size: 1.2em;
	line-height: 18px;
	margin: 10px 0 20px 0;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align:left;
}

/*---------------------------------------
@Header
---------------------------------------*/

#header {
	margin: 55px 0 0 0;
}

#header #h_left {
	width: 180px;
	float: left;
}

#header #h_right {
	width: 130px ;
	float: right;
}

#header h1 {
	height: 65px;
	width: 180px;
	text-indent: -9999px;
	background: url(img/logo.gif) no-repeat;
	display: block;
}

#container {
	display: block;
	margin-top: 10px;
}

/*---------------------------------------
@Navigation
---------------------------------------*/

#left_side {
	float: left;
	height: 190px;
}

ul#nav {
	padding: 0;
	margin: 0;
	width: 160px;
}

ul#nav li a {
	float:left;
	width: 160px;
	height: 30px;
	display: block;
	text-decoration: none;
}

ul#nav li {
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

ul#nav li a:hover {
	background-position: bottom left;
    text-decoration: none;
}

.home, .home a {
	background: url(img/nav_01.gif) top left no-repeat;
}

.active_home {
	background: url(img/nav_01.gif) bottom left no-repeat;
}

.service, .service a {
	background: url(img/nav_02.gif) top left no-repeat;
}

.active_service {
	background: url(img/nav_02.gif) bottom left no-repeat;
}

.contact, .contact a {
	background: url(img/nav_03.gif) top left no-repeat;
}

.active_contact {
	background: url(img/nav_03.gif) bottom left no-repeat;
}

.policy, .policy a {
	background: url(img/nav_04.gif) top left no-repeat;
}

.active_policy {
	background: url(img/nav_04.gif) bottom left no-repeat;
}

.faq, .faq a {
	background: url(img/nav_05.gif) top left no-repeat;
}

.active_faq {
	background: url(img/nav_05.gif) bottom left no-repeat;
}

#right_side {
	float: right;
}

/*---------------------------------------
@Main
---------------------------------------*/

#main {
	display:block;
	margin: 0;
	padding: 0;
}

#main p {
	margin-left: 20px;
}

h2 {
	color: #444;
	font-size: 1.2em;
	margin: 0;
	padding-left: 20px;
	line-height: 28px;
	text-decoration: none;
}

h3 {
	font-size: 1.2em;
	padding: 0 20px;
}

.red {
	
	height: 28px;
	background: url(img/main_bg_r.gif) left top no-repeat;
	margin-bottom:10px;
	clear: both;
}

.yellow {
	
	height: 28px;
	background: url(img/main_bg_y.gif) left top no-repeat;
	margin-bottom:10px;
	clear: both;
}

.blue {
	
	height: 28px;
	background: url(img/main_bg_b.gif) left top no-repeat;
	margin-bottom:10px;
	clear: both;
}

ul.info {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	margin-left: 20px;
}

ul.info li {
	background: url(img/check.gif) 0% 50% no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
	list-style: none;
}

ol#flow {
	clear: both;
}

ol#flow li {
	display: block;
	width: 210px;
	font-size: 1.2em;
	line-height: 18px;
	float: left;
	padding: 120px 0 0 0;
	margin: 0 10px 0 10px;
}

ol#flow li strong {
	display: block;
	float: left;
	padding: 10px 15px 70px 0;
	font-size: 3.8em;
	color: #A90000;
}

ol#flow li#fw_1 {
	background: transparent url(img/flow_1.jpg) no-repeat;
}

ol#flow li#fw_2 {
	background: transparent url(img/flow_2.jpg) no-repeat;
}

ol#flow li#fw_3 {
	background: transparent url(img/flow_3.jpg) no-repeat;
}	

/*---------------------------------------
@Footer
---------------------------------------*/

#footer {
	margin-bottom: 20px;
	border-top: 5px solid #CCC;
	clear:both;
}

#footer p {
	margin: 0;
  	padding:5px 0 0 0;
 	font-size: 1.0em;
}