*
{
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}

body
{
    width:100%;
    height:100%;
    margin: 0 auto;
	background-image: -webkit-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #878787 100%);
	background-image: -moz-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #878787 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#878787, endColorstr=#FFFFFF);
}

.sp_body
{
    width:100%;
    height:100%;
    margin: 0 auto;
	background-image: -webkit-radial-gradient(center, circle closest-corner, #c0c0c0 0%, #818181 100%);
	background-image: -moz-radial-gradient(center, circle closest-corner, #c0c0c0 0%, #818181 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0c0c0, endColorstr=#818181);
}

#content
{
    height: 100%;
	padding: 1% 1% 1% 1%;
	margin-left: 10%;
    position:relative;
    /*height: 100%;
    margin-top:1%;
    left: 10%;
	width:90%;
    position:absolute */
}

.thumb_categories
{
	position:relative;
	overflow:hidden;
	width:500px;
	height:350px;
	margin:1% 26% 1% 24%;
	background:#111 url(../images/misc/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.clear_bg
{
	background:#111 url(../images/misc/bg-black.png) repeat;
}

.thumb_categories_block
{
	float:left;
	position:relative;
	overflow:hidden;
	width:400px;
	height:240px;
	margin:1%;
	cursor:pointer;
	background:#111 url(../images/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

img.a 
{
	position: absolute;
	left: 0;
	top: 0;
	text-decoration:none;
	border:0;
}
 
img.b 
{
	position: absolute;
	left: 0;
	top: 0;
	text-decoration:none;
	border:0;
	opacity: 0;
	
}

.scrollup{
    width:50px;
    height:50px;
    position:fixed;
    opacity:0.7;
    bottom:40px;
    right:90px;
    display:none;
    text-indent:-9999px;
    background: url(../images/misc/icon_top.png) no-repeat;
}

.line-separator{
    height:1px;
    width:89%;
    background:#c4c4c4;
    margin-left: -10px;
}

.cat_title
{
    padding-bottom:5px;
}

.cat_name
{
    font-size:40px;
    color:#dfdfdf;
}

.no_content
{
    font-size:40px;
    color:#7c7c7c;
    margin:100px;
    opacity:0.6;
    width:auto; 
    text-align:center;
}

#first_cat_name
{
    margin-top:15px;
}

.door_cat_name
{
    clear: both;
	display: block;
    font-size:24px;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
}

.nav_link
{
}

.nav_link ul
{
    list-style-type:none;
    overflow:hidden;
    margin-right:12%;
    margin-top:-26px;
}

.nav_link li
{
    float:right;
    padding:0px 10px 0px 0px;
}

.nav_link a
{
    display:inline;
    width:80px;
}

.nav_link p
{
    font-family:Arial;
    font-size:18px;
    color:#eeeeee;
    font-weight:bold;
    text-shadow:1px 1px 0 rgb(0,0,0);
}

.nav_link p:hover
{
    color:#fff;
}
