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

body{
	margin: 0;	
	padding: 0;
	background-image: url(../images/body-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#050505;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
a{
	color:#2292a0;
	}
	
p{	
	float:left;
	width:400px;
	padding:20px;
	margin-right:20px;
	margin-left:20px;
	color:#d3e4e6;
	text-align:justify;
	}
	
.bluecolor{
	color:#5db8c2;
	}

h1{
	color:#6fdae7;
	font-size:22px;
	text-align:center;
	clear:both;
	font-weight:normal;
	}
	
h2{
	color:#2f9abc;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	}
	
h3{
    color:#ffb80f;
    font-weight:normal;
	text-align:center;
  }
  
h3 a{
    Color:#ffb80f;
	text-decoration:underline;
    }
	
h5{
   margin:0;
  }
	
hr{
	color:#6fdae7;
	width:500px;
	margin:auto;
	}
#header{
	width:100%;
	height:112px;
	padding:10px;
	background:url(../images/header.png);
	}
	
.margin{
	width:970px;
	margin:auto;
	}
	
.left{
	float:left;
	}
.center{
    text-align:center;
	}
	
.right{
	float:right;
	}
	
img a{
	border:none;
	}
	
	
.white{
    color:white;
	}

#menu-header{
    float: left;
    width: 690px;
    height: 15px;
    margin-top: -28px;
    margin-left: 279px;
}

#menu-header a{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #C90;
	text-decoration:underline;
	}
	
	
	/*slider*/
	

.theme-default #slider {
    margin-left:20px;
	margin-top:70px;
    width:566px; /* Make sure your images are the same size */
    height:346px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


#text-box{
	
	background-color:#050505;
	width:290px;
	height:386px;
	padding:20px;
	border-radius:6px;
	float: right;
	color:#fff;
	margin-top:70px;
	margin-bottom:70px;
	margin-right:20px;
	font-size:18px;
	}
	
	
.icons img{
	margin-right:20px;
	margin-top:20px;
	}
	
/*footer*/
	
#footer{
    height:100px;
	width:100%;
	background:#060F14;
    }
	
#menu-footer a{
    Color:#f8ae11;
	margin-left:15px;
	margin-top:15px;
    float:right;
    }
	
.copy{
    color:white;
	float:right;
	font-size:9px;
	clear:both;
	margin-top:5px;
     }
	 
.copy a{
    color:#faab13;
     }
	 
#social{
    width:400px;
	float:left;
	height:40px;
	margin-top:40px;
    }
	
.fb-like{
    float:left;
    }
.gplus{
    margin-right:20px;
    }
	
	
	
/*services*/


#services{
   width:940px;
   height:auto;
   margin:auto;
   margin-top:10px;
   padding:15px;
   background-color:#050505;
   border-radius:6px;
   color:white;
   }
   
#services p{
   width:700px;
   margin:auto;
   float:none;
   } 
   
  
 td{
 padding:10px;
   }