﻿.home_button 
{
    top:100px;
    right:20px;
    height:60px;
	width:60px;
	position: absolute;
	text-decoration:none;
	border:none;
	z-index:999999;
}

.back_button 
{
    top:180px;
    right:20px;
    height:60px;
	width:60px;
	position: absolute;
	text-decoration:none;
	border:none;
	z-index:999999;
}

div.facebook 
{
    position:absolute;
    top:30px;
    right:30px;
    cursor:pointer;
    text-decoration:none;
    z-index:99999;
}

div.twitter 
{
    position:absolute;
    top:60px;
    right:30px;
    cursor:pointer;
    text-decoration:none;
    background: transparent;
    z-index:99999;
}

div.google 
{
    position:absolute;
    top:90px;
    right:30px;
    cursor:pointer;
    text-decoration:none;
    background: transparent;
    z-index:99999;
}

div.youtube 
{
    position:absolute;
    top:120px;
    right:30px;
    cursor:pointer;
    text-decoration:none;
    background: transparent;
    z-index:99999;
}

.about_us
{
    position: fixed;
    top: 35%;
    left: 35%;
    margin-top: -50px;
    margin-left: -100px;
    z-index:99999;
    width:50%;
    height:45%;
    background: url(../images/ss/about_bg.png);
    border:1px solid #878787;
    overflow:auto;
    display:none;
}

.about_us_close
{
    position:relative;
    margin: 5px 0px 0px 10px;
    cursor:pointer;
}

.about_us p
{
    color:#cfcfcf;
    width:80%;
    text-align:left;
    padding-top:1%;
    margin:0 auto;
    font-family:Arial;
    font-size:14px;
}

.about_us p.header_line
{
    font-weight:bold;
    font-size:22px;
    padding-bottom:5px;
}

.about_us p.emphasize
{
    font-weight:bold;
    color: orange;
}

.about_us span
{
    font-weight:bold;
    color: orange;
}

.line-separator{
    height:1px;
    background:#717171;
    margin-left: 50px;
    border-bottom:1px solid #313030;
}

div.roum 
{
    position:absolute;
    bottom:110px;
    right:310px;
    cursor:pointer;
    text-decoration:none;
    z-index:99999;
}

#offers_sec
{
    position:absolute;
    bottom:110px;
    right:-480px;
    z-index:99999;
}

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;
}

.header_panel
{
    top:0px;
    background-color: Black;
    width:100%;
    height:60px;
    border-bottom:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color=#848484);
}

.log_top_left
{
    width:220px;
    height:90px;
    position:absolute;
    background: url(../images/misc/logo2.png) no-repeat;
    text-decoration:none;
    border:none;
}

.header_panel p
{
   color:orange;
   font-size:12px;
}

.hide_overflow
{
   margin: 10px 10px 5px;
   float: right;
   overflow: hidden;
}

.hide_overflow p
{
   font-size:10px;
}