/* import reset stylesheet - resets most styles to 0 */

@import url(reset.css);


/* ------------------------------ overall structure ------------------------------ */

body{
	width: 800px;
	margin: 0 auto;
	font: 13px Arial, Helvetica, sans-serif;
}

#header{
	width: 800px;
	height: 110px;
	overflow: visible;
	margin-bottom: 10px;
}

#searchBar{
	background: #9DB0B7;
	margin-bottom: 3px;
	padding: 7px 20px;
}

#main{
	background: #C5DDE5;
	overflow: hidden;
	padding: 20px 20px 20px 0;
	margin-bottom: 10px;
}

#nav{
	float: left;
	display: inline;
	background: #C5DDE5;
	overflow: visible;
	width: 180px;
	padding-right: 20px;
}

#content{
	background: #fff;
	float: left;
	width: 560px;
	padding: 30px 10px;
}

#footer{
	clear: both;
	background: url(../images/images/reciip.gif) 98% 90% no-repeat;
	height: 95px;
}

/* ------------------------------ generic styles ------------------------------ */

p{
	color:#475053;
}

a{
	color: #036;
	text-decoration: none;
}
a:hover, a:active{
	color: #c00;
	text-decoration: underline;
}

/* ------------------------------ header ------------------------------ */


#header h1{
	background: url(images/header-h1-bg.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	width: 300px;
	height: 110px;
	float: left;
}
#header h2{
	background: url(images/header-h2-bg.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	width: 500px;
	height: 110px;
	float: left;
}

#header a{
	width: 100%;
	height: 100%;
	display: block;
}

/* ------------------------------ search bar ------------------------------ */

#searchBar a{
background-color:#C5DDE5;
border:2px groove #FFFFFF;
font-family:Arial,Verdana,Helvetica;
font-size:14px;
line-height:20px;
padding:1px 6px;
margin-right: 270px;
text-decoration:none;
}

#searchBar p{
	color: #fff;
	font-size: 14px;
}

/* ------------------------------ nav ------------------------------ */

#nav ul{
	margin: 20px 10px 10px 10px;
}

#nav ul li{
	margin-bottom: 14px;
}

#nav a{
	background: url(../images/arrowblue.gif) 0 50% no-repeat;
	padding-left: 12px;
	font-size: 11px;
	display: block;
}

#nav a:hover{
	background: url(../images/arrowred.gif) 0 50% no-repeat;
}

/* ------------------------------ content ------------------------------ */

#content h1{
	color: #036;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content h2{
	color: #036;
	font-style: italic;
	margin-bottom: 10px;
}

#content h3{
	color: #344;
}

#content p{
	line-height: 1.4em;
	margin-bottom: 1.2em;
}

#content p#contacts{
	text-align: center;
}

#content ul li{
	margin-bottom: 0.5em;
	list-style: disc;
}

#content ul li h2{
	margin-left: 20px;
}

/* ------------------------------ footer ------------------------------ */
#footer h3{
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 7px;
	text-align: center;
	border: 1px solid #9DB0B7;
	margin-bottom: 20px;
	color: #036;
}

#footer p{
	font-size: 11px;
	color: #036;
}