@charset "utf-8";

/* CSS Reset */

@import url('reset.css');

/* CSS Document */

html, body {
	background-color: #0f112a;	
	font-family: Arial, sans-serif;
	margin: 0 0;
}

body {
	overflow-y: scroll;
}

p, ul, li, a{	
	font-size: 11px;
}

ul{
	padding: 0 0 0 20px;	
}
	ul li{
		line-height: 18px;
		list-style-type: circle;
	}

p{
	line-height: 18px;
}

h1{
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 20px 0;
	font-style: italic;
}

h2{
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 3px 0;
}

#main{		
	color: #fff;
}

#page-width{
	margin: 0 auto;
	width: 960px;
}

#logo{
	display: inline;
	float: left;	
	width: 290px;
}

#nav{
	border-bottom: 1px solid #eee;
	display: inline;
	float: left;	
	margin: 0 0 0 20px;
	padding: 40px 0 10px 0;
	text-align: right;
	width: 650px;
}
	#nav a{
		color: #fff;
		font-size: 12px;
		padding: 0 0 0 58px;
		text-decoration: none;
	}
		#nav a.linkselect, #nav a:hover{
			color: #bf2026;
		}

		#nav a#home{
			padding: 0;
		}

#main-image{
	display: inline;
	float: left;
	width: 960px;
}

#left-col{
	border-right: 1px dotted #fff;
	display: inline;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 615px;	
}
	#left-col.contact{
		height: 300px;
	}

#left-col #our-clients{	
	text-align: left;
}

#right-col{	
	display: inline;
	float: left;
	margin: 10px 0 0 0;
	padding: 20px 10px 0 10px;
	text-align: center;
	width: 300px;		
}

#right-col.contact{	
	padding: 10px 0 0 0;
	text-align: left;
	width: 320px;
}	

#right-col.contact p{
	padding: 0 10px;
}

#contact-form{
	display: inline;
	float: left;	
	margin: 30px 0 0 0;
	width: 320px;
}
	form#contact-form label{
		display: inline;
		float: left;
		font-size: 11px;
		padding: 5px 10px 0 0;
		text-align: right;
		width: 70px;
	}

	form#contact-form input{
		background: #fff;
		border: 1px solid #666;
		color: #666;
		display: inline;
		float: left;
		font-size: 11px;
		margin: 0 0 5px 0;
		padding: 5px;
		width: 200px;
	}
		form#contact-form input.submit{
			background: #333;
			color: #fff;
			cursor: pointer;
			margin: 0 0 0 223px;			
			width: 80px;
		}

	form#contact-form textarea#comments{
		background: #fff;
		border: 1px solid #666;
		color: #666;
		display: inline;
		float: left;
		font-family: arial, sans-serif;
		font-size: 11px;
		margin: 0 2px 5px 0;		
		padding: 5px;
		width: 200px;
	}

	span.error{
		display: inline;
		width: 2px;
	}

#footer{
	border-top: 1px solid #fff;
	display: inline;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 960px;
}
	#footer p.address{
		display: inline;
		float: left;
		width: 849px;
	}
		#footer p.address a{
			color: #fff;
			text-decoration: none;
		}
	
	#footer img{
		display: inline;
		float: left;
		width: 111px;
	}