
/********************** GLOBAL CSS ***********************/

body {
	margin: 0px;
	background: #fff;
	font-family: "Trebuchet MS", "Tahoma", "Verdana", sans-serif; 
	font-size: 12px;
	color: #525252;
}
.mainContainer {
	width: 980px;
	border: 0px solid #000;
}
strong 
{
	font-weight: normal;
}
ul {
    padding: 0px;
	margin: 0px 0px 0px 3px;
	list-style: none;
}
ul li {
	background: url("../images/bullet/smallArrows.gif") left 5px no-repeat;	
	margin: 4px 0px;
	padding: 0px 0px 0px 14px;
}
.level2 li{
	background: none;	
	padding-left: 60px;
	margin: 0px;
    background: url("../images/bullet/smallestArrow.gif") 50px 5px no-repeat;	
}
ul.large {
    background: #f4f4f4;	
	margin: 10px 20px 10px 30px;
	list-style: none;
	padding: 10px;
}
ul.large li {
	margin: 0px 0px;
	padding: 2px 0px 2px 14px;
	border-bottom: 1px solid #ccc;
}
.divider {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
.viewImg img
{
    border: 7px solid #f4f4f4 !important;
    margin: 0px 0px;
}
a 
{
	color: #0596EA;
	outline: none;
}
a.pdf 
{
    background: url("../images/icons/pdf.jpg") 0px 0px no-repeat;
    padding: 10px 0px 4px 40px;	
    height: 32px;
    color: #268DC9;
    display: block;
    margin: 0px 0px 0px 0px;
}
a.ppt 
{
    background: url("../images/icons/ppt.jpg") 0px 0px no-repeat;
    padding: 10px 0px 0px 40px;	
    height: 32px;
    color: #268DC9;
    display: block;
    margin: 6px 0px;
}
a.word 
{
	background: url("../images/icons/word.jpg") 0px 3px no-repeat;
    padding: 10px 0px 10px 38px;	
    height: 30px;
    color: #268DC9;
    display: block;
    margin: 6px 0px;
}
a.rar 
{
	background: url("../images/icons/rar.jpg") 0px top no-repeat;
    padding: 0px 0px 0px 38px;	
    height: 22px;
    color: #268DC9;
    display: block;
    margin: 6px 0px;
}
a.jpg 
{
	background: url("../images/icons/jpg.jpg") 0px top no-repeat;
    padding: 0px 0px 0px 38px;	
    height: 22px;
    color: #268DC9;
    display: block;
    margin: 6px 0px;
}
a.black 
{
	color: #525252;
	outline: none;
	text-decoration: none;
}
a.black:hover
{
	color: #000;
} 
.errortext 
{
	color: #FF6600 !important;
	background: url("../img/icons/errortext.gif") left top no-repeat;
	padding: 1px 0px 0px 21px;
}

/************************** Header **************************/
/* Top SEO Panel */
.topSeoText 
{
    width: 100%;
    height: 27px;
    background: url("../img/bg/topSeoText-bg.gif") left top repeat-x;    
}
.topSeoText div
{
    width: 960px;
    font-size: 10px;
    color: #666;
    padding-top: 4px;
}
.topSeoText div a
{
    color: #666;
    text-decoration: none;
}
a.freeOrder
{
	background: url("../img/buttons/free_order.jpg") left top no-repeat;   
	padding: 13px 40px 12px 70px;
	height: 42px;
	color: #fff;
	font-size: 16px;
	width: 400px;
	text-decoration: none;
	text-align: left;
}
/******************** index redesign logo ****************/
.logoRedesign
{
	float: left;
	position: relative;
	width: 420px;
	height: 48px;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 0px;
	background: #fff;	
	cursor: pointer;
}
.logoRedesign .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 45px;
	background: url('../img/graphic/logoredesign5.jpg') 0 0 no-repeat;

}
.logoRedesign .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 45px;

}
.logoRedesign .text h1 
{
	font-size: 14px;
	font-weight: normal;
	padding-left: 3px;
	line-height: 14px;
	margin: 0px;	
}

/******************** /index redesign logo ****************/

.headerContainer {
	margin-top: 0px;
}
.headerContainer  .divider
{
	clear: both;
	height: 1px !important;
	font-size: 1px;
	line-height: 1px;
	
}
.headerContainer .topPanel 
{
    margin: 0px 0px 0px 0px;   
    text-align: left; 
    float: right;
    border: 0px solid;
    padding-top: 5px;
}
html>body .headerContainer .topPanel
{
    margin: 0px 0px 0px 0px;   
}
.headerContainer .topPanel a  
{
	display: inline;
	position: relative;
	margin: 0px 10px 0px 10px; 
	padding: 0px 0px 0px 0px; 
	border: 0px solid;
	vertical-align: middle;
}

.headerContainer .topPanel a img  
{
	border: none; 
	
}

.headerContainer .topPanel .topText h1
{
    font-size: 10px;
    margin: 0px 0px 0px 33px;
    color: #999;
    text-align: left;
    width: 630px;
    line-height: 12px;
    font-weight: normal;
}
.headerContainer .topImageHome {
	background: #FD9B02 url("../images/graphic/topImage3.jpg") bottom left no-repeat;
	width: 980px;
	height: 185px;
	color: #fff;
	text-align: left;
}
.headerContainer .topImage {
	background: #FD9B02 url("../images/graphic/topImageSmall2.jpg") bottom left no-repeat;
	width: 980px;
	height: 71px;
	color: #fff;
	text-align: left;
}
.headerContainer .topImage .headerH1
{
	float: right;
	width: 700px;
}
.headerContainer .topImage .headerH1 h1
{
	font-size: 20px;	
	color: #fff;	
	text-align: left;
	padding: 19px 0px 0px 20px;
	margin: 0px;
}
.headerContainer .topImageHome img 
{
	border: none;
}
.headerContainer .topMenu 
{
	background: #1162A2 url("../img/bg/menu-bg.jpg") bottom left no-repeat;
	width: 980px;
    height: 55px;
    border: 0px solid;
    padding: 0px 0px;
    margin: 0px;
	text-align: left;
}
html>body .headerContainer .topMenu {
}
.headerContainer .topMenu a {
    position: relative;
    display: inline-block;
	margin: 0px 26px 0px 26px;
    padding: 18px 22px 18px 22px;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid #000;
}
/*
html>body .headerContainer .topMenu a {
	padding: 10px 49px 10px 49px;
	height: 34px;
	line-height: 34px;
	margin: 0px;
}
*/
.headerContainer .topMenu a:hover {
	text-decoration: none;
	background: url("../img/bg/menu-hover-bg.jpg") center bottom no-repeat;	
	color: #fff;
}
.headerContainer .topMenu a.current, .headerContainer .topMenu a.parentOfCurrent { 
	text-decoration: none;
	background: url("../img/bg/menu-hover-bg.jpg") center bottom no-repeat;		
	color: #fff;

}
.headerContainer .topMenuDivider 
{
	/*background: url("../images/bg/bgTopMenuDivider.jpg") left top no-repeat;	*/
	height: 26px;
}
.headerContainer .slidemenudivider 
{
	/*background: url("../img/bg/slidemenudivider.jpg") left top no-repeat;	*/
	height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.contentContainer
{
	padding: 0px 0px 0px 0px;
	width: 980px;
	border: 0px solid;
	padding:0 0 40px;
}
/******************** Left Container *********************/
.leftPanelTitle
{
    border: 0px solid;
}
.leftPanelTitle a
{
    border: none !important;
} 
.leftPanelTitle img
{
    border: none !important;
}
table.pageTable
{
    border: 0px solid; 
    width: 100%; 
}
table.pageTable td 
{
 vertical-align: top;
 padding: 0px 0px 0px 20px;
}
table.pageTable td.left
{
    width: 200px;
    border-right: 1px solid #e0e0e0;
    padding: 0px 20px 0px 0px;
}
.middleContainer {
	border: 0px solid;
	background: url("../images/bg/bgLargeBlock.jpg") top left no-repeat;
	width: 980px;
}
.leftContainer {
	border: 0px solid;
	padding: 4px 0px 0px 0px;
	text-align: left;
	height: auto;
}
.spacer {
	clear: both;
	width: auto;
	font-size: 1px;
}
.leftContainer .leftMenu 
{
	margin: 12px 0px 0px 0px;	
	/*background: url("../img/bg/leftMenuTop-bg.gif") left top no-repeat;	*/
	padding-top: 1px;
}
.leftContainer .leftMenu a {
	display: block;
	font-size: 12px;
	color: #146596;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	line-height: 16px;
    text-decoration: none;
    font-weight: normal;	
    font-family: Tahoma;
    border-top: 1px dashed #ccc;
}
.leftContainer .leftMenu a.current {
	color: #ff6600;
    text-decoration: none;
}
.leftContainer .leftMenu a:hover {
	color:  #268DC9;
    text-decoration: none;
}
.leftContainer .leftMenu a.level2 
{
	/*background: url("../img/bg/leftMenu-bg.gif") left top no-repeat;*/
	padding: 8px 0px 8px 0px;
}
.leftContainer .leftMenu a.level2:hover
{
	padding: 8px 0px 8px 0px;
	/*background: url("../img/bg/leftMenuHover-bg.gif") left top no-repeat;*/
	color: #ff6600;
} 
.leftContainer .leftMenu a.level2.current, .leftContainer .leftMenu a.level2.parentOfCurrent
{
	/*background: url("../img/bg/leftMenuHover-bg.gif") left top no-repeat;*/
	color: #ff6600;	
	padding: 8px 0px 8px 0px !important;
}

.leftContainer .leftMenu a.level3
{
    padding: 0px 0px 4px 24px !important;
    font-size: 11px;
    width: 200px;
	background: url("../img/icons/menuLevel3.gif") 10px 4px no-repeat;    
	margin: 3px 0px 3px 0px;
	line-height: 14px;
	border: 0px solid;
	
}
.leftContainer .leftMenu a.level3:hover
{
	color: #ff6600;    
}
.leftContainer .leftMenu a.level3.current
{ 
    padding: 0px 0px 4px 24px;

}  
.leftNote 
{
    border: 0px solid;
    margin-top: 20px;
}
.leftNote img 
{
    border: none;
    margin-top: 10px;
}
.servicesSoalution 
{
    position: absolute;
    border: 0px solid;
	width: 223px;
	height: 100px; 
	background: url("../images/titles/leftNoteSoalution.jpg") left top no-repeat;   
}  
.leftFeedback
{
	background: #E4F0F8 url("../images/bg/leftfeedback_top_bg.jpg") left top no-repeat;
	margin: 10px 0px 10px 0px;
	border: 1px solid #C8E0F0;
	width: 230px;
}
.leftFeedbackBg
{
	background:  url("../images/bg/leftfeedback_bottom_bg.jpg") left bottom no-repeat;
	padding: 10px 15px 10px 15px;
}
.leftFeedbackBg .thankYou
{
	color: #288D05;
	padding: 5px 0px 10px 0px; 
	height: 50px;
}
.leftFeedbackBg .title
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}
.leftFeedbackBg input, .leftFeedbackBg textarea
{
	margin: 3px 0px;
	width: 183px;
}
.leftFeedbackBg .skype
{
	background:  url("../img/icons/skypeLogo.jpg") left 10px no-repeat;
    position: relative;
    padding: 0px 5px 0px 50px;
    font-size: 12px;
    margin: 10px 0px 10px 0px;
}

.leftFeedbackBg a
{
    display: block;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    width: auto !important;
}  
/******************** Central Container *********************/
.centralContainer {
	border: 0px solid;
	padding-left: 0px;
}
.article {
	border: 1px dashed #999;
	background: #fff;
	margin: 10px 0px 30px 0px;
	padding: 20px 30px 10px 30px;
	text-align: left;
	/*width: 660px;*/
}
.article .title {
	font-size: 17px;
	text-align: left;
}
.article .title#usability {background: url("../img/titles/articleUsability.gif") 0px 0px no-repeat;}
.article .title#development {background: url("../img/titles/articleDevelopment.gif") 0px 0px no-repeat;}
.article .title#ñreateWeb {background: url("../img/titles/articleCreateWeb.gif") 0px 0px no-repeat;}
.article .title#technology {background: url("../img/titles/articleTechnology.gif") 0px 0px no-repeat;}
.article .title#news {background: url("../img/titles/articleNews.gif") 0px 0px no-repeat;}
.article .text {
	line-height: 16px;
	font-size: 12px;
}
.article .text p {
	margin: 20px 0px; 
	width: 100%;
}
.article .text table td {
	font-size: 12px;
	vertical-align: top;
}
.article .text img {
	margin: 20px 30px 0px 0px ;
}
html>body .article .text img {
	margin: 0px 10px 0px 0px ;
}
.article h3
{
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: 17px;
    color: #666;
    padding: 0px 0px 0px 30px !important;
    margin: 0px 0px 20px 0px;
	background: url("../images/bullet/tick.gif") 0px 0px no-repeat;    	
}
.centralContainer .block {
	background: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #e0e0e0;
	margin: 0px 0px;
}
.breadcrumbs
{
	border: 0px solid;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.breadcrumbs a
{
	color: #666;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 8px 0px 0px;
}
.breadcrumbs a.arrow
{
	background: url("../img/icons/arrowSuperSmall.gif") 0px 5px no-repeat;   
	padding: 0px 8px 0px 24px 	

}
.centralContainer .block p {

	margin: 8px 0px 22px 0px;
	text-align: justify;
	padding: 0px 3px 0px 0px;
}
 .centralContainer .block .title, .centralContainer .block h1  {
	font-size: 17px;
	color: #268DC9;
	margin: 0px;	
}
.centralContainer .block .title2, .centralContainer .block h2 {
	font-size: 18px;
	color: #268DC9;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px; 
}
.centralContainer .block h3 {
	font-size: 16px;
	font-weight: bolder;
	margin: 16px 0px 4px 0px;
	padding: 0px 0px 4px 0px; 
}
.centralContainer .block h3 a.gray {
    text-decoration: none;
    color: #666;
    line-height: 20px;
}
.centralContainer .block h4 {
	font-size: 14px;
	color: #268DC9;
	font-weight: bolder;
	margin: 0px;
	padding: 0px 0px 4px 0px; 
}
.centralContainer .block .title#strategy {background: url("../images/titles/largeBlockStrategy.gif") 0px 0px no-repeat;}
.centralContainer .block .text {
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 20px;
}
.centralContainer .block .text table{
	border: 0px solid red;
	margin-top: 0px;
}
.centralContainer .block .text table td {
	font-size: 12px;
	line-height: 18px;
}
.centralContainer .block .text img {
	margin: 0px 30px 20px 0px;
}
html>body .centralContainer .block .text img {
	margin: 0px 30px 20px 0px;
}
.centralContainer .block .text img.illustr {
	border: 5px solid #f4f4f4;
	margin: 12px 20px 10px 0px;
}
html>body .centralContainer .block .text img.illustr {
	margin: 5px 20px 15px 0px;
}
.largeBlock {
	text-align: left;
	padding: 0px 0px 0px 0px;
	background: none;
}
.largeBlock p {
	width: 100%;
	margin: 8px 0px 22px 0px;
	text-align: justify;
	background: none;
}
.largeBlock .title {
	font-size: 17px;
	width: 100%;
	color: #268DC9;
}
.centralContainer .largeBlock .title2 {
	font-size: 12px;
	width: 100%;
	color: #268DC9;
	font-weight: bold;
}
.largeBlock .title#strategy {background: url("../img/titles/largeBlockStrategy.gif") 0px 0px no-repeat;}
.largeBlock .title#sharepoint {background: url("../img/titles/largeBlockSharepoint.gif") 0px 0px no-repeat;}
.largeBlock .text {
	line-height: 16px;
	font-size: 12px;
	background: none;	
}
.largeBlock .text h1 
{
    font-family: Tahoma;
    font-weight: normal;
    font-size: 17px;
    color: #268DC9;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.largeBlock .text a
{
    color: #525252;
    text-decoration: none;
}
.largeBlock .text a:hover
{
    text-decoration: underline;
}
.largeBlock .text table td {
	font-size: 12px;
	line-height: 20px;
}
.largeBlock .text img {
	margin: 20px 30px 20px 0px;
}
html>body .largeBlock .text img {
	margin: 0px 30px 20px 0px;
}
.largeBlock .text img.illustr {
	border: 5px solid #f4f4f4;
	margin: 12px 20px 10px 0px;
}
html>body .largeBlock .text img.illustr {
	margin: 5px 20px 15px 0px;
}

.largeBlock .text .linksCategories 
{
	margin-top: 20px;
}
.largeBlock .text .linksCategories a
{
	display: block;
}	
.reestr-gerbs
{
    border: 1px solid;
    margin-top: 0px;
}
.reestr-gerbs td
{
    vertical-align: top;
    padding-right: 10px;
    font-size: 11px !important;
    line-height: 16px !important;   
}
.reestr-gerbs td img 
{
    border: none;
    margin: 0px 10px 0px 0px !important;      
}
table.services 
{
    margin-top: -20px !important;
}

table.services td
{
	padding: 0px 0px 14px 0px;
	vertical-align: top;
	line-height: 13px !important;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}
table.services td.middle
{
    width: 20px;
    padding: 14px 10px;
    border: none;
}

table.services td h3
{
	color: #268DC9;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 6px 0px;
	/*padding: 6px;
	background: #f4f4f4;*/
}
table.services td h3 a
{
	color: #268DC9;
}

table.products
{
    margin-top: -10px  !important;
}
table.products td
{
	padding: 20px 10px 20px 0px;
	vertical-align: top;
	line-height: 13px !important;
	font-size: 11px;
	border-bottom: 1px solid #ADCFE6;
}
table.products td h3 
{
	color: #268DC9;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 6px 0px !important;
	/*padding: 6px;
	background: #f4f4f4;*/
}
table.products td h3 a
{
    text-decoration: none;
} 

table.products td img
{
    padding: 0px;
    margin: 0px 0px 5px 0px !important;
    border: none;
}
table.products td img.logo
{
    float: left;
    margin: 10px 20px 10px 0px !important;
}
table.products td a.url
{
    display: block;
    margin: 5px 0px 0px 0px;
}
table.partners
{
	margin-top: 20px !important;
}
table.partners td
{
    vertical-align: top;
    text-align: left;
    padding: 10px 20px 30px 0px;
    border-top: 1px solid #e0e0e0;
}
table.partners td a.borderImg
{
    width: 220px;
    height: 100px;
}

table.partners td h2
{
    text-align: left;
    margin: 0px;
    padding: 0px !important;
    color: #268DC9;
    font-size: 14px  !important;
	font-weight: normal;
	margin: 0px 0px 10px 0px !important;
}

table.partners td img 
{
    border: 0px;
    margin: 0px 20px 20px 0px !important;   
    float: left; 
}
table.partners tr.description td
{
    font-size: 11px;
    vertical-align: top;
    border-top: 1px solid #ccc;
    padding: 15px 30px 10px 0px;
    text-align: left;    
}
table.prices td
{
	border: 1px solid #e4e4e4;
	padding: 10px 20px;
	background: #f8f8f8;
}
.question 
{
	background: url("../images/icons/faq.gif") 20px 20px no-repeat;   
	padding: 20px 20px 10px 60px;
}
.response 
{
	background: url("../images/bg/bgFaq.jpg") left bottom repeat-x;   
	padding: 20px 20px 0px 40px;
	height: 86px;
}
.viewDemo
{
	width: 660px;
	margin: 0px 0px 20px 0px;
}
.viewDemo td
{
	background: #f0f0f0; 
	border: 1px solid #e4e4e4;
	padding: 6px 20px;  
}
.viewDemo td a 
{
	background: url("../images/icons/play.gif") left top no-repeat;   
	padding-left: 20px;
}

.development
{
	height: auto;
	width: 700px;	
}

.development td
{
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	text-align: justify;
	border-top: 1px dashed #ccc;
	line-height: 16px !important;
}
.development td img
{
	margin: 0px !important;
}
.functionNumbers
{
	height: auto;
	width: 660px;
	margin: 0px 0px 20px 0px;	
}

.functionNumbers td 
{
	vertical-align: middle !important;
	height: 60px !important;
	padding: 20px 20px 40px 60px !important;
	text-align: left;
	line-height: 20px !important;
	font-size: 16px !important;
}
.functionNumbers td:hover
{
	color:#000;
}
.functionNumbers td.number1 {background: url("../img/illustrations/function1.jpg") 10px 20px no-repeat;}
.functionNumbers td.number2 {background: url("../img/illustrations/function2.jpg") left 20px no-repeat;}
.functionNumbers td.number3 {background: url("../img/illustrations/function3.jpg") left 20px no-repeat;}
.functionNumbers td.number4 {background: url("../img/illustrations/function4.jpg") left 20px no-repeat;}
.functionNumbers td.number5 {background: url("../img/illustrations/function5.jpg") left 20px no-repeat;}
.functionNumbers td.number6 {background: url("../img/illustrations/function6.jpg") left 20px no-repeat;}
.functionNumbers td.number7 {background: url("../img/illustrations/function7.jpg") left 20px no-repeat;}
.functionNumbers td.number8 {background: url("../img/illustrations/function8.jpg") left 20px no-repeat;}
.functionNumbers td.number9 {background: url("../img/illustrations/function9.jpg") left 20px no-repeat;}
.functionNumbers td.number10 {background: url("../img/illustrations/function10.jpg") left 20px no-repeat; padding: 20px 5px 20px 95px;}
.functionNumbers td.number11 {background: url("../img/illustrations/function11.jpg") left 20px no-repeat; padding: 20px 5px 20px 95px;}
.functionNumbers td.number12 {background: url("../img/illustrations/function12.jpg") left 20px no-repeat; padding: 20px 5px 20px 95px;}

.functionNumbers td.number1:hover {background: url("../img/illustrations/function1hover.jpg") 10px 20px no-repeat;}
.functionNumbers td.number2:hover {background: url("../img/illustrations/function2hover.jpg") left 20px no-repeat;}
.functionNumbers td.number3:hover {background: url("../img/illustrations/function3hover.jpg") left 20px no-repeat;}
.functionNumbers td.number4:hover {background: url("../img/illustrations/function4hover.jpg") left 20px no-repeat;}
.functionNumbers td.number5:hover {background: url("../img/illustrations/function5hover.jpg") left 20px no-repeat;}
.functionNumbers td.number6:hover {background: url("../img/illustrations/function6hover.jpg") left 20px no-repeat;}
.functionNumbers td.number7:hover {background: url("../img/illustrations/function7hover.jpg") left 20px no-repeat;}
.functionNumbers td.number8:hover {background: url("../img/illustrations/function8hover.jpg") left 20px no-repeat;}
.functionNumbers td.number9:hover {background: url("../img/illustrations/function9hover.jpg") left 20px no-repeat;}
.functionNumbers td.number10:hover {background: url("../img/illustrations/function10hover.jpg") left 20px no-repeat;}
.functionNumbers td.number11:hover {background: url("../img/illustrations/function11hover.jpg") left 20px no-repeat;}
.functionNumbers td.number12:hover {background: url("../img/illustrations/function12hover.jpg") left 20px no-repeat;}


.features
{
	border:1px solid;
	padding: 20px 0px 0px 0px;
}
.features td
{
	vertical-align: top;
	background: #f4f4f4;
	padding: 10px;
	border-bottom: 4px solid #ccc;
}
.features td h3
{
	color: #268DC9;
	font-weight: bold;
	font-size: 15px;
/*	border-bottom: 2px dashed #268DC9;*/
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.features td ul li, li.underline
{
	color: #333;
	font-size: 11px;
	background: none;
	margin: 0px;
	line-height: 14px;
	padding: 6px 0px;
	border-top: 1px solid #ccc;
}
li.underline
{
	font-size: 12px;
	border-top: none;
	border-bottom: 1px solid #ccc;
}
.features td ul li.even
{
	color: #268DC9;
}
.cert-logos
 {
    float: right;
    border: 1px dashed #ccc; 
    padding: 20px 20px;
    background: #F3F2F1;
    margin: 0px 0px 10px 20px;
    font-size: 13px;
    text-align: left;
 }
 
.cert-logos p
  {
    text-align: left !important;
    width: 270px  !important;
    margin-top: 5px;
  }
.cert-logos img
 {
    margin: 3px !important;
 }
/*********************** Site Map *********************/
.sitemap
{
  	color: #268DC9;
  	font-size: 14px;
  	margin: 4px 0px;
  	padding: 3px 0px;
}
.sitemap-hover
{
  	color: #666;
}
.text.links a
{
    color: #666;
    margin: 0px 0px;
}
/*********************** Bottom pane ************************/
.nognici 
{
    /*background: url("../images/bg/bgNognici2.gif") top left repeat-x;*/
	height: 15px;
	margin: 40px 0px 10px 0px;
	text-align: right;
	border-bottom: 1px dashed #ccc;
}
html>body .nognici 
{
    background: url("../images/bg/bgNognici.gif") top left repeat-x;
}
.footerSiteMapDivider
{
	background: url("../images/bg/bgBottomSiteMap4.jpg") top left repeat-x;
	height: 95px;
	padding: 0px 20px;
}
.footerSiteMapDivider .address
{
	text-align: left;
	border-top: #ccc 1px dashed;
	padding: 20px 0px 0px 20px;
}
.footerSiteMap 
{
	padding: 0px 22px 20px 22px;
	border-top: 3px solid #D7D7D7;
	border-bottom: 4px solid #FFCC00;
	margin: 3px 0px 0px 0px;
	background: #D8D8D8 url("../img/bg/footerSiteMap.jpg") top left no-repeat;
}
.footerSiteMap table
{
	
}
.footerSiteMap table td 
{
	vertical-align: top;
	text-align: left;
	padding: 0px 10px;
	border: none;
	margin: 0px;
}
.footerSiteMap table td:hover
{
	/*background: #ccc;*/

}
.footerSiteMap table td a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 6px;
	line-height: 13px;
	border-bottom: 1px solid #E4E4E4;
	padding: 4px 0px;
}
.footerSiteMap table td a:hover
{
	color: #0596EA;
}
.footerSiteMap table td a.top
{
	font-weight: bolder;
	margin: 7px 0px 4px 6px;
	/*background: #EFEFEF;*/
	padding: 5px 0px 5px 0px;
	color: #0164CA;
	font-size: 10px;
	font-family: "Segoe UI";
	/*border-bottom: 4px solid #999;*/
}
.footerSiteMap table td a.top:hover
{
	color: #0596EA;
}
.footerContacts
{
	/*padding: 10px 40px 20px 40px;*/
	border-bottom: 1px solid #E6E6E6;
	border-top: 5px solid #FF6600;
    margin-top: 0px;
}
.footerContacts table td
{
	text-align: left;
	padding: 10px 30px 10px 10px;
}
.footerContacts table td p
{
	padding: 0px;
	margin: 0px !important;
	font-size: 11px;
	color:#666;
}
.footerContacts table td a
{
	font-size: 11px;
	margin: 0px;	
}
.footerLinks 
{
    text-align: center;
    color: #ccc;
    font-size: 11px;
    margin: 40px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
}
.footerLinks a
{
    color: #999;
    font-size: 11px;
    text-decoration: none;
    margin: 0px 45px;   
}
.footerLinks a:hover
{
	color: #000;
}
.footerDivider
{
	height: 21px;
	background: url("../images/bg/bgBottomMenuDivider.jpg") top left no-repeat;

}
.footerContainer 
{
	/*background: #008AE2 url("../img/bg/footer-bg.jpg") top left no-repeat;*/
	height: 35px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 11px;
	padding: 8px 20px 8px 20px;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
html>body .footerContainer {
	height: 18px;
}
.footerLogos
{
	border: 0px solid;
	margin: 10px 0px 0px 0px;
	text-align: left;
}
.footerLogos img
{
	border: 0px solid;
	margin: 0px 0px;
}
.footerSeoBlock
{
	background: #000000 none repeat scroll 0 0;
	bottom:0;
	height:32px;
	left:0;
	position:fixed;
	width:100%;
	z-index:20;
}
.footerRounding
{
	/*background: url("../img/bg/footerRounding-bg.jpg") bottom left no-repeat;*/
	border-top: 1px solid #ccc;
	margin-top: 30px;
}
.footerRounding .menu a
{
    color: #666;
    text-decoration: none;
    margin: 0px 50px 0px; 
    font-size: 14px;
}
.footerRounding .menu
{
    margin: 0px 0px;
    padding: 20px 0px 24px 0px;
    
}
.footerRounding .menu a:hover
{
    color: #000;
}
/************* Administrator pages ******************/
div.adminLinks
{
	background: url("../img/graphic/logoBlue.jpg") top left no-repeat;
	width: auto;
	border: 0px solid red;
	margin: 20px 50px;
	text-align: left;
	padding-top: 30px;
}
div.adminLinks .urlColumn
{
	width: 200px;
}
div.adminLinks .grid 
{
	margin: 20px 0px;
	text-align: left;
}
div.adminLinks .gridTable td
{
	border: 1px solid #ccc;
} 
.addLinkButton 
{
	background: url("../images/icons/plus.gif") 0px 0px no-repeat;
	padding: 0px 0px 20px 20px;
	border: 0px solid;
}
.editLinkButton 
{
	background: url("../images/icons/pensil.gif") 0px 0px no-repeat;
	padding: 0px 0px 20px 20px;
	margin: 3px;
}
.deleteLinkButton 
{
	background: url("../images/icons/delete.gif") 0px 0px no-repeat;
	padding: 0px 0px 20px 20px;
	margin: 3px;
}
div.adminLinks .editContainer
{
	width: 300px;
	border: 1px solid #ccc;
	margin: 20px 0px;
}

.linkExchange a
{
	/*display: block;*/
}
.linkExchange a:hover
{
	color: #000;

}