



body{
	border: 1px solid white;
	background-color: #1f1f1f;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1{
	padding: 0;
	margin: 0;
	font-size: 0em;
	visibility:hidden;
	
}

h2{
	padding: 0;
	margin: 0;	
	font-size: 1em;
}

img{	border:0;	}
a { color: /*#e3364b#e07814*/#F90; text-decoration: none; }
a:focus, a:hover { color: #fff; }
html { background-color:#121212;  }

#body{
	background-color: #121212;
	text-align: center;
	color: #cecfce; 
	font-size: 12px; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
}

#top_header{
	margin-top: 10px;
	width: 780px;
	height: 285px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0px solid white;
}

#menu_container{
	color: white;
	margin-top: 16px;
	width: 720px;
	height: 40px;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
	padding-left: 110px;
	bordeR: 0px solid yellow;
	
}

.menu_element{
	float: left;
	width: 102px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 8px;
	margin-left: 10px;
	background-image: url(images/menu_btn_off.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	border: 0px solid red;
	cursor: pointer;
}

.menu_element:hover{
	float: left;
	width: 102px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 8px;
	margin-left: 10px;
	background-image: url(images/menu_btn_on.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	border: 0px solid red;
	cursor: pointer;
}

#login_fail{
	background-color: #553333;
	padding: 3px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #813f48;
}

#header_animal{
	border: 0px solid red;
	width: 140px;
	height: 120px;
	float: right;
	margin-top: 17px;
}

#vid_numb{
	color: white;
	padding-top: 191px;
	margin-left: 410px;
	font-size: 0.8em;
	font-weight: bold;
}

#dl{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/dl_header.png);
	height: 88px;
	width: 707px;
	border: 0px solid red;
}

#footer{
	width: 780px;
	height: 80px;
	background-image: url(images/footer.png);
	margin-left: auto;
	margin-right: auto;
	border: 0px solid green;
}

#footer_text{
	margin-left: auto;
	margin-right: auto;
	color: grey;
	text-align: center;
	height: 55px;
	width: 765px;
	border: 0px solid blue;
	font-size: 0.7em;
	padding-top: 21px;
}

#cat{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/cat_menu.png);
	width: 693px;
	height: 83px;
	font-weight: bold;
}

#cat_linkz{
	text-align: left;
	padding-top: 41px;
	margin-left: 12px;
	margin-right: 14px;
	text-align: center;
	color: black;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#cat_linkz a{
	color: black;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#cat_linkz a:hover{
	color: white;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.current_link{
	color: #121212;
	text-decoration: underline;
}


#genlink_box{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 21px;
	border: 1px solid #6b6b6b;
	background-color: #353333;
	padding-top: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

#loginboxa{
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 70px;
	border: 1px solid #6b6b6b;
	background-color: #353333;
	padding-top: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

#reglock-left{
	float: left;
	width: 90px;
	height: 60px;
	margin-left: 15px;
	margin-top: 4px;
	background-image: url(images/lock_reg.png);
	background-repeat: no-repeat;
	border: 0px solid red;
}

#reglock-left:hover{
	width: 90px;
	height: 60px;
	background-image: url(images/unlock_reg.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#reglock-right{
	float: left;
	width: 90px;
	height: 60px;
	margin-top: 4px;
	margin-left: 22px;
	background-image: url(images/lock_reg.png);
	background-repeat: no-repeat;
	border: 0px solid red;
}

#reglock-right:hover{
	width: 90px;
	height: 60px;
	background-image: url(images/unlock_reg.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#loginbox_nologged{
	margin-top: 12px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 70px;
	border: 1px solid #6b6b6b;
	background-color: #353333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-image: url(images/loginbox.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#login_username{
	float: left;
	background-color: transparent;
	width: 144px;
	margin-right: 10px;
	margin-left: 30px;
	margin-top: 18px;
	border: 0px solid black;
}

#login_password{
	float: left;
	background-color: transparent;
	margin-right: 6px;
	margin-left: 3px;
	margin-top: 18px;
	border: 0px solid red;
	width: 144px;
}

#login_submit{
	float: left;
	height: 25px;
	width: 127px;
	border: 0px solid white;
	cursor: pointer;
	margin-left: 0px;
	margin-top: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*
#befiz{
	clear: both;
	width: 200px;
	height: 25px;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	font-weight: bold;
}
*/

#loginboxa_pay{
	float: right;
}

#loginboxa_logout{
	text-align: center;
	width: 270px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#loginboxa_userinfo span{
	color: orange;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
}

#loginboxa_userinfo b{
	color: orange;
	padding-left: 10px;
	margin-top: 20px;
}

#title{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}


#dl_area{
	float: left;
	margin-top: 7px;
	margin-left: 0px;
	background-image: url(images/dl_bg.png);
	width: 150px;
	height: 30px;
	margin-left: 40px;
}

#dl_area_text{
	padding-top: 5px;
	color: black;
	font-weight: bold;
}

#container_p{
	width: 720px; 
	background-color: #1f1f1f;
}

#bottom_genlink{
	background-color: #1f1f1f;
}

#content_p{
	float: left;
	background-color: #353333;
	display: block;
	border: 1px solid grey;
	width: 342px;
	height: 227px;
	margin: 6px;
	padding: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#content img{
	border: 1px solid #686868;
}

#content_boxz{
	clear: both;
	width: 720px;
	
	display:table-row;
}

#infobox{
	float: right;
	margin-top: 3px;
	margin-right: 7px;
	height: 30px;
	color: #cecfce;
	font-weight: bold;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 95px;
}

#infobox span{
	font-size: 0.8em;
	font-weight: normal;
	padding-right: 5px;
}

#infobox{
	float: right;
	margin-top: 3px;
	margin-right: 7px;
	height: 30px;
	color: #cecfce;
	font-weight: bold;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 95px;
}

#infobox span{
	font-size: 0.8em;
	font-weight: normal;
	padding-right: 5px;
}

#popup_bg{
	background-image: url(images/popup_bg.png);
	height: 569px;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}

#popup_sale{
	background-image: url( images/sure_check.png );
	background-repeat: no-repeat;
	height: 569px;
	width: 510px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#popup_yes{
	float: left;
	width: 220px;
	margin-left: 30px;
	margin-top: 100px;
	height: 410px;
	cursor: pointer;
}

#popup_no{
	float: left;
	width: 221px;
	margin-left: 10px;
	margin-top: 100px;
	height: 410px;
	cursor: pointer;
}

#hd_ready{
	background-image: url( images/hd_ready.png );
	width: 60px;
	height: 59px;
	position: absolute;
	margin-left: 3px;
	margin-top: 117px;
}

#full_hd{
	background-image: url( images/hd_full.png );
	width: 115px;
	height: 60px;
	position: absolute;
	margin-left: 0px;
	margin-top: 115px;
}

#saled_logo{
	background-image: url( images/saled.png );
	width: 148px;
	height: 118px;
	position: absolute;
	margin-left: 205px;
	margin-top: 66px;
}

#timeleft{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 4px;
	position: absolute;
	margin-left: 1px;
	margin-top: 0px;
	background-color: #121212;
	color: orange;
	font-size: 0.8em;
}
#timeleft:hover{
	color: orange;
	font-size: 0.8em;
}

#popup_nocredit{
	background-image: url( images/no_credit.png );
	width: 510px;
	height: 569px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;

}


/*		INTRO PAGE ELEMENTZ		*/

#intropage_container{
	border: 1px solid #6b6b6b;
	background-color: #353333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 720px;
	height: 430px;
}

#intropage_container_flexi{
	border: 1px solid #6b6b6b;
	background-color: #353333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 720px;
	text-align: left;
}

#container_padding{
	padding: 20px;
	font-weight: normal;
}

#container_padding strong{
	font-size: 1.1em;
	color: white;
	text-decoration: underline;
}

#container_padding b{
	font-size: 1.0em;
	color: orange;
}

#intropage_container_flash{
	border: 1px solid #6b6b6b;
	background-color: #353333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 720px;
	height: 1145px;
	margin-top: 15px;
}


.intropage_caption{
	border-bottom: 1px solid grey;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #555353;
	color: #cecece;
	font-weight: bold;
	text-align: center;
}

#intropage_box{
	width: 156px;
	height: 171px;
	float: left;
	margin: 10px;
	padding: 1px;
	padding-top: 2px;
	border: 1px solid black;
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:table-row;
}

#intropage_box_flash{
	width: 336px;
	height: 250px;
	float: left;
	margin: 10px;
	padding: 0px;
	padding-top: 8px;
	border: 1px solid black;
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:table-row;
}

#intropage_box:hover{
	background-color: white;
}

.intropage_catname{
	font-weight: bold;
	padding-top: 1px;
	background-color: black;
	color: white;
}

/*		<<<<<<<<<<<<<<<			*/


