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

@import "text.css";

body{background:#333;font-family:Arial, Helvetica, sans-serif;font-size:11px;line-height:18px;text-align:center;color:#FFF; margin:0px; padding:0px;
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


img           { border:0;}

a             {}
a:hover       {}
:focus        { outline: 0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.3; }
h2            { font-size:18px; font-weight:normal; line-height:1.34; }
h3            { font-size:16px; font-weight:bold; line-height:1.375; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline;}
fieldset      { border:0;}
legend        { display:none;}

/* Table */
table         { border:0; empty-cells:show; }
caption,th,td { vertical-align:top; font-weight:normal; }

/* Content */
address       { font-style:normal;}
cite          { font-style:normal;}
/*p			  { text-align:justify;}*/
q,
blockquote    { quotes:none;}
q:before, 
q:after       { content:'';}
small,big     { font-size:1em;}
sup           { font-size:1em; vertical-align:top;}

/* Lists */
ul,ol         { list-style-image:url(../images/dot.jpg);}
li{margin-bottom:10px;}


/****************************************MAIN**********************/	
	
div#main{
	display:table;
	background:url(../images/main_bg.jpg) repeat-x #009acb;
	width:992px;
	height:auto;
	margin:0 auto;
	}
	
div#Row1,#Row2,#Row3,#Row4{
	display:table-row;
	width:992px;
	float:left;
	height:auto;}

/****************************************Row1**********************/	
div#Row1{
	display:inline;
	background:url(../images/index_01.jpg) repeat-x;
	height:117px;
	text-align: left;
}
/****************************************Row1**********************/	
div#Row2{
	background:url(../images/index_02.jpg) repeat-x 0 50px;
	height:350px;
	margin-top:-67px;
}
.menu{width:728px; margin-top:3px; float:right;}
.service_head{ display:inline; width:688px; height:86px; float:right; margin:125px 8px 5px 0px;}
/****************************************Row3**********************/	
div#Row3_main{display:inline; width:982px; margin:5px; float:left; height:auto;}
div#Row3_1,#Row3_2{display:inline; float:left; height:auto;}
div#Row3_1{
	width:692px; margin:10px 5px 10px 5px;}
	
div#Row3_2{
	width:255px;
	margin:10px 5px 10px 5px; padding:0 0 0 8px; border-left:1px solid #1597c1;}
	
.right_bar{display:inline; width:260px; float:left; height:auto;}

.bor_dn{background:url(../images/border_dn.jpg) repeat-x; height:1px;}
/****************************************Row4**********************/	
div#Row4{ height:60px; background-color:#FFF;}
.footer{margin:10px 0px 0px 0px;}
