/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:.8em;
	margin:0 auto;
	background-color:#006dbf;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a { color:#fff; }

#content_main p{ text-align:justify;}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

h4 { font-size:1.0em; color:#a1e8e7; font:bold; margin: 25px 0 5px 0; }

h5 { font-size:1.0em; color:#a1e8e7; font:bold; margin: 25px 0 1px 0; }

hr {
	border: 1px solid #17abdb;
}

ul {margin: 0; padding: 0;}

li {margin: 0 0 10px 15px ;}


/* ---- class settings ----------------------- */

.customer_care { border:#15addc 2px; border-bottom-style:solid; }
.personel_name { font-size: 0.75em; }

.flag {
	color: #fff;
	font-size: 2.3em;
	font-weight:bold;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.flag_side {
	color: #fff;
	font-size: 1.7em;
	font-weight:bold;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.intro {
	color: #a1e8ff;
	font-size: 1.4em;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:890px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:890px;
	height:375px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

#flash {
	position:relative;
	top:97px;
	left:14px;
	width:861px;
	height:233px;
clear: both;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:335px;
	left:30px;
margin: 0 auto;
	width:825px;
	height:40px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:835px;
	height:auto;
	padding: 20px 35px 20px 20px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:552px;
	height:auto;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:220px;
	height:auto;
}

#side_box {
	position:relative;
	top:0;
	left:0;
	width:220px;
	height:auto;
	padding: 10px;
	background-color: #002f52;
	background-repeat: repeat-x;
	background-image: url(images/bg_side-bar.jpg);
}

#side_box a {
	color: #61d5fa;
	text-decoration: none;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:875px;
	height:40px;
	clear:both;
	padding: 10px 10px 10px 5px;
	background-repeat: repeat-x;
	background-image: url(images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:54px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:200px;
	background-position:-54px 0;
}

a:hover#nav_02{
	background-position:-54px -40px;
}

.active_02 {
	background-position:-54px -40px !important;
}

a#nav_03 {
	width:100px;
	background-position:-254px 0;
}

a:hover#nav_03{
	background-position:-254px -40px;
}

.active_03 {
	background-position:-254px -40px !important;
}

a#nav_04 {
	width:181px;
	cursor:default;
	background-position:-354px 0;
}

a:hover#nav_04{
	background-position:-354px -40px;
}

.active_04 {
	background-position:-354px -40px !important;
}

a#nav_05 {
	width:178px;
	cursor:default;
	background-position:-535px 0;
}

a:hover#nav_05{
	background-position:-535px -40px;
}

.active_05 {
	background-position:-535px -40px !important;
}

a#nav_06 {
	width:112px;
	cursor:default;
	background-position:-713px 0;
}

a:hover#nav_06{
	background-position:-713px -40px;
}

.active_06 {
	background-position:-713px -40px !important;
}
