/*************************************************************
			MAIN STYLES
*************************************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
}

img {
	border: 0;
}

#header {
	position: relative;
	margin: 0 auto;
	padding: 18px 0 0 126px;
	width: 850px;
	height: 164px;
	background-image: url(images/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#header img#title {
	position: absolute;
	top: 125px;
	left: 11px;
}

#topnav {
	margin: 0 auto;
	width: 976px;
	height: 46px;
}

#features {
	margin: 14px auto;
	width: 974px;
	border: 1px solid #b4b4b4;
	background-color: #f8f8f8;
}

#features .feature {
	float: left;
	position: relative;
	padding: 0 0 0 150px;
	margin: 17px 0 17px 17px;
	width: 138px;
	height: 112px;
}

#features .feature img {
	position: absolute;
	padding: 5px;
	width: 129px;
	height: 102px;
	top: 0;
	left: 0;
	border: 1px solid #b4b4b4;
}

#features .feature img:hover {
	border-color: #e9453d;
}

#features .feature .txt {
	position: absolute;
	margin-top: -25px;
	top: 50%;
	left: 150px;
	width: 138px;
	height: 112px;
}

#features .sep {
	float: left;
	margin: 17px 0 17px 17px;
	width: 1px;
	height: 112px;
	background-color: #b4b4b4;
}

#features .clearfeatures {
	clear: left;
}

#container {
	margin: 0 auto;
	padding: 0 0 14px 0;
	width: 976px;
}

#content { 
	float: left;
	margin-right: 16px;
	padding: 27px 34px 40px 34px;
	width: 605px;
	border: 1px solid #b4b4b4;
	background-color: #f8f8f8;
}

#content img {
	padding: 0 28px 28px 0;
}

#menu {
	float: left;
	padding: 16px;
	width: 251px;
	border: 1px solid #b4b4b4;
	background-color: #f8f8f8;
}

.clearcontainer {
	clear: left;
}

#footer {
	margin: 0 auto;
	width: 976px;
	height: 40px;
	border: 1px solid #b4b4b4;
	background-color: #f8f8f8;
}

/*************************************************************
			TEXT STYLES
*************************************************************/

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.8;
}

hr {
	margin: 18px 0;
	color: #b4b4b4;
	background-color: #b4b4b4;
	border: 0;
	height: 1px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 27px;
}

#topnav {
	line-height: 46px;
	text-align: center;
}

#features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

#footer {
	line-height: 38px;
	text-align: center;
}

/*************************************************************
			LINK STYLES
*************************************************************/

a:link, a:active, a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #e9453d;
	text-decoration: underline;
}

#topnav a:link, #topnav a:active, #topnav a:visited,
#footer a:link, #footer a:active, #footer a:visited {
	color: #000000;
}

#topnav a:hover, #footer a:hover {
	color: #e9453d;
}