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

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	/*color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;*/
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/


body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a{	
	text-decoration: none;
	color: #E4AE1E;
}
a:hover{
	text-decoration: underline;	
}
#main-container { 
	width: 880px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 

#content-container {
	
}

#container-top {
	background: url(images/services-top-bg.jpg) top left no-repeat; 
	padding-top: 8px;
}

.sub #container-wrapper
{
	float: left;
	border-left: solid 1px #E5E5E5; 
	border-right: solid 1px #E5E5E5; 
	border-bottom: solid 1px #E5E5E5;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*.................. header styles ..................*/

#header {  	
	height: 92px;
} 

#contact {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 11px;
	padding: 10px;
}

#contact a{
	color: #666666;
}
#logo {
	float: left;
	width: 150px;
	padding: 16px;
}

/*.................. header styles ..................*/

/*.................. navigation styles ..................*/

#navigation {
	height: 30px;
	line-height: 30px;
	background: #414141 url(images/nav-bg.gif) top left repeat-x;
}

#navigation ul{
	list-style: none;	
} 
#navigation li{	
	background: url(images/nav-divider.gif) top right no-repeat;
	float: left;
} 
#navigation li a{	
	font-size: 11px;	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 125px;
	line-height: 30px;
	text-align: center;	 
} 
#navigation li a:hover{
	font-size: 11px;	
	font-weight: bold;
	background: #575757 url(images/nav-divider.gif) top right no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 125px;
	line-height: 30px;
	text-align: center;	 
}

#navigation li span a{
	background: #575757 url(images/nav-divider.gif) top right no-repeat;	
}

#navigation .nav-last{ 
	background: none;
}

#navigation .nav-last a:hover{	
	background: #575757;
	width: 129px;
}

#navigation .nav-last span a{
	background-color: #575757;
	width: 130px;	
}

/*.................. navigation styles ..................*/

/*.................. banner styles ..................*/

#banner {
	height: 240px;
	margin: 10px 0 10px 0;
	background: url(images/banner-bg.jpg) top left no-repeat;
}


#welcome {
	float: left;	
	padding: 20px 0 0 20px;
	width: 350px;
}

#welcome h1 {
	background: url(images/welcome-text.gif) top left no-repeat;
	height: 30px;
	/*font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;*/
}

#welcome p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 10px;
}

#photo {
	float: left;
	width: 300px;
	height: 230px;
	background: url(images/banner-photo.jpg) top left no-repeat;
}
#news {
	float: right;
	padding: 20px 20px 0 0;
	width: 180px;	
}

#news h1 {
	background: url(images/news-text.gif) top left no-repeat;
	height: 28px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 10px;
	color: #666666;*/
}

#news h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}


#news p {
	font-size: 11px;
	line-height: 18px;
}

#news .read-more{
	background: url(images/arrow.gif) center left no-repeat;
	padding-left: 10px;
}
#slider {
	width: 175px;
	background: url(images/slider-bg.gif) center left repeat-x;
}
#slider img{
	margin-right: 5px;
}

#slider .pause{
	margin: 0px;
	margin-left: 10px;
}

.sub #banner {
	height: 165px;
	background: url(images/banner-sub-bg.jpg) top left no-repeat;
	padding: 10px;
}
.sub #banner-text
{
	float: right;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	width: 620px;
	padding-top: 10px;
}
.sub #banner h1 {
	/*background: url(images/software-text.gif) top left no-repeat;*/
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}

.sub #services-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/software-banner-photo.jpg) center left no-repeat;
}
.sub #product-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/product-banner-photo.jpg) center left no-repeat;
}

.sub #company-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/company-banner-photo.jpg) center left no-repeat;
}

.sub #join-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/join-banner-photo.jpg) center left no-repeat;
}

.sub #whatsnew-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/whatsnew-banner-photo.jpg) center left no-repeat;
}

.sub #application-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/banner-application-development.jpg) center left no-repeat;
}

.sub #outsourcing-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/banner-software-outsourcing.jpg) center left no-repeat;
}

.sub #technology-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/banner-software-technology.jpg) center left no-repeat;
}

.sub #webdesign-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/banner-web-design.jpg) center left no-repeat;
}

.sub #contact-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/banner-contact-us.jpg) center left no-repeat;
}

.sub #sitemap-photo
{
	float: left;
	width: 230px;
	height: 170px;
	background: url(images/banner-site-map.jpg) center left no-repeat;
}
/*.................. banner styles ..................*/


/*.................. services styles ..................*/

#services {	
	float: left;
	background: url(images/services-bg.jpg) top left repeat-x;	
	border-left: solid 1px #E5E5E5;	
	border-right: solid 1px #E5E5E5; 
}


#services .service-item{
	float: left;
	width: 195px;
	background: url(images/services-divider.jpg) center right no-repeat;
	padding: 12px;
}

#services h2{
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666666;
}

#services .service-item-last{
	float: left;
	width: 196px;
	background: none;
	padding: 12px;
}

#services p {
	font-size: 11px;
	line-height: 18px;
	padding-top: 5px;
}

#services .read-more{
	background: url(images/arrowc.jpg) center left no-repeat;
	padding-left: 20px;
}


/*.................. services styles ..................*/


/*.................. products styles ..................*/
#products {
	float:left;	
	padding-top: 5px;
	border-left: solid 1px #E5E5E5;	
	border-right: solid 1px #E5E5E5; 
	border-bottom: solid 1px #E5E5E5; 
	width:877px;
}

#products .product-item{
	float: left;
	width: 195px;
	padding: 12px;
}

#products .product-item h2, .product-item-turnk h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666666;
}

#products .product-item-turnk{
	float: left;
	width: 195px;
	padding: 12px;
	background: url(images/product-divider.jpg) center right no-repeat;
}


#products p, #products li {
	font-size: 11px;
	line-height: 18px;
	padding-top: 5px;
}
#products a{
	color: #333333;
}


/*.................. products styles ..................*/


/*.................. free quote styles ..................*/

#quote {
	float: left;
	width: 210px;
	padding: 5px;
	font-size: 11px;
	line-height: 18px;
}

#quote .textbox
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 18px;
	line-height: 18px;
	width: 180px;
	border: solid 1px #BEBEBE;
}

#quote .textboxm
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 50px;
	line-height: 18px;
	width: 180px;
	border: solid 1px #BEBEBE;
}
#quote h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E4AE1E;
	background: url(images/quote-title-bg.jpg) top left repeat-x;	
	height: 25px;
	padding-top: 5px;
}
#quote .form {
	background: url(images/quote-bg.jpg) top left repeat-x;	
	padding: 5px;
}

/*.................. free quote styles ..................*/


/*..................  styles ..................*/

.sub #left-bar {
	float: left;
	width: 220px;
}

.sub #left-products {
	float: left;
	width: 205px;
	padding: 20px 5px 0 5px;
}
.sub .left-product-item{
	float: left;	
	background: url(images/product-sub-bg.jpg) top left repeat-x;
	padding: 10px 8px 0 8px;
	margin-bottom: 10px;
}
.sub .left-product-item h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	line-height: 20px;
}
.sub .product-pad{
	padding-bottom: 8px;
}
/*..................  styles ..................*/


/*.................. main-content styles ..................*/

.sub #main-content {
	float: right;
	width: 657px;
	font-size: 11px;
	line-height: 18px;	
	background: url(images/left-sub-divider.jpg) top left no-repeat;
}
.services-box {
	width: 300px; 
	float: left;
	margin-bottom: 20px;
	padding: 0 10px 0 10px;
}

#web-design {
	float: left; 
	margin-bottom: 20px; 
	padding: 10px 10px 0 10px;
}

.sub #main-content h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	color:#444444;
}

/*.................. main-content styles ..................*/


/*.................. footer styles ..................*/

#footer { 
	padding: 10px; 
	font-size: 11px;
} 
#footer .copyright {
	float: right;
	padding-bottom: 10px;
}
#footer .footer-nav {
	float: left;
}
#footer .footer-logo {
	float: right;
}
#footer p {
	text-align: right; 
}

#footer a {	
	color: #666666;
}

/*.................. footer styles ..................*/


