/*****************
Project: GOMAP
Author: Farida Oruj (coding & design)
******************/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
		background: url(../img/bg.jpg) repeat-x;
	background-size:cover;

}
a {
	color: blue;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
	vertical-align:middle;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../img/bg.jpg) repeat-x;
	background-size:cover;

}
#wrapper ul, #wrapper ol {
	list-style:none;
	padding: 0 20px 20px;

}

#wrapper ul li{
    background: url(../img/bg_li.jpg) repeat-x;
	background-size:contain;
    border: 1px solid #454545;
    border-radius: 15px 15px 15px 15px;
    color: #d5d3ca;
    font-weight: bold;
    margin: 20px 15px 20px 10px;
    padding: 15px 10px 10px;
    text-align: center;

    min-width: 15%;
	box-shadow:0px 0px 5px #13303a;
	display:inline-block;
	}
#wrapper ul li img{
	border: 1px solid #8D8D8D;
    border-radius: 10px;
    margin: -5px 0px;
    padding: 0;
}
#wrapper ul li a, #wrapper ul li a:hover{
    color: #d5d3ca;

}
#wrapper ul li p{
	padding:10px 0 0;
	margin:5px 0 0
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	padding:45px 0 0;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 70px;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -60px auto 0;
	height: 60px;
	position: relative;
		box-shadow:0px 10px 30px #1a6ea9

}
#footer input{text-align:center;
	padding:21px;
	color: #DCDCDC;
	background:url(../img/footer_bg.png) repeat;
	background-size:contain;
	border:none;
	width:100%;
	font-weight:bold;	
}