/* ============================ common ============================== */

body { 
	color: #333; background: #fff;
	font: normal 69% Verdana, Tahoma, "Trebuchet MS", sans-serif; /* base font size => 11px */
}

a:link, a:visited { color: #233877; text-decoration: underline; }
a:link:hover, a:visited:hover, a:active, a:focus { text-decoration: none; }

img { display: block; }
img.left{ float: left; margin: 5px 5px 5px 0; }
img.right{ float: right; margin: 5px 0 5px 5px; }
a img { border: none; }
a.more{ 
	padding: 0 14px 0 0;
	text-transform: uppercase;
	background: url(../img/bullet.gif) no-repeat 100% 55%;
}
a.pdf{ 
	display: block;
	width: 16px; height: 16px;
	background: url(../img/adobe-acrobat.gif) no-repeat 0 0;
	overflow: hidden; text-indent: -666em;
}
a.doc{ 
	display: block;
	width: 16px; height: 16px;
	background: url(../img/microsoft-word.gif) no-repeat 0 0;
	overflow: hidden; text-indent: -666em;
}

strong{ font-weight: bold; }
address{ font-style: normal; }
/*em{ background: #FFFF99; font-style: normal; padding:2px 0; }*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display: inline-table; display: block; height: 1%; }

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#holder{ 
	width: 71.86em; min-width: 790px; max-width: 94%;
	margin: 1% auto; padding: 1.5%;
	border: 1px solid #ccc;
}

#header{
	width: 100%; min-height:90px; height: auto !important; height:90px;
	background: url(../img/bg-header.gif) no-repeat 100% 0;
}

#sub-header{
	clear: both;
	color: #fff; background: #233877;
	border-bottom: 10px solid #233877;
}

#main-content{ 
	float: left;
	width: 49%;
	margin: 16px 0 16px 2%;
}

#side-bar{ 
	float: left;
	width: 23.5%;
	margin: 16px 0;
}

#content-side-bar{ 
	float: right;
	width: 23.5%;
	margin: 16px 0;
}

#footer{ 
	clear: both;
	padding: 15px 0 0 0;
	background:  #fff;
	border-top: 10px solid #233877;
}
/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header h1{
	float: left;
	padding: 20px 70px 23px 0;
}

#header p{
	position: relative; float: left;
	min-height: 66px; width: 35%;
	color: #210707;
	font-size: 1.2em; font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: center;
}
#header p span{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: url(../img/bg-header-p.gif) no-repeat 0 0;
}
#header dl{
	position: relative; float: right;
	min-height: 66px; width: 21%;
	margin: 0 63px 0 0; padding: 0 15px;
	text-align: center; font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #210707;
}
#header dl span{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: url(../img/bg-header-dl.gif) no-repeat 0 0;
}
#header dl a{
	color: #ea5e00;
	font-size: 1.3em; font-weight: bold;
	text-decoration: none;
}
#header dl a:hover,
#header dl a:active,
#header dl a:focus{
	text-decoration: underline;
}

/* ========================== header end ============================ */

/* ========================== sub-header ============================ */

#navigation{ width: 100%; }
#navigation li{
	float: left;
	width: 14.285%;
}
#navigation li a{
	display: block;
	padding: 0.8em 0;
	color: #fff; background: #333;
	text-transform: uppercase; text-align: center; text-decoration: none;
	border-right: 1px solid #fff; border-bottom: 1px solid #fff;
}
#navigation li.current a{ border-bottom: #233877; }
#navigation li.last a{ border-right: none;  }
#navigation li.current a,
#navigation li a:hover,
#navigation li a:active,
#navigation li a:focus{
	background: #233877;
}

.description{
	position: relative; float: left;
	width: 65%; min-height: 107px; height: auto !important; height: 107px;
	margin: 19px 0 9px 19px;
	font-size: 1.7em; line-height: 1.4em;
}
#home span{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: url(../img/bg-subheader-home.gif) no-repeat 0 0;
}
#services span{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: url(../img/bg-subheader-services.gif) no-repeat 0 0;
}

#sub-header q{
	float: right;
	width: 27%;
	margin: 19px 19px 0 0;
	line-height: 1.4em;
}
#sub-header cite{
	float: right;
	width: 27%;
	margin: 1em 19px 9px 0;
	line-height: 1.4em;
	font-style: normal;
}
#sub-header cite strong{ display: block; }


/* ======================== sub-header end ========================== */

/* ============================ content ============================= */

#main-tabs{
	width: 100%;
	margin: 16px 0;
}
#main-tabs li{
	float: left;
	width: 23.5%; height: 30em;
	margin-right: 2%;
	background: #E7E9EC;
	border-bottom: 1px solid #AFB6C0;
}
#main-tabs li.tab4{ margin-right: 0; }
#main-tabs h2 {
	padding: 10px;
	color: #fff; background: #333;
	text-align: center;
	font-weight: bold; font-size: 1.1em;
}
#main-tabs p {
	padding: 63px 10px 6px 10px;
	line-height: 1.4em;
}
#main-tabs li.tab1 p{ background: url(../img/bg-tab1.gif) no-repeat 50% 0; }
#main-tabs li.tab2 p{ background: url(../img/bg-tab2.gif) no-repeat 50% 0; }
#main-tabs li.tab3 p{ background: url(../img/bg-tab3.gif) no-repeat 100% 0; }
#main-tabs li.tab4 p{ background: url(../img/bg-tab4.gif) no-repeat 50% 0; }
#main-tabs a{ padding: 0 14px 0 10px; }

.block{
	line-height: 1.5em;
}
.block h2{
	margin: 0 0 15px 0; padding: 0 0 8px 0;
	color: #333; border-bottom: 2px solid #ccc;
	font-size: 1.3em; font-weight: bold;
}

#custom-software-block{
	clear: both; float: left;
	width: 49%;
	margin: 16px 2% 16px 0;
}
#custom-software-block h2{
	color: #233877;
	font-size: 1.6em;
}
#custom-software-block p{
	margin: 0 0 1em 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

#contact-block{
	float: left;
	width: 23.5%;
	margin: 16px 2% 16px 0;
}
#contact-block address,
#contact-block p{
	margin: 0 0 1em 0;
	font-style: normal;
}
#contact-block .more{ float: right; margin: 0 10px 0 0; }

#request-meeting-form{
	float: left;
	width: 23.5%;
	margin: 16px 0;
	background: #e7e9ec;
}
#request-meeting-form h2{
	padding: 5px 10px 7px 10px;
	color: #fff; background: #233877;
	font-weight: bold;
}
#request-meeting-form fieldset{ padding: 10px; }
#request-meeting-form p{ margin: 0 0 5px 0; }
#request-meeting-form label{ 
	display: block;
	margin: 5px 0;
	font-weight: bold;
}
#request-meeting-form label.checkbox-label{
	display: inline; position: relative;
	top: -3px;
	padding: 0 10px 0 0;
	font-weight: normal;
}
#request-meeting-form input.text{
	width: 98%;
}
#request-meeting-form input.button{
	float: right;
	margin: 5px 0;
}

#case-studies-block{
	clear: both; float: left;
	width: 48%;
	margin: 16px 4% 16px 0;
}

#latest-news-block{
	float: left;
	width: 48%;
	margin: 16px 0;
}

.news-list li{ 
	clear: both;
	margin: 0 0 10px 0;
}
.news-list a.news-img{
	float: left;
	margin: 0 7px 7px 0; padding: 3px;
	background: #fff; border: 1px solid #233877;
}
.news-list a.news-img:hover,
.news-list a.news-img:active,
.news-list a.news-img:focus{
	background: #233877;
}
.news-list h3{ font-weight: bold; font-size: 1.1em; }
.news-list small{
	display: block;
	margin: 0.3em 0;
	color: #666;
}

#main-content h3{
	margin: 0 0 1em 0;
	color: #666;
	font-weight: bold; font-size: 1.1em;
}
#main-content h4{
	margin: 0 0 1em 0;
	color: #000;
	font-weight: bold; font-size: 1.1em;
}

#main-content p{ margin: 0 0 1em 0; }
#main-content p.news{
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #666;
}

#main-content ul{
	margin: 0 0 1em 2em;
	list-style: disc;
}
#main-content ul li{ margin: 0 0 0.7em 0; }

#main-content ol{
	margin: 0 0 1em 2em;
	list-style: decimal;
}
#main-content ol li{ margin: 0 0 0.7em 0; }


#main-content dt{
	clear: both; float: left;
	width: 24%;
	margin: 0 0 1em 0;
	font-weight: bold;
}
#main-content dd{
	margin: 0 0 1em 0; padding: 0 0 0 25%;
}

#main-content q{
	display: block;
	margin: 0 0 1em 0; padding: 10px;
	background: #ECEFFD;
	border-left: 10px solid #233877;
}
#main-content q.blank{
	display: block;
	margin: 0 0 1em 0; padding: 0;
	background: #fff;
	border-left: none;
}
#main-content q cite{
	display: block;
	margin: 0 0 1em 0;
	font-weight: bold; font-style: normal;
	color: #000;
}
#main-content q cite strong{
	display: block;
	margin: 0 0 0.5em 0;
	font-family: Georgia, Times, serif; font-size: 1.4em;
}

#main-content small{
	display: block;
	margin: 0.3em 0;
	color: #666;
}

.stages{ 
	width: 100%;
	border: 1px solid #ccc;
	border-spacing: 10px;
	margin: 0 0 1em 0;
}
.stages th{
	width: 25%;
	padding: 10px;
	font-size: 1.3em; font-weight: bold;
	color: #000;
	vertical-align: top;
}
.stages td{
	padding: 10px;
	background: #ECEFFD;
	border-left: 10px solid #233877;
	vertical-align: top;
}

.clients{ width: 100%; }
.clients td{ width: 50%; }
#main-content .clients h3{
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding-bottom: 5px;
	width: 90%;
	color: #333;
}
.clients li{ font-size: 1.1em; }

.prices{
	margin: 0 0 1em 0;
	border: 1px solid #E9E9E9;
}
.prices th{
	padding: 5px;
	font-weight: bold;
	background: #F2F5F7;
	border-bottom: 1px solid #E9E9E9;
	vertical-align: top;
}
.prices td{
	padding: 5px;
	background: #FAFAFA;
	border-bottom: 1px dotted #E9E9E9;
	vertical-align: top;
}
.prices td a{ margin: 0 auto; }

/* ========================== content end =========================== */

/* ======================== content-side-bar ======================== */

#content-side-bar h3{
	margin: 0 0 1em 0;
	color: #666;
	font-weight: bold; font-size: 1.1em;
}
#content-side-bar q{ 
	display: block;
	margin: 0 0 1em 0;
}
#content-side-bar cite{
	display: block;
	padding: 0 0 1em 0; margin: 0 0 1em 0;
	color: #666;
	border-bottom: 1px solid #ccc;
}

/* ====================== content-side-bar end ====================== */

/* ============================ side-bar ============================ */

#side-bar ul{ margin: 0 0 1.5em 0; }
#side-bar li{
	line-height: 1.6em;
	padding: 0 0 2px 20px;
	background: url(../img/bullet2.gif) no-repeat 0 0.4em;
}
#side-bar li a{
	color: #333;
	text-decoration: none;
}
#side-bar li a:hover{
	text-decoration: underline;
}

/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */

#footer .block{
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
#footer .block h2{ border: none; }

#newsletter-block p{ margin: 0 0 5px 0; }
#newsletter-block label{ 
	display: block;
	margin: 5px 0;
	font-weight: bold;
}
#newsletter-block input.text,
#newsletter-block select{
	width: 98%;
}
#newsletter-block input.button{ margin: 10px 0; }

#footer #quick-links-block{ margin: 0; }
#quick-links-block li{
	line-height: 1.4em;
	padding: 0 0 2px 20px;
	background: url(../img/bullet2.gif) no-repeat 0 55%;
}
#quick-links-block li a{
	color: #333;
	text-decoration: none;
}
#quick-links-block li a:hover{
	text-decoration: underline;
}

#bottom{
	clear: both;
	margin: 15px 0 0 0; padding: 15px 0 0 0;
	border-top: 3px solid #233877;
}
.copyright{ float: left; }
#bottom ul{ float: right; }
#bottom ul li{ 
	display: inline;
	padding: 0 5px 0 7px;
	background: url(../img/bg-bottom.gif) no-repeat 0 55%;
}
#bottom ul li a{ text-decoration: none; }
#bottom ul li a:hover{ text-decoration: underline; }
#bottom ul li.made-by{ background: none; }
#bottom ul li.made-by a{ color: #ccc; }

/* =========================== footer end =========================== */



















