/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #C9CCDF;
	margin: auto;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;

}

#container {
	width: 1024px;
	height: auto;
	margin: auto;
	padding: 0;
}

#navigation {
	background-image: url(../images/navigation.jpg);
	background-repeat:no-repeat;
	height: 56px;
	width: 906px;
	margin-top: 52px;
}

#navigation ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;

}

#navigation ul li {
    margin:0;
    padding:0;
	display: inline;
	float:left;
	width: auto;
	text-align: center;
	margin-top: 20px;
	padding-left: 39px;

}

#navigation ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}

#header {
	height: 266px;
	width: 906px;
	background-image: url(../images/header_bg.jpg);
	margin-top: 0;
	margin-left: 0;
}	



#main {
	width: 816px;

	background-image: url(../images/main_bg.gif);
	background-repeat: repeat x;
	padding-right: 40px;
	padding-left: 50px;
	padding-top: 25px;
	min-height: 300px;
	line-height: 16px;
	padding-bottom: 20px;
}

#main a {
	color: #666;
}

#main a:hover {
	color: #535C95;
}

#main img {
	border: 1px solid #535C95;
	
}

#specials {
	float: right;
	height: 95px;
	width: 168px;
	background-image: url(../images/specials_bg.jpg);
	margin-left: 45px;
	padding: 10px;
	margin-right: 22px;
	margin-top: 16px;
}

#specials h3 {
	color: #fff;
	size: 16px;
	text-align: center;
	margin-top: -6px;
	
}

#specials a {
	color: #fff;
	text-decoration: none;
	text-align: right;
}

#specials a:hover {
color: #fff;
	text-decoration: underline;
}

#footer {
	height: 67px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 906px;
	text-align: center;
	clear: both;
	padding-top: 50px;
}

h1 {
	display: none;
}

h2 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 18px;
}

.highlight {
	color: #535C95;
	font-size: 14px;
	line-height: 22px !important;
}



.noborder {
	border: none !important;
}

h3 {
	font-size: 15px;
		margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.specials {
	font-size: 14px;
	line-height: 17px;
	padding-top: 8px;
	display: block;
}
