@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'MuliRegular';
    src: url('font/Muli-Regular-webfont.eot');
    src: url('font/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/Muli-Regular-webfont.woff') format('woff'),
url('font/Muli-Regular-webfont.ttf') format('truetype'),
url('font/Muli-Regular-webfont.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font: 100%/1.7 'MuliRegular';
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/background.jpg); 
	background-color: #000;
	background-attachment: fixed;
	background-repeat:repeat;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}

a img {
	border: none;
}

a:link {
	color:#0094DA;
	text-decoration: none;
	font-weight: bold;

}

a:visited {
	color: #0094DA;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	font-weight: bold;
}

.container {
	width: 1000px;
	/* Worth to think as many people use computer which work at a lower resolution thn the standars */
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto;
	height: 100%;
	font-size: 16px;
	margin: 10px auto;
	border: 0px none #000;

}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.header {
	min-height: 150px;
	border: 0px solid #000;
	margin: 10px auto;
    backgroud-color: #ffffff;
	background-image: url(images/header.png);
	border-radius: 5px;

}

.services {
	height: 200px;
	border: 0px solid #000;
	margin: 10px auto;
	background-color: #FFFFFF;
	border-radius: 5px;
	width: 1000px;

}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content
{
	padding: 10px 20px 20px 10px;
	color: #000;
	background-color: #FFF;
	height: 100%;

}
.menu
{
	padding: 20px 10px 10px 10px;
	background-color: #FFF;
	height: 100%;
	text-align: center;	

}


ul.a
{
	list-style-image: url('images/bullet3.jpg');

}


ul.b
{
	list-style-image: url('images/bullet2.jpg');

}


ul.c
{
	list-style-image: url('images/bullet1.jpg');

}


.menu a:link{
	text-decoration:none;
	color: #0094DA;
}
.menu a:visited{
	color: #0094DA;
}
.menu a:hover{
	color: #3F0;
}
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	border: 0px solid #000;
	margin: 10px auto;
	color: #000;
	vertical-align: center;
	border-radius: 5px;
}

.banner
{
	color: #FFFFFF;
	font-size: 10px;
	margin: 10px auto;
	padding: 10px 0;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
