@charset "UTF-8";
/* CSS Document */


body { 
	background:url(img/bg.jpg);
}

#header-top-bar {
    background: none repeat scroll 0 0 #E3BD41;
    height: 4px;
    left: 0;
    opacity: 0.35;
    top: 0;
    width: 100%;
    z-index: 8;
	margin-bottom: 42px;
}

html,body,div,h1,h2,h3,h4,h5,h6,p,hr,a,figcaption,figure,footer,header,section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

*,*:after,*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .2s ease-in-out
}

.left {
	float: left;
}
.right {
	float: right;
}

figcaption,figure,footer,header,section {
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

html,body {
	width: 100%;
	height: 100%;
}

body{
	position: relative;
}

figure {
	position: relative;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

figure img {
	max-width: 100%;
}

::-moz-focus-inner {
	border: 0;
}

::-webkit-input-placeholder {
	color: #aaa;
	font-size: 11px;
}

:-moz-placeholder {
	color: #aaa;
	font-size: 11px;
}

b,strong {
	font-weight: bold;
}

::-moz-selection {
	text-shadow: none;
}

::-moz-selection {
	text-shadow: none;
}

img::-moz-selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

