@charset "utf-8";

/* 

Primary colors:

dark-blue: #1a2e48
light-blue: #d9e3eb
red: #a72c31

*/

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	margin: 0;
}

a {
	text-decoration: none;
	color: #a72c31
}

a:hover {
	text-decoration: underline;
	color: #a72c31;
}

a img {
	border: none;
}

h3 {
	background-color: #d9e3eb;
	color: #1a2e48;
	margin-top: 0;
	margin-bottom: 0;
	padding: .5em 5px;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	float: none;
}

h3#blogg {
	background-color: #d9e3eb;
	color: #1a2e48;
	margin-top: 0;
	margin-bottom: 0;
	padding: .5em 5px;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	float: left;
}

h3#blg {
	background-color: #d9e3eb;
	color: #1a2e48;
	margin-top: 0;
	margin-bottom: 0;
	padding: .5em 5px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	float: none;
	line-height: 28px;
}

h3#blg a {
		color: #1a2e48;
}

h3#blg a:hover {
		color: #1a2e48;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}






#container {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

#header {
	padding: 0 0px 0 0px; 
}

#logo {
	float: left;
	margin: 20px 0 0 0;
}

#header h1 {
	margin: 0;
}

#path {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #1a2e48;
	background-color: #d9e3eb;
	height: 20px;
	line-height: 1.6;
}

#path a {
		color: #1a2e48;
}

#path a:hover {
		color: #1a2e48;
}

small {
	font-size: 12px;
	text-align: right;
	padding-right: 25px;
	line-height: 30px;
}

/* menu */
.zmenu
{
  cursor: default;
  display: none;
}

.zmenu li
{
	margin: 0;
}

.zmenu .rootmenu,
.zmenu .submenu
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.zmenu .submenu
{
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.horizontal .zmenu .rootsubmenu
{
  top: 100%;
  left: 0;
}

.zmenu li:hover
{
  position: relative;
  z-index: 999;
}

.zmenu li:hover > ul
{
  display: block;
}

.zmenu a
{
  cursor: pointer;
}

.zmenu a,
.zmenu span
{
  display: block;
  white-space: nowrap;
}

/* menu customizations  */
.zmenu > ul ul
{
  min-width: 12em;
}

.zmenu .rootmenu > li:hover,
.zmenu .submenu
{
  background-color: #d9e3eb;
}

.zmenu .submenu > li:hover
{
  background-color: #d9e3eb;
}

.horizontal .zmenu > ul > li + li
{
  border-left: 1px solid #1a2e48;
}

.zmenu a,
.zmenu span
{
	padding: 0.2em 1.5em;
	text-decoration: none;
	color: #1a2e48;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
}

.zmenu a:hover
{
	color: #a72c31;
	text-decoration: none;
}

/* menu links  */
.zlinks a,
.zlinks span
{
  padding: 0 1em;
  text-transform: none;
}

.zlinks a:hover
{
  text-decoration: none;
}

.zlinks .rootmenu > li:hover
{
  background-color: #fff;
}

/* SIDEBAR */

#sidebar{
	width: 170px;
	float: left;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#sidebar li a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #1a2e48;
	display: block;
	padding: 4px 10px 6px 10px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color: #d9e3eb;
}	
	
#sidebar li a:hover {
	color: #d9e3eb;
	background: url(../images/menu.gif) 100% 0;
}

#sidebar li#selected {
	color: #d9e3eb;
	background: url(../images/menu.gif) 100% 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #d9e3eb;
	display: block;
	padding: 4px 10px 6px 10px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

/* MAIN CONTENT */

#proservices b, #blog b {
	color: #a72c31;
	font-style: italic;
	font-weight: bold;
}

#proservices {
	border: 5px solid #d9e3eb;
	padding: 0;
	float: left;
	width: 520px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 350px;
}

#blog {
	border: 5px solid #d9e3eb;
	padding: 0;
	float: left;
	width: 700px;
	height: auto;
	margin-right: 10px;
	padding-bottom: 10px;
}

#proservices li, #blog li {
	font-size: 12px;
	color: #1a2e48;
	list-style-type: square;
	margin-left: 20px;
}

#proservices h2, #blog h2 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #1a2e48;
}

#proservices p, #proservices ul, #blog p, #blog ul {
	padding-left: 10px;
	padding-right: 10px;
	color: #1a2e48;
}

#sql {
	float: left;
	width: 255px;
	height: 360px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #aeb6bc;
}



#sql h2 {
	margin-top: 0px;
}

#report {
	height: auto;
	margin-left: 255px;
} 


#challenges {
	float: left;
	width: 255px;
	height: auto;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #aeb6bc;
}

#solutions {
	height: auto;
	margin-left: 255px;
} 

#challenges h2 {
	margin-top: 0px;
}

#aboutourclients {
	float: left;
	width: 330px;
	height: auto;

}

#clientlogos {
	height: auto;
	margin-left: 330px;
} 

#clientdescr {
	float: left;
	width: 330px;
	height: 110px;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aeb6bc;
	padding-top: 10px;
	padding-bottom: 10px;
}

#clientlogo2 {
	height: 110px;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aeb6bc;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align:middle;

}



#testimonials {
	float: left;
	width: 520px;
	height: auto;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aeb6bc;
	padding-top: 10px;
	padding-bottom: 10px;
}









#contact {
	margin-left: 720px;
	height: 34px;
	background-image: url(../images/contact.gif);
	padding-left: 30px;
	line-height: 22px;
	text-align: left;
}

#contact a {
	color: #1a2e48;
}

#contact a:hover {
	color: #1a2e48;
}

#rightcol h2 {
	margin-left: 730px;
	margin-bottom: -10px;
	font-size: 14px;}

#rightcol p {
	background-color: #d9e3eb;
	padding: .5em 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
	height: auto;
	margin-left: 720px;
	margin-bottom: 0;
}

#morel, #morer {
	float: left;
	width: 180px;
	height: 30px;
	background-image: url(../images/btm.gif); repeat: none;
	background-position: right; 
	text-align: right;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 0;
}

#map a {
	color: #1a2e48;
}

#map a:hover {
	color: #1a2e48;
}

/* FOOTER*/


#footer, #footer ul {
	padding: 0;
	margin: 0;
}

#footer li#navi {
	width: 170px;
	float: left;
	display: block;
	margin-left: 0px;
	list-style-type: none;
	text-align: left;
	overflow: hidden;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #aeb6bc;
	padding-left: 9px;
	padding-top: 5px;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #aeb6bc;
}

#footer li#nav {
	width: 170px;
	float: left;
	display: block;
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-align: left;
	overflow: hidden;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #ffffff;
	padding-left: 9px;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
}

#footer li#nav a {
		color: #1a2e48;
}

#footer li#nav, a:hover {
		color: #a72c31;
}

#foter {
	float: left;
	margin-top: 5px;
	width: 900px;
	height: 30px;
	background-image: url(../images/botom.gif); repeat: none;
	background-position: right; 
}

#copyright, #terms {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	float: left;
	width: 430px;
}

#terms {
	text-align: right;
}

#copyright a {
		color: #1a2e48;
}

#copyright a:hover {
		color: #1a2e48;
}

#blogger {
		text-align:right;
		margin-right:10px;
		margin-top:20px;
		font-weight:bold;
}

