/* @override http://localhost/tontine/css/screen.css */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
ul,li {
	list-style-type:none;
}
img {
	border: 0;
}
body {
	text-align: center;
	background-color: #fdfbfd;
	color: #506266;
	font: 75% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#header {
	background: url(../images/masthead.jpg) repeat-x;
	margin: 0 auto;
}
#masthead {
	height: 77px;
	width: 100%;
	min-width: 750px;
	background: url(../images/) no-repeat center;
}
#main-nav-home {
	margin: 0 auto;
	width: 750px;
	height: 35px;
}
#main-nav-home li {
	display: inline;
}
#main-nav-home a.navHome, a.navHome_active {
	display:block;
	float:right;
	width:71px;
	height:35px;
	background: url(../images/mainnav-home.gif) 0 0;
}
#main-nav-home a.navHome:hover {
	display:block;
	float:right;
	width:71px;
	height:35px;
	background: url(../images/mainnav-home.gif) 0 70px;
}
#main-nav-home a.navHome_active {
	display:block;
	float:right;
	width:71px;
	height:35px;
	background: url(../images/mainnav-home.gif) 0 35px;
}
#main-nav-home a.navAbout, a.navAbout_active {
	display:block;
	float:right;
	width:81px;
	height:35px;
	background: url(../images/mainnav-home.gif) -73px 0;
}
#main-nav-home a.navAbout:hover {
	display:block;
	float:right;
	width:81px;
	height:35px;
	background: url(../images/mainnav-home.gif) -73px 70px;
}
#main-nav-home a.navAbout_active {
	display:block;
	float:right;
	width:81px;
	height:35px;
	background: url(../images/mainnav-home.gif) -73px 35px;
}
#main-nav-home a.navProducts, a.navProducts_active {
	display:block;
	float:right;
	width:106px;
	height:35px;
	background: url(../images/mainnav-home.gif) -156px 0;
}
#main-nav-home a.navProducts:hover {
	display:block;
	float:right;
	width:106px;
	height:35px;
	background: url(../images/mainnav-home.gif) -156px 70px;
}
#main-nav-home a.navProducts_active {
	display:block;
	float:right;
	width:106px;
	height:35px;
	background: url(../images/mainnav-home.gif) -156px 35px;
}
#main-nav-home a.navDesign, a.navDesign_active {
	display:block;
	float:right;
	width:158px;
	height:35px;
	background: url(../images/mainnav-home.gif) -264px 0;
}
#main-nav-home a.navDesign:hover {
	display:block;
	float:right;
	width:158px;
	height:35px;
	background: url(../images/mainnav-home.gif) -264px 70px;
}
#main-nav-home a.navDesign_active {
	display:block;
	float:right;
	width:158px;
	height:35px;
	background: url(../images/mainnav-home.gif) -264px 35px;
}
#main-nav-home a.navBlog, a.navBlog_active {
	display:block;
	float:right;
	width:60px;
	height:35px;
	background: url(../images/mainnav-home.gif) -428px 0;
}
#main-nav-home a.navBlog:hover {
	display:block;
	float:right;
	width:60px;
	height:35px;
	background: url(../images/mainnav-home.gif) -428px 70px;
}
#main-nav-home a.navBlog_active {
	display:block;
	float:right;
	width:60px;
	height:35px;
	background: url(../images/mainnav-home.gif) -428px 35px;
}
#breadcrumb {
	margin: 30px;
}
#footer-container {
	margin: 0 auto;
	width: 100%;
	background-color: #3f3e38;
	border-top: 5px solid #b6e4de;
	clear: both;
}
#footer {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	overflow: auto;
	font-size: 1.17em;
	color: #fdfbfd;
	background-image: url(../images/footer_bg.gif)
}
#footer h1 {
	font: italic bold 1.29em Georgia, "Times New Roman", Times, serif;
	padding: .75em 10px .75em 10px;
	margin: 0 20px 1em;
	display: block;
	border-bottom: 1px dotted #fdfbfd;
}
#footer p {
	margin: 0 30px 1em;
}
#footer a {
	color: #d1c587;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	border: 0;
}
#footer img.logo {
	margin-left: 30px;
}
#footer .left-col {
	width: 400px;
	float: left;
	background-color: #504e48;
}
#footer .right-col {
	width: 350px;
	float: right;
	background-color: #47453f;
}
#city {
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
}
#city a:link {
	color:#506266;
}
#city a:visited {
	color:#506266;
}
#city a:hover {
	color:#506266;
}
#city a:active {
	color:#506266;
}
#footer form {
	margin: 0 30px 1em;
}
#footer form fieldset {
	border: 0;
}
#footer form label {
	float: left;
	display: block;
	width: 75px;
	margin-bottom: 10px;
}
#footer form input, form textarea {
	margin-bottom: 10px;
}
#footer form .input {
	width: 160px;
}
#footer form .textarea {
	width: 200px;
}
#footer form .button {
	margin-left: 75px;
}
#footer form p.error {
	font-size: 1em;
	color: #d0825e;
	margin: 0 0 .75em 0;
}
#footer form p.error img {
	margin-right: .5em;
}
