@charset "utf-8";
/* CSS Document */

/* Wwrap - CSS Framework Library, for Responsive Webdesign */


.w100 
{
	width:100%;
	height:auto; 
	position:relative;
	float:left;	
}


.w90 
{
	width:90%;
	height:auto; 
	position:relative;
	float:left;	
}


.w80 
{
	width:80%;
	height:auto; 
	position:relative;
	float:left;	
}


.w70 
{
	width:70%;
	height:auto; 
	position:relative;
	float:left;	
}


.w60 
{
	width:60%;
	height:auto; 
	position:relative;
	float:left;	
}


.w50 
{
	width:50%;
	height:auto; 
	position:relative;
	float:left;	
}


.w48
{
	width:48%;
	height:auto; 
	position:relative;
	float:left;	
}



.w46
{
	width:46%;
	height:auto; 
	position:relative;
	float:left;	
}




.w40 
{
	width:40%;
	height:auto; 
	position:relative;
	float:left;	
}



.w32 
{
	width:32%;
	height:auto; 
	position:relative;
	float:left;	
}


.w30 
{
	width:30%;
	height:auto; 
	position:relative;
	float:left;	
}


.w28
{
	width:28%;
	height:auto; 
	position:relative;
	float:left;	
}


.w24 
{
	width:24%;
	height:auto; 
	position:relative;
	float:left;	
}


.w20 
{
	width:20%;
	height:auto; 
	position:relative;
	float:left;	
}


.w18
{
	width:18%;
	height:auto; 
	position:relative;
	float:left;	
}


.w17 
{
	width:17%;
	height:auto; 
	position:relative;
	float:left;	
}


.w15 
{
	width:15%;
	height:auto; 
	position:relative;
	float:left;	
}


.w12 
{
	width:12%;
	height:auto; 
	position:relative;
	float:left;	
}



.w10 
{
	width:10%;
	height:auto; 
	position:relative;
	float:left;	
}


.w5 
{
	width:5%;
	height:auto; 
	position:relative;
	float:left;	
}



.w4
{
	width:4%;
	height:auto; 
	position:relative;
	float:left;	
}


.w3
{
	width:3%;
	height:auto; 
	position:relative;
	float:left;	
}


.w2
{
	width:2%;
	height:auto; 
	position:relative;
	float:left;	
}


.ml10
{
	margin-left:10%;	
}


.ml4
{
	margin-left:4%!important;	
}


.ml2
{
	margin-left:2%!important;	
}


.ml1
{
	margin-left:1%!important;	
}


.mr0
{
	margin-right:0px!important;	
}


.mb0 
{
	margin-bottom:0px;	
}

.mt30 
{
	margin-top:30px;	
}

.mt20 
{
	margin-top:20px;	
}

.mt10 
{
	margin-top:10px;	
}

.mt0
{
	margin-top:0px!important;	
}

.fl
{
	float:left;
}

.fr
{
	float:right;	
}


.tcenter
{
	text-align:center;	
}


.cwhite 
{
	color:white;
}