body
{
    font-family: Arial;
    font-size: 12px;
    color: black;
    margin: 0px;
    background-color: white;
    height: 100%;
    background-image: url('../images/masterbg.jpg');
	background-position: top center;			    
}

.layer1
{
    width: 100%;
    height: auto;
    background-image: url('../images/topbg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

.layer2
{
    width: 100%;
    height: auto;
    background-image: url('../images/bottombg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
}

a
{
    text-decoration: none;
}

a:hover
{
    color: #f97105;
}

.logo
{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -480px;
    z-index: 50;
    
    width: 114px;
    height: 55px;
    
    background-image: url('../images/logo.png');    
}

.slogan
{
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -145px;
    z-index: 50;
    
    width: 290px;
    height: 100px;
    
    font-size: 18px;
    
    
    text-align: center;
}

.basket
{
	width: 198px;
	height: 35px;
	
	position: absolute;
	z-index: 11;
	
	top: 25px;
	left: 50%;
	
	margin-left: 280px;	
	padding-top: 10px;
    padding-left: 10px;
	
	font-size: 15px!important;
    
    background-image: url('../images/basket.png');
    background-position: top left;
    background-repeat: no-repeat;
    color: #514a48;
    
    text-align: center;
 
}

.basket span
{
	display: inline-block;
	font-size: 15px;
	color: #514a48;
	text-decoration: none!important;
	margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
}
.basket a
{
	color: black;
}
.basket a:hover
{
	
}

.bs_l
{
    position: absolute;
    left: 55px;
    
    top: 60px;
    
    font-size: 15px;
    color: white!important;
    text-shadow: #f7d889 1px 1px 10px,#000000 1px 1px 15px,#000000 1px 1px 15px;
}

.bs_l:hover
{
    color: yellow!important;
}

.phones, .social
{
    width: 160px;
    height: 90px;
                    
    position: absolute;
    
    top: 20px;
    left: 50%;
    margin-left: -360px;
    color: #514a48;
    font-weight: bold;
   
}
.phones span, .social span
{
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
    color: #8a8280;
}
.social
{
    margin-left: -160px;
    /* margin-left: -200px; */
    /* text-align: center;  */                   
}
.phones
{
    line-height: 11px;
    text-align: right; 
}
._cpt
{
    color: white;
    font-size: 14px;
    
    text-align: center;
    
    margin-top: 12px;
    
    margin-bottom: 16px;
}
._tag
{
    display: inline-block;
    font-size: 13px!important;
    background-image: url('../images/phoneicon.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 21px;
    padding-bottom: 6px;
    font-weight:bold;
    text-align: center;
}

.searchbox
{
    width: 288px;
    height: 35px;
    
    background-image: url('../images/search.png');
    background-position: top center;
    background-repeat: no-repeat;
    
    position: absolute;
    
    top: 24px;
    left: 50%;
    margin-left: -40px;
}

.searchbox input
{
    background-color: transparent;
    position: absolute;
    top: 8px;
    width: 280px;
    border: none;       
    color: gray;
    padding-left: 10px;
    outline: none;
    
    font-family: Arial;
    font-size: 12px;
    margin-top: 0px;
}

.topmenu
{
	position: absolute;
	z-index: 10;
	
	
	top: 85px;
	width: 960px;
    height: 52px;
	left: 50%;
    margin-left: -480px;
    margin-top: 10px;
    background-image: url('../images/topmenu.png');
    background-position: top center;
    background-repeat: no-repeat;
    
    border-radius: 6px;
    overflow: hidden;
}
.topmenu table
{

}
.topmenu td
{
	text-align: center;
}
.topmenu a
{
	display: block;
	padding-top: 17px;
	padding-left: 15px;
	padding-right: 15px;
    height: 28px;
	white-space: nowrap;
	text-decoration: none;
	color: #363130;
	
    font-size: 16px;
    padding-bottom: 5px;
    background-image: url('../images/menusplit.png');
    background-position: top right;
    background-repeat: repeat-y
}
.topmenu a:hover ,.active a
{
	background-image: url('../images/menuhover.png');
    background-position: top center;
    background-repeat: repeat-x;
    color: white;
}
._spacer
{
    width: 350px!important;
}
.active
{
    border-bottom-color: white!important;
}

.topline
{
    width: 960px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #b5b5b5;
    
    position: absolute;
    z-index: 9;
    
    top: 415px;
	left: 50%;
	margin-left: -480px;
}

.mainscreen
{
    position: absolute;
    width: 960px;
    height: 308px;
    
    overflow: hidden;    
    
    top: 145px;
    left: 50%;
    
    margin-left: -480px;
        
    background-color: white; 
    z-index: 0;
    
    border-radius: 15px;  
}
.mainscreen div
{
    position: absolute;
    width: 960px;
    height: 308px;
    display: none;
}
.mainscreen img
{
    height: 308px;  
    width: 960px;  
}

.mainscreen p
{
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    display: none;        
}

.mainscreen .arrows
{
    display: block;
    width: 42px;
    height: 42px;
        
    background-position: top left;
    background-repeat: no-repeat;
    
    position: absolute;
    z-index: 200;
    
    left: 50%;
    top: 130px;    
}
.mainscreen .sw_link
{
    top: 0px;
}


.mainscreen #prev
{
    background-image: url('../images/leftarrow.png');
    background-position: top left;   
    margin-left: -482px;    
}

.mainscreen #next
{
    background-image: url('../images/rightarrow.png');
    background-position: top right;   
    margin-left: 438px;
}

.mainscreen #prev:hover
{
    opacity: 0.6;
}

.mainscreen #next:hover
{
    opacity: 0.6;
}

.mainframe
{
    width: 960px;
    height: auto;
    
    padding-left: 0px;
    
    min-height: 940px;
        
    overflow: hidden;
    margin: 0 auto;
    
    margin-top: 470px;                    
}

.mfr_inner
{
    margin-top: 150px!important;
}

.leftside
{    
    width: 220px;
    min-height: 500px;        
    float: left;            
    margin-right: 20px;    

}
.rightside
{
    width: 720px;
    min-height: 450px;       
    float: left;
}

.leftside .hdr
{
    
    height: 24px;
    
    padding-top: 7px;
	
    font-size: 14px;
        
    color: white;
    
    background-color: #514a48;
    text-align: center;
    
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dummy
{
    display: inline-block;
}

.ftr
{
    width: 100%;
    height: 64px;
    
    
    background-image: url('../images/ftrbg.png');
    background-position: top center;
    background-repeat: repeat-x;    
}

.ftr p
{
    color: #514a48;
    width: 960px;
    margin: 0 auto;
    
    padding-top: 17px;
}

.respect
{
    position: absolute;
    left: 50%;
    margin-top: 14px;
    margin-left: 394px;
    opacity: 1;
}
.respect:hover
{
    opacity: 0.6;
}

.rules
{
    position: absolute;
    top: 0px;
    left: 50%;
    
    width: 960px;
    height: 100%;
    
    margin-left: -481px;
    
    border-style: dashed;
    border-color: #0080C0;
    border-width: 1px;
    border-top: none;
    border-bottom: none;
    z-index: 0;
}
.articles
{
    width: 220px;
    overflow: hidden;
}

.articles img
{
    max-width: 220px;
    height: auto;
    
    -webkit-box-shadow: 3px 3px 8px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    3px 3px 8px rgba(50, 50, 50, 0.4);
box-shadow:         3px 3px 8px rgba(50, 50, 50, 0.4);
}

.varswitch
{
    text-align: center;
    margin-bottom: 4px;
}
.varswitch a
{
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    background-image: url('../images/dnarrow.png');
    background-position: right 5px;
    background-repeat: no-repeat;

    padding-right: 16px;
}
.varswitch a:hover, .varswitchlist a:hover
{
    color: orange;
}
.varswitch a span
{
    display: none;
}
.varswitchlist
{
    display: none;
    text-align: center;
}
.varswitchlist a
{
    display: block;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    padding-right: 16px;
}
.varswitchlist a span
{
    display: none;
}
.vid
{
    display: none;
}

.cntr
{
    position: absolute;
    left: 50%;
    margin-top: -40px;
}