body 
{
    /* background-image: url("../images/logo.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	
    background-color: #ffffff;	
	margin: 0;
}

.header
{
    background-color: #ff9933;
	/* background-color: #ffffff; */
	height:130px;
	width:100%;
	position:fixed;	
	margin-top: 0px;
	/* border-bottom: 1px solid #262626; */
	
}

.header-bottom
{
    background-color: #ffa64d;	
	height:1px;
	width:100%;
	position:fixed;	
	margin-top: 7px;
	margin-bottom: 50px;
		
}

.footer
{
    /* background-color: #ff9933; */
	background-color: #ffffff;
	height:100%;
	border-top: 2px solid #f2f2f2;
}

.middle_space
{
    background-color: #ff9933;
}

div#social_top
{
    background-color: #ff9933;		
	position:fixed;	
	margin-top: 15px;
	margin-left:88%;
}


img#logo
{
	width:60px;
	margin-top: 15px;
    margin-bottom: 0px;
	margin-left: 100%;    
}

img.fit
{
	width:30%;
	margin: auto;  
	display: block;
}

img.social
{
	width:30px;	
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	
}

img.social:hover 
{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

img.skype
{
	width:30px;	
	vertical-align:middle;
}

div#logo
{
	float:left;
}

div#menu
{
	margin-top: -15px;
}

div.menu
{
	margin-top: 0px;
}

div.mbox 
{
    width:50%;
    margin: auto;
    border: 1px solid orange;
	margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
}

div.mbox1 
{
    width:100%;
    margin: auto;
    border: 0px solid grey;
	margin-top: 0px;
    margin-bottom: 0px;
	text-align: center;
}

div.mdl 
{  
	width: 70%;
	margin: auto;  	
	text-align: center;
}

div.mdl1 
{  
	width: 100%;
	margin: auto;  	
	text-align: center;	
}

div.right 
{ 	
	margin-left:30%; 	
	text-align: center;
}

div.right1 
{ 		
	text-align: right;
}

div.fixed 
{
    position: fixed;     
}

div.row 
{
    width:80%;
    margin: auto;	
}

div.row-0 
{
    width:100%;     		
}

div#row-1 
{
    width:100%;
    background-color: #ff9933;	
	border-bottom: 1px solid #262626;	
}

div#row-2 
{
    width:100%;
    background-color: #ffffff;	  		
}

div#row-3 
{
    width:100%;
	height:200px;
    background-color: #ff9933;	 	
}


span.label
{
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
	text-align: justify;
	color:#262626;
}

