/* @group Master Styles */
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body{
	font: 12px/24px 'AvenirLTStd35Light', sans-serif;
	color: #fff;
	background: #380101 url(../images/header.png) repeat-x;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	list-style-type: none;
	letter-spacing: 1px;
}
h1, h2, h3, h4{
	font-size-adjust: 0.51;
	display: block;
	margin-top: 20px;
	font: normal normal 32px/normal 'ReklameScriptMedium', sans-serif;
}
p{
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

a:link, a:visited, a:active{
	color: #f4c538;
	text-decoration: none;
}
.current{
	color: #fff;
}
a:hover{
	color: #fff;
}
.wrap{
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	background: url(../images/meta.png) no-repeat right top;
	height: 140px;
}
#header h4{
	margin: 0;
	padding: 0;
}
#logo{
	float: left;
	font-size: 60px;
	text-shadow: #280000 3px 2px 2px;
	padding-left: 70px;
	background: url(../images/shield.png) no-repeat left 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 12px;
}

#search-wrap{
	float: right;
	text-align: left;
	font-size: 12px;
	background: url(../images/divider.png) no-repeat left center;
	padding-left: 20px;
	width: 236px;
	margin-top: 40px;
}
#search-wrap li{
	font-size: 12px;
	letter-spacing: 2px;
}
#search-wrap sup{
	color: #f0c538;
	font-size: 8px;
	margin-left: 5px;
}
#search-wrap li span{
	letter-spacing: 0;
	color: #6e1514;
	padding-right: 10px;
}
#nav-wrap{
	height: 50px;
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #360101;
	border-top: 1px solid #360101;
	background-color: #420201;
}
#ul-nav{
	background: url(../images/divider.png) no-repeat left center;
	height: 50px;
}
#ul-nav li{
	display: block;
	float: left;
}

#ul-nav li a{
	float: left;
	background: url(../images/divider.png) no-repeat right;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 32px;
	color: #f4c538;
	padding-left: 32px;
}
#ul-nav li a:hover{
	color: #fff;
}
#content{
	padding: 30px 10px 10px;
	border-left: 1px solid #410101;
	border-right: 1px solid #410101;
	background: #360101 url(../images/shadow.png) repeat-x center top;
}
#content-full{
	padding: 30px 10px 10px;
	border-left: 1px solid #410101;
	border-right: 1px solid #410101;
	background: #360101 url(../images/shadow.png) repeat-x center top;
}
.slide{
	border: 1px solid #470e02;
	background-color: #1d0000;
	color: #fff;
	border-bottom-style: solid;
	border-bottom-color: #3a0101;
	border-right: 1px solid #3c0101;
	border-left: 1px solid #3c0101;
	margin-bottom: 20px;
}
ul#breadcrumb{
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	border-left: 1px solid #2f0100;
	border-bottom: 1px solid #3c0101;
	background-color: #330101;
	border-right-style: none;
	border-top-style: none;
	line-height: 20px;
	height: 20px;
	padding: 5px 0 5px 5px;
}
#breadcrumb li{
	display: inline;
}
#breadcrumb li a{
	font-size: 10px;
	text-decoration: none;
}
#breadcrumb li span.updated{
	float: right;
	color: #fff;
}

ol.order, ul.order{
	padding-left: 50px;
	background-color: #330101;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #3c0101;
}

ol.order li{
	list-style-type: decimal;
}
ol.order li ul{
	margin-left: 40px;
}
ul.order li{
	list-style-type: lower-alpha;
}
ul.order li ul{
	margin-left: 40px;
}
ol.order li ol, ul.order li ul{
	border-style: none;
	padding-left: 40px;
}

#sidebar{
	
}

.clear{
	clear: both;
	display: block;
}

.tooltip {
	display:none;
	background-color: #2b0000;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #111;
	-webkit-box-shadow: 1px 1px 5px #111;
}
.scroll a{
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin-top: -20px;
	margin-bottom: -5px;
	background: url(../images/scroll.png) no-repeat center center;
}
.social{
	position: absolute;
	margin-left: 810px;
	margin-top: 30px;
}
.db-medium{
	position: absolute;
}
img.map{
	width: 200px;
	height: 200px;
	float: left;
	padding: 8px;
	background-color: #2a0000;
	margin-right: 20px;
}
address{
	width: 400px;
	float: left;
	font-size: 14px;
	line-height: 44px;
}
sup{
	font-size: 9px;
	text-transform: uppercase;
}
.alert{
	padding: 10px 20px 10px 50px;
	background: #240000 url(../images/exclamation.png) no-repeat 10px center;
	border: 1px solid #6e1514;
	color: #6e1514;
}
.red{
	color: #6e1514;
}
.white{
	color: #fff;
}
div.download{
	position: absolute;
	margin-left: 700px;
	height: 50px;
	line-height: 50px;
	display: block;
	width: 250px;
	text-align: right;
	margin-top: 15px;
}
div.download ul li{
	display: inline;
	float: left;
	margin-right: 10px;
}
/* @end */

/* @group Typography */
@font-face {
	font-family: 'AvenirLTStd35Light';
	src: url('avenirltstd-light-webfont.eot');
	src: local('☺'), url('avenirltstd-light-webfont.woff') format('woff'), url('avenirltstd-light-webfont.ttf') format('truetype'), url('avenirltstd-light-webfont.svg#webfontLGapA5lc') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ReklameScriptMedium';
	src: url('reklamescript-medium-webfont.eot');
	src: local('☺'), url('reklamescript-medium-webfont.woff') format('woff'), url('reklamescript-medium-webfont.ttf') format('truetype'), url('reklamescript-medium-webfont.svg#webfontTOqQGF9U') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* @end */

/* @group Slide */
#nav {	
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #360101;
}

#nav ul {	
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	padding: 0 0 0 10px;
}

#nav li {	
	float:left;
	text-align: left;
	list-style-type: none;
}

#nav a {
	display:block;
	position:relative;
	word-spacing:-2px;		
	height: 40px;
	text-decoration:none;
	border-top-style: none;
	line-height: 40px;
	background: url(../images/divider.png) no-repeat right center;
	padding-right: 20px;
	padding-left: 20px;
}
div#nav ul li {
	background: url(../images/divider.png) no-repeat left center;
	list-style-type: none;
}
div#nav ul li a{
	background-repeat: no-repeat;
}

/* panes */
#panes {
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	height: 200px;
	overflow: hidden;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	padding: 20px;
}
#panes div h3{
	margin: 20px 0 0;
}
#panes div p{
	margin-top: 5px;
}
#panes img {
	float:left;
	padding: 4px;
	margin: 20px 20px 0 10px;
}
#panes img.magic-formula{
	width: 128px;
	height: 128px;
}
.overlay {
	display:none;
	background-color: #380101;
}

#panes div img{
	width: 128px;
	height: 128px;
}
/* @end */

/* @group Footer */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -283px; /* the bottom margin is the negative value of the footer's height */
}
#footer-wrap, .push {
	height: 282px;
}
#footer-wrap{
	background: url(../images/shadow.png) no-repeat center top;
	background-color: #2a0000;
	border-top: 1px solid #240000;
}

ul#snapshot{
	padding-top: 30px;
	width: 500px;
	float: left;
	background: url(../images/dots.png) no-repeat right 70px;
	margin-right: 35px;
}
ul#snapshot li{
	width: 200px;
	height: 200px;
	line-height: 64px;
	display: block;
	float: left;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 10px;
	background-color: #380101;
	filter:alpha(opacity=20); 
	-moz-opacity: 0.2; 
	opacity: 0.2;
	border: 1px solid #410101;
	margin-right: 40px;
}
ul#snapshot li:hover{
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
}


ul#snapshot a{
	width: 61px;
	height: 61px;
	font-size: 10px;
	text-decoration: none;
	display: block;
}

ul.footer-links{
	padding-top: 30px;
	float: left;
	margin-right: 10px;
	width: 200px;
}

ul.footer-links li{
	border-bottom: 1px solid #200;
}
ul.footer-links a{
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	color: #4a0909;
}
ul.footer-links a:hover{
	color: #fff;
}
ul.copyright{
	font-size: 10px;
	background-color: #280000;
	border: 1px solid #260000;
	color: #4a0909;
	text-transform: uppercase;
	display: block;
	width: 100%;
	line-height: 20px;
	height: 20px;
	margin-top: 10px;
	text-align: right;
}
.copyright li{
	display: inline;
}
ul.copyright li a{
	color: #4a0909;
}
/* @end */

/* @group #events */

a#high-point{
	position: absolute;
	right: 50%;
	margin-top: -12px;
	text-decoration: none;
	color: #470202;
}

/* @end */


/* @group Table */
div.table h5{
	margin: 0;
	padding: 0;
}
#table{
	margin-bottom: 40px;
}
#table a.service-info{
	background: url(../images/info-small.png) no-repeat 3px center;
	width: 250px;
	display: block;
	height: 40px;
	color: #fff;
	text-align: left;
	padding-left: 30px;
}
div.competitor{
	width: 130px;
	height: 50px;
	float: left;
	display: block;
	background-color: #330101;
	border-bottom: 1px solid #3c0101;
	border-right: 1px solid #2f0100;
	text-align: center;
	line-height: 50px;
}
div.competitor span{
	display: block;
	font-size: 10px;
}
div.competitor-none{
	height: 50px;
	float: left;
	width: 250px;
	border-bottom: 1px solid #3c0101;
}
#table ul.service-light li,#table ul.service-dark li{
	width: 130px;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
}
#table ul.service-light li{
	background-color: #360101;
	border-right: 1px solid #330101;
	border-bottom: 1px solid #3c0101;
}
#table ul.service-dark li{
	background-color: #2f0100;
	border-right: 1px solid #2c0000;
	border-bottom: 1px solid #3c0101;
}
#table ul.service-light li.topic, #table ul.service-dark li.topic{
	width: 250px;
	text-align: right;
}
li.yes{
	text-align: center;
	background: url(../images/check.png) no-repeat center center;
	text-indent: -99999px;
}
li.no{
	text-align: center;
	background: url(../images/x.png) no-repeat center center;
	text-indent: -99999px;
}


/* @group Chat */

div#chat{
	position: absolute;
	width: 200px;
	margin-left: 748px;
	margin-top: 2px;
}
div#chat a {
		background: url(../images/chat-on.png) no-repeat left center;
	width: 200px;
	height: 20px;
	display: block;
	line-height: 20px;
	padding-left: 30px;
}
div#chat span{
	background: url(../images/chat-off.png) no-repeat left center;
	width: 200px;
	height: 20px;
	display: block;
	line-height: 20px;
	padding-left: 30px;
}
/* @end */