@charset "utf-8";
/* CSS Document */
body, html {
	margin:0;
	padding:0px;
	font-family:Verdana;
	font-size: 14px;
}

img {
	padding:0;
	border:0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.wrapper {
	width: 910px;
	margin: 0 auto;
}

.logo {
	float: left;
	position: absolute;
	z-index: 1;
	margin-top: -6px;
}

.stores {
	float: right;
	text-align: right;
	padding: 18px 0 0 0;
}

.header {
	height: 394px;
	background: url(images/header_bg.jpg) no-repeat;
	background-size: cover;
	margin-top: 10px;
}

.headeritem {
	height: 394px;
	background: url(images/header1.png) no-repeat;
	background-position: center center;
	position: absolute;
	width: 999px;
}

.headertext {
	padding: 60px 0 0 60px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	position: absolute;
	z-index: 999;
}

.headertext .head1 {
	font-size: 43px;
	display: inline-block;
	margin-bottom: 15px;	
}

.headertext .head2 {
	font-size: 17px;
	line-height: 24px;	
	width: 400px;
	margin-bottom: 30px;
}

.headertext .loginlink {
	font-size: 12px;
}

.strong {
	font-weight: 700;
}

.button1 .strong {
	border-bottom: double 1px #fff;
}

.content {
	margin-top: 30px;
}

.onlineuser {
	width: 520px;
	float: left;
}

.infotext {
	width: 350px;
	float: left;
	font-family: 'Lato', sans-serif;
	margin-left: 30px;
	font-size: 16px;
}

.infotext .text1 {
	font-size: 25px;
	font-weight: 300;
}

.infotext .highlight {
	color: #d90080;
}

.infotext ul {
	margin: 25px 0 25px 20px;
}

.infotext li {
	padding: 5px;
}

.button1 {
	display: inline-block;
	background: #d9007f; /* Old browsers */
	background: -moz-linear-gradient(top,  #db378d 0%, #d9007f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db378d), color-stop(100%,#d9007f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #db378d 0%,#d9007f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #db378d 0%,#d9007f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #db378d 0%,#d9007f 100%); /* IE10+ */
	background: linear-gradient(top,  #db378d 0%,#d9007f 100%); /* W3C */
	color: #fff;
	cursor: pointer;
	padding: 15px 40px 15px 40px;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	border-radius: 3px;
}

.button2 {
	display: inline-block;
	background: #55a4c7; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ec0d2 0%, #55a4c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ec0d2), color-stop(100%,#55a4c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ec0d2 0%,#55a4c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ec0d2 0%,#55a4c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ec0d2 0%,#55a4c7 100%); /* IE10+ */
	background: linear-gradient(top,  #7ec0d2 0%,#55a4c7 100%); /* W3C */
	color: #fff;
	cursor: pointer;
	padding: 15px 40px 15px 40px;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	border-radius: 3px;
}

.footer {
	border-top: 1px solid #e5e5e5;
	padding: 20px;
	font-size: 11px;
	margin: 20px 0 40px 0;
}

.footer .ftr1 {
	float: left;
}

.footer .ftr1 img {
	height: 25px;
	margin-right: 15px;
}

.footer .ftr2 {
	float: right;
	text-align: right;
}

.footer .ftr2 a {
	display: inline-block;
	color: #b4b4b4;
	text-decoration: none;
	margin-left: 15px;
}

.footer .ftr2 a:hover {
	text-decoration: underline;
}

.footer .followus {
	display: inline-block;
	float: left;
	padding: 5px;
	color: #959595;
}

#pageoverlay{
    background-color: black;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.overlay .form {
	margin-top: 20px;
	width: 740px;
	background: #fff;
	padding: 20px;
    position: fixed;
    z-index: 1002;
    left: 50%;
    margin-left: -370px;
    top:80px;
    text-align: center;
    box-shadow: 0 0 20px #000;    
    z-index: 99999999;
}

.overlayLogin .form {
	margin-top: 20px;
	width: 300px;
	background: #fff;
	padding: 20px;
    position: fixed;
    z-index: 1002;
    left: 50%;
    margin-left: -150px;
    top:80px;
    box-shadow: 0 0 20px #000;    
    z-index: 99999999;
}

.overlayLogin .form table {
	width: 100%;
}

.overlayLogin .form a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

.overlayLogin .form input[type=text], .overlayLogin .form input[type=password] {
	border:1px solid #ccc;
	font-size: 20px;
	padding: 5px;
	border-radius: 3px;
	width: 96%;
	font-weight: normal;
	margin-bottom: 5px;
}

.overlayLogin .form input[type=submit] {
	display: inline-block;
	background: #d9007f; /* Old browsers */
	background: -moz-linear-gradient(top,  #db378d 0%, #d9007f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db378d), color-stop(100%,#d9007f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #db378d 0%,#d9007f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #db378d 0%,#d9007f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #db378d 0%,#d9007f 100%); /* IE10+ */
	background: linear-gradient(top,  #db378d 0%,#d9007f 100%); /* W3C */
	color: #fff;
	cursor: pointer;
	padding: 8px 20px 8px 20px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	border-radius: 3px;
	border: 0;
}

.formheadline {
	font-weight: 300;
	font-size: 28px;
	font-family: 'Lato', sans-serif;
	color: #d9007f;
	display: block;
	margin-bottom: 10px;
}

.line {
	border-top: 1px dotted #ccc;
	margin: 10px 0 10px 0;
}

.overlayLogin .closebtn {
	position: absolute;
	margin: -30px 0 0 310px;
	box-shadow: 0 0 10px #000;
	cursor: pointer;
}

.overlay .closebtn {
	position: absolute;
	margin: -30px 0 0 0;
	box-shadow: 0 0 10px #000;
	cursor: pointer;
	right: -10px;
}

.loginonlineuser img {
	width: 50px;
}

.overlay, .overlayLogin {
	display: none;
}

.regform, .loginlink { cursor: pointer; }