@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;
	}

#banner {
	width: 960px;		
}


#content {
	clear: both;
	width: 960px;
	margin: 20px 0 0 0;
}
	.column {
	width: 600px;
	*width: 650px;
	float: left;
	text-align: left;
	padding-left: 50px;
	padding-bottom: 10px;
	padding: 0 0 10px 50px \9;
	*padding: 0 0 10px 50px;
	}
	
		.column h2 {
			font-size: 18px;
			color: #333;
		}
		
		.column h1 {
			font-size: 28px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #cf010d;
		}


		.chair {
			width: 250px;
			float: right;
		}

		.column ul {
			text-align: left;
			margin: 0 0 25px 25px;
		}
		
			.column ul li {
				font-size: 18px;
				color: #333;
			}


		.formUI {
			font-size: 14px;
			color: #333;
			padding: 10px;
			margin: 20px 0 80px 0;
			margin: 20px 0 50px 0 \9;
			*margin: 20px 0 10px 0;
			border: 1px solid #ccc;
		}

			.submitbtn {
				padding: 5px 10px;
			}

		
#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;
		}