@charset "UTF-8";
@import url("reset.css");

/* walshstationauto.com */

body {
	background: #516e8e;
}

#content-wrap-outer {
	background: #9cacc6 url(../images/bg-content.png) bottom repeat-x;
	margin: 40px auto 0 auto;
	padding: 15px;
	width: 930px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
 	box-shadow: 0px 0px 2px #3a4f68;
	-moz-box-shadow: 0px 0px 2px #3a4f68;
	-webkit-box-shadow: 0px 0px 2px #3a4f68;
}

#content-wrap-inner {
	padding: 15px 15px 200px 15px;
	border: 1px solid #778ead;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#logo-wrap {
	background: url(../images/bg-logo-shadow.png)0 5px no-repeat;
	width: 298px;
	margin: -50px auto 0 auto;
	padding: 0 8px 0 8px;
}

#logo {
	background: #8d352b url(../images/bg-logo.png) bottom repeat-x;
	padding: 10px;
	width: 250px;
	border: 6px solid #fff;
	text-align: center;
}

#info {
	text-align: center;
	margin: 15px 0;
}

#about {
	background: #d5dde7;
	margin-top: 15px;
	padding: 15px;
}

#about-shadow {
	background: url(../images/bg-about-shadow.png) right no-repeat;
	height: 10px;
}

#slides {
	float: left;
	margin-right: 15px;
}

#slides img {
	border: 5px solid #fff;
}

#services {
	margin: 20px;
}

.column {
	float: left;
}

.left {
	width: 440px;
}

.right {
	width: 390px;
	margin-left: 25px;
}


#footer-wrap {
	background: #c5cee2;
	padding-top: 220px;
	width: 100%;
	z-index: 500;
}

#footer-station {
	background: transparent url(../images/station-front.png) center no-repeat;
	width: 100%;
	height: 320px;
	margin: -460px auto 0 auto;
	overflow: hidden;
}

#footer-content {
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 5px 0 30px 0;
	border-top: 1px solid #516e91;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
}

h1.sub {
	font-size: 1.35em;
}

h2 {
	font-size: 3em;
	color: #516e91;
	margin: 0;
	border-bottom: 1px solid #516e91;
}

#about h2 {
	margin-left: 515px;
}

#services h2 {
	text-align: center;
}

p, #footer-content a {
	color: #516e91;
}

#info p, ul {
	color: #fff;
}

#about p, #services p, #services ul {
	margin-top: 1em;
}

.remedie {
	float: right;
}

.hidden {
	display: none;
}

/* browser update */

body .buorg	 {
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    border-bottom: 1px solid #778EAD;
    background:#778EAD url(/images/dialog-warning.gif) 1em 0.55em no-repeat;
    text-align:left;
    cursor:pointer;
    color:#fff;
    font-size: 12px;
}

body .buorg div {
    padding:5px 36px 5px 40px;
}

body .buorg a:link, body .buorg a:visited {
    color:#fff;
}

#buorgclose {
    position: absolute;
    right: .5em;
    top:.2em;
    height: 20px;
    width: 12px;
    font-weight: bold;
    font-size:14px;
    padding:0;
}
