@CHARSET "UTF-8";

/* Fonts */

@font-face {
    font-family: 'AllerLightRegular';
    src: url('../fonts/aller_lt-webfont.eot');
    src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_lt-webfont.woff') format('woff'),
         url('../fonts/aller_lt-webfont.ttf') format('truetype'),
         url('../fonts/aller_lt-webfont.svg#AllerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerLightItalic';
    src: url('../fonts/aller_ltit-webfont.eot');
    src: url('../fonts/aller_ltit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_ltit-webfont.woff') format('woff'),
         url('../fonts/aller_ltit-webfont.ttf') format('truetype'),
         url('../fonts/aller_ltit-webfont.svg#AllerLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerItalic';
    src: url('../fonts/aller_it-webfont.eot');
    src: url('../fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_it-webfont.woff') format('woff'),
         url('../fonts/aller_it-webfont.ttf') format('truetype'),
         url('../fonts/aller_it-webfont.svg#AllerItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerRegular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerBold';
    src: url('../fonts/aller_bd-webfont.eot');
    src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_bd-webfont.woff') format('woff'),
         url('../fonts/aller_bd-webfont.ttf') format('truetype'),
         url('../fonts/aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*****************************************************************
 * Positioning Elements
 *****************************************************************/

body, img {
	transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

body, 
#wysiwyg_hnmt body { 
	background: #e5e5e5 url('../images/swoosh_bg.png') no-repeat right bottom;
	color: #444;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}


div#content, 
div#header header, 
div#footer div.footer-content {
	width: 980px;
	margin: 0 auto;
}

/*****************************************************************
 * Heading
 *****************************************************************/

div#header {
	background: url('../images/header_bg.png') repeat-x left top;
	height: 350px;
}

div#header h1 {
	position: absolute; 
	left: -9999px;
}

div#branding {
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #8a8989;
}

div#branding a {
	width: 90px !important;
}

div#branding img {
	padding: 5px;
}


/*****************************************************************
 * Navigation
 *****************************************************************/

/* Global Navi */

div#header header {
	position: relative;
	z-index: 20;
}

div#header nav {
	position: absolute;
	top: 0;
	left: 90px;
	border-left: 1px solid #8a8989;
	width: 890px;
}

div#header nav > ul {
	height: 79px;
	background-image: url('../images/nav_bg_repeat.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 100%;
	border-right: 1px solid #8a8989;
}


div#header nav li {
	float: left;
}

div#header nav > ul > li > a,
div#branding a {
	display: block;
	width: 158px;
	height: 79px;
	line-height: 79px;
	background-image: url('../images/nav_bg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
 	text-decoration: none;
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 18px;
 	font-family: AllerBold, Tahoma, sans-serif;
 	color: #787878;
 	text-shadow: -1px 1px 1px #eee;
	filter: dropshadow(color=#eee, offx=-1, offy=1); 
}

div#header nav > ul > li:last-child a {
	background: url('../images/nav_bg_last.png') no-repeat 0 0;
	width: 159px;
}

div#header nav > ul > li > a:hover,
div#header nav > ul > li.active > a,
div#header nav > ul > li.open > a,
div#branding.active a,
div#branding a:hover {
	background-position: 0 -79px;
}

div#header nav ul > li > ul {
	position: absolute;
	left: -90px;
	top: 80px;
	background: url('../images/subnav_bg.png') repeat-x left 1px;
	height: 49px;
	-webkit-box-shadow: -3px 7px 10px #61040f;
	-moz-box-shadow: -3px 7px 10px #61040f;
	box-shadow: -3px 7px 10px #61040f;
	width: 980px;
	z-index: 10;
}

div#header nav ul > li > ul > li > a {
	color: #fff;
	font-family: AllerLightRegular, Tahoma, sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding: 0 20px;
	display: block;
	margin: 13px 0 17px;
	border-left: 1px solid #A22837;
	border-right: 1px solid #760C18;
}

div#header nav ul > li ul > li:first-child a {
	padding-left: 40px;
	border-left: none;
}


div#header nav ul > li > ul > li > a:hover, 
div#header nav ul > li > ul > li.active > a,
div#header nav ul > li > ul > li.open > a {
	color: #520710;
}

/*div#header nav ul > li > ul > li.active > a {
	font-family: AllerRegular, Tahoma, sans-serif;
}*/

/* Page Browser */

.page-browser a {
	padding: 4px 8px !important;
}

.page-browser ul {
	margin-left: 0;
}

.page-browser li {
	line-height: 100% !important;
	float: left;
	margin-right: 10px;
	list-style: none;
}


/*****************************************************************
 * Content
 *****************************************************************/
 
div#content {
	margin-top: 267px;
	margin-bottom: 80px;
	background: url("../images/content_bg.png") repeat-y scroll 630px 0 transparent;
} 

div#content:after {
	content: "\0020"; 
	display: block; 
	height: 0; 
	visibility: hidden;
	clear: both;
}

div#content h2, 
#wysiwyg_hnmt h2 {
	font-size: 22px;
	font-family: AllerRegular, Arial, sans-serif;
	padding-bottom: 7px;
	background: url('../images/title_bg.png') repeat-x center bottom;
	margin-bottom: 15px;
	line-height: 22px;
}

div#content h3,
#wysiwyg_hnmt h3 {
	font-size: 18px;
	color: #850308;
	margin: 20px 0 5px;
	font-family: AllerRegular, Arial, sans-serif;
	padding-bottom: 7px;
	line-height: 18px;
}

aside#additional hgroup h3 {
	color: #444;
	margin-top: 15px !important;
	padding-bottom: 0;
}

div#content h4,
#wysiwyg_hnmt h4 {
	font-size: 16px;
	color: #444;
	margin: 20px 0 5px;
	font-family: AllerRegular, Arial, sans-serif;
}

div#content h5,
#wysiwyg_hnmt h5 {
	font-size: 14px;
	color: #444;
	margin: 20px 0 5px;
}

div#content p,
#wysiwyg_hnmt p {
	line-height: 150%;
	margin-bottom: 10px;
}

div#content #main ul {
	margin-left: 1em;
}

div.checklist {
	background: #eee;
	padding: 10px;
	border: 1px solid #444;
	margin-top: 20px;	
}

div.checklist ul, 
#wysiwyg_hnmt div.checklist ul {
	list-style: none;
	margin-left: 0 !important;
}


div.checklist h3,
#wysiwyg_hnmt div.checklist h3 {
	background: url('../images/checklist.png') no-repeat left top !important;
	padding-left: 30px;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

div.checklist ul li, 
#wysiwyg_hnmt div.checklist ul li {
	background: url('../images/check.png') no-repeat left top;
	padding-left: 30px;
}

div#content ul li {
	line-height: 150%;
	margin-bottom: 5px;
}

 
#main {
 	min-height: 450px;
 	width: 600px;
 	padding-right: 30px;
 	float: left;
}

div#content a.more-link,
div#content a.addinfo,
#wysiwyg_hnmt a.more-link,
#wysiwyg_hnmt a.addinfo,
div.page-browser a,
.slide a.info,
input[type="submit"].more-link {
	display: inline-block;
	background: #850308;
	color: #FFF;
	font-family: AllerRegular;
	text-decoration: none;
	text-align: center;
	padding: 4px 7px;
	line-height: 18px;
	z-index: 0;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;	border: 1px solid #6c0105;
	border-bottom: 1px solid #4d0003;
	background-image: url('../images/fallback_morelink.png');
	background: -moz-linear-gradient(top, #ce4e53 0%, #a82e33 3%, #7f0106 99%, #850308 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce4e53), color-stop(3%,#a82e33), color-stop(99%,#7f0106), color-stop(100%,#850308)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ce4e53 0%,#a82e33 3%,#7f0106 99%,#850308 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ce4e53 0%,#a82e33 3%,#7f0106 99%,#850308 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ce4e53 0%,#a82e33 3%,#7f0106 99%,#850308 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4e53', endColorstr='#850308',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ce4e53 0%,#a82e33 3%,#7f0106 99%,#850308 100%); /* W3C */
}

div#content a.more-link:hover,
#wysiwyg_hnmt a.more-link:hover,
input[type="submit"].more-link:hover,
.slide a.info:hover,
div.page-browser ul li.active a {
	border: 1px solid #6c0105;
	background-image: url('../images/fallback_morelink_active.png');
	background: -moz-linear-gradient(top, #ce4e53 0%, #b63035 3%, #a10001 99%, #850308 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce4e53), color-stop(3%,#b63035), color-stop(99%,#a10001), color-stop(100%,#850308)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ce4e53 0%,#b63035 3%,#a10001 99%,#850308 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ce4e53 0%,#b63035 3%,#a10001 99%,#850308 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ce4e53 0%,#b63035 3%,#a10001 99%,#850308 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4e53', endColorstr='#850308',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ce4e53 0%,#b63035 3%,#a10001 99%,#850308 100%); /* W3C */
}

div#content a.addinfo,
#wysiwyg_hnmt a.addinfo,
div.page-browser a {
	border: 1px solid #333;
	border-bottom: 1px solid #222;
	background-image: url('../images/fallback_addinfo.png');
	background: -moz-linear-gradient(top, #bdbdbd 0%, #929292 3%, #565656 99%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(3%,#929292), color-stop(99%,#565656), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdbdbd 0%,#929292 3%,#565656 99%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdbdbd 0%,#929292 3%,#565656 99%,#444444 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bdbdbd 0%,#929292 3%,#565656 99%,#444444 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bdbdbd 0%,#929292 3%,#565656 99%,#444444 100%); /* W3C */
}

div#content a.addinfo:hover,
div.page-browser a:hover {
	background-image: url('../images/fallback_addinfo_active.png');
	background: -moz-linear-gradient(top, #c6c6c6 0%, #9e9e9e 3%, #6a6a6a 99%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(3%,#9e9e9e), color-stop(99%,#6a6a6a), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c6c6c6 0%,#9e9e9e 3%,#6a6a6a 99%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c6c6c6 0%,#9e9e9e 3%,#6a6a6a 99%,#444444 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c6c6c6 0%,#9e9e9e 3%,#6a6a6a 99%,#444444 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c6c6c6 0%,#9e9e9e 3%,#6a6a6a 99%,#444444 100%); /* W3C */
}

div#content a.addinfo:active,
div.page-browser a:active,
div#content a.more-link:active,
div.page-browser a:active,
input[type="submit"].more-link:active,
.slide a.info:active {
 -webkit-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.3), 0 2px 3x rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.2);
}


/* home */
 
#main.home {
	position: relative;
	min-height: 0;
	height: 644px;
}
 
#main.home article {
	position: absolute;
 	width: 277px;
 	height: 198px;
 	padding-bottom: 10px;
}

#main.home article.hnm-home-feature-1 {
	top: 0;
	left: 0;
}

#main.home article.hnm-home-feature-2 {
	top: 0;
	right: 30px;
}

#main.home article.hnm-home-feature-3 {
	left: 0;
	top: 218px;
}

#main.home article.hnm-home-feature-4 {
	right: 30px;
	top: 218px;
}

#main.home article.hnm-home-feature-5 {
	left: 0;
	bottom: 0;
}

#main.home article.hnm-home-feature-6 {
	right: 30px;
	bottom: 0;
}

#main.home article footer,
#main.list article.hnm-list-item footer {
	position: absolute;
	bottom: 0;
	right: 0;
}

 
/* list-item */

#main.list article.hnm-list-item {
	height: auto;
	min-height: 100px;
	position: relative;
	margin-bottom: 30px;
	text-decoration: none;
	padding-bottom: 30px;
}

#main.list article.hnm-list-item.accordion {
	height: auto;
	position: relative;
	text-decoration: none;
	min-height: 0;
	margin: 0;
	padding: 0;
}

p.more {
	text-align: right;
}

#main.list article.hnm-list-item.accordion div {
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#main.list section.blog-category {
	margin: 20px 0;
}

#main.list article.hnm-list-item:after {
	content: "\0020"; 
	display: block; 
	height: 0; 
	visibility: hidden;
	clear: both;
}

#main.list article.hnm-list-item header, 
#main.list article.hnm-list-item p {
	overflow: hidden;
}

#main.list article.hnm-list-item h3 {
	font-size: 18px;
	color: #850308;
	background: none;
	margin: 0;
	line-height: 18px;
}

#main.list article.blog.hnm-list-item header h3 {
	width: 330px;
}

#main.list article.hnm-list-item h3 span {
	color: #444;
}

#main.list article.hnm-list-item h3 a {
	text-decoration: none;
}

#main.list article.hnm-list-item.team img,
#main.list article.hnm-list-item.link img {
	float: left;
	width: 200px;
	height: 135px;
	margin: 0 15px 10px 0;
}

#main.list article.hnm-list-item.link img {
	width: 155px;
	height: auto;
}


#main.list div.hnm-list-item footer p,
#main.detail div.hnm-detail-item footer p {
	text-align: right;
	padding: 3px;
}


/* detail-item */

#main.detail div.hnm-detail-item img {
	float: none;
}

#main.detail div.hnm-detail-item footer,
#main.detail div.blog-detail-item footer {
	position: relative;
	height: 70px;
	margin-top: 20px;
}

#main.detail div.hnm-detail-item footer div#social_fb_like,
#main.detail div.blog-detail-item footer div#social_fb_like {
	position: absolute;
	top: 0;
	left: 120px;
}

#main.detail div.hnm-detail-item footer div#social_tweet,
#main.detail div.blog-detail-item footer div#social_tweet {
	position: absolute;
	top: 0;
	left: 210px;
}

#main.detail div.hnm-detail-item footer div#recommend,
#main.detail div.blog-detail-item footer div#recommend {
	position: absolute;
	top: 0;
	width: 135px;
	left: 365px;
}

#main.detail div.hnm-detail-item footer div#google-plus,
#main.detail div.blog-detail-item footer div#google-plus {
	position: absolute;
	top: 0;
	width: 135px;
	left: 480px;
}

#main.detail div.hnm-detail-item footer a.more-link,
#main.detail div.blog-detail-item footer a.more-link {
	position: absolute;
	top: 0;
	right: 0;
}

#main.detail div.hnm-detail-item footer a.reference {
	position: absolute;
	top: 0;
	right: 80px;
}


/*** blog ***/

#main.list article.blog.hnm-list-item header {
	position: relative;
}

#main.list article.blog.hnm-list-item {
	background: url('../images/title_bg.png') repeat-x left top;
	padding-top: 20px;
}

#main.list article.blog.hnm-list-item.first {
	background: none;
}

#main.detail div.blog-detail-item header {
	position: relative;
}


span.blog-date {
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'AllerLightItalic', sans-serif;
	font-size: 16px;
}


#main.detail p.comments-count,
#main.detail p.comments-count span {
	background: url('../images/title_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px 0;
}

#main.detail p.comments-count span {
	background-position: left bottom;
	display: block;
	padding: 0 0 5px 0;
}

#main.detail article.comment-blog {
	position: relative;
	min-height: 130px;
	border: 0;
}

#main.detail article.comment-blog div.comment-text {
	margin-right: 70px;
	padding-bottom: 20px;
}

#main.detail article.comment-blog footer {
	position: relative;
	margin: 10px 0 20px;
	height: 20px;
}

#main.detail article.comment-blog footer span.author {
	position: absolute
	top: 0;
	left: 0;
	font-size: 18px;
	font-family: 'AllerLightRegular', sans-serif;
}

#main.detail article.comment-blog footer span.created {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	font-family: 'AllerLightItalic', sans-serif;
}

#main.detail article.comment-blog span.comment-number {
	display: block;
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	color: #b9b9b9;
	font-family: 'AllerRegular', sans-serif;
}

#main.detail article.comment-blog.hnm-comment span.comment-number,
#main.detail article.comment-blog.hnm-comment span.author {
	color: #850308;
}


#main.detail article.comment-blog {
	background: url('../images/title_bg.png') repeat-x bottom center;
	margin-bottom: 10px;
}

#main.detail div.calltoaction {
	margin: 30px 0 40px;
	position: relative;
}

div.calltoaction a.cta {
	margin-left: 20px;
}

#main.detail p.article-info {
	position: relative;
}

#main.detail figure,
#wysiwyg_hnmt #main.detail figure {
	margin: 20px 0 20px 40px;
	
}

figcaption,
#wysiwyg_hnmt figcaption {
	font-size: 11px;
	font-style: italic;
	margin-top: 3px;
	width: 505px;
}


/*****************************************************************
 * Aside
 *****************************************************************/

aside#additional h2,
#wysiwyg_hnmt aside#additional h2 {
	color: #850308;
}
 
aside#additional {
 	min-height: 450px;
 	padding-left: 30px;
 	overflow: hidden;
}

aside#additional div,
aside#additional nav.categories,
aside#additional nav.popular-articles {
	margin-bottom: 30px;
}

aside#additional div.customer {
	text-align: center;
	margin-bottom: 60px;
	min-height: 150px;
}

aside#additional article h2 {
	color: #444;
}

aside#additional ul li {
	list-style: none;
	padding: 5px 0;
}

aside#additional nav.categories ul li a, 
aside#additional nav.popular-articles ul li a,
aside#additional div#feeds ul li a {
	background-image: url('../images/blog_icons.png');
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0 0;
	display: inline-block;	
	height: 17px;
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-family: 'AllerLightRegular', sans-serif;
}

aside#additional nav.popular-articles h3,
aside#additional nav.categories h3,
div#feeds h3,
div#subscription h3,
div#suggestion h3 {
	margin-top: 0 !important;
	padding-bottom: 10px;
	background: url('../images/title_bg.png') repeat-x center bottom;
	font-size: 22px !important;
}

aside#additional nav.popular-articles ul li a {
	background-position: 0 -17px;
}

aside#additional div#feeds ul li a.rss {
	background-position: 0 -34px;
}

aside#additional div#feeds ul li a.twitter {
	background-position: 0 -51px;
}

aside#additional article.blogroll {
	position: relative;
	min-height: 180px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

aside#additional article.blogroll header {
	position: relative;
}

aside#additional article.blogroll footer {
	position: absolute;
	right: 0;
	bottom: 0;
}

aside#additional article.blogroll h3,
aside#additional article.blogroll h3 a {
	font-size: 18px;
	background: none;
	color: #444 !important;
	padding-top: 20px;
	margin-bottom: 5px;
}

aside#additional article.blogroll span.blog-date,
aside#additional article.blogroll span.blog-category {
	font-family: AllerLightItalic, Arial, sans-serif;
	font-size: 13px;
}

aside#additional article.blogroll span.blog-category {
	position: absolute;
	top: 0;
	left: 0;
}

aside#impressions {
    position: absolute;
    top: 90px;
    left: 50%;
    right: 0;
    margin: auto auto auto -450px;
	width: 900px; 
	background: url('../images/glow2.png') no-repeat top left;
	z-index: 0;
}

aside#impressions div.screens {
	position: relative;
	margin: 75px auto 0 auto;
	left: 0;
	top: 0;
	width: 694px;
	height: 344px;
    border: 3px solid white;
    background-image: url('../images/loading.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #fff;
}

aside#impressions div.screens img {
    position: absolute;
    top: 0px;
    left: 0px;
}

aside#impressions a {
    border:0;
    display:block;
}

aside#impressions div.nivo-controlNav {
	position: absolute;
	top: 369px;
	left: 0;
	right: 0;
	margin: auto;
	width: 694px;
	height: 10px;
	text-align: center;
}

aside#impressions div.nivo-controlNav a {
	display: inline-block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: url('../images/slidernav.png') no-repeat 0 0;
}

aside#impressions div.nivo-controlNav a.active {
	background: url('../images/slidernav.png') no-repeat -10px 0;
}

aside h2.blogroll {
	position: relative;
}

aside a {
	text-decoration: none;
}

aside h2.blogroll a.feed {
	position: absolute;
	top: 0;
	right: 0;
}

/* Errorpage Sitemap */

/* Sitemap */


#sitemap ul.level0 {
	height: 100%;
	overflow: hidden;
	margin: 0 !important;
}

#sitemap ul.level0 li {
	float: left;
	margin-right: 15px;
}

#sitemap ul.level0 li a {
	text-align: left;
	text-decoration: none;
	padding: 3px 0;
	display: block;
	margin-bottom: 10px;
	color: ;
}

#sitemap ul.level0 li a:hover {
	color: #6f6f6f;
}

#sitemap ul.level0 > li > a {
	font-weight: bold;
}

#sitemap ul.level0 li ul.level1 li {
	clear: both;
}

#sitemap ul.level0 li ul.level1 li a {
	margin-bottom: 0;
}


#sitemap ul.level0 li ul.level1 li ul.level2 li a {
	padding: 3px 0px 3px 15px;	
} 

#sitemap ul.level1 {
	margin: 0 !important;
}
/*****************************************************************
 * Footer
 *****************************************************************/
 
div#footer {
 	background: url('../images/footer_bg.png') repeat-x left top;
 	height: 349px;
}

div#footer div.footer-content {
	position: relative;
	height: 349px;
}

div#footer h2 {
	font-size: 22px;
	font-family: AllerLightRegular, Tahoma, sans-serif;
	color: #fff;
}

div#footer h2#sitemap {
	position: absolute;
	top: 16px;
	left: 0;
}

div#footer h2#social {
	position: absolute;
	top: 16px;
	left: 660px;
}

#sitemapnav {
	width: 600px;
	padding-right: 30px;
	border-right: 1px solid #0c0c0c;
	position: absolute;
	top: 80px;
	left: 0;
	min-height: 218px;
}

div#socialposts {
	width: 320px;
	padding-left: 28px;
	border-left: 1px solid #292929;
	position: absolute;
	top: 80px;
	right: 0;
	min-height: 218px;
}

div#socialposts h3 {
	font-size: 18px;
	color: #fff;
	padding: 10px 0 0 75px;
	background: url('../images/twitter.png') no-repeat left 5px;
	height: 40px;
	margin-bottom: 10px;
	font-family: AllerLightRegular, Tahoma, sans-serif;
}


div#socialposts p {
	color: #fff;
	margin-bottom: 10px;
}

div#socialposts a {
	text-decoration: underline !important;
}

div#google_plus {
	position: absolute;
	bottom: 0;
	right: 0;
}

#sitemapnav ul li {
	list-style: none;
}

div#footer #sitemapnav > ul > li {
	float: left;
	width: 100px;
}

div#footer #sitemapnav > ul > li > a {
	font-weight: bold;
}

div#footer #sitemapnav > ul > li > ul {
	margin-top: 10px;
}

div#footer #sitemapnav > ul > li > ul > li {
	margin-bottom: 5px;
}

div#footer a {
	color: #6f6f6f;
	text-decoration: none;
}

div#footer a:hover {
	color: #fff;
}

div#footer p#copyright {
	position: absolute;
	bottom: 10px; 
	left: 0;
}

div#footer p#copyright,
div#footer p#copyright a {
	color: #6f6f6f;
}

div#footer p.slogan {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #6f6f6f;
}

/*****************************************************************
 * Link Styles
 *****************************************************************/
 
a:link, a:active, a:visited {
	color: #850308;
}

a:link {
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;	cursor: pointer;
}

a:hover {
	color: #850308;
}

a.email {
	background: url('../images/email.png') no-repeat left top transparent;
	width: 70px;
	height: 20px;
	display: block;
	-webkit-transition: none; 
	-moz-transition: none;
	-o-transition: none;
}

a.email:hover {
	background-position: left -20px;
}

a.file {
	padding: 5px 0 20px 35px;
	background-repeat: no-repeat;
	background-position: left top;
}

a.qrcode {
	position: relative;
}

a.qrcode img {
	display: none; 
	position: absolute;
	left: 0;
	bottom: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 10px 10px 10px 10px;
}

a.qrcode:hover img {
	display: inline-block;
}

a.sitemap {
	color: #fff !important;
}


.pdf {
	background-image: url(../images/icons/file_pdf.png);
}

.jpg {
	background-image: url(../images/icons/file_jpg.png);
}

.doc {
	background-image: url(../images/icons/file_doc.png);
}

.txt {
	background-image: url(../images/icons/file_txt.png);
}

.gif {
	background-image: url(../images/icons/file_gif.png);
}

.ppt {
	background-image: url(../images/icons/file_ppt.png);
}

.xls {
	background-image: url(../images/icons/file_xls.png);
}

.div {
	background-image: url(../images/icons/file_div.png);
}

.clearfix:before, .clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden;	
}
 
.clearfix:after { 
	clear: both; 
}

.clearfix { 
	zoom: 1; 
}

span.req {
	color: #850308;
}

ul.nn6-messages {
	border: 1px solid #850308;
	background-color: #999;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0 !important;
}

ul.nn6-messages li {
	padding: 3px 0;
	margin-left: 10px;
}

.error {
	border: 1px solid #F30 !important;
}

.offscreen {
	position: absolute; 
	left: -9999px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	font-style: italic;
}

blockquote footer {
	font-style: normal;
	color: #850308;
	margin-top: 10px !important;
}

section.detail blockquote {
	margin-top: 30px;
}

aside#additional blockquote {
	margin-bottom: 30px;
}

/*****************************************************************
 * Form Styles
 *****************************************************************/

form.content-form dl,
form dl {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

form.content-form fieldset {
	background: #eee;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #eee;
}

form.content-form fieldset legend {
	padding-left: 5px;
	background: white;
	border: 1px solid #eee;
	padding: 3px 6px;
}


textarea {
	width: 588px !important;
	height: 120px;
}


input[type='text'],
textarea {
	padding: 5px;
	border: 1px solid #bbbaba;
	color: #444;
	margin: 4px 0 10px;
	width: 280px;
}

input[type="text"]:focus, 
textarea:focus {
		-moz-box-shadow: 0 0 4px #444444; -webkit-box-shadow: 0 0 4px #444444; box-shadow: 0 0 4px #444444;}

input[type="radio"] {
	margin-right: 3px;
}

dt.frm-email,
dd.frm-email {
	position: absolute; 
	top: 16px;
	right: 0;
}

dt.frm-email {
	top: 0;
	left: 309px; 
}

dt.radio {
	padding-bottom: 5px;
}

label {
	vertical-align: bottom;
}

table {
	width: 100%;
}

table thead {
	background-color: #850308;
	color: #fff;
	font-weight: bold;
}

table td, table th {
	padding: 5px;
}

table th {
	text-align: left;
}
/* ACCORDION STYLES */

.accordion h3, .accordion p {
	line-height: 16px;
	outline: none;
}

.accordion h3 {
	background: #eee;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

.accordion span.ui-icon {
	background: url(../images/ui-icon.png) no-repeat 0 0 transparent;;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute; 
	top: 0;
	right: 0;
}

.ui-accordion-header:hover .ui-icon-plus {
	background-position: 0 -40px;
}

.accordion span.ui-icon-minus {
	background-position: 0 -20px;
}

.ui-accordion-header:hover .ui-icon-minus {
	background-position: 0 -60px;
}

/*****************************************************************
 * Slider
 *****************************************************************/

.list-image {
   width: 200px;
   height: 135px;
   float: left;
   margin: 0 15px 10px 0;
   border: 2px solid #eee;
   outline: 1px solid #6f6f6f;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.list-image .mask,.list-image .content {
   width: 200px;
   height: 135px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.list-image img {
   display: block;
   position: relative;
}
.list-image h3 {
   color: #fff;
   text-align: center;
   position: relative;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}

.list-image p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   padding: 10px 20px 20px;
   text-align: center;
}

.slide img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.slide .mask {
   background-color: #fff;
   background-color: rgba(255, 255, 255, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.slide h3 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   font-size: 16px !important;
   margin: 0px 7px 10px !important;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #444 !important;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.slide:hover img {
   -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   transform: scale(2);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
   filter: alpha(opacity=0.7);
   opacity: 0.7;
}
.slide:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.slide p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   margin: 0 !important;
   padding: 5px 10px 13px;
}

.slide:hover h3, .slide:hover p {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.visuallyhidden{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;border:0;clip:rect(0 0 0 0);}

				
/*****************************************************************
 * Media Queries
 *****************************************************************/


@media screen and (max-device-width:960px) { 
	
	body { 
		font-size:0.7em; 
	}
	
	div#content {
		width: 960px !important;
	}
	
	aside#additional {
		padding-right: 10px;
	}
	
	div#footer div.footer-content {
		width: 960px !important;
	}
	
	div#socialposts {
		padding-left: 8px !important;
	}
}


