@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);
/*----- SETUP - Open -----*/
html {}
body {
	font-family: 'Roboto Condensed', sans-serif, arial;
	background: #111;
	color: #666;
	cursor: default;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3em;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

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

a:hover {
	color: #d30000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.1em;
	margin: 0 15px 0 0!important;
}

h1 {
	font-size: 38px;
}

h2 {
	color: #d30000;
	font-size: 30px;
}

h3 {
	color: #666;
	font-size: 24px;
	margin: 0 0 10px 0!important;
}

h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0!important;
}

h5 {
	font-size: 16px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fff;
	border: 1px #aaa solid;
	color: #444;
	padding: 5px;
	width: 96%;
}

input[type=submit] {
	background: #000;
	border: none;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	padding: 5px 10px;
}

input[type=submit]:hover {
	background: #d30000;
	cursor: pointer;
}

select {
	border: 1px #999 solid;
	padding: 5px;
	margin: 5px 0;
}

.pic-left,
.pic-right,
.pic {
	border: 3px #ccc solid;
	display: block;
	margin: 8px;
}

.pic-left {
	float: left;
	margin: 5px 10px 10px 0;
}

.pic-right {
	display: block;
	float: right;
	margin: 5px 0 10px 10px;
	position: relative;
	z-index: 2;
}

.pic {
	float: none;
	height: auto;
	width: 100%;
	margin: 5px 0;
}
/*----- SETUP - Close -----*/





/*----- CONTAINER - Open -----*/
.container {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.top-container-full {
	background: #fff;
	height: 95px;
}

.logo {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 10;
}

/* NAVIGATION */
.navigation {}
.navigation ul {
	margin: 0;
	padding: 0;
}
.navigation ul li {
	display: inline-block;
	list-style: none;
	margin: 40px 10px 0 0;
	padding: 0;
}
.navigation ul li.first {}
.navigation ul li.last {}
.navigation a {
	border-top: 10px #fff solid;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	padding: 30px 5px 20px 5px;
}
.navigation a:hover {
	border-top: 10px #d30000 solid;
	color: #d30000;
}
.navigation a.active {
	border-top: 10px #000 solid;
	color: #000;
}
/* NAVIGATION FOOTER */
.navigation-footer {}
.navigation-footer ul {
	margin: 0;
	padding: 0;
}
.navigation-footer ul li {
	display: inline-block;
	list-style: none;
	margin: 20px 10px 0 0;
	padding: 0;
}
.navigation-footer ul li.first {}
.navigation-footer ul li.last {}
.navigation-footer a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 5px;
}
.navigation-footer a:hover {
	color: #ffcccc;
}
.navigation-footer a.active {
	color: #000;
}

.title-container-full {
	background: #222;
	padding: 15px;
}

.title-container-full h1 {
	color: #fff;
	margin: 0!important;
}

.slideshow-container-full {
	background: #222 url(../images/bg-01.png) repeat-y center;
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;
	height: 400px;
	position: relative;
	z-index: 2;
}

.content-container-full {
	background: #fff;
	min-height: 400px;
}

.content-container-full .container {
	padding: 20px 0;
}

.gmap-container-full {
	background: #ebebeb;
	border-top: 1px #999 solid;
	height: 300px;
}
#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.address-container-full {
	background: #222 url(../images/bg-02.png) no-repeat center;
	color: #bbb;
	font-weight: 400;
	padding-top: 25px;
	height: 85px;
	overflow: hidden;
}
.address-container-full .container {
	text-align: right;
}
.address-container-full .container span {
	color: #fff;
}

.footer-navigation-container-full {
	background: #ab0000;
	color: #fff;
	height: 60px;
}

.footer-container-full {
	background: #000;
	color: #bbb;
	height: 60px;
	padding-top: 20px;
}
.footer-container-full .container span {
	color: #fff;
}
/*----- CONTAINER - Close -----*/

