@charset "utf-8";
/* CSS Document */
html, body, div, span, 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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
@font-face {
    font-family: 'museo_500';
    src: url('../webfont/museosans_0-webfont.eot');
    src: url('../webfont/museosans_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/museosans_0-webfont.woff') format('woff'),
         url('../webfont/museosans_0-webfont.ttf') format('truetype'),
         url('../webfont/museosans_0-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_700';
    src: url('../webfont/museosans_1-webfont.eot');
    src: url('../webfont/museosans_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/museosans_1-webfont.woff') format('woff'),
         url('../webfont/museosans_1-webfont.ttf') format('truetype'),
         url('../webfont/museosans_1-webfont.svg#museo_sans_700regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_900';
    src: url('../webfont/museosans_2-webfont.eot');
    src: url('../webfont/museosans_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/museosans_2-webfont.woff') format('woff'),
         url('../webfont/museosans_2-webfont.ttf') format('truetype'),
         url('../webfont/museosans_2-webfont.svg#museo_sans_900regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_100';
    src: url('../webfont/museosans-100-webfont.eot');
    src: url('../webfont/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/museosans-100-webfont.woff') format('woff'),
         url('../webfont/museosans-100-webfont.ttf') format('truetype'),
         url('../webfont/museosans-100-webfont.svg#museo_sans_100regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_300';
    src: url('../webfont/museosans-300-webfont.eot');
    src: url('../webfont/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/museosans-300-webfont.woff') format('woff'),
         url('../webfont/museosans-300-webfont.ttf') format('truetype'),
         url('../webfont/museosans-300-webfont.svg#museo_sans_300regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.wrapper{
	width:750px;
	margin:0 auto 0 auto;
	position:relative;
	clear:both;
}
ul{
	margin:0;
	padding:0 0 0 18px;
	}
	li{
		list-style:url(../img/li.png);
		padding-bottom:2px;
	}

body{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	background-image:url(../img/bg.jpg);
	
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	position:relative;
}
h1, h3, h4{
	font-family: 'Noto Sans', sans-serif;
	font-weight:600;
}
h2{
	font-family: 'Noto Sans', sans-serif;
	font-weight:600;
}
strong{
	font-weight:bold;
}
a{
	text-decoration:none;
	color:#007ed3;
	}
	a:hover{
		text-decoration:underline;
	}
	
.cta{
		display:inline-block;
		font-size:13px;
		color:#105c9a !important;
		text-shadow:0 1px #fff !important;
		padding:4px 12px 4px 12px;
		text-decoration:none !important;
		font-family: 'Noto Sans', sans-serif;
		font-weight:600;
		cursor: pointer;
  		border: solid 1px #d4d9db;
		  background-color: #f5f5f5;
		  *background-color: #d3e9f4;
		  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d3e9f4));
		  background-image: -webkit-linear-gradient(top, #ffffff, #d3e9f4);
		  background-image: -o-linear-gradient(top, #ffffff, #d3e9f4);
		  background-image: linear-gradient(to bottom, #ffffff, #d3e9f4);
		  background-image: -moz-linear-gradient(top, #ffffff, #d3e9f4);
		  background-repeat: repeat-x;
		  border: 1px solid #cde0e9;
		  *border: 0;
		  
		  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		  border-color: #cde0e9 #cde0e9 #cde0e9;
		  border-bottom-color: #a2a2a2;
		  
		  -webkit-border-radius: 4px;
			 -moz-border-radius: 4px;
				  border-radius: 4px;
		  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
		  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
		  *zoom: 1;
		  
		  -webkit-box-shadow: inset 0 0px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			 -moz-box-shadow: inset 0 0px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
				  box-shadow: inset 0 0px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	.cta:hover,  div.white a.cta:hover{
		color: #333333;
		  text-decoration: none;
		  background-color: #f4fbff;
		  *background-color: #f4fbff;
		  /* Buttons in IE7 don't get borders, so darken on hover */
		
		  background-position: 0 15px;
		  -webkit-transition: background-position 0.1s linear;
			 -moz-transition: background-position 0.1s linear;
			   -o-transition: background-position 0.1s linear;
				  transition: background-position 0.1s linear;	
		opacity: 1;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=100);
		
	}	
	
	
	
#page{
	position:relative;
	width:100%;	
}
#header{
	position:relative;
	height:100px;
	background-color:#fff;
}
#top_menu{
	position:absolute;
	top:0;
	right:0;
	background-image:url(../img/bg_top_menu.png);
	height:14px;
	width:224px;
	padding:7px 6px 7px 10px ;
	background-repeat:no-repeat;
	background-position:top;
	}
	#top_menu a{
		color:#fff;
		font-weight:bold;
		font-size:11px;
		padding:0 8px 0 15px;
		display:block;
		float:left;
		background-image:url(../img/i_top_1.png);
		background-position:left;
		background-repeat:no-repeat;	
		}
		#top_menu a.i2{
			background-image:url(../img/i_top_2.png);
		}
		#top_menu a.i3{
			background-image:url(../img/i_top_3.png);
			padding-left:18px;
		}
		#top_menu a:hover{
			opacity: .7;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
			filter: alpha(opacity=70);
			text-decoration:none;	
			}
	#kontakt{
		color:#555653;
		font-family: 'museo_500';
		position:absolute;
		text-align:right;
		top:35px;
		right:5px;
		font-size:17px;
		line-height:1.2em;
		}
		#kontakt strong{
			
			color:#589b00;
			font-size:19px;
		}
	#logo{
		position:absolute;
		top:19px;
		left:12px;
	}
	#menu{
background: #3574b2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1NzRiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzAxMzA3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzJlNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3574b2 0%, #013072 71%, #072e70 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3574b2), color-stop(71%,#013072), color-stop(100%,#072e70)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3574b2 0%,#013072 71%,#072e70 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3574b2 0%,#013072 71%,#072e70 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3574b2 0%,#013072 71%,#072e70 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3574b2 0%,#013072 71%,#072e70 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3574b2', endColorstr='#072e70',GradientType=0 ); /* IE6-8 */




		
		height:55px;
		background-position:top;
		
		border-bottom:solid 6px #65bfed;
		box-shadow:7px 0 5px rgba(0,0,0,0.8);
		-moz-box-shadow:7px 0 5px rgba(0,0,0,0.8);
		-webkit-box-shadow:7px 0 5px rgba(0,0,0,0.8)
		}
		#menu ul{
			margin:0 0 0 5px;
			font-family: 'Noto Sans', sans-serif;
			font-size:15px;
			font-weight:700;
		}
		#menu li{
			float:left;
			display:block;
			position:relative;
			}
		#menu a{
			display:block;
			padding:19px 18px 32px 18px;
			color:#fff;
			text-shadow:0 1px 1px rgba(0,0,0,0.4);
			-moz-text-shadow:0 1px 1px rgba(0,0,0,0.4);
			-webkit-text-shadow:0 1px 1px rgba(0,0,0,0.4);
			text-decoration:none;	
			}
			#menu a:hover{
				
				background-position:bottom;
				color:#c0e1ff;
				background-repeat:no-repeat;
			}
			#menu a.active{
				background-image:url(../img/bg_menu_a_hover.png);
				background-position:bottom;
				background-repeat:no-repeat;
			}
			
			#menu li:hover .submenu{
				display:block;
			}
			#menu li .submenu{
				display:none;
				width:200px;
				padding:6px 13px;
				background-color:#0f346a;
				position:absolute;
				top:40px;
				left:0;	
				z-index:100;
				font-size:13px;
				border-bottom:solid 4px #9ed6f6;
				-webkit-border-bottom-right-radius: 6px;
				-webkit-border-bottom-left-radius: 6px;
				-moz-border-radius-bottomright: 6px;
				-moz-border-radius-bottomleft: 6px;
				border-bottom-right-radius: 6px;
				border-bottom-left-radius: 6px;
				}
				#menu li .submenu a{
					display:block;
					color:#FFF;
					padding:0;
					float:none;
					margin:0;
					padding:8px 0;
					border-bottom:dotted 1px #069;
					}
					#menu li .submenu a:hover{
						color:#c0e1ff;
						background-image:none;
					}
#content{
	position:relative;
	clear:both;
	min-height:650px;
	margin-top:35px;
	}
	
	#banner_main{
		width:750px;
		height:210px;
		
		background-color:rgba(255,255,255,0.95);
		
		position:relative;
		margin-bottom:35px;
		margin-top:35px;	
		
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
		}
		#banner_main_holder{
			position:absolute;
			top:25px;
			left:30px;
			font-size:14px;
			color:#333;
			line-height:16px;
			width:480px;
			
		}
		#banner_main_holder h1{
			color:#2a457b;
			font-size:25px;
			line-height:30px;
			margin:0 0 5px 0;
		}
	#boxes{
		position:relative;
		overflow:auto;
		}
		#boxes a{
			color:#fff;
		}
		#boxes a:hover{
			color:#eee;
			text-decoration: none;

		}
		#boxes h2{
			font-size:16px;
			margin-bottom:15px;
		}
		#box1, #box2, #box3{
			width:240px;
			min-height:190px;
			color:#fff;
			float:left;
			margin:0 5px;
			font-size:13px;
			text-shadow:0 1px 1px rgba(0,0,0,0.4);
			-moz-text-shadow:0 1px 1px rgba(0,0,0,0.4);
			-webkit-text-shadow:0 1px 1px rgba(0,0,0,0.4);
			line-height:1.35em;
			border-radius:3px;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			background-color:rgba(11,56,87, 0.95);
			box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
			}
			#box1 .txt_holder, #box2 .txt_holder, #box3 .txt_holder{
				padding:15px 22px 30px 22px;
			}
			#box1:before, #box2:before, #box3:before{
				content:'';
				display:block;
				width:240px;
				height:5px;
				background-repeat:no-repeat;
				background-position:top;	
			}
			
			#box1{
				/*background-image:url(../img/bg_box_manin_1.jpg);	*/
				}
				#box1:before{
						/*background-image:url(../img/bg_box_manin_1_top.jpg);	*/	
				}
			#box2{
					/*background-image:url(../img/bg_box_manin_2.jpg);		*/
				}
				#box2:before{
					/*	background-image:url(../img/bg_box_manin_2_top.jpg);		*/
				}
			#box3{
					/*background-image:url(../img/bg_box_manin_3.jpg);		*/
				}
				#box3:before{
						/*background-image:url(../img/bg_box_manin_3_top.jpg);		*/
				}
		
#main_txt{
	padding:30px;
	background:rgba(255,255,255,0.97);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:14px;
	line-height:1.4em;
	margin-bottom:35px;		
	}
#main_txt_full{
	margin-top:15px;
	width:690px;
	padding:30px;
	background-color:#f9f9f9;
	border:solid 1px #e8e8e8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	font-size:14px;
	line-height:1.4em;
	margin-bottom:25px;		
	}
	.right{
		float:right;
		width:170px;
		margin-top:0px;
	}
	
	.right_box{
		margin-top:15px;
		background-color:#6e9b31;
		padding:15px 15px;
		font-size:12px;
		color:#FFF;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		text-shadow:0 1px 1px rgba(0,0,0,0.4);
			-moz-text-shadow:0 1px 1px rgba(0,0,0,0.4);
			-webkit-text-shadow:0 1px 1px rgba(0,0,0,0.4);		
		}
		.right_box a.cta{
			padding:5px 8px;
			font-size:13px;
		}
		.right_box h2{
			font-size:15px;
			margin-bottom:5px;
		}
		.cta_holder{
			margin-top:10px;
			text-align:center;	
		}
		.message{
			border:solid 1px #2a457b;
			padding:15px;
			text-align:center;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			font-family: 'museo_500';
			font-size:18px;
			text-shadow:0 1px 1px rgba(0,0,0,0.4);
			-moz-text-shadow:0 1px 1px rgba(0,0,0,0.4);
			-webkit-text-shadow:0 1px 1px rgba(0,0,0,0.4);
			color:#FFF;		
			background-color:#2a457b;
			margin:15px 50px;
			background: #3e61b2; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzNlNjFiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzJhNDU3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, #3e61b2 1%, #2a457b 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3e61b2), color-stop(99%,#2a457b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #3e61b2 1%,#2a457b 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #3e61b2 1%,#2a457b 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #3e61b2 1%,#2a457b 99%); /* IE10+ */
		background: linear-gradient(to bottom, #3e61b2 1%,#2a457b 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e61b2', endColorstr='#2a457b',GradientType=0 ); /* IE6-8 */
		
		box-shadow:0 0 3px rgba(255, 255, 255, 0.3) inset;
		-moz-box-shadow:0 0 3px rgba(255, 255, 255, 0.3) inset;
		-webkit-box-shadow:0 0 3px rgba(255, 255, 255, 0.3) inset;	
		}
#main_txt h1, #main_txt_full h1{
	color:#2a457b;
	font-size:30px;
	line-height:30px;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom: solid 1px #ddd;
	}
#main_txt h2, #main_txt_full h2{
	color:#2a457b;
	font-size:24px;
	line-height:24px;
	margin:30px 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: solid 1px #ddd;
}
#main_txt h3, #main_txt_full h3{
	color:#2a457b;
	font-size:18px;
	line-height:18px;
	margin:15px 0 15px 0;
}
#main_txt p, #main_txt_full p{
	margin-bottom:15px;
}
#main_txt ol, #main_txt ul, #main_txt_full ol, #main_txt_full ul{
	padding:0 0 15px 29px;	
}
#main_txt ol, #main_txt_full ol{
	list-style:decimal;
}
#main_txt ul, #main_txt_full  ul{
	list-style:disc;
}
.formularz{
	width:500px;
	margin:0 auto;
	}
	.formularz p{
		margin-bottom:5px !important;
	}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  width:450px;
  resize:vertical;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
select{
	height:34px;
	padding: 6px;
	width: 462px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
			
#footer{
	margin-top:15px;
	position:relative;
	height:115px;
	clear:both;
	background-color:#fff;
	border-top:solid 3px #ddd;
	padding-top:25px;
	box-shadow:-7px 0 5px rgba(0,0,0,0.8);
		-moz-box-shadow:-7px 0 5px rgba(0,0,0,0.8);
		-webkit-box-shadow:-7px 0 5px rgba(0,0,0,0.8)
	}
	
	#foot_text{
		font-size:13px;
		color:#666;
		font-family: 'museo_300';	
		left:10px;
		position:absolute;
	}
	#foot_logo{
		position:absolute;
		right:15px;
	}
#mail_pin { display: none; }