/*
* Skeleton V1.2
* Copyright 2014
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,  li, fieldset, form, label, legend,  caption,  tfoot, thead,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	background: #fff;	
	margin: 0;
	padding: 0;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;	
	background-size: cover;
	font-size: 13px;
	line-height: 1;
}
/* #Typography
================================================== */
h1 {
	margin-bottom: 5px;
	color:#b38e53;
	font-size:30px;	
	font-family: "HelveticaNeueLTStd Th 0", Helvetica, sans-serif;	
	text-align:left;	
}
h2 {
	margin-bottom: 5px;
	color:#0795c9;
	font-size:25px;	
	font-family: "HelveticaLTStd Bold 0", Helvetica, sans-serif;
	text-align:left;
	line-height:26px;
	text-align:left;
}
h3 {
	margin-bottom: 5px;
	color:#0795c9;
	font-size:20px;	
	font-family: "HelveticaNeueLTStd Th 0", Helvetica, sans-serif;	
	text-align:left;
}
h4 {
	margin-bottom: 10px;
	color:#0795c9;
	font-size:17px;	
	font-family: "HelveticaNeueLTStd Th 0", Helvetica, sans-serif;	
	display:block;
	text-align:left;
	line-height:22px;	
}
h5 {
	margin-bottom: 5px;
	color:#0795c9;
	font-size:14px;	
	font-family: "HelveticaNeueLTStd Th 0", Helvetica, sans-serif;
	text-align:left;
	line-height:22px;
}
h6 {
	margin-bottom: 5px;
	color:#b38e53;
	font-size:10px;	
	font-family: "HelveticaNeueLTStd Th 0", Helvetica, sans-serif;
	text-align:left;	
}

p {
	margin: 14px 0 20px 0;
	display:block;
	line-height: 15px;	
}
em {
	font-style: italic;
}
strong, bold {
	font-weight: bold;
	color: #0a506b;
}
small {
	font-size: 85%;
}
.dotLine{
	height:1px;
	padding: 0px;
	margin: 25px 0px;
	background-image:url(../images/share/dot_line.png);
}

/*	Blockquotes  
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
*/

a, a:visited {
	color: #0795c9;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: underline;	
}

/* #Misc
================================================== */
.add-top {
	margin-top: 35px !important;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}

/* ---------------------- language --- */
#select-form {
	margin-left:1px;
}
.jqTransformSelectWrapper {
	background:url(../images/select_left.png) left top no-repeat;
	color:#7f7d7d;
	font:normal 12px/1.2em Helvetica, sans-serif;
	width:121px !important;
	height:28px !important;
	float:left;
	position:relative;
	padding:6px 0 0 8px;
	margin-top:0;
}
.jqTransformSelectWrapper .jqTransformSelectOpen {
	background:url(../images/select_right.png) left top no-repeat;
	width:26px;
	height:28px !important;
	position:absolute;
	top:0;
	right:0;
}
.jqTransformSelectWrapper ul {
	list-style:none !important;
	width:89px !important;
	background:none;
	position:absolute;
	margin-top:9px;
	margin-left:-8px;
	z-index:11;
	border:1px solid #999999;
	border-top:1px solid #999999;
	background-color:#FFF;
}
.jqTransformSelectWrapper ul li {
	padding-left:12px;
	display:block;
	font:normal 12px/20px Helvetica, sans-serif;
	margin-left:-40px;
	border-top:1px solid #c8c8c8;
}
.jqTransformSelectWrapper li a {
	text-decoration:none;
	display:block;
	color:#7f7d7d;
	font-weight:normal;	
}
.jqTransformSelectWrapper ul li:hover {
	background:none;
	font-weight:normal;
}
.jqTransformSelectWrapper ul li:hover a {
	color:#5c9933;
}
#select-form .jqTransformHidden {
	display:none !important;
}
.language .button {
	color:#7f7d7d;
	text-indent:-9999px;
	border:none !important;
	font-size:12px;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0px;
	line-height:1.1em;
	line-height:16px;
	vertical-align:middle;
	display:block;
	background:url(../images/button.gif) left top repeat-x;
	color:#fff !important;
	text-transform:none;
	width:65px;
	height:28px;
	padding:0 0 0px 0px;
	margin:0px 0px 0 0px;
	float:right;
	text-align:center;
	outline:none !important;
}
.language .button:hover {
	background:url(../images/button-active.gif) left top repeat-x;
	color:#fff !important;
	text-decoration:none;
}


.languagecontent .button {
	color:#7f7d7d;
	text-indent:-9999px;
	border:none !important;
	font-size:12px;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0px;
	line-height:1.1em;
	line-height:16px;
	vertical-align:middle;
	display:block;
	background:url(../images/button.gif) left top repeat-x;
	color:#fff !important;
	text-transform:none;
	width:65px;
	height:28px;
	padding:0 0 0px 0px;
	margin:0px 0px 0 0px;
	float:right;
	text-align:center;
	outline:none !important;
}
.languagecontent .button:hover {
	background:url(../images/button-active.gif) left top repeat-x;
	color:#fff !important;
	text-decoration:none;
}

.languagecontent {
	width:195px;
	height:28px;
	padding:25px 0px 0 0px;
	position:absolute;
	z-index:200;
	float:right;
	right:25px;
}


.collapsed span li {
    list-style: none;
}

