/*
 Author: Cvetozar Ninov
 Web: www.studiox.bg
 Date: 2009.10.13
 
 Legend:
 	[1] Global
	[2] Master elements
		- wrapper
		- content
		- navigation
	[3] Pages elements
*/


/*
 * Global
 */

body, html {
    font: 11px Tahoma, Geneva, sans-serif;
  	color: #000000;
  	background: #c0eaff url(../images/live/background.jpg) no-repeat center top;
  	/*overflow: hidden;*/
  	height: 100.07%;
	line-height: 18px;
	
}

.left {
	float: left;
}

.right {
	float: right;
}

#wrapper {
	width: 992px;
	margin: 0 auto;
}

#header {
	position: relative;
	margin-top: 5px;
	padding: 0 5px;
}

#header h1 a {
	text-indent: -9999px;
	float: left;
	margin-top: 10px;
	width: 328px;
	height: 101px;
}

#header h2 {
	text-indent: -9999px;
	display: block;
	width: 304px;
	height: 61px;
	position: absolute;
	right: 5px;
	top: 32px;
}

#header span {
	float: right;
	color: #b3b9bb;
	font-size: 10px;
}

#header span a {
	color: #b3b9bb;
}

#menu {
	background: url(../images/live/menu_bottom.png) no-repeat right bottom;
	float: right;
	width: 980px;
	position: relative;
	z-index: 3;
	margin-bottom:-4px;
	display: inline;
	margin-right: 5px;
}

#menu li {
	float: right;
	width: 105px;
	height: 28px;
	background: url(../images/live/menu.jpg) repeat-x left top;
	margin-left: 1px;
}

#menu li.selected {
	background-position: left bottom;
}

#menu li a {
	height: 28px;
	line-height: 28px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
}

#menu li ul {
	border: 1px solid #769ad8;
	position: absolute;
	left: 345px;
	top: 28px;
	display: none;
	background: url(../images/live/submenu.gif) repeat top left;
}

#menu li ul li {
	height: 22px;
	background: none;
	padding: 0 10px;
	width: auto;
	margin-left: 0px;
	float: none;
	display: block;
}

#menu li ul li a {
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	text-align: left !important;
}

a {
	color: #000000;
}

.clear {
	clear: both;
}

.hide {
    display: none;
}

input,
textarea,
select,
button {
	font: 11px Tahoma, Geneva, sans-serif;
}

input,
textarea {
	outline: none;
}

#content {
	margin: 0px 0px;
	clear: both;
}

.box-top , .box-middle , .box-bottom {
	background-image : url(../images/live/box-backgrounds.png);
	position: relative;
	z-index: 1;
}

.top-push {
	margin-top: 50px;
}

.box-top {
	background-position: 1px 0px;
	background-repeat: no-repeat;	
}

.box-middle{
	background-repeat: repeat-y;
	background-position: center top;
	top: 20px;
}

.box-bottom {
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 16px 4px 16px;
	bottom: -4px;
}

.content {
	position: relative;
	top: -10px;
}

.content .slider{
	height: 330px;
	overflow: hidden;
	width: 960px;
	position: relative;
}

.content .slider ul {
	height: 330px;
	overflow: hidden;
	width: 960px;
}

.content .slider .jcarousel-control {
	position: absolute;
	bottom:2px;
	left: 2px;
	z-index: 40;
}

.content .slider .jcarousel-control a {
	color: #949494;
	background: #EEEEEE;
	font-weight: bold;
	padding: 3px 6px;
	float: left;
	margin-right: 2px;
	text-decoration: none;
	line-height: 11px;
}

.content .slider .jcarousel-control a.selected {
	color: #6db2fe;
}

.content .slider ul li {
	height: 330px;
	width: 960px;
	float: left;
}

.content .slider ul li img {
visibility: hidden;
}

.content #search {
	position: absolute;
	right: -17px;
	bottom: -41px;
	width: 308px;
	height: 40px;
	z-index: 60;
	background: url(../images/live/search.png) no-repeat left top;
}

.content #search form {
	margin: 8px 0px 0px 13px;
}

.content #search input {
	float: left;
	width: 234px;
	height: 18px;
	color: #bbbbbb;
	padding-left: 2px;
	padding-top: 2px;
	border: 1px solid #cccccc;
}

.content #search .submit  {
	background: url(../images/live/search_button.gif) repeat-x left top;
	padding: 0 5px;
	float: left;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}

.application .about_us, 
.application .projects, 
.application .news{
	float: left;
	margin-top: 7px;
} 

.application .about_us  {
	width: 225px;
	margin-right: 12px;
	margin-left: 15px;
	display: inline;
}

.application .projects  {
	width: 460px;
	margin-right: 12px;
}

.application  .news  {
	width: 225px;
}

.application .about_us h3, 
.application .projects h3, 
.application .news h3{
	color: #2f8bac;
	font-size: 20px;
	margin-bottom: 5px;
}

.application .news h3 a,
.application .projects h3 a ,
.application .about_us h3 a {
	text-decoration: none;
	color: #2f8bac;
}


.application .news h4 {
	color: #2f8bac;
	font-weight: bold;
	margin-bottom: 5px;
}

.application .news h4 a {
	text-decoration: none;
	color: #2f8bac;
}

.application .news h4 a:hover{
	text-decoration: underline;
}

.application .accent_text {
	margin-top: 10px;
	padding-right: 5px;
}

.application .news .accent_text img {
	float: left;
	margin-right: 7px;
	padding: 2px;
	border: 2px solid #d5dbe0;
	
}
.accent_text ul li{
	clear: both;
	overflow:hidden;
	margin-bottom: 10px;
}

.accent_text ul li img {
	float: left;
	margin-right: 10px;
}

.accent_text ul li h4 a{
	font-weight: bold;
	text-decoration: none;
}

.accent_text ul li h4 a:hover {
	text-decoration: underline;
}

.accent_text p {
  display: inline;
}

.accent_image {
	display: block;
	padding-bottom: 4px;
	background: url(../images/live/accent_padd.gif) no-repeat center bottom;
}

#footer {
	margin: 3px 0px 0px 7px;
	height: 40px;
	color: #005a7b;
	background: url(../images/live/footer.gif) no-repeat left top;
	position: relative;
	line-height: 40px;
}

#footer a {
	text-decoration: none;
	color: #005a7b;
}

#footer a.current {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a#aes_geo_energy{
	background: url(../images/live/aes_geo_energy.jpg) no-repeat left top;
	position: absolute;
	width: 126px;
	height: 30px;
	right: 5px;
	top: 8px;
}

#breadcrumbs {
	margin: 22px 0px 0px 10px;
}

#breadcrumbs li {
	float: left;
	font-size: 9px;
}

#breadcrumbs li {
	float: left;
	font-size: 9px;
	font-weight: bold;
	margin-right: 4px;
	color: #666;
}

#breadcrumbs li a{
	font-size: 9px;
	font-weight: normal;
	color: #666;
}

.text-container {
	float: right;
	width:680px;
	padding-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.text-container.no-menu {
	width: 920px;
}

.text-container h2 {
	color: #2f8bac;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../images/live/title_padd.jpg) no-repeat left bottom;
}

.text-container p {
	margin-bottom: 5px;
	line-height: 18px;
}

.left-menu {
	float: left;
	border: 1px solid #f1f1f1;
	margin: 15px 0px 20px 15px;
	display: inline;
}

.left-menu li a {
	height: 27px;
	line-height: 27px;
	display: block;
	width: 180px;
	padding-left: 10px;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #f1f1f1;
	background: url(../images/live/left-menu.jpg) repeat-x left top;
	font-weight: bold;
	text-decoration: none;
	color : #6e6e6e;
}

.left-menu li a.selected ,
.left-menu li a:hover {
	background-position: left bottom;
	color : #2490d1;
}

.left-gallery {
	width: 190px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.left-gallery h4 {
	color: #2f8bac;
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(../images/live/accent_padd.gif) no-repeat center bottom;
}

.left-gallery a img
{
	padding: 1px;
	border: 2px solid #d5dbe0;
}

.faq .text-container h3 {
	color: #2f8bac;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	cursor: pointer;
}

.faq .text-container h3.selected {
	color: #eab227;
}

.faq .text-container div.answer {
	display:none;
	margin-bottom: 20px;
}

.news_image {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 1px;
	border: 2px solid #d5dbe0;
}

.news .text-container h3 {
	margin-bottom: 5px;	
}

.news .text-container h3 a {
	font-weight: bold;
	color: #2f8bac;
	font-size: 13px;
}

.news_list {
	border-bottom: 1px solid #dddddd;
	margin: 5px 0px 15px 0px;
	padding-bottom: 5px;
}

.parner_list {
	margin: 5px 10px 15px 0px;
	padding-bottom: 5px;
	width: 222px;
	float: left;
}

.parner_list.last {
	margin-right: 0px;
}

.parner_list h3 {
	text-align: center;
}


.news_list.last {
	border-bottom: 0;
}

.team_image {
	background: url(../images/live/team_padd.jpg) no-repeat center center;
	padding: 15px 13px 20px 13px;
	float: left;
	margin-right: 10px;
}

.parner_image {
	background: url(../images/live/team_padd.jpg) no-repeat center center;
	padding: 15px 13px 20px 13px;
	display: block;
}

.teams .news_list h3 {
	color: #005A7B;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 3px;
}

#contacts {
	width: 560px; 	
	clear: both;
	overflow: hidden;
	margin: 25px 0px 10px 150px;
}

#contacts .input {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

#contacts .input label {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 20px;
	display: block;
	height: 22px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

#contacts .input input {
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	width: 450px;
	border: 1px solid #CCCCCC;
	color: #666;
}

#contacts .input textarea {
	height: 220px;
	font-size: 16px;
	width: 450px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	color: #666;
}

#contacts .submit {
	background: url(../images/live/search_button.gif) repeat-x left top;
	padding: 0 5px;
	float: right;
	height: 22px;
	line-height: 22px;
	margin-right: 8px;
	color: #FFFFFF;
	text-decoration: none;
}


	
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 960px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 960px;
    height: 330px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



ol.pagination {
	margin: 2px 10px 0 0;
	display: inline;
	list-style: none;
}

	ol.pagination li {
		float: left;
		margin: 0 0 0 3px;
		display: inline;
	}

		ol.pagination li a {
			float: left;
			padding: 0;
			color: #ffffff;
			text-decoration: none;
			background: url(../images/admin/pagination_left.gif) left top no-repeat;
			cursor: pointer;
		}

			ol.pagination li a span  {
				float: left;
				font-size: 10px;
				padding: 1px 5px 2px 5px;
				background: url(../images/admin/pagination_right.gif) right top no-repeat;
			}

		ol.pagination li a:hover, ol.pagination li a.active {
			background: url(../images/admin/pagination_left.gif) left bottom no-repeat;
			color: #000000;
		}

			ol.pagination li a:hover span, ol.pagination li a.active span {
				background: url(../images/admin/pagination_right.gif) right bottom no-repeat;
				color: #000000;
			}
			
			
/* Flash messages */
#flash_messages {
	display: block;
	width: 920px;
	background: #2F8BAC;
	color: white;
	margin-bottom: 10px;
	position: relative;
}

	#flash_messages ul {
		width: 920px;
		margin: 0 auto;
		padding: 3px 0;
		font-size: 11px;
	}
	
	#flash_messages li {
		padding: 2px 15px;
		clear: both;
		overflow: hidden;
	}
	
	#flash_messages li strong {
		width: 100px;
		float: left;
	}
	
		#flash_messages .close {
			float: right;
			overflow: hidden;
			position: absolute;
			right: 0px;
			top:0px;
			padding: 0;
			height: 15px;		
			width: 15px;	
			cursor: pointer;
			text-indent: -9999px;
			background: url(../images/admin/action-delete.gif) no-repeat center center;
		}
/* End Flash messages*/

.search_content {
	margin-bottom: 15px;
}

.search .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom:5px;
	color: #666;
}

.search .title a {
	color: #666;
}

.highlight {
	border: 1px solid #DDDDDD;
	padding: 2px 5px;
	color: #2F8BAC;
	font-weight: bold;
}

.sitemap .map {
	width: 300px;
	display: inline;
}

.sitemap .map.left {
	margin-left: 100px;
}

.sitemap .map.right {
	margin-right: 100px;
}

.sitemap .map a {
	display: block;
	font-size: 16px;
	color: #2F8BAC;
	margin-bottom: 15px;
	text-decoration: none;	
}

.sitemap .map a:hover {
	text-decoration: underline;
}

.files li {
	padding-left: 36px;
	background-position: left center;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
}

.files li.doc{background-image: url(../images/admin/icons/doc.png);}
.files li.zip{background-image: url(../images/admin/icons/zip.png);}
.files li.avi{background-image: url(../images/admin/icons/avi.png);}
.files li.pdf{background-image: url(../images/admin/icons/pdf.png);}
.files li.xls{background-image: url(../images/admin/icons/xls.png);}
.files li.ppt{background-image: url(../images/admin/icons/ppt.png);}
.files li.rar{background-image: url(../images/admin/icons/rar.png);}