/*** default ***/

*
{
	margin: 0px;
}

html
{
	height: 100%;
	padding: 0px;
}

body
{
	height: 100%;
	padding: 0px;
	overflow-y: scroll;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	outline: none;
}

a:focus
{
	outline-style: none;
}

img
{
	border: none;
}

ul, li
{
	padding: 0px;
	list-style: none;
}

form
{
	padding: 0px;
}

h1, h2, h3, h4
{
	padding: 0px;
}

.clearfix
{
	clear: both;
}

/* Navigation */

.navigation
{
	float: left;
	width: 100%;
}

.navigation .prev
{
	float: left;
}

.navigation .next
{
	float: right;
}


/*** language ***/

div.language *
{
	float: left;
}

div.language img
{
	margin: 2px 0px 0px 2px;
}


/*** tiptip ***/

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}


/*** form ***/

form
{
	position: relative;
	width: 100%;
}

form .error
{
	color: red;
}

form input::-webkit-input-placeholder
{
	color: #7a7979;
	text-transform: uppercase;
}

form input:-moz-placeholder
{
	color: #7a7979;
}

form .item
{
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

form .item.itemSubmit
{
	padding: 0px;
}

form .item .error
{
	float: left;
}

form .item .verbose
{
	float: left;
	width: 33.3%;
}

form .item .container
{
	position: relative;
	float: left;
	width: 66.6%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

form .item .container.hidden
{
	display: none;
}

form .item .container div.null
{
	position: absolute;
	top: 1px;
	left: 0px;
}

form .item .container .container
{
	position: static;
	width: 100%;
	padding: 0px;
}

form .item .container .mask
{
	z-index: 5;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 100%;
	height: 100%;
}

form .item .container .tip
{
	position: absolute;
	top: 1px;
	right: 0px;
}

form .item .container .tip a
{
	text-decoration: none;
}

form .item .containerImage .container,
form .item .containerFile .container,
form .item .containerIdentifier .container,
form .item .containerDate .container
{
	width: auto;
}

form .item .containerImage .container,
form .item .containerFile .container
{
	float: none;
}

form .item .containerPassword .progress
{
	float: left;
	display: none;
	width: 100px;
	margin: 2px 0px 0px 10px;
	border: 1px solid black;
}

form .item .containerPassword .progress .bar
{
	height: 14px;
	background-color: red;
	background-image: linear-gradient(-90deg, #f94046 0%, #92080b 100%);
}

form .item .containerPassword .complexity
{
	float: left;
	display: none;
	margin: 2px 0px 0px 10px;
}

form .item .containerPassword .progress .bar.valid
{
	background-color: green;
	background-image: linear-gradient(-90deg, #8ad702 0%, #389100 100%);
}

form .elementText
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 100%;
}

form .elementPassword
{
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 100%;
}

form .containerVerify .elementPassword
{
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 50%;
}

form .elementTextarea
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 100%;
	height: 100px;
}

form .elementRadio
{
	margin: 0px 10px;
}

form .elementInline
{
	float: left;
}

form .elementImage,
form .elementFile
{
	text-align: center;
}

form .elementMap
{
	height: 400px;
}

form .itemDate select
{
	float: left;
	margin: 0px 3px 0px 0px;
}

form .itemDate input
{
	display: none;
}

form .itemPrice input:first-child
{
	width: 50px;
	text-align: right;
}

form .itemPrice input:last-child
{
	width: 15px;
}

form .item .containerSubmit
{
	width: 100%;
	padding: 0px;
}

form .elementSubmit
{
	float: right;
	width: auto;
}

.qq-uploader
{
	position: static;
}

.qq-upload-button
{
	border: none;
	background: none;
	width: auto;
	padding: 0px;
	text-align: left;
}

.qq-upload-list
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.qq-upload-list li
{
	padding: 2px 4px;
	font-size: inherit;
	text-align: center;
}

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text
{
	margin-right: 5px;
}

.qq-upload-list li .qq-upload-file
{
	display: block;
	font-weight: bold;
}

.qq-upload-list li.qq-upload-success .qq-upload-size
{
	display: none !important;
}


/*** page ***/

/*** Generic ***/

body, input, textarea
{
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}

.text
{
	line-height: 150%;
}

a
{
	color: #61a60e;
}

/** Specific ***/

.main
{
}

.header
{
	height: 420px;
}

.wrapper
{
	position: relative;
	width: 977px;
	margin: 0px auto;
}

/** Header **/

/* Logo */

.logo
{
	position: absolute;
	top: 250px;
	left: -25px;
	z-index: 10;
}

/* Menu */

.header .menu
{
	position: absolute;
	top: 15px;
	right: 75px;
	float: left;
	z-index: 100;
}

.header .menu ul
{
	float: left;
}

.header .menu ul li
{
	float: left;
	margin: 0px 0px 0px 20px;
	border-top: 5px solid transparent;
}

.header .menu ul li.active,
.header .menu ul li:hover
{
	border-top: 5px solid #1d24ab;
}

.header .menu ul li a
{
	display: block;
	padding: 1px 0px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.header .menu ul ul
{
	position: absolute;
	display: none;
	float: none;
	padding: 5px 0px 10px 0px;
	background: url('../images/background-menu.png');
	box-shadow: 5px 5px 10px -5px #000;
}

.header .menu ul ul li
{
	float: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.header .menu ul ul li a
{
	padding: 0px 20px;
	font-size: 12px;
	text-transform: none;
	color: #b7b9e0;
}

.header .menu ul ul li a:hover,
.header .menu ul ul li.active a
{
	color: #fff;
	font-weight: bold;
	background: url('../images/arrow.png') no-repeat 10px 4px;
}

/* Gallery */

.gallery
{
	position: absolute;
	top: 50px;
	left: 0px;
	border: 1px solid #b4b4b4;
}

.gallery img
{
	display: block
}

/** Content **/

.column
{
	float: left;
}

.column.left,
.column.right
{
	width: 200px;
	padding: 0px 20px;
	overflow: hidden;
}

.column.middle
{
	width: 497px;
}


/* Page */

.page.default h1
{
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	color: #1d24ab;
	text-transform: uppercase;
}

/* Side right */

#page10 .content .menu,
#page37 .content .menu
{
	display: none;
}

.content .menu ul li
{
	padding: 0px 11px 20px 11px;
}

.content .menu ul li a
{
	display: block;
	width: 177px;
	height: 128px;
	background: url('../images/button.png') no-repeat;
}

.content .menu ul li a span
{
	display: none;
}

.page.image
{
	text-align: center;
}

/** Footer **/

.footer
{
	margin: 20px 0px;
}

.footer	.menu
{
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.footer .menu ul
{
	position: relative;
	left: 50%;
	clear: left;
	float: left;
	text-align: center;
}

.footer .menu ul li
{
	position: relative;
	right: 50%;
	float: left;
	font-size: 14px;
	color: #61a60e;
}

.footer .menu ul li.separator
{
	padding: 0px 5px;
	color: #1d24ab;
}


