@charset "utf-8";
/* CSS Document */
/* 
------------------------------------------------------------------------
                           skira.css
------------------------------------------------------------------------
2014-06-10		Genesis
*/
* {
	margin:0px;
	padding:0px;
}

#wrapper {
	width:960px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bg-built-02.jpg) ;
	background-repeat:no-repeat;
	height:750px;
	background-color:#f0f0f0;
}

/*---------------------------- body styling ----------------------------*/
body {
}


/*---------------------------- header styling --------------------------*/
header {
	color:#007b81;
}

#h_logo_div {
	float:left ; 
	margin:10px;
	/*background-color:white;*/
}
#h_contact_div {
	float:right;
	margin-right:60px;
	margin-top:30px; 
	font-size:30px;
}

/*---------------------------- nav styling -----------------------------*/
nav {
	clear:both;
}

nav ul {
	list-style-type: none;
	display:inline;
	float:right;
	margin-right:25px;
}
nav ul li{
	width:100px;
	line-height:25px;
	display:inline-block;
	font-size:large ;
	color:#000000;
	margin-left:5px;
	margin-right:5px; 
	background-color:white;
	text-align:center;
}
nav ul li a {
	text-decoration:none ;
	color:#000000;
	display:block;
}


nav ul li a:hover {
	background-color:#e75101; /* orange around the upper navigation hover */
	color:white;
}

/*---------------------------- content styling -------------------------*/
#content {

}

/*---------------------------- footer styling --------------------------*/
footer {
	font-family: Arial, Helvetica, sans-serif;
	width:960px;
	height:75px;
	margin:auto;
	background-color:#CCCCCC;
	clear:both;
}

#f_logo_div {
	float:left ; 
	width: 250px;
	height: 100px;
}

#f_details_div {
	float:right ; 
	width:400px;
	height:100px;
	
}

#fd_nav_div {
	width:400px;
	height:25px;
	line-height:25px;
	font-size:small;
	text-align:right; 
}

#fd_nav_div ul {
	list-style:none;
	padding-right:8px;
}

#fd_nav_div ul li {
	display:inline;
	margin-left:10px;
}

#fd_nav_div ul li a {
	text-decoration:none ; 
	color:#000000;
	padding-left:5px ; 
	padding-right:5px; 
}

#fd_nav_div ul li a:hover {
	color:#ffffff;
	background-color:#e75101; /* orange on the footer navigation hover */
}

#fd_contact_div {
	width:100px;
	color:#007b81;
	font-size:small;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:78px;
	float:left;
}
#fd_copyright_div {
	font-size:x-small ; 
	float:right;
	margin-top:35px;
	margin-right:3px;
}


