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

/* common */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	background: #fff;
}
#wrapper {
	margin: 0 auto;
	width: 930px;
	padding: 0 15px;
}
p {
	color: #5a5a5a;
	margin: 0 0 10px 0;
	padding: 0;
}
a {
	color: #d66e56;
	margin: 0 0 10px 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 22px;
	font-family: 'Sintony', sans-serif;
	font-weight: normal;
	color: #118f8b;
	padding: 0;
	margin: 30px 0 10px 0;
}
h3 {
	text-align: left;
	font-family: 'Sintony', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 10px 0 0 15px;
	font-weight: bold;
}
h4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0 0 15px 15px;
	font-weight: normal;
}
.blue {
	color: #FDF7DD;
}
.orange {
	color: #f9f7ed;
}
.red {
	color: #FDE2DB;
}
.fl-left {
	float: left;
}
.clr {
	clear: both;
}
hr {
	margin: 25px 0 0;
	background: #ccc;
	height: 1px;
	border: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

header {
	margin: 10px;
}
header p {
	float: right;
	display: inline;
	margin-top: 35px;
}
#slider {
	background: url("../images/main_art1.jpg") no-repeat right bottom;
	padding: 25px 480px 28px 25px;
	border: solid 3px #6cbcb9;
	border-radius: 8px;
}
#slider h1 {
	color: #fff;
	font-size: 31px;
	font-family: 'Sintony', sans-serif;
	line-height: 35px;
}
#slider p {
	color: #f0f0f0;
	margin: 10px 100px 35px 0;
}

/* pods */
.pod {
	text-align: center;
	float: left;
	border-radius: 8px;
	border: solid 1px #afafaf;
	width: 295px;
	margin: 5px 19px 0 0;
	overflow: hidden;
}
.pod:last-child {
	margin-right: 0;
}
a.linkBtn {
	color: #fff;
	text-transform: uppercase;
	background: red;
	padding: 6px 40px;
	display: inline-block;
	border-radius: 8px;
	border: solid 2px #fff;
	box-shadow: inset 0px 0px 7px #000;
	font-weight: bold;
	margin: 5px 0 15px 0;
	text-shadow: 1px 1px 1px #666;
}
#slider a {
	color: #fff;
	text-transform: uppercase;
	background: #B58322;
	padding: 6px 40px;
	display: inline-block;
	border-radius: 8px;
	border: solid 2px #6cbcb9;
	box-shadow: inset 0px 0px 7px #000;
	font-weight: bold;
	margin: 5px 0 15px 0;
	text-shadow: 1px 1px 1px #666;
	opacity: 0.9;
}

.mr a.linkBtn, #mr { background: #25657E; }
.sd a.linkBtn, #sd { background: #AB1A25 ; }
.os a.linkBtn, #os { background: #F73F0B; }

.pod a {
	opacity: 0.85;
}
.pod a:hover, #slider a:hover {
	opacity: 1;
	text-decoration: none;
}
.pod div {
	border-bottom: solid 1px #afafaf;
	box-shadow: inset 0px 0px 7px #666;
}
.pod.mr {
	background: #FDF7DD;
}
.pod.sd {
	background: #f9f7ed;
}
.pod.os {
	background: #FDE2DB;
}
.pod p {
	padding: 10px 18px;
	margin: 0;
	text-align: left;
}
.pod img {
	margin: 12px 0;
	padding: 0;
	border: solid 1px #ccc;
}

/* footer */
#footer {
	background: #2b2b2b;
	padding: 25px 15px 15px 15px;
	margin-top: 25px;
}
#footer ul {
	padding: 0;
	margin: 15px 0 0 0;
}
#footer li {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #fff;
	margin: 6px 10px 6px 0;
	padding: 0;
	float: left;
	height: 30px;
	width: 300px;
}
#footer li.last {
	margin-right: 0;
}
#footer h2 {
	color: #fff;
	margin: 0;
	padding: 0;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#copyright {
	background: url(../images/copyright.jpg) #282828;
}
#copyright p {
	width: 815px;
	margin: 0 auto;
	color: #999;
	padding: 15px 0;
	font-size: 12px;
	line-height: 20px;
}