/* 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%;
	height:100%;
}
#mainCntr {
	width:980px;
	margin:0 auto;
	padding:0 5px;
	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;
	background:#ffffff;
	padding:10px 0;
	border-radius:0 0 10px 10px;
}

/*	####	home page	####	*/
nav #menu_0{ margin-left:0px; border:0;}


nav #navigation_menu{
	display:inline-block;
	position:relative;
}
nav a{
	display:inline-block;
	font-size:1.1em;
	font-weight:bold;
	padding:10px 7px;/* top and bottom is 15px left and right is 10px */
	color:#696969;
}
nav a:hover{
	color:#ed1c24;
}

/*  #### search bar ####  */

#search_bar{
	display:inline-block;
	position:relative;
	left:30px;
}
#search_bar #trackButton{
	border:0;
	background:#ed1c24;
	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:30px;
	width:170px;
	box-shadow:0 0 1px gray;
	border-radius:5px;
	padding-left:10px;
}




/*  #### section #### */




section{
	margin-bottom:50px;
	padding:10px;
}

h2{
	font-size:2em;
	padding:30px 40px;
	color:#118fb7;
	border-top:dotted 1px silver; 
	border-bottom:dotted 1px silver; 
}



h3{
	font-size:1.5em;
	margin-bottom:20px;
	color:#e79f07;
}


/*  ####  footer  #####  */

footer{
	position:relative;
	width:100%;
	margin-bottom:15px;
}
footer a{
	color:#ffffff;
}
footer a:hover{
	color:silver;
}
footer #copyright{
	float:right;
	color:#b9b9b9;
}