body{
	background: url('../img/body_bg.jpg') repeat scroll 0 0 #291C0B;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #291C0B;
	font-size: 14px;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6{
	font-family: times, "Times New Roman", times-roman, georgia, serif;
}

ins{
	background-color:transparent;
}

a , a:active, a:visited{
	color: #FF7800;
	text-decoration: underline;
}

a:hover{
	color: #FF7800;
	text-decoration: none;
}

h1{
	font-size: 30px;
	margin-bottom: 10px;
}

h2{
	font-size: 24px;
	margin-bottom: 8px;
}

article p{
	margin-bottom: 20px;
	text-indent: 40px;
}

article header+p,
article h1+p,
article h2+p,
article h3+p,
article h4+p,
article h5+p,
article h6+p{
	text-indent: 0;
}

article header+p:first-letter,
article h1+p:first-letter
/*,article h2+p:first-letter
,article h3+p:first-letter
,article h4+p:first-letter
,article h5+p:first-letter
,article h6+p:first-letter*/{
	font-size: 300%;
	line-height: 1em;
	font-weight: bold;
	float:left;
	text-transform: uppercase;
	margin-right:5px;
	/* font: "Palatino Linotype", "Book Antiqua3", Palatino, serif; */
	font: Baskerville, Palatino, "Book Antiqua", serif;
}


article p img{
	margin: 10px;
}

article h2{
	margin:	10px 0;
}

article nav{
	margin-left: 10px;
}

#introduction, footer, #top, #main{
	width: 923px;
	margin: 0 auto;
	padding: 0 20px;
}

#introduction{
	/*height: 424px;*/
	background: url('../img/introduction_bg.png') no-repeat scroll 0 0 transparent;
	padding: 20px;
}

#copyFooter{
	float:left;
}

#systemFooter{
	float:right;
}

#blogLink{
	clear: both;
	display: block;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
}

#blogLink:hover{
	text-decoration: underline;
}

#top, #main, #footer{
	background: none no-repeat scroll 0 0 #ede9ce;
}

#footer{
	height: 70px;
	line-height: 16px;
	font-size: 0.8em;
	background: url('../img/footer_bg.jpg') repeat scroll left top transparent;
	border-top: 1px solid white;
}

#main{
	padding: 20px;
}

#top a, #logo a{
	text-decoration: none;
	color: #291C0B;
}

#top a{
	line-height: 2em;
}

#contact{
	float: right;
}

#contact strong{
	display: none;
}

#top a: hover{
	text-decoration: underline;
}

#introduction hgroup{
	height: 46px;
	position: relative;
	margin-bottom: 13px;
	visibility: hidden;
}

#logo, #slogan{
	position:absolute;
	bottom: 0;
	margin: 0;
}

#logo{
	font-weight: bold;
	font-size: 46px;
	line-height: 46px;
	letter-spacing: -2px;
	text-shadow: 2px 2px 5px #fff;
	padding-bottom: 10px;
}

.no-textshadow #logo{
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.Chroma(Color=white) 
			progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color=white);
	-ms-filter: "progid:DXImageTransform.Microsoft.Chroma(Color=white) progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color=white)";
}

#logo h2{
	padding: 0;
	margin: 0;
	font-size: 100%;
}


#slogan{
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	bottom: 4px;
	right: 0;
	text-shadow: 2px 2px 3px #333;
	letter-spacing: -2px;
}

.no-textshadow #slogan{
	background: #000003;
	filter: progid:DXImageTransform.Microsoft.Chroma(Color=#000003)
		progid:DXImageTransform.Microsoft.Glow(Color=#3e3e3e, Strength=4); 
}

#ilustration{
	display:none;
}

nav ul{
	margin:0;
	padding:0;
	list-style: none none none;
}

nav ul p{
	margin-bottom: 0px;
}

nav.horizontal li{
	float:left;
}

#mainMenu{
	height: 44px;
	line-height: 41px;
	background: url('../img/menu_bg.png') no-repeat 0 0 transparent;
	color: white;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	position: relative;
}

#topMenuLeftTop, #topMenuLeft{
	position: absolute;
	background: none 0 0 no-repeat transparent;
	width: 7px;
	height: 7px;
}

#topMenuLeftTop{
	background-image: url(../img/topmenu_leftTop.png);
}

#topMenuLeft{
	background-image: url(../img/topmenu_left.png);
	margin: 39px 0 0 0px;
}

#mainMenu a{
	color: white;
	display:block;
	height: 100%;
	text-decoration: none;
	padding: 0 8px;
}


#mainMenu a:hover, #mainMenu li.activeSelected {
	background: url('../img/menu_current_bg.png') repeat 0 0 transparent;
}

#search{
	height: 100%;
	float:right;
	width: 238px;
	padding-left: 10px;
	background: url('../img/top_search_bg.png') no-repeat right 0 transparent;
	position: absolute;
	right: 0;
}

#search fieldset{
	border: none;
	padding: 0;
	margin: 0;
}

#search legend{
	display:none;
}

#fulltextSearchText{
	background-color: transparent;
	border: none;
	width: 140px;
	margin: 0 10px 0 15px;
}



#search input.submit{
	width: 5px;
	height: 9px;
	vertical-align: middle;
	margin-bottom: 4px;
}

#headerItems{
	margin-top: 18px;
	overflow: hidden;
	width: 923px;
	position:relative;
}

#headerItems .products {
	width: 1161px;
}

#headerItems .item{
	width: 443px;
	height: 248px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: -323px;
	box-shadow: 0px 0px 70px #000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#headerItems .item:hover{
	cursor: pointer;
	box-shadow: 0px 0px 70px #fff;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

#headerItems .item.visible{
	margin-right: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#headerItems .description{
	position: absolute;
	margin: 0 10px;
	padding: 5px;
	background-color: #fff;
	color: #000;
	display: block;
	bottom: 10px;
	left: 10px;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#headerItems .visible .description{
	display: block;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

aside{
	float: right;
	width: 245px;
}

aside .box{
	padding: 10px;
	color: #fff;
	background-color: #FF7800;
	min-height: 90px;
	position: relative;
	margin-bottom: 5px;
	font-size:12px;
	/*box-shadow: inset 0px 0px 5px 1px #ffc694, 1px 1px 2px 0px #000, inset 1px 1px 2px 0px #ffc694;*/
	box-shadow: 1px 1px 2px 0px #000, inset 1px 1px 2px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*aside .box h2{
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 0px;
}*/

aside .box .icon{
	margin: 10px 10px 10px 0;
	float:left;
}

aside .articleList{
	min-height: 70px;
	padding-bottom: 30px;
	background-color: #ff7800;
}

aside .tagCloud{
	background-color: #ffc600;
}

aside #consulting{
	background-color: #bad930;
}

aside #consulting .icon{
  margin: 40px 10px 40px 0;
}

aside #lectures{
	background-color: #1b7c63;
}

aside #lectures a{
	display: block;
	margin-top: 20px;
}


aside a, aside a:active, aside a:visited, aside a:hover {
	text-decoration: none;
	color:#fff;
}

aside a:hover {
	text-decoration: underline;
}

aside .archiveLink{
	position: absolute;
	bottom: 10px;
	right: 10px; /*same as padding for aside .box*/
	text-decoration: underline;
}

aside .archiveLink:hover{
	text-decoration: none;
}


article{
	margin-right: 270px;
}

#pageNavigator{
	margin-bottom: 20px;
}

#fulltextSearchResult{
	background-color: #FF9A40;
	padding: 10px;
	border-right-color: #FFB573;
	border-bottom-color: #FFB573;
	border-top-color: #FF7800;
	border-left-color: #FF7800;
	border-width: 2px;
	margin-bottom: 10px;
}

#fulltextSearchResult fieldset{
	padding: 10px;
	border: 1px solid #291C0B;
}

#fulltextSearchResult div.item, #fulltextSearchResult  div.submit{
	float: left;
	margin-right: 60px;
}

#fulltextSearchResult div.submit{
	margin-right: 0px;
}

.discussion label{
	float:left;
	display:block;
	min-width:70px;
}

.discussion .post{
	border:1px solid #291C0B;
	margin-bottom: 5px;
}

.discussion .post header, 
.discussion .post footer,
.discussion .post .message{
	padding: 5px;
}

.discussion .post header{
	background-color: #FF7800;
}

.discussion .post header a{
	color: #291C0B;
	font-weight: bold;
}

.discussion .post footer p.link{
	margin: 0;
}

.discussion ins{
	float:right;
}

.discussion . level-1{
}

.discussion .level-2{
	margin-left: 10px;
}

.discussion .level-3{
	margin-left: 10px;
}

.discussion .level-4{
	margin-left: 10px;
}

.discussion .level-5{
	margin-left: 10px;
}

.discussion .level-6{
	margin-left: 10px;
}

.discussion .level-7{
	margin-left: 10px;
}