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


.w45 
{
	width:45%;
	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;	
}

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


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


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


.w5 
{
	width:5%;
	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%;	
}

.mb0 
{
	margin-bottom:0px;	
}

.mt30 
{
	margin-top:30px;	
}

.mt20 
{
	margin-top:20px;	
}

.mt10 
{
	margin-top:10px;	
}

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


.ml5 
{
	margin-left:5%; 
}

.ml2 
{
	margin-left:2%; 
}

.ml1 
{
	margin-left:1%; 
}

.fl
{
	float:left;
}

.fr
{
	float:right;	
}


.tcenter
{
	text-align:center;	
}


.cwhite 
{
	color:white;
}