@charset "utf-8";
/* CSS Document */

body
{
	color: #444444;
/*	background: #123; */
/*	background: #6fcbff;*/
	background-color: #325e88;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;

	margin:auto;
	border-top: 10px solid #555555;
	padding: 0px 0 40px;
	font-family:Arial, Helvetica, sans-serif;
}

.container_12
{
/*	background: #fff url(img/12_col.gif) repeat-y; */
	margin-bottom: 10px;
}

	
a
{
	color: #6385a1;
	text-decoration: none;
}

a:hover
{
	color:#80a1bb;
	text-decoration: underline;
}

ul
{
	list-style-type:circle;
	margin:0px;
}


#container
{
	background-color: #FFFFFF;
}


/* Nav */


#nav ul
{
	width: 728px;
	height: 50px;
	list-style:none;
	background-image: url(../es/images/navbar.png) no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
	float: left;

}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 50px;
	background: url(../es/images/navbar.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

li#nav-projects a {
	left: 0;
	width: 160px;
	background-position: 0 0;
}

li#nav-projects a:hover {
	background-position: 0 -50px;
}

li#nav-solutions a {
	left: 160px;
	width: 160px;
	background-position: -160px 0;
}

li#nav-solutions a:hover {
	background-position: -160px -50px;
}

li#nav-about a {
	left: 320px;
	width: 160px;
	background-position: -320px 0;
}

li#nav-about a:hover {
	background-position: -320px -50px;
}

li#nav-portfolio a {
	left: 480px;
	width: 160px;
	background-position: -480px 0;
}

li#nav-portfolio a:hover {
	background-position: -480px -50px;
}


li#nav-menu5 a {
	left: 640px;
	width: 160px;
	background-position: -640px 0;
}

li#nav-contact a {
	left: 800px;
	width: 160px;
	background-position: -800px 0;
}

li#nav-contact a:hover {
	background-position: -800px -50px;
}

/* Header */

#top-info
{
	padding-top: 25px;
	text-align:right;
}


/* Central */

#slideshow
{
 	background: url(../images/slideshow.png) no-repeat;
}
#slideshow p
{
	color:#FFFFFF;
	margin-left:370px;
}
#slideshow p span.fontbig
{
	display:block;
	padding-top: 10px;
	font-size: 18px;
}


#sidebar
{
	background-color: #ffffff;
	height: 325px;
	padding-top:15px;
	font-size:11px;
}

/* Footer */

#footer
{
	/* background-image: url(../images/footer.png); */
	background-repeat:no-repeat;
	background-position:top;
	
	border-top: 1px solid #cccccc;
}

#footer div
{
	padding: 2px;
	font-size:11px;
/*	color:#FFFFFF; */
}

#footer div span a
{
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
/*	color:#CCCCCC; */
	color: #333333;
}

#footer div span a:hover
{
	background-color: #333333;
	color:#EEEEEE;
	text-decoration:none;
}

/* News */

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size:20px;
	margin-bottom: 2px;
}

h2
{
	margin-bottom: 2px;
	text-transform:uppercase;
	font-size:12px;
	color:#333333;
}

h3
{
	margin-bottom: 2px;
	font-size:13px;
	font-weight:normal;
	color: #009900;
}

h4
{
	font-size: 12px;
	font-weight:normal;
	color:#000;
}

p.date
{
	color:#666666;
	margin:0px;
	font-weight:bold;
}


/* Breadcrumb */

#breadcrumb ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-left:0px;
}

#breadcrumb ul li
{
	float: left;
	margin:0px;
	padding:3px;
	font-size:11px;
}

#breadcrumb ul li.first:before {
    content: " ";
}

#breadcrumb ul li:before
{
	content: "\0020 \0020 \0020 \00BB \0020 ";
    color: #333333;
}


/* Content */

#featured-box img
{
	border: 1px solid #eeeeee;
}


/* Form */

form
{
	padding-top: 10px;
}

form div
{
	clear:both;
	padding:2px;
}

form div label
{
	width: 130px;
	float: left;
	padding: 1px;
	text-align:left;
	padding-right:5px;
}

form div textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

button.send
{
	height: 26px;
	width: 90px;
	background-image:url(../es/images/button-send.png);
	background-repeat: no-repeat;
	border:0px;
	cursor:pointer;
}

button.send span
{
	visibility:hidden;
}

button.send:hover
{
	background-position: 0pt -26px;	
}


.our-role
{
	font-size: 11px;
}




/* PORTFOLIO PAGE */




/* CONTACT PAGE */

#overlay
{
	display: none;
	position: absolute;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	opacity: 0.7;
	overflow: visible;
}

#ajaxloading
{
	display:none;
	position:absolute;
	line-height:30px;
}

#ajaxloading img
{
	float: left;
	padding-right:10px;
}

