html, body {      
	margin:0;
	padding:0;
	height:100%;
        cursor: default;
}
::selection {
        background-color: #6699CC;
        color: #FFF;  
}
::-moz-selection {
        background-color: #6699CC;
        color: #FFF;  
}
body, table, input, select, textarea {
        font-family: "Trebuchet MS", Arial, serif;
        font-size: 24px;
        line-height: 26px;
}
body, form, p {
        margin: 0px;
        padding: 0px;
}
a img {
        border: none;
}
a {
        background-color: transparent;
        color: #CC3333;   
        text-decoration: none;
        cursor: pointer;
}
a:hover {
        background-color: transparent;
        color: #791E1E;
        text-decoration: none;
}



p, form {
        margin: 0px;
        padding: 0px;
}

table td,
table th {
        vertical-align: top; 
}        
table th {
        text-align: left;
        font-weight: normal;
} 

hr,
.disabled {
        display: none;
}
.break,
.clear {
        clear: both;
        height: 0px;
        font-size: 1px;
        line-height: 0px;
        margin: 0px;
        padding: 0px;             
}
.fl_left {
        float: left;
}
.fl_right {
        float: right;
}     
.fl_none {
        float: none;
}
.ta_left {
        text-align: left;
}
.ta_right {
        text-align: right;
}
.ta_center {
        text-align: center;
}    
.ta_justify {
        text-align: justify;
}
.pointer {
        cursor: pointer;
} 
.no-border {
        border: none !important;
}    


#header h1{
        position:absolute;
        top: 20px;
        left: 20px;
        width: 300px;
        height: 150px;
        padding: 0px;
        margin: 0px;
        z-index: 4;
}       
#header h1 a {       
        background-image: url(http://fstyle.pl/_i/rodeo/logo_rodeo_300.png);
        background-repeat: no-repeat;
        display: block;
        width: 300px;
        height: 150px;
        text-indent: -4000px;
}
img.mb_bgimage{
        position:fixed;
        left:0px;
        top:0px;
        width:100%;
        opacity:0.8;
        z-index:1;
}
.mb_overlay{
        width:100%;
        height:100%;
        position:fixed;
        top:0px;
        left:0px;                   
        background: transparent url(../images/pattern.png) repeat top left;
        z-index:2;
}
.mb_pattern div {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #CCC;
        z-index: 10;
}
.mb_menu {
        position:absolute;
        top: 190px;
        left: 0px;
        z-index:11;
}
.mb_menu a {
        background-color: transparent;
        opacity: 0.7;
        display: block;
        width: 350px;
        height: 60px;
        color: #000;
        line-height:60px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: #AAA 0px 0px 1px;
        outline: none;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition:all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -transition: all 0.2s ease-in;
}
.mb_menu a:hover {         
        background-color: #CC3333;
        color: #FFF;          
        text-shadow: #FFF 0px 0px 4px;
        text-decoration: none;
        border: none;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;        
}
.mb_content_wrapper {  
        background-color: #66CCFF;  
        opacity: 0.7;
        color: #FFF;
        width: 800px;
        height:400px;
        position:absolute;
        top: 154px;
        left: 350px;
        z-index:4;
        display:none;
}
span.mb_close {
        position:absolute;
        top:10px;
        right:10px;
        width:11px;
        height:12px;
        cursor:pointer;
        background: transparent url(http://fstyle.pl/_i/freestyle/ico_cancel.png) no-repeat top left;
        opacity: 0.8;         
        z-index:40;
}
span.mb_close:hover {
        opacity:1.0;
}
.mb_content {            
        background-color: #FFF; 
        padding: 30px;  
        display: none;
}
.mb_content h2 {
        font-family: "Holtwood One SC", Arial, sans-serif;   
        text-shadow: 0px 0px 1px #222;
        font-size:35px;     
        line-height:35px;
        color: #CC3333; 
        padding:0px 0px 5px 0px;
        margin: 0px 0px 10px 0px;
}        
.mb_content h3,
.mb_content h4,
.mb_content h5 {
        text-shadow: 0px 0px 1px #222;
        padding:0px 0px 5px 0px;
        margin: 0px 0px 10px 0px;
}                
.mb_content h3 {  
        font-family: "Holtwood One SC", Arial, sans-serif;  
        font-size: 24px;     
        line-height: 24px;
        font-weight: normal;
        color: #791E1E; 
}                
.mb_content h4 {
        font-size: 20px;     
        line-height: 20px; 
        color: #000; 
}        
.mb_content h5 {         
        font-size: 18px;     
        line-height: 18px; 
        color: #000; 
}
.mb_content_inner {     
        font-size: 14px;
        line-height:20px;
        height: 290px;
        outline: none;
}         
.mb_content_inner,
.mb_content_inner td {        
        background-color: #FFF;
        color: #333;  
        font-size: 14px;
        line-height:20px;
}    
.mb_content_inner p {
        padding: 5px 0px;
}
ul.mb_imagelist li{
        float:left;
        margin:2px;
        cursor:pointer;
}
ul.mb_imagelist li img{
        display:block;
        opacity:0.3;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -transition: all 0.5s ease-in-out;
}
ul.mb_imagelist li img:hover{
        opacity:1.0;
}
.mb_content form label{
        float:left;
        width:100px;
        text-align:right;
        margin-right:10px;
}
.mb_content form div{
        padding:5px 0px;
}
.mb_content form input,
.mb_content form textarea{
        border:none;
        background:#fff;
        width:200px;
        font-family:Arial;
        color:#555;
        padding:4px;
}
.mb_content form textarea{
        height:140px;
}
button{
        background:#ddd;
        border:none;
        color:#000;
        padding:3px 10px;
        font-family: 'PT Sans Narrow', Arial, sans-serif;
        cursor:pointer;
        float:right;
        margin-right:22px;
}
button:hover{
        background:#fff;
}
#footer {
        position:fixed;
        bottom:0px;
        left:0px;
        width:100%;
        font-size:13px;
        background:#000;
        opacity:0.9;
        height:20px;
        padding-bottom:5px;
        text-transform:uppercase;
        z-index:4;
}
#footer a {
        padding:5px 10px;
        letter-spacing:1px;
        text-shadow:1px 1px 1px #000;
        color:#ddd;
        float:right;
}
#footer a:hover{
        color:#fff;
}
#footer a span{
        font-weight:bold;
}
#footer a.mb_left{
        float:left;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}            
.jspPane {
	position: absolute;
}    
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #FFF;   
}       
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #FFF;
}                     
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}          
.jspHorizontalBar .jspCap
{
	float: left;
}            
.jspTrack {
	background: #EEE;
	position: relative;  
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}         
.jspDrag
{                           
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
	background: #333;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}  
.jspDrag:hover {
	background: #CC3333;    
}               
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

