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


img.expando { /*sample CSS for expando images. Not required but recommended*/
	border: none;
	vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}
.form {
	font-size:10px;
	margin:2em 0 0 5em;
}
form label {
	font-size:17px;
	color:#000;
	padding-bottom:5px;
}
form div {
	padding:20px;
}
form div:last-child {
	border-bottom:none;
}
form span {
	display:block;
	color:#aaa;
}
.form form input[type=text], form input[type=password], form textarea, form input[type=text].error, form input[type=password].error, form select.error {
	padding:8px 5px;
	width:300px;
	font-size:14px;
	font-family:'Abel-Regular', Helvetica, sans-serif;
	margin:10px 0;
	border:1px solid #7c223e;
	color:#333;
	background:none;
	-webkit-border-radius:.2em;
	-moz-border-radius:.2em;
	border-radius:.2em;
}
.form form input[type=text]:focus, form input[type=password]:focus, form textarea:focus, form select:focus {
	background:none;
	outline:none;
	color:#333;
}
.content form input[type=submit] {
	cursor:pointer;
	color:#8A0;
	background:#2c251f;
	padding:8px 15px;
	border:1px solid #564437;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	border-radius:.3em;
}
.content form input[type=submit]:hover {
	background:#564437;
}
.content form textarea {
	height:100px;
	width:300px;
}
.error {
	display:inline;
	font-size:12px;
	font-weight:normal;
	padding:10px 0 0 10px;
	color:#FF0000;
}
select.error {
	padding:0;
}
/**
  * Rhinoslider 1.02
  * http://rhinoslider.com/
  *
  * Copyright 2012: Sebastian Pontow, René Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */
.rhino-btn {
	background:url(../images/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width:56px;
	height:53px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.rhino-prev, .rhino-next {
	bottom:-4px;
}
.rhino-prev {
	left:-6px;
	background-position:-168px 0;
}
.rhino-next {
	right:-6px;
	background-position:-106px 0;
}
.rhino-prev:hover {
	background-position:-168px -53px;
}
.rhino-next:hover {
	background-position:-106px -53px;
}
.rhino-toggle {
	top:-4px;
	left:-6px;
}
.rhino-play {
	background-position:0 0;
}
.rhino-play:hover {
	background-position:0 -53px;
}
.rhino-pause {
	background-position:-56px 0;
}
.rhino-pause:hover {
	background-position:-56px -53px;
}
.rhino-container {
	position:relative;
}
.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.rhino-bullets {
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin:0 0 0 -50px;
	z-index: 10;
	background: #fff;
	padding:0;
}
.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	background:url(../images/rhinoslider-sprite.png) -224px 0 no-repeat;
}
.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}
.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}
.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color:#999;
	background:#eee;
}
.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	background:#40332A;
}
.demo-header {
	background:#fff;
	border-bottom:1px solid #ddd;
	font-size:12px;
	-moz-box-shadow:2px 0 10px #ddd;
	-webkit-box-shadow:2px 0 10px #ddd;
	box-shadow:2px 0 10px #ddd;
}
.demo-header a {
	color:#2d2d2d;
	text-decoration:none;
	padding:10px;
	display:inline-block;
}
.demo-header a:hover {
	color:#ff4800;
}
#slider {
	width:100%;
	height:300px;
	/*IE bugfix*/
	padding:0;
	margin:0;
}
#slider li {
	list-style:none;
}
#page {
	margin:40px auto;
	width:990px;
}
/* content */
.content ul {
}
.content a {
	color:#3CF;
}
.content h2, .content h3 {
	color:#D9C8BE;
	font-weight:bold;
	margin:12px 0;
}
.SideBar12 {
	background-image:url(../images/SideBar.png);
	background-size:100%;
	vertical-align:top;
	background-repeat:no-repeat;
	height:100%;
	width: 100%;
	max-height:100%;
	max-width: 100%;
}
