 @CHARSET "UTF-8";
/** General ******************************************************************/

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	background-repeat: no-repeat;
}
body * {
	font-size: 13px;
	font-family: Arial, sans-serif;
}
body {
	color: #000000;
	margin: 0;
	background-color: #111;
	background-image: url(../img/bg_b.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FA9705;
}
a img {
	border: 0;
}
h1 {
	font-size: 13px;
	font-family: Arial, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#666;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
	font-size: 14px;
}
h6 {
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 5px 0 5px 0;
	letter-spacing: 0px;
	line-height: 21px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
p, span, a, b, li {
	vertical-align: baseline;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
a, span {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding-left: 2px;
	font-weight: 600;
}
/** Styled ******************************************************************/



/*.shadowed {
	-moz-box-shadow: 2px 2px 3px 2px #ccc;
	-webkit-box-shadow: 2px 2px 3px 2px #ccc;
	box-shadow: 2px 2px 3px 2px #ccc;
}*/
.textShadowed {
	text-shadow: 3px 3px 3px #cccccc;/*filter: progid:DXImageTransform.Microsoft.Chroma(color=#ccccce),

	          progid:DXImageTransform.Microsoft.Blur(pixelradius=3);*/
}
.clickable {
	cursor: pointer;
}
.clear {
	clear: both;
}
.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.red {
	color: #A72717;
}
.orange {
	color: #BC5217;
}
.grey {
	color: #6B6B6A;
}
.green {
	color: #999C1F;
}
.smaller {
	font-size: 12px;
}
.overlay {
	background: #333;
	opacity: 0.7;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
/** Layout ******************************************************************/

#orderEdmPanel {
	display: none;
	width: 560px;
	height: 270px;
	background: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	border: 1px solid #ccc;
}
#orderEdmPanel form {
	display: block;
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 45px;
}
#orderEdmPanel .notice {
	padding-left: 75px;
	padding-top: 25px;
}
#orderEdmPanel .input, #orderEdmPanel .submit {
	float: left;
}
#orderEdmPanel img {
	margin-bottom: 20px;
}
#orderEdmPanel p {
	padding-bottom: 15px;
}
#orderEdmPanel .close {
	cursor: pointer;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0;
}
#orderEdmPanel form .submit input {
	margin: 0;
	border: 0;
	background: #F1CB00;
	padding: 0px 15px 0px 15px;
	display: block;
	margin-left: 15px;
}
#orderEdmPanel form .input input {
	width: 355px;
	border: 0;
	border-bottom: 1px solid #ccc;
}
#footer {
	height: 150px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -70px;
	z-index: 11;
	background-color: #333333;
}
#footer_center {
	height: 120px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -70px;
	z-index: 11;
	background-color: #333333;
}
#footer a.edm {
	display: block;
	color: #3C3C3B;
	text-decoration: none;
	font-style: normal;
	background: url(../img/icon-mail.jpg) left center no-repeat;
	padding-left: 20px;
	position: absolute;
	top: 5px;
	cursor: pointer;
}
#btn-fb, #logo {
	display: none;
}
#footer p {
	display: block;
	position: absolute;
	text-align: right;
	padding-top: 6px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000;
}
.FBConnectButton_Text {
	font-style: normal;
}
.fb_share_count_inner {
	color: black !important;
}
