/* General HTML elements */
body {
    font: 64.5%  Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
	color: #000;
	background: #ff048e url(../images/bg-fill-full.jpg) no-repeat top center ;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
dl,
dl dt,
dl dd,
blockquote {
    margin: 0;
    padding: 0;
}
ul,
ul li {
    list-style: none;
}
img {
    border: none;
}
a:link,
a:visited {
    outline: none;
    text-decoration: none; color:#3bbbec;
}
fieldset {
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
}
fieldset legend {
    display: none;
}
input {
    /*outline: none;*/
}
input,
select,
textarea {
    font: 62.5% Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

/* for modern browser */
input[type="image"],
input[type="submit"] {
    outline: none;
}
html>body .Wrapper {
	overflow: hidden;
	height: auto;	
}
.clearfix:after{
	content:'[DO NOT LEAVE IT IS NOT REAL]'; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline;
	position:relative;
}
.clearfix{
	display:block;
}

/* MAIN */
#main{
	width:967px;
	margin: 0px auto;
	background-image: url(../images/bg-cf-2.jpg); /*../images/bg-in-m.jpg*/
	background-repeat: no-repeat;
	background-position: left top;
	min-height:815px;
	height:auto !important;
	height:815px;
	/* height:auto; */
}

#header{
	width:967px;
	height:auto; /*186px*/
}
#container{
	width:967px;
}
#footer{
	width:785px;
	padding-bottom: 15px;
	
}
#footer ul{
	float:left;
	margin-top:15px;
	display: inline;
}
#footer ul .ClearSpace{
	margin: 0px;
}
 /*\*/
html*#footer ul li { 
	float:left;
	margin-top:0px;
	margin-right:0px;	
	.margin-right:10px;
	_margin-right:10px;
}/**/ 
#footer ul li{
	float:left;
	margin-right:10px;
	
	
}

#footer ul li a{
	color:#fff;
	font-size: 1.1em;
}
#footer ul li a:hover{
	text-decoration:underline;
}

#footer .BoxSearch{
	float:right;
	margin-top: 10px;
}
#footer .BoxSearch .InputSearch{
	float:left;
}
#footer .StyleSearch{
	width: 90px;
	/*height: 17px;*/
	border: 1px solid #000;
	font-size: 12px;
	padding: 4px 1px 3px 2px;
	margin-right: 2px;
	
}
#footer .BtnGo{
	background:url(../images/btn-go.gif) no-repeat top left;
	width: 29px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	margin-top: 0px;
	.margin-top: 1px;
	_margin-top: 1px;
}

.Menu{
	height: 45px;
}
.Menu ul{ 
	float:right;
	padding-top: 9px;
	padding-right: 1px;
}
.Menu ul li{ 
	float:left;
	margin-left: 2px;
}
.Menu ul li a {
	width:130px;
	height: 37px;
	display: block;
}
.Menu ul li a.Menu01{background:#000 url(../images/homepage.gif) no-repeat 10px 12px;}
.Menu ul li a.Menu01:hover{background: #33ccff url(../images/homepage.gif) no-repeat 10px -23px;}
.Menu ul li a.Selected01{background: #000 url(../images/homepage.gif) no-repeat 10px -57px;}

.Menu ul li a.Menu02{background: #000 url(../images/mostpopular.gif) no-repeat 10px 12px;}
.Menu ul li a.Menu02:hover{background: #33ccff url(../images/mostpopular.gif) no-repeat 10px -23px;}
.Menu ul li a.Selected02{background: #000 url(../images/mostpopular.gif) no-repeat 10px -57px;}

.Menu ul li a.Menu03{background: #000 url(../images/mostrecent.gif) no-repeat 10px 12px;}
.Menu ul li a.Menu03:hover{background: #33ccff url(../images/mostrecent.gif) no-repeat 10px -23px;}
.Menu ul li a.Selected03{background: #000 url(../images/mostrecent.gif) no-repeat 10px -57px;}

.Menu ul li a.Menu04{background: #000 url(../images/enternows.gif) no-repeat 10px 12px;}
.Menu ul li a.Menu04:hover{background: #33ccff url(../images/enternows.gif) no-repeat 10px -23px;}
.Menu ul li a.Selected04{background: #000 url(../images/enternows.gif) no-repeat 10px -57px;}

.Menu ul li a.Menu05{background: #000 url(../images/viewprizes.gif) no-repeat 10px 12px;}
.Menu ul li a.Menu05:hover{background: #33ccff url(../images/viewprizes.gif) no-repeat 10px -23px;}
.Menu ul li a.Selected05{background: #000 url(../images/viewprizes.gif) no-repeat 10px -57px;}

.Menu ul li a.Menu06, .Menu ul li a.Menu06:hover, .Menu ul li a.Selected06 {
	background-color: #7be803;
	background-image: url(../images/topnav_onlinefriend.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	width:157px;
}

.Menu ul li a span, .LogoSlogan .Logo span{display: none;}


