body
{
    font-family: Arial;
    font-size: 12px;
    color: black;
    margin: 0px;
    height: 100%;
   
    background-color: #ffffff;    			    
}

a
{
    text-decoration: none;
}

.top
{
    width: 100%;
    height: 48px;
    
    margin-top: 18px;
    
    position: relative;
    z-index: 10;
    
    background-color: red;
}

.logo
{
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -480px;
    z-index: 50;
    
    width: 111px;
    height: 74px;
}
.logo:hover
{
    opacity: 0.5;
}

.basket
{
	width: 187px;
	height: 49px;
	
	position: absolute;
	z-index: 11;
	
	top: 15px;
	left: 50%;
	
	margin-left: 220px;
	
	padding-left: 76px;
	padding-top: 8px;
	
	font-size: 12px;    
    color: white;    
    
    background-image: url('../images/basket.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.basket span
{
	display: inline-block;
	font-size: 15px;
	color: white;
	text-decoration: none!important;
	margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
}
.basket a
{
	color: white;
}
.basket a:hover
{
	color: yellow;
}

.searchbox input
{
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 92px;
    width: 370px;
    border: none;       
    color: black;
    padding: 0px;
    outline: none;
    
    font-family: Arial;
    font-size: 12px;
    margin-top: 0px;       
}

.tm_holder
{
    width: 100%;        
    height: 30px;
            
    position: absolute;
	z-index: 10;
    
    top: 0px;
    left: 0px;
    
    background-image: url('../images/topbg.png');
    background-position: top left;
    background-repeat: repeat-x;    
}
.langbtn
{
    background-image: url('../images/lang_switcher.png');
    background-position: top left;
    background-repeat: no-repeat;
    width: 98px;
    height: 17px;
    
    position: absolute;
    
    top: 30px;
    left: 50%;
    
    margin-left: 374px;
    
    z-index: 20;
    
    color: black;
    
    padding-top: 2px;
    padding-left: 8px;
    
    font-size: 12px;
    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.langbtn:hover
{
    -webkit-box-shadow: inset 3px 2px 6px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    inset 3px 2px 6px rgba(50, 50, 50, 0.4);
    box-shadow:         inset 3px 2px 6px rgba(50, 50, 50, 0.4);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.lang_switch
{
    width: 106px;
    display: inline-block;
    
    position: absolute;
    background-color: gray;
    
    top: 43px;
    left: 50%;
    
    padding-top: 5px;
    
    margin-left: 374px;
    
    z-index: 19;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: inset 3px 2px 6px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    inset 3px 2px 6px rgba(50, 50, 50, 0.4);
    box-shadow:         inset 3px 2px 6px rgba(50, 50, 50, 0.4);
    
    display: none;
}
.lang_switch a
{
    display: block;
    color: white;
    font-size: 12px;
    
    padding-top: 5px;
    padding-left: 8px;
    height: 21px;
    
}
.lang_switch a:hover
{
    -webkit-box-shadow: inset 3px 2px 6px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    inset 3px 2px 6px rgba(50, 50, 50, 0.4);
    box-shadow:         inset 3px 2px 6px rgba(50, 50, 50, 0.4);
    background-color: white;
    color: black;
}
.topmenu
{
    width: 370px;
    position: absolute;
    display: inline-block;
    
    top: 0px;
    left: 50%;
    
    margin-left:  -480px;
    
       			    
}
.topmenu td
{
	text-align: center;
}
.topmenu a
{
	display: block;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 12px;
    height: 23px;
	white-space: nowrap;
	text-decoration: none;
	color: black;
    font-size: 12px;
}
.topmenu a:hover ,.active
{
	background-image: url('../images/blue_gradient.png');
    background-position: top center;
    background-repeat: repeat-x;
    color: white;
}

.layer1
{
    position: absolute;
    top: 0px;
    left: 0px;
    
    z-index: 0;
    
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('../images/masterbg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}


._data
{
    color: white;
    position: absolute;
    z-index: 10;
    display: block;
    
    width: 930px;
    height: 50px;
    
    top: 350px;
    left: 20px;
    
    
}
._ttl
{
    color: white;
    position: absolute;
    z-index: 10;
    display: block;
    
    width: 930px;
    height: 27px;
    
    top: 320px;
    left: 20px;
    overflow: hidden;
}
._ttl span
{
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: white;
    
    padding-bottom: 1px;
}

.mainscreen
{
    position: absolute;
    width: 700px;
    height: 240px;
    
    overflow: hidden;    
    
    top: 150px;
    left: 50%;
    
    margin-left: -220px;
        
    background-color: white;
    
    overflow: hidden;
    border-radius: 15px; 
    z-index: 12;      
}
.mainscreen div
{
    position: absolute;
    width: 700px;
    height: 240px;
    display: none;
}
.mainscreen img
{
    display: none;
    width: 700px;
    height: 240px;
}


.mainscreen p
{
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -350px;        
}

.mainscreen .arrows
{
    display: block;
    width: 51px;
    height: 68px;
        
    background-position: top left;
    background-repeat: no-repeat;
    
    position: absolute;
    z-index: 200;
    
    left: 50%;
    top: 160px;
    
    opacity: 0.7;    
}
.mainscreen .sw_link
{
    top: 0px;
}


.mainscreen #prev
{
    background-image: url('../images/leftarrow.png');
    background-position: top left;   
    margin-left: -460px;    
}

.mainscreen #next
{
    background-image: url('../images/rightarrow.png');
    background-position: top right;   
    margin-left: 407px;
}

.mainscreen #prev:hover
{
    opacity: 1;
}

.mainscreen #next:hover
{
    opacity: 1;
}

.mainframe
{
    width: 960px;

    height: auto;
    
    min-height: 700px;
        
    overflow: visible;
    margin: 0 auto;
    
    margin-top: 150px;
        
    color: black;    
    position: relative;
    z-index: 10;        
    
}

.mnfr_h
{
    
}

.mfr_cap
{
    width: 1033px;
    padding-left:20px;
    height: 38px;    
        
    margin: 0 auto;
    
    margin-bottom: 26px;
    
    
    background-image: url('../images/cbox_bottom.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.leftside
{    
    width: 245px;
    min-height: 500px;        
    float: left;            
    margin-right: 15px;
    padding-top: 0px;    
}

.menuhdr
{
    background-image: url('../images/ls_capt.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;    
    
    padding-top: 4px;
    
    margin-top: 12px;
    text-align: center;
    
    color: #f97105;
    
    font-size: 18px;
}
.rightside
{
    width: 700px;
    min-height: 450px;       
    float: left;    
    
    position: relative;
    z-index: 100;
    

    
    padding-top: 256px;
}

.rnd_cont
{
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    padding: 20px;
}

.leftside .hdr
{
    background-image: url('../images/left_hdr.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding-top: 6px;
    margin-bottom: 20px;
}
.rnd
{
    border-top-left-radius: 10px;
}

.dummy
{
    display: inline-block;
}

.ftr
{
    width: 100%;
    height: 69px;
    
    margin-top: 20px;
    background-image: url('../images/ftrbg.png');
    background-position: top left;        
}

.ftr p
{
    color: black;
    width: 960px;
    margin: 0 auto;
    
    padding-top: 20px;
}

.respect
{
    position: absolute;
    left: 50%;
    margin-top: 14px;
    margin-left: 380px;
}

.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 a
{
    display: block;
    margin-bottom: 15px;
    color: black;
            
    text-shadow: white 1px 1px 10px,white 1px 1px 15px,white 1px 1px 25px,white 1px 1px 25px,white 1px 1px 25px;
}
.articles a:hover
{
    color: red;
    text-decoration: underline;
}
.varswitch
{
    text-align: center;
}
.varswitch a
{
    display: inline-block;
    color: green;
    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: red;
}
.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;
}
.sw_shade
{
    width: 920px;
    height: 19px;
    background-image: url('../images/sw_shadow.png');
    background-position: top left;
    background-repeat:  no-repeat;
    left: 50%;
    margin-left: -460px;
    
    top: 392px;
    
    position: absolute;
}
.feedback_btn
{
    display: block;
    width: 168px;
    height: 33px;
    background-image: url('../images/feedback.png');
    background-position: top left;
    background-repeat: no-repeat;
    
    position: absolute;
    
    top: 6px;
    left: 50%;
    z-index: 30;
    
    margin-left: -84px;
    
}
.slogan
{
    position: absolute;
    width: 415px;
    height: 64px;
    
    background-image: url('../images/slogan.png');
    background-position: top left;
    background-repeat: no-repeat;
    
    top: 65px;
    left: 50%;
    
    margin-left: 65px;
}

.ct_hdr
{
    text-align: center;
    font-size: 14px;
    
    color: black;
    
    background-image: url('../images/gray_gradient.png');
    background-position: top left;
    background-repeat: repeat-x;
    
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    
    padding: 6px;
}
.ct_end
{    
    background-image: url('../images/gray_gradient.png');
    background-position: top left;
    background-repeat: repeat-x;
    
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    
    border-top-style: none;
    
    height: 16px;
}