*{
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/back2.jpg);
	background-repeat: repeat;
	font: normal 12px/18px verdana, arial, helvetica, sans-serif;
	color: #000;
}
#container {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 10px solid #021019;
	border-bottom: 7px solid #021019;
	background: #106daa;
}
#clients{
	width: 305px;
	float: left;
}
#flashban{
	width: 775px;
	float: right;
}
#horizonNav{
	display: block;
	clear: both;
	overflow: hidden;
}
#content{
	background: #fff url(images/home_14.jpg) top left no-repeat;
	overflow: hidden;
	padding: 20px 10px;
}
#footer{
	display: block;
	background: transparent url(images/home_19.jpg) top left no-repeat;
	height: 53px;
}
a{
	text-decoration: none;
	color: #0e6ca9;
}
a:hover{
	color: #333;
}

/* ---- HORIZONTAL NAVIGATION STYLES ---- */
#horizonNav a img, #horizonNav a, #horizonNav img{
	border: 0;
	float: left;
}
#horizonNav a#homeLink{
	width: 115px;
	height: 54px;
	background: transparent url(images/a_home.jpg) no-repeat;
}
#horizonNav a#homeLink:hover{
	background: transparent url(images/h_home.jpg) no-repeat;
}
#horizonNav a#aboutLink{
	width: 153px;
	height: 54px;
	background: transparent url(images/a_about.jpg) no-repeat;
}
#horizonNav a#aboutLink:hover{
	background: transparent url(images/h_about.jpg) no-repeat;
}
#horizonNav a#serviceLink{
	width: 179px;
	height: 54px;
	background: transparent url(images/a_services.jpg) no-repeat;
}
#horizonNav a#serviceLink:hover{
	background: transparent url(images/h_services.jpg) no-repeat;
}
#horizonNav a#portfolioLink{
	width: 167px;
	height: 54px;
	background: transparent url(images/a_portfolio.jpg) no-repeat;
}
#horizonNav a#portfolioLink:hover{
	background: transparent url(images/h_portfolio.jpg) no-repeat;
}
#horizonNav a#clientsLink{
	width: 154px;
	height: 54px;
	background: transparent url(images/a_clients.jpg) no-repeat;
}
#horizonNav a#clientsLink:hover{
	background: transparent url(images/h_clients.jpg) no-repeat;
}
#horizonNav a#contactLink{
	width: 164px;
	height: 54px;
	background: transparent url(images/a_contact.jpg) no-repeat;
}
#horizonNav a#contactLink:hover{
	background: transparent url(images/h_contact.jpg) no-repeat;
}

/* ---- CONTENT STYLES ---- */
#bottomRow{
	clear: both;
	margin: 5px 0 40px 0;
	overflow: hidden;
}
h1{
	color: #0e6ca9;
	font: bold 24px/30px 'arial narrow', sans-serif;
	text-transform: uppercase;
	margin: 5px 0;
}
#content h2.title{
	color: #052c68;
	font: bold 18px/26px 'arial narrow', sans-serif;
	margin: 5px 10px;
	text-transform: none;
}
p{
	margin: 5px 0 15px 0;
}
ul{
	list-style-type: square;
	margin: 5px 10px 10px 50px;
}
ul li{
	padding: 2px;
}
.indexServices{
	width: 257px;
	float: left;
	margin: 0 4px;
	padding: 0 0 15px 0;
}
#content  h2, #content h3{
	font: bold 12px/20px verdana, arial, helvetica, sans-serif;
	color: #0e6ca9;
	text-transform: uppercase;
	margin: 3px 0 10px 0;
}
#content h3{
	display: block;
	background: #ccc;
	padding: 1px 3px;
}
.indexServices ul{
	list-style-type: none;
	margin: 0 0 20px 0;
}
.indexServices ul li{
	display: block;
	width: 257px;
	border-bottom: 1px dotted #136bab;
	font: normal 12px/20px verdana, arial, helvetica, sans-serif;
	color: #136bab;
	padding: 5px 0;
	margin: 1px 0;
}
.indexServices ul li a{
	display: block;
}
input{
	padding: 1px;
}

/* ---- FOOTER STYLES ---- */
#footer p{
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding: 31px 0 0 0;
}