
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #dadcdd top center repeat-x;
	margin: 0;
	padding: 0;
	font: 70%/140% Tahoma, Verdana, Arial, sans-serif;
	color: #444444;
}

#sinage

{

position: fixed;

top: 45%;

display: block;


}

a,a:link,a:visited, a:active {
	color: #1441ce;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

blockquote {
	background-attachment: scroll;
	background-image: url('img/quoteOpen.gif');
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin: 0 1em 1em;
	color: #7E7665;
	font-weight: lighter;
	margin-bottom: 0.5em;
	text-indent: 27px;
}

blockquote p {
	display: inline;
}

.close-q {
	background: url('img/quoteClose.gif') top center no-repeat;
	height: 18px;
	width: 23px;
	display: inline;
}

pre {
	border-left: 1px solid #327eb0;
	padding: 10px;
	font-style: italic;
	background: #ddd;
	margin: 10px 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul li{ list-style:none; background:url('img/bullet2.gif') 5px 2px no-repeat; padding-left:15px;}


/* Tables */

table {
	border-collapse: collapse;
}

table th {
	background: none;
	padding: 5px;
	border: 1px solid #cfb698;
	vertical-align: top;
}

table td {
	padding: 5px;
	border: 1px solid #cfb698;
	vertical-align: top;
}

/* mainContainer */

#mainContainer {
	position: relative;
	height: 100%;
	background: #a6a6a6 top center repeat-x;
	background-image: url('../img/back_new.png');
	background-repeat: repeat-x;
}

/* wrapper */

#wrapper_ {
	width: 100%;
	background: url('img/back1.jpg') #eae5ce top left repeat-x;
}

#wrapper_HomePage {
	width: 100%;
}

#wrapper_generalTemplate, #wrapper_templateNews, #wrapper_404{
	width: 100%;
	background: url('../img/backSmall.jpg') #eae5ce top left repeat-x;
}

/**---------------- Header part ---------------- */

#header {
	width: 100%;
	background: url('../img/backTopMenu.gif') top left repeat-x;
	position:relative;
	z-index:10;
}

#header .container {
	width: 800px;
	margin: 0 auto;
	background: url('../img/backTopMenuContainer.gif') top center no-repeat;
	position: relative;
}

/* logo */

#header #logo {
	padding-left: 11px;
}

#header h1, #header h1 a {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#header h1 span {
	display: none;
}

#header .descri {
	display: none;
}

/* topMenu */

#topMenu {
	position: absolute;
	top: 0px;
	left: 87px;
	font-family: Tahoma, Geneva, sans-serif;
}

#topMenu ul, #topMenu li {
	margin: 0;
	padding: 0;
}

#topMenu ul li {
	position: relative;
	float: left;
	display: block;
	background: none;
}

#topMenu ul li a {
	display: block;
	font-size: 11px;
	color: #080303;
	font-weight: normal;
	line-height: 36px;
	padding: 0 4px;
}

#topMenu ul li a span {
	padding: 0 5px;
}

#topMenu ul li.current_page_item a, #topMenu ul li.current_page_ancestor a {
	background: url('../img/backMenu.jpg') top left no-repeat;
	text-decoration: none;
}

#topMenu ul li a:hover {
	background: url('../img/backMenu.jpg') top left no-repeat;
	text-decoration: none;
}

#topMenu ul li ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	width: 170px;
	background: url('../img//backNav.jpg') #d8d8d8 repeat-x top;
}

#topMenu ul li:hover ul {
	display: block;
}

#topMenu ul li ul li {
	float: none;
	display: block;
	background: none;
}

#topMenu ul li ul li a {
	color: #272117;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	display: block;
	width: 100%;
	font-size: 11px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #c6c6c6;
	line-height: 15px;
	padding: 5px 0;
}

#topMenu ul li ul li a span {
	margin: 0 15px;
	padding: 0px 1px;
	display: block;
	clear: both;
}

#topMenu ul li ul li a:hover {
	color: #f5b062;
	background: none;
}

#topMenu ul li.current_page_item ul li a, #topMenu ul li.current_page_ancestor ul li a {
	background: none;
}

#topMenu ul li ul li.current_page_item a {
	color: #f5b062;
	background: none;
}

/* searchTop */

#searchTop {
	position: absolute;
	top: 8px;
	right: 9px;
}

#searchTop form {
	background: url('../img/backInputTop.gif') top left no-repeat;
	width: 154px;
	height: 18px;
	padding: 0;
	margin: 0;
}

#searchTop #s {
	border: 1px solid #FFF;
	width: 100px;
	color: #a8a8a8;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	left: 10px;
	top: -1px;
}

#searchTop #searchsubmit {
	position: relative;
	top: 1px;
	left: 34px;
}

/* banner */

#banner {
	margin: 0 auto;
	width: 800px;
}

/* ---- Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: url('img/backContent1.gif') top center repeat-y;
	padding: 12px 20px 50px 20px;
	min-height: 400px;
	font-size: 1.2em;
	line-height: 1.4em;
	position:relative;
	z-index:5;
}
#content.newsDetailsTemplates{
	width: 800px;
	padding: 0;
}

#content #bgTopNewsDetails{
	background:url('img/backContentNews.gif') top center no-repeat;
	width:760px;
	padding: 12px 20px 50px 20px;
}

#wrapper_homePage #content {
	background: url('../img/back_content_light.png') top center repeat-y;
}

#wrapper_homePage #content.404{
	width: 800px;
	padding: 0;
	background: none;
}


#content ul li {
	background: url('../img/bullet2.gif') 0 5px no-repeat;
	margin: 5px 0;
	padding-left: 15px;
	list-style:none;
}

#content ol {
	margin: 10px 0 10px 10px;
	list-style: decimal inside;
}

#content ol li {
	margin: 5px 0;
}

#content p {
	margin: 0 0 1em 0;
}

#content h1 {
	color: #3f3219;
	text-decoration: none;
	font-size: 1.65em;
	border-bottom: 1px solid #dbd2b2;
	padding-bottom: 12px;
	font-weight: bold;
	line-height: 1.1em;
}

#content h2 {
	color: #000;
	text-decoration: none;
	font-size: 1.35em;
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	font-weight: bold;
}

#content h1 a,#content h2 a {
	color: #3f3219;
	text-decoration: none;
	font-weight: bold;
}

#content h2 {
	margin: 0 0 0.6em 0;
}

#content h2.noSeparator {
	border-bottom: none;
}

#content h3 {
	color: #3f3219;
	text-decoration: none;
	border-bottom: 1px solid #dbd2b2;
	padding-bottom: 6px;
	margin-bottom: 6px;
	margin-top: 10px;
	font-size: 1.2em;
}

#content h3 a {
	color: #3f3219;
}

#content h4, #content h5, #content h6 {
	color: #3f3219;
}

#content .entry {
	margin-bottom: 20px;
	margin-top: 5px;
}

#content .entry h3.light a {
	color: #1441ce;
}

/* breadcrumb */
#content .breadcrumb, #content .breadcrumb a, #content .breadcrumb a:link, #content .breadcrumb a:active, #content .breadcrumb a:visited{font-size:10px;}

/*********** HOMEPAGE ****************/

/**** leftContentHome ******/

#leftContentHome {
	width: 528px;
	float: left;
	display: inline;
	padding-right: 20px;
}

/* introduction */

#introduction {
	
}

#introduction h2 {
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.4em;
}

#introduction .container {
	padding: 0 8px;
}

/* blockTextHome */

#blockTextHome {
	margin-bottom: 30px;
}

#blockTextHome .blockHome {
	float: left;
	display: inline;
	width: 345px;
	padding-right: 30px;
}

#blockTextHome .blockHome.noSpace {
	padding-right: 0;
	width: 375px;
}

#blockTextHome .blockHome h2 {
	color: #222222;
	border-bottom: none;
	padding-bottom: 0;
}

/* bannerHome */

#bannerHomeText {
	padding: 0px 0 10px 0;
	width: 575px;
	/*font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.3em;*/
	line-height: 1.3em;
	float: left;
}

/*#bannerHomeText a, #bannerHomeText a:link, #bannerHomeText a:visited,#bannerHomeText a:active{ color:#444444;}*/
#bannerHome {
	margin-bottom: 20px;
}

#homeButtons {
	float: right;
}

#bannerHome h2 {
	color: black;
	/*font-size: 1.1em;*/
	line-height: 1.5em;
	border-bottom: none;
	padding-bottom: 0;
}

#bannerHome .fast_secure {
	color: #bb0202;
}

#bannerHome .deploy_scale {
	color: #005099;
}

#bannerHome ul {
	margin-left: 40px;
}

#bannerHome ul li {
	list-style-image: url(images/logo_bullet.png);
	list-style-position: outside;
	background-image: none;
	padding-left: 0;
}

#bannerHome #imgBannerHome {
	margin-bottom: 10px;
}

/* bannerPub */
#bannerPub{ padding-bottom:10px;}

/* blockHomeBottom */

.blockHomeBottom {
	width: 183px;
	float: left;
	display: inline;
	padding-right: 9px;
	overflow: hidden;
	margin-bottom: 10px;
}

.blockHomeBottom.noSpace {
	padding-right: 0px;
}

/******************** 2 Colums *************************/

/* leftContent2Col */

#leftContent2Col {
	width: 196px;
	float: left;
	display: inline;
}

/* contentCenter2Col */

#contentCenter2Col {
	width: 544px;
	float: left;
	display: inline;
	padding-left: 20px !important;
	padding-left: 18px
}

/******************** FIN 2 Colums *************************/

/* featuredPrograms */

#featuredPrograms {
	float: left;
	display: inline;
	width: 250px;
	padding-right: 20px;
	margin-top: 10px;
	border-right: 1px solid #dbd2b2;
}

#featuredPrograms p {
	margin-bottom: 3px;
}

#featuredPrograms .thumb {
	float: left;
	display: inline;
	width: 66px;
	margin-right: 10px;
	background: url('../img/backLogoPrograms.gif') top center no-repeat;
	height: 40px;
}

#featuredPrograms .infoText {
	float: left;
	display: right;
	width: 172px;
}

#featuredPrograms .infoText_width {
	
}

#featuredPrograms img {
	padding: 2px 10px 2px 0;
}

#featuredPrograms .separator {
	margin-top: 5px;
	height: 5px;
}

/* featuredCustomers */

#featuredCustomers {
	float: left;
	display: inline;
	width: 220px;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

#featuredCustomers .pics {
	padding-bottom: 3px;
}

#featuredCustomers .author {
	font-size: 0.9em;
}

/* featuredPartners */

#featuredPartners {
	width: 528px;
	margin-top: 20px;
}

#featuredPartners .container {
	padding: 8px;
	width: 512px;
}

#featuredPartners div {
	background: url('../img/backLogo.gif') top center no-repeat;
	width: 102px;
	height: 65px;
	float: left;
	display: inline;
	margin: 0 7px 7px 0;
	position: relative;
}

#featuredPartners div img {
	text-align: center;
}

/**** rightContentHome ******/

#rightContentHome {
	float: right;
	display: inline;
	width: 196px;
}

/* menuLinks */

.menuLinks {
	border: 1px solid #dbd2b2;
	background-color: #FFF;
	padding: 10px 10px 10px 10px;
}

.menuLinks ul li {
	background: url('../img/bullet2.gif') 3px 5px no-repeat;
	padding-left: 15px;
}

.menuLinks ul li a {
	font-size: 1.05em;
	font-weight: normal;
}

.menuLinks ul li a.important {
	color: #F68F20;
}

/* newsHome */

#newsHome {
	margin-top: 20px;
}

#content #newsHome p {
	margin: 0 0 0.5em;
}

#newsHome .separator {
	margin-top: 5px;
}

#footer {
	background: url('../img/backFooter.gif') #363333 top center repeat-x;
	width: 100%;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	color: #777;
	font-size: 0.9em;
}

#footer #container {
	width: 800px;
	margin: 0 auto;
}

#footer a {
	color: #B2AEA1;
	text-decoration: none;
}

#footer h4 {
	color: #000;
	font-size: 1.3em;
	margin: 0 0 0.5em;
	font-weight: bold;
}

#footer h5 {
	font-size: 1.2em;
	margin: 1em 0;
}

#footer ul li{ background:none;}

#footer .column {
	display: block;
	float: left;
	padding: 2em 2% 15px;
	position: relative;
	width: 12.66%;
}

#footer .column ul {
	margin: 0;
	padding: 0;
}

#footer .column ul li {
	margin: 0;
	padding: 0;
}

#footer .column ul li a {
	color: #B2AEA1;
	font-weight: normal;
}

#footer .column ul li a:hover {
	color: #FFF;
}

#footer h4#newsFooter {
	margin-top: 16px;
}

#footer .column.contact_us {
	background-image: url('../img/footer_divider.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	width: 29.33%;
}

#footer .column.contact_us h4 a {
	font-weight: bold;
	color: #B2AEA1;
}

#footer .column.contact_us h4 a:hover {
	color: #DB9924;
}



