@charset "utf-8";
/* CSS Document */

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url(../images/body-bg.png) repeat-x top;
}

#wrapper {
	margin: 0 auto;
	width: 960px; 
}


h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

p, ol, ul {
	margin-bottom: 10px;
}

button {
	float: right;
	border: 0;
	background: none;
}


/* Header Styles */

#header {
}

#search {
	float: right;
	text-transform: uppercase;
	font-size: 13px;
	height: 38px;
	padding-top: 20px;
}

#search input {
	width: 110px;
}

#search .form {
	width: 315px;
}

#phone {
	float: right;
	clear: right;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

#phone span {
	font-size: 18px;
	display: block;
}

#breadcrumbs {
	position: relative;
	display: block;
	top: -40px;
	left: 265px;
	width: 415px;
	padding-top: 10px;
	color: #8f0000;
}

#breadcrumbs a {
	color: #8f0000;
}

#logo {
	padding-top: 26px;
	margin-left: -2px;
}
#logo a img {
	border: 0;
}

#phone {
	width: 273px;
	height: 40px;
	color: #fff;
	background: url(../images/phone-bg.png) no-repeat top left;
}

/* Body Styles */
#tips {
	float: right;
	width: 180px;
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 510px;
	margin: 0 20px 20px 0;
	display: inline;
}

#content ul {
	padding: 5px 5px 0px 40px;
}

#nav {
	width: 230px;
	margin-bottom: 20px;
}

#nav ul li {
	border: 1px solid #b8b8b8;
	margin-bottom: 1px;
	list-style: none;
	font-size: 13px;
}

#nav ul li a {
	display: block;
	height: 25px;
	padding: 12px 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #000 url(../images/nav-li-bg.png) repeat-x top;
}

#nav ul li a:hover {
	background: #000 url(../images/nav-li-bg-over.png) repeat-x top;
}

#fp-splash {
	color: #fff;
	background: #4a4a4a;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 30px;
}

#fp-splash form {
	padding: 14px;
	background: #000;
	margin-bottom: 5px
}

#fp-splash .title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#fp-splash table {
	margin: 0 auto;
}

#fp-splash table td {
	width: 122px;
}

#fp-splash a img {
	border: 0;
}
#fp-splash button {
	width: 43px;
}
#fp-splash .form {
	width: 320px;
	margin: 0 auto;
}

#footer {
	clear: both;
	border-top: 1px solid #c3c3c3;
	margin-top: 20px;
	padding: 20px 170px;
	font-size: 11px;
	color: #6b6a6a;
}

#footer #poweredby {

}

#footer #footer-links {
	float: right;
	padding: 5px 0 5px 22px;
	width: 346px;
	height: 60px;
	border-left: 1px solid #c3c3c3;
}

#footer #footer-links a {
	color: #6b6a6a;
}


.img-right {
	float: right;
	margin: 0 0 10px 10px;
}
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.border {
	border: 1px solid #b3b3b3;
}

#extras {
	margin: 8px auto;
	width: 92%;
	border: 1px solid #b6b6b6;
	background: #F2F2F2;
	padding: 8px;
}

#extras2 {
	margin: 5px auto;
	width: 100%;
	border: 1px solid #b6b6b6;
	background: #F2F2F2;
	padding: 5px;
}