@import url(http://fonts.googleapis.com/css?family=Exo+2:400,700);

@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

body {
	font-family: 'Alegreya Sans', sans-serif;
	text-align: center;
	background: #fff url(../img/bg.png) repeat-x;
	*background: #fff url(../img/bg.png) repeat-x;
}

#container {
	margin: 10px auto 0 auto;
	width: 960px;
	background: #fff;
	padding: 0 20px;
}

#header {
	width: auto;
	height: 120px;
}
	.logo {
		float: left;
		width: 325px;
		height: 100px;
		margin: 10px 0 0 15px;
	}
	.logo a {
		float: left;
		width: 325px;
		height: 100px;
		display: block;
		background: url(../img/powerintld_logo.jpg) no-repeat;
		text-indent: -9999px;
	}
	
	.contactinfo {
		text-align: right;
		float: right;
		font-size: 12px;
		color: #ccc;
		margin: 15px 15px 0 0;
	}
	.contactinfo b {
		font-weight: bold;
		color: #333;
	}
	
	.contactinfo a {
		color: #bd8e00;
		font-family: 'Droid Arabic Kufi', serif;
	}
	
#nav {
	clear: both;
	text-align: left;
}
	#nav ul {
		width: 960px;
		height: 55px;
		list-style-type: none;
		background: #cf010d;
		border-bottom: 10px solid #000461;
	}
	#nav ul li {
		height: 55px;
		display: inline;
		float: left;
		font-size: 16px;
	}
	#nav ul li a {
		height: 40px;
		*height: 55px;
		display: block;
		float: left;
		color: #fff;
		padding: 18px 22px 0 22px;
		font-weight: bold;
	}
	#nav ul li a:hover {
		height: 40px;
		*height: 55px;
		display: block;
		color: #fff;
		padding: 18px 22px 0 22px;
		background: #000461;
		font-weight: bold;
	}

#slide {
	clear: both;
	width: 960px;
	margin-top: 5px;
}

#content {
	clear: both;
	width: 960px;
	margin: 0;
}
	#column {
		float: left;
		display: inline;
		width: 300px;
		height: auto;
		text-align: left;
		margin: 15px 10px 20px 10px;
		background: url(../img/column_bg.png) repeat-x;
	}
		#column .img {
			width: 300px;
			height: 156px;
		}
		#column h1 {
			font-size: 24px;
			color: #cf010d;
			font-weight: bold;
			margin: 10px 0 0 10px;
			font-family: 'Alegreya Sans', sans-serif;
		}
		#column h2 {
			font-size: 14px;
			color: #555;
			font-weight: normal;
			margin: 0 10px;
		}
		.more {
			clear: both;
			width: 25px;
			height: 21px;
			display: block;
			float: right;
			margin: 10px 10px 0 0;
			background: url(../img/more_ico.png) no-repeat;
			text-indent: -9999px;
		}
		
		a.more:hover {
			background: url(../img/more_ico_hover.png) no-repeat;
		}
	
	#map {
		clear: both;
		width: 600px;
		float: left;
		margin: 20px 0 20px 0;
	}
		#map img {
			margin: 0 0 0 100px;
		}
		
	#members {
		float: right;
		display: inline;
		width: 300px;
		text-align: left;
		margin: 20px 10px 0 0;
	}
		#members h1 {
			font-size: 18px;
			color: #2d3192;
			font-weight: normal;
			margin: 10px 0 0 10px;
			font-family: 'Alegreya Sans', sans-serif;
		}
		#members img {
			margin: 10px 10px 0 0;
		}
		
#footer {
	clear: both;
	width: 960px;
}
	#links {
		text-align: center;
		color: #fff;
		padding: 10px 0;
		background: #999;
		font-size: 12px;
	}
		
	#bottombar {
		width: 960px;
		height: 50px;
		background: #fff;
	}
		.copyrights {
			clear: both;
			width: 441px;
			height: 26px;
			float:left;
			font-size: 12px;
			color: #999;	
			text-align: left;
			margin: 15px 0 0 370px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		.developedby {
			width: 149;
			height: 41px;
			float: right;
			background: #fff;
		}