/* overall
---------------------------------------------------------------------------------------*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4E7A9E;
	margin:0px;
	margin-bottom:18px;
	padding:0px;
    background-color: #0B0A0A;
    background-image: url(images/cloud.jpg);
    background-repeat: repeat-x;
    background-position: -10px 150px;
}

img{
	border-width: 0px;
}

form{
	margin: 0;
	padding: 0;
}

p{
	font-size: 8pt;
}

.clear{
	clear:both;
	height:3px;
}

.blank{
	height:10px;
}

.rightRight{
	float:right;
}

.time{
	color:#989a9b;
	font-style:italic;
	clear:both;
}
.newsLink{
}

.thumbnail
{
	width:160px;
	height:120px;
}

/* Layout
---------------------------------------------------------------------------------------*/
#container{
	width: 1004px;	
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #FFF;
}

.containerItem
{
    margin:0px 10px;
}
.topBox{
	margin-right: auto;
	margin-left: auto;
	margin-bottom:3px;	
	text-align:right;
	line-height:15px;
	vertical-align: bottom;
	height:15px;
	width:1004px;
	padding-top:5px;
}
.topBox a{
	color:#1479AD;
    text-decoration:none;
    margin: 0 5px;    
}
.topBox a:hover{
	color:#FFF;
}

/* decorate
---------------------------------------------------------------------------------------*/
.frame { background: #f8f8f8; border: 1px solid; border-color: #e5e5e5 #dbdbdb #d2d2d2; -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; box-shadow: rgba(0,0,0,0.3) 0 1px 3px; }
.frame:nth-child(1n) { border: none; } /* reset border for smart browsers */

.frame,
.rounded { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; }


/* header
----------------------------------------------------------------------------*/
#header
{
	float:left;
	background-color:#0B0A0A;
	background-image:url(images/LogoBack.jpg);
	background-repeat:no-repeat;
}

#socialSites
{
	position:relative;
	float:right;
	margin-top:40px;
	margin-right:10px;
}

#socialSites img
{
	width:24px;
	height:24px;
	margin-left:5px;
}


#headerBar
{
	float:left;
	width:1004px;
	height:27px;
	background-image: url(images/HeaderBarBackground.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 10px;
	line-height:27px;
	text-indent: 14px;
}

/* menu
----------------------------------------------------------------------------*/
#menu{
	clear: left;
	background-image: url(images/MenuBackground.png);
	background-repeat: repeat-x;
	height: 26px;
	width:100%;
	margin-bottom: 10px;
}

#menu .mainMenu{
	padding: 0px;
	list-style-type: none;
	float:right;
}

#menu .mainMenu ul{
	padding: 0px;
	margin: 0px;
}

#menu .mainMenu li{
	float: left;
	text-align: center;
	display: block;
}

#menu a{
	text-transform: capitalize;
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 10px;
	padding-right: 13px;
	padding-left: 13px;
	margin-top: 6px;
}

#menu a:hover
{
	text-decoration:underline;
}

#menu ul{
	margin: 0px;
}

/* breadcrumb */
#breadcrumb 
{
	padding: 0 20px 10px 20px;
	font-size:10px;
}

#breadcrumb  span
{
	color: Black;
}

/* advertise
----------------------------------------------------------------------------*/
#advertise{
	height: 360px;
	margin-bottom:15px;
	_background-color: #FFF;	
}

/*  main part
----------------------------------------------------------------------------*/
#mainPart{
	display: inline-block;
	margin-top: 5px;
}

#mainPart a{
	color: #3aa0e9;
	text-decoration: none;
}

#mainPart a:hover{
	text-decoration: underline;
}

.sidePanel, .centerPanel{
	margin: 10px;
	_margin-left:5px;
	width: 190px;
	float: left;
}

.sidePanel{
	width: 190px;
}

.centerPanel{
	width: 564px;
}

.defaultPanel{
	width:311px;	
	float:left;
}
.mainPanel{
	margin: 10px;
	_margin-right:5px;
	float: right;
	width: 774px;	
	color: #072F44;
}

.mainPanel p
{
    width:100%;
	line-height: 160%;
	color: #072f44;
	font-size: 12px;
	padding-right: 5px;
}

.mainPanel .photo
{
    float:left;
    margin-right:5px;
}

.mainContent
{
    padding:10px;
}

.mainContent h1,
.mainPanel h1{
	font-size: 10pt;
	background-image: url(images/mainPanelH1Background.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding: 5px 0 8px 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
}

#mainPart h1 a
{
    text-decoration:none;
    color: #FFFFFF;
}

#mainPart h1 a:hover
{
    color: #FF9933;
    text-decoration:none;
}

.mainContent h1
{
    background-image: url(images/mainContentH1Background.jpg);
}

.mainContent h2,
.mainPanel h2{
	font-size: 15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom: 3px;
	padding-top:15px;
	padding-bottom: 8px;
	clear:both;
	width:100%;
}

#mainPart h3{    
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 3px;
	padding-bottom: 8px;
}

#mainPart .said
{
    color:#1479AD;
    font-size:9pt;
    font-weight:bold;
}

#mainPart .title{
	background-image: url(images/panelTItleBackground.jpg);
	background-repeat: repeat-x;
	height: 23px;
	color: #1479ad;
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #b7b7b7;
	line-height: 16pt;
	padding-left: 10px;
}

#mainPart .content{
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #b7b7b7;
	padding: 5px 3px;
	line-height: 15px;
}

#mainPart .content .moreButton
{
	text-align: right;
	margin-bottom:0px;	
}
#mainPart .content .moreButton a{
	font-size: 7pt;
	color: #F5B774;
	text-decoration: none;
}

#mainPart li{
	margin: 0 0 8px;
	list-style-position: outside;
	list-style-type: disc;
	line-height:15px;
	vertical-align:middle;
	font-size:8pt;
}

#mainPart li a{
	color: #7094B0;
}

#mainPart .italic
{
    font-style:italic;
}

#mainPart ul{
	margin: 5px 15px 5px 28px;
	padding: 0px;
}

#mainPart .foot{
	background-image: url(images/panelFooter.jpg);
	background-repeat: no-repeat;
	height: 9px;
}

.mainPanel dt{
	margin-bottom: 14px;
	font-weight: bold;
	color: #7094B0;
}

.mainPanel dd{
	font-size: 8pt;
	line-height: 14pt;
	margin-left:0px;
	margin-bottom: 25px;
}

/* featured case studies
----------------------------------------------------------------------------*/
#featuredCaseStudies
{
	width: 978px;
	height: 291px;
	display:block;
	clear:both;
	margin-left:12px;
}

#featuredCaseStudies h1
{
	color: #c9040d;
	font-size: 14px;
	margin: 13px;
	padding-top: 15px;
}

#featuredCaseStudies .caseStudyBlock
{
	width: 216px;
	float: left;
	margin: 0px 14px 0px 14px;
}

#featuredCaseStudies .desc
{
	margin-top: 15px;
	font-size:12px;
	color: #747474;
	font-style:italic;
}




/* footer
----------------------------------------------------------------------------*/
#footer{
	clear: both;
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/footerBackground.png);
	background-repeat:no-repeat;
	height:100px;
}

#bottomMenu{
	clear: both;
	text-align: center;
	padding-top: 40px;
}
#bottomMenu a{
	color: #666;
	font-weight: bold;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;	
	text-decoration: none;
	text-transform: capitalize;
}

#bottomMenu a:hover
{
	text-decoration: underline;
	color: #333;
}


#footer #copyright
{
	clear: both;	
	text-align: center;
	color: #333;
	font-size: 11px;
	padding-top: 12px;
}

#icp
{    
	text-align:right;
	width:1004px;
	margin-left:auto;
	margin-right:auto;
}

#icp a{
	color: #111;
	text-decoration: none;
}

#icp a:hover{
	color: #111;
}

/* Default Page
----------------------------------------------------------------------------*/


/* Nova News 
----------------------------------------------------------------------------*/
#novaNews .content p{
	padding: 0px 10px;
	line-height: 18px;
	margin: 0px 0 5px 0;
}

#novaNews .content .tTitle{
	margin: 0 10px;
}

#novaNews .content span{
	line-height: 18px;
	margin:10px auto;
}

/* ContentTable
----------------------------------------------------------------------------*/
.ContentTableList{
	margin-left: 10px;
	color: #467dbe;
	font-weight: bold;
}

/* CustomerForm
----------------------------------------------------------------------------*/

#mainPart .FormInput{
	width: 250px;
	margin-top: 3px;
	margin-bottom: 7px;
	border: solid #AEC7E3 1px;
}
#Errors table{
	margin-left:15px;
}

#Errors .CustomerError{
	font-size:25px; 
	font-weight:bold;
	margin:20px auto auto 15px;
}

#mainPart .notice
{
    font-size:13pt;
    font-weight:bold;    
    line-height:15pt;
}

/* CaseStudies															   
---------------------------------------------------------------------------------*/
.CaseStudiesCategory{
	background:#F8F7F6;
	border:0px solid #CCDDEE;	
	padding: 10px;
	text-align:left;
	line-height: 18px;
}

#mainPart .CaseStudiesNavigation{
	font-size: 10pt;
	font-weight:bold;
	background-image: url(images/mainPanelH1Background.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding: 5px 0 8px 2px;
	color:#FFFFFF;
	text-transform:capitalize;
}

#mainPart .CaseStudiesNavigation a{
    color:#FFFFFF;
}

#mainPart .CaseStudiesNavigation a:hover{
    color:#FF9933;
    text-decoration:none;
}


/* Tag sidebox
----------------------------------------------------------------------------*/
#mainPart #tagSide{
    padding:2px 8px 0px 8px;
}

/* Tag
----------------------------------------------------------------------------*/
.TagGuidance{
    margin-left:15px;
}


#TagsBox .Tag1{
	font-size:18px;
	font-weight:900;	
	font-family:"Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	color: #04a;
}

#TagsBox .Tag2{
	font-size:17px;
	font-weight:700;	
	font-family:"Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	color: #05b;
}

#TagsBox .Tag3{
	font-size:16px;
	font-weight:500;	
	font-family:"Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	color: #06c;
}

#TagsBox .Tag4{
	font-size:15px;
	font-weight:300;
	font-family:"Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	color: #17d;
}

#TagsBox .Tag5{
	font-size:14px;
	font-weight:100;	
	font-family:"Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	color: #28e;
}

#TagsBox .Tag6{
	font-size:12px;
	font-weight:100;	
	font-family:"Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	color: #39f;
}

Tag1 a:hover, 
Tag2 a:hover, 
Tag3 a:hover, 
Tag4 a:hover, 
Tag5 a:hover, 
Tag6 a:hover{
	color:#06c;
}

/* TagsBox
----------------------------------------------------------------------------*/

#TagsBox{
	margin:5px 10px 5px 10px;
    padding-top:10px;
    overflow:visible;
}

#TagsBox  a{
	text-decoration:none;
	margin-right: 5px;	
}

#TagsBox .moreButton
{
	margin-top: 10px;	
}

/* article
----------------------------------------------------------------------------*/
#article .sidePanel
{
    width:250px;    
}
#LibraryLeftSide
{
	_width:238px;
	_overflow:hidden;
}
#article .mainPanel
{
    width:714px;
    _overflow:hidden;
    _margin:5px 5px 0 10px;
}
#ArticleBrief{
	margin: 25px 0;
}
#AddBookMark{
	text-align:right;
}
#RelationArticleList{
	padding-top:10px;
	padding-bottom:25px;
}
#ArticleTitleLabel{
	white-space:nowrap;
}
/* ArticleList
----------------------------------------------------------------------------*/
#ArticleListByTag
{
    padding-top:10px;
}

#ArticleListByTag .Article
{
    padding-bottom:12px;
    border-bottom:solid 1px #666;
}

#ArticleListByTag .TitleForShort
{
	font-weight:bold;
	line-height:25px;

}

/* UL
----------------------------------------------------------------------------*/

#mainPart .Decimal li
{
    list-style-type:decimal;
}
#mainPart .Decimal li li
{
    list-style-type:disc;
}

#mainPart .square li
{
    list-style-type:square;
}
#mainPart .square li li
{
    list-style-type:disc;
}


#MagazineUI li,
#LibraryUl li,
#TopArticlesUl li,
#SoftwareOutsourcingUl li{
	list-style-image:url(images/arrow.gif);
	padding-left:3px;
}

#HighlightsUl li{
	list-style-image:url(images/Highlight.gif);
	padding-left:3px;
}

#GeneralTechniqueUl li{
	list-style-image:url(images/Technology.gif);
	padding-left:3px;
}

#FeaturedTechniqueUl li{
	list-style-image:url(images/Technology.gif);
	padding-left:3px;
}

#CaseStudiesUI li{
	list-style-image:url(images/FeatureTech.gif);
	padding-left:3px;
}

#HowCanWeUI li,
#HighlightsUl li{
    margin-bottom: 15px;   
}
#GeneralTechniqueUl li,
#FeaturedTechniqueUl li{
	margin-bottom:5px;
}
#HowCanWeUI li a{
    margin-top:0px;
    padding-top:0px;
}

#HowCanWeUI .SendMail{
	list-style-image:url(images/SendEmail.gif);
	list-style-type:none;
	padding-left:5px;
}

#HowCanWeUI .Request{
	list-style-image:url(images/Request.gif);
	list-style-type:none;
	padding-left:5px;
}

#HowCanWeUI .Phone{
	list-style-image:url(images/smallPhone.gif);
	list-style-type:none;
	padding-left:5px;
}

#HowCanWeUI .LiveChat{
	list-style-image:url(images/LiveChat.gif);
	list-style-type:none;
	padding-left:5px;
}
/* Magazine
----------------------------------------------------------------------------*/
#Magazine .Menu a
{
    text-decoration:underline;
}

#Magazine .Menu ul li{
	margin:10px;	
	font-size:8pt;
	font-weight:bold;
}

#Magazine .Menu ul li .MagazineSubject{
	margin:10px 0px 10px 10px;
	font-weight:normal;
}

#MagazineIndex
{
    float:right;
}
/* News
----------------------------------------------------------------------------*/
.NewsHeader{
	border-width:0px;
	font-size: 11pt;
	margin-top:20px;
	margin-left: 15px;
	font-weight:normal;
	color: #467dbe;
	font-weight:bold;
}
.NewsSubTime{
	color:#999999;
	font-style:italic;
	font-size:8pt;
}
.NewsContext
{
}

/* Features of ODC and Fixed Price Quote
----------------------------------------------------------------------------*/
.vsTable{
    margin-top:15px;
    text-align:center;
}

.vsTable table
{
    table-layout:fixed;
    width:650px;
    border-collapse: collapse;    
}

.vsTable th
{
    background-color:#4F81BD;
    color:#ffffff;
    font-size:8pt;
    height:40px;
    border:solid 1px #ffffff;
}

.vsTable td
{
    padding: 10px 0px;
    text-align:left;
    border:solid 1px #ffffff;
}

.vsTable .alt td
{
    background-color:#E6EDF6;
}

.vsTable .field
{
    text-align:center;
    font-size:10pt;
    font-weight:bold;
}

/*-----------------Contact us form -------------*/
.ContactForm
{
    float:left;
    width: 570px;    
    font-size:0.8em;
    z-index:100;
}

.ContactForm .Header
{
    height: 61px;
    background-image: url(images/ContactFormHead.png);
    background-repeat: no-repeat;
}

.ContactForm .Body
{
    background-image: url(images/ContactFormBody.png);
    background-repeat: repeat-y;
}

.ContactForm .Footer
{
    height: 19px;
    background-image: url(images/ContactFormFoot.png);
    background-repeat: no-repeat;
}  

.ContactForm table
{
    margin:0px 10px 0px 5px;
}

.ContactForm th
{
    color: #28496a;
    font-weight:normal;
    text-align:right;
    vertical-align:top;
    padding-top:8px;
    width: 150px;
}

.ContactForm .ContactNote
{
    color:#fe7800;
    padding:0px 45px 8px 15px;
}
