body
{
	background: url(../../img/patterns/noisy_grid.png);
}

#wrapper
{
	width: 100%;
}

/* -------------------------------------------------------------- 
   Top
-------------------------------------------------------------- */
#top
{
	background: #ff0052;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px solid #555;
}

	#top ul { padding: 0; margin: 0; }
		#top ul.left { float: left; }
		#top ul.right { float: right; }
		
			#top ul li { font-size: 11px; list-style-type: none; margin: 0 .75em; float: left; position: relative; }
				#top ul li:first-child { margin-left: 0; }
		
		#top a { color: #000; text-decoration: none; }
			#top a:hover { text-decoration: underline; }
			
	#top .top_alert { font-weight: bold; color: #FFF;}
	
	#top .top_icon { padding-left: 20px; }
		#top .top_icon span { background-image: url(./ui-darkness/images/ui-icons_ffffff_256x240.png) !important; width: 16px; height: 16px; position: absolute; left: 0; top: 0px; }



/* -------------------------------------------------------------- 
   Header
-------------------------------------------------------------- */
/*
#header
{
	background: #333;
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 500;
}

	#header h1
	{
		background: url(../../img/back/logo.png) no-repeat 0 0;
		width: 240px;
		height: 32px;
		line-height: 600px;
		overflow: hidden;
		position: relative;
		top: 25px;
		
		text-shadow: 1px 1px 4px rgba(0,0,0,.5);
	}
	
		#header h1 a { display: block; }

 */
/* -------------------------------------------------------------- 
   Nav
--------------------------------------------------------------- */	
	#nav
	{
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 200;
	}
	
		#nav li
		{
			background: #ff0052 url(../../img/back/el_bg.png) repeat-x 0 0;			
			border: 1px solid #777;
			border-bottom: none;
			list-style-type: none;
			float: left;
			margin: 0 .1em;
			position: relative;
		}
		
		#nav a
		{
			height: 20px;
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
			display: block;
			padding: 8px 15px 8px 15px;
			position: relative;
		
			text-shadow: 1px 1px 4px rgba(0,0,0,.5);
			
			
			-webkit-background-clip: padding-box;
			-moz-background-clip: padding-box;			
			background-clip: padding-box;
		}
		
			#nav li.nav_dropdown a
			{
				background: url(../../img/back/down_arrow.png) no-repeat 90% center;
				padding-right: 32px;				
			}
			
			#nav li.nav_current.nav_dropdown a { background-image: url(../../img/back/down_arrow_333333.png); }
			
			
		
			#nav .nav_icon a { padding-left: 32px; }			
			#nav .nav_icon_only a { background-position: 50% center !important; padding: 8px  0; }
			
			#nav a span
			{
				background-image: url(./ui-darkness/images/ui-icons_ffffff_256x240.png) !important;
				width: 16px;
				height: 16px;
				position: absolute;
				top: 9px;
				left: 8px;
			}		
			
				#nav li.nav_current span { background-image: url(./ui-darkness/images/ui-icons_222222_256x240.png) !important; }
				
		
			#nav li:hover { background-color: #444; }			
			#nav li.nav_current { background-color: #F1F1F1 !important; }
			
				#nav li.nav_current a { color: #333; text-shadow: none; }
			
			
			
				#nav li:hover .nav_menu { display: block; }
			
		#nav .nav_menu
		{
			background: #444;
			width: 160px;
			position: absolute;
			top: 100%;
			right: -1px;
			display: none;
			padding: 8px 8px 5px;
			border: 1px solid #222;
			border-top: none;
		}
		
			#nav .nav_menu *
			{
				background: none;
				border: none !important;
				float: none !important;
				margin: 0 !important;
			}
			
				#nav .nav_menu li
				{
					background: #eee !important;
					margin-bottom: .5em !important;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
				}
				
				#nav .nav_menu li:hover { background-color: #CCC !important; }
				
				#nav .nav_menu a { background-image: none !important; color: #333 !important; text-shadow: none !important; padding: 7px 10px !important; }
				#nav .nav_menu .nav_sub { background-image: url(../images/down_arrow_333333.png) !important; }
		
		
			/* #nav li:hover { z-index: 10000 !important; } */
			
				#nav .nav_menu li > ul
				{
					background: #444;
					width: 160px;
					padding: 8px;
					position: absolute;
					right: 100%;
					top: 0;
					display: none;
				}
			
					#nav .nav_menu li:hover > ul { display: block; }
			
			
/* -------------------------------------------------------------- 
   Masthead
-------------------------------------------------------------- */			
#masthead
{
	background: #d2d2d2;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2.5em;
	letter-spacing: -1pt;
	font-style: bold;
}

	#masthead h1
	{
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-size: 34px;
		font-weight: normal;
		color: #222;
		position: relative;
		top: 20px;
		margin-bottom: 1em;
	}
	
		#masthead h1.no_breadcrumbs
		{
			top: 32px;
		}
	
	#masthead #bread_crumbs
	{		
		color: #9B9B9B;
	}
	
	#masthead #bread_crumbs a
	{
		font-size: 11px;
		color: #9B9B9B;
		padding: 0 .5em;
	}
	
	#masthead #bread_crumbs a:first-child { padding-left: 0; }
	
	#masthead #bread_crumbs .current_page { text-decoration: none; color: #333; }
	


/* -------------------------------------------------------------- 
   Search
-------------------------------------------------------------- */	
#search
	{
		position: absolute;
		right: 0;
		top: 30px;
	}
	
	#search input
	{
		background: #fff;
		width: 200px;
		color: #999;
		padding: 7px;
		margin-right: .25em;
	}
	
	#search .submit
	{
		background: url(../../img/back//search-icon.png) no-repeat 0 0;
		border: none !important;
		cursor:pointer;
		height: 30px;
		padding:0;
		position:absolute;
		right: 5px;
		top:9px;
		width:20px;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#search button
	{
		position: relative;
		top: -1px;
		*top: 3px;
	}


/* -------------------------------------------------------------- 
   Content
-------------------------------------------------------------- */
#upper-bg
{
	position:relative;
	width: 964px;
	margin: -40px auto;
	padding: 40px;
	height: 100%;
	background: rgba(255,255,255,0.65);
}


#content
{
	width: 964px;
	margin: 0 auto;
}

.content_pad { width: 940px; height: 100%; margin: 0 auto; position: relative; }
	
.content_pad:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.content_pad {
	display: inline-block;
}
 
html[xmlns] .content_pad {
	display: block;
}
 
* html .content_pad {
	height: 1%;
}		



/* -------------------------------------------------------------- 
   Footer
-------------------------------------------------------------- */
#footer
{
	background: #333;
	border-top: 3px solid #111;
	margin-top: 4em;
	clear: both;
	position:fixed;
   	left:0px;
   	bottom:0px;
   	height:50px;
   	width:100%;

}

	*+html #footer { float: left; }

	#footer .content_pad
	{
		font-size: 11px;
		color: #FFF;
		text-align: center;
		padding: 20px 0 30px;
	}
	
		#footer .content_pad a { color: #FFF; }









/* -------------------------------------------------------------- 
   Tabs
-------------------------------------------------------------- */
.tab_container { }

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
}

	ul.tabs li 
	{
		float: left;
		margin: 0;
		padding: 0;
		height: 31px;
		line-height: 31px;
		border: 1px solid #CCC;
		border-left: none;
		margin-bottom: -1px;
		background: #e0e0e0 url(../../img/back//accordion_header.png) repeat-x top right;
		overflow: hidden;
		position: relative;
	}
	
		ul.tabs li a 
		{
			text-decoration: none;
			color: #222;
			display: block;
			font-size: 1.2em;
			padding: 0 20px;
			border: 1px solid #fff;
			outline: none;
		}
		
			ul.tabs li a:hover { background: #ccc; }	
			ul.tabs li.active, ul.tabs li.active a:hover  { background: #fff; border-bottom: 1px solid #fff; }

.tab_content_container 
{
	border: 1px solid #CCC;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
	.tab_content { font-size: 1.2em; padding: 20px 20px 10px; display: none; }
	
	.tab_content:first-child { display: block; }
	
	
	
	
/* -------------------------------------------------------------- 
   Accordion
-------------------------------------------------------------- */
h2.accordion_panel 
{
	background: url(../../img/back//accordion_header.png) no-repeat;
	width: 100%;
	height: 36px;	
	font-size: 27px;
	font-weight: normal;
	line-height: 36px;
	padding: 0;	
	margin: 0 0 .5em 0;	
	border: 1px solid #C5C5C5;
	
	cursor: pointer;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

h2.accordion_panel_wizard
{
	/*background: url(../../img/back//accordion_header.png) no-repeat;*/
	background: rgb(45,42,42); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(45,42,42,1) 0%, rgba(45,42,42,1) 47%, rgba(10,14,10,1) 48%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,42,42,1)), color-stop(47%,rgba(45,42,42,1)), color-stop(48%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(45,42,42,1) 0%,rgba(45,42,42,1) 47%,rgba(10,14,10,1) 48%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(45,42,42,1) 0%,rgba(45,42,42,1) 47%,rgba(10,14,10,1) 48%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(45,42,42,1) 0%,rgba(45,42,42,1) 47%,rgba(10,14,10,1) 48%,rgba(10,8,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(45,42,42,1) 0%,rgba(45,42,42,1) 47%,rgba(10,14,10,1) 48%,rgba(10,8,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2a2a', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */

	width: 144%;
	height: 44px;	
	font-size: 27px;
	font-weight: normal;
	line-height: 36px;
	padding: 5px 0px 0px 0px;	
	margin: 0 0 .5em -22%;	
	border: 1px solid #C5C5C5;
	float: left;
	cursor: pointer;
}

	h2.accordion_panel_wizard a
	{
		color: #fff;
		text-decoration: none;
		padding: 0 0 0 0px;
	}

	h2.accordion_panel a
	{
		color: #222;
		text-decoration: none;
		padding: 0 0 0 40px;
	}
	
		h2.active {background-position: left bottom; border-color: #000; }	
			h2.active a { color: #FFF; }
			
.accordion_content 
{
	width: 100%;
	font-size: 1.2em;
	padding: 0;
	margin: 1em 0 5px;
	overflow: hidden;
	clear: both;
	display: none;
}

	
	
	.accordion_content:first-child { display: block; }

.home_picture{
	padding: 10px 0px 10px 0px;
}

/** Progress bar **/
.step-by-step {
    margin: 0px 0px 0px -30px;
    max-width: 1000px;
}

.step-by-step ul {
    margin-right: 19px;
    position: relative;
}

.step-by-step ul li {
    list-style-type: none;
    position: relative;
    float: left;
    width: 33.3%;
    height: 36px;
    background: url("../../img/back/step_by_step.png") no-repeat left -108px;
}

.step-by-step ul li.first-step {
    background-position: left 0;
}

.step-by-step ul li.last-step {
    position: absolute;
    right: -35px;
    top: 0;
    width: 36px;
    background-position: right 0;
}

.step-by-step ul li.step-current {
    background-position: left -144px;
}

.step-by-step ul li.step-current.first-step {
    background-position: left -36px;
}

.step-by-step ul li.step-current.last-step {
    background-position: right -36px;
}

.step-by-step ul li.step-ok {
    background-position: left -180px;
}

.step-by-step ul li.step-ok.first-step {
    background-position: left -72px;
}

.step-by-step ul li.step-ok.last-step {
    background-position: right -72px;
}

.step-by-step ul li span {
    position: absolute;
    left: -40px;
    top: 45px;
    width: 120px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    color: #b1b8bf;
}

.step-by-step ul li.step-current span {
    color: #4C5B6A;
}

.step-by-step ul li.step-ok span {
    color: #999FA5;
}

.wizard_header {
	text-align:center; 
	text-transform:uppercase; 
	font-family: "Oswald", sans-serif;
	font-size: 18px;
}

.form label.wizard_label{
	width: 100%;
	float: none;
	text-align: center;
	top: 0px;
	margin-bottom: 10px;
}

.form label.wizard_label_big{
	float: none;
	text-align: center;
	top: 0px;
	margin-bottom: 10px;
	font-family: "Oswald"; 
	text-transform: uppercase; 
	font-size: 32px;
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.superbutton{
	height: 37px;
}
