@charset "utf-8";
/* CSS Document */

body {
	background-color:#131313;
	padding:0;
	margin:0;
	background-image:url(../images/bg_texture.png);
	background-position:top center;
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	border: none;
	outline: none;
	color: #cccccf;
	text-decoration: underline;
}

a:hover, a:active, a:visited {
	color: #fff;
}

a img {
	border: none;
	outline: none;
}

#loader {
	display: none;
}

#container {
	position: relative;
	margin: 0 auto;
	background-image:url(../images/bg_curtains_repeat.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#curtains_top {
	background-image:url(../images/bg_curtains_top.png);
	background-position:top center;
	background-repeat:no-repeat;
	position: absolute;
	width: 100%;
	height: 1414px;
}

#bg_02 {
	padding-top: 70px;
	position: relative;
}

#logo {
	background-image:url(../images/logo.png);
	background-position:top center;
	background-repeat:no-repeat;
	width: 254px;
	height: 56px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	display: block;
	opacity: 0;

	-webkit-transition: background .1s ease-in;  
	-moz-transition: background .1s ease-in;  
	-o-transition: background .1s ease-in; 
}

#logo:hover {
	background-image:url(../images/logo_over.png);
}

#header {
	background-image:url(../images/header.png);
	background-position:top center;
	background-repeat:no-repeat;
	width: 656px;
	height: 572px;
	margin: 25px auto 0 auto;
	position: relative;
	display: block;
	opacity: 0;
}

#sfmlogo {
	background-image:url(../images/sfm_logo.png);
	background-position:top center;
	background-repeat:no-repeat;
	width: 376px;
	height: 97px;
	margin: 0 auto;
	position: relative;
	opacity: 0;
	display: block;
	cursor: pointer;
	margin-top:30px;

	-webkit-transition: background .1s ease-in;  
	-moz-transition: background .1s ease-in;  
	-o-transition: background .1s ease-in; 
}

#sfmlogo:hover {
	background-image:url(../images/sfm_logo_over.png);
}

#bg_03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#bg_03 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c0b17f;
}

#bg_03 p {
	color: #cccccf;
}

#bg_03 ul {
	list-style-image: url(../images/dot.png);
	padding: 0;
	margin: 0;
}

#bg_03 li {
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 20px;
	color: #cccccf;
}

#bg_03 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#copy {
	padding-top: 25px;
	position: relative;
	margin: 0 auto;
	width: 625px;
	z-index: 1;
	display: block;
	opacity: 0;
}

#categories {
	position: relative;
	width: 500px;
	overflow: auto;
}

#rules {
	padding-top: 40px;
	position: relative;
	margin: 0 auto;
}

#rules ul {
	margin-top: 20px;
}

#rules li {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	line-height: 22px;
}

#prizes {
	padding-top: 40px;
	position: relative;
	margin: 0 auto;
}

#prizes ul {
	margin-top: 20px;
}

#prizes li {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	line-height: 22px;
}

#faq {
	padding-top: 40px;
	position: relative;
	margin: 0 auto;
}


#social {
	padding-top: 50px;
	margin-left: -38px;
	width: 700px;
	height: 200px;
}

#social .sfm {
	text-align: center;
}

#social .buttons {
	text-align: center;
	padding-top: 10px;
}

#social .buttons a img {
	width: 32px;
	height: 32px;
	padding-left: 4px;
	opacity: 1.0;
}

#social .staytuned {
	margin: 0 auto;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 70px;
}

#bg_04 {
	margin-top: -475px;
	height: 561px;
	position: relative;
	background-image:url(../images/bg_curtains_bottom.png);
	background-position:top center;
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#valve {
	position: absolute;
	cursor: pointer;
	left: 50%;
	top: 415px;
	width: 120px;
	height: 60px;
	margin-left: -400px;
	z-index: 2;
}

.question {
	font-size: 14px;
	color: #cccccf;
	font-weight:bold;
	padding-bottom:6px;
}

.answer {
	font-size: 14px;
	color: #cccccf;
	line-height: 22px;
}


