nav #menu_0{
	color:#118fb7;
	margin-left:0px;
	border:0;
	box-shadow:0 2px #e79f07;
}


/* CSS document */
body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#808080;
	font-size: 12px;
	background:
	url('../images/top-bar.jpg') repeat-x top,
	url('../images/blue_bar.jpg') repeat-x bottom;
	line-height: 18px;
}


.wrapper {
	width:100%;
}
.mainCntr {
	width:980px;
	margin:0 auto;
	padding:0 5px;
	margin-bottom:50px;
	position:relative;
}


a{
text-decoration:none;
}



/*  #### banner ####  */

#banner{
	width:100%;
	height:90px;
	position:relative;
	margin-top:20px;
	border-radius:25px 25px 0 0;
	color:white;
}
#banner #logo{
	margin-left:22px;
}
#banner #logo a{
	display:inline-block;
	width:360px;
	height:90px;
	background:url('../images/logo.png') no-repeat center;
}


/*  #### navigation menu ####  */

nav{
	width:100%;
	position:relative;
	margin:10px 0;
	padding:10px 0;
	border-radius:0 0 10px 10px;
}

nav #navigation_menu{
	display:inline-block;
	position:relative;
}
nav a{
	display:inline-block;
	font-size:1.1em;
	font-weight:bold;
	padding:15px 10px;/* top and bottom is 15px left and right is 10px */
	color:#696969;
}
nav a:hover{
	color:#ed1b24;
}

nav #currentPage{
	color:#157fa9;
}
/*  #### search bar ####  */



#search_bar{
	display:inline-block;
	position:relative;
	left:80px;
}
#search_bar #trackButton{
	border:0;
	background:#353a47;
	border-radius:5px;
	font-size:1em;
	color:#ffffff;
	font-style:italic;
	box-shadow:0 1px 5px gray;
	padding:5px;
	cursor:pointer;
}
#search_bar #tracking_code{
	border:0;
	height:35px;
	width:180px;
	background:#f0f0f0;
	box-shadow:inset 0 1px 5px gray;
	border-radius:5px;
	padding-left:10px;
}





/*  #### slider ####  */


#slider{
	width:100%;
	position:relative;
}

#slider #preloader{
    position:absolute;
    z-index:10000;
    right:150px;
    bottom:100px;
    display:block;
    width:50px;
    height:50px;
    background:url('../slider/img/394.html') no-repeat center;
}

/*  #### articles ####  */

section{
	margin-bottom:50px;
}

#articles{
	position:relative;
	width:100%;
	padding:20px 5px;
	border-radius:10px;
	background:#ffffff;
	text-align:center;
	margin-bottom:40px;
}
h3{
	font-size:1.5em;
	margin-bottom:20px;
	color:#fb9a00;
}
#articles span{
	display:inline-block;
	vertical-align:top;
	width:280px;
	height:160px;
	position:relative;
	margin-left:10px;
	margin-right:10px;
	padding:0 10px 20px;
}
#articles span h3,p{
	text-align:left;
}
#articles span a{
	color:white;
	padding:5px 10px;
	background:rgba(0,0,0,0.8);
	border-radius:5px;
	box-shadow: 0 1px 5px gray;
}

#articles span a:hover{ background:silver; color:black;}


#articles_2{
	padding: 0 20px;
	width:100%;
	position:relative;
}
#articles_2 #L_article{
	display:inline-block;
	width:500px;
	vertical-align:top;
}
#articles_2 #R_article{
	display:inline-block;
	margin-left:150px;
	width:250px;
	vertical-align:top;
}

/*  ####  footer  #####  */

footer{
	position:absolute;
	left:0;
	bottom:-50px;
	width:100%;
	margin-bottom:15px;
}
footer a{
	color:#ffffff;
}
footer a:hover{
	color:silver;
}
footer #copyright{
	float:right;
	color:#b9b9b9;
}