/*
 * CSS style | Tbuild.ru
 *
*/

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
/*	height: 100%;*/
	font-size:10px;
color: #67491e;
}

* {
	padding: 0;
	margin: 0;	
}

img {
	border: 0;
}
p {
padding-top:5px;
}
* html #conteiner {
	width : expression(screen.width <= 1024 ? "1002px" : "auto");
}

#conteiner {
	width: 100%;
	min-width: 1150px;
}

#head {
	background-color: #4b7fd5;
	background-image: url('../images/bg_head.png');
	background-repeat: repeat-x;
	height: 75px;
	width:100%;
}

#head #logo {
	height: 71px;
	width: 270px;
	background-image: url('../images/logo_tbuild_BIG.png');
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	
}

#head #title_logo {
	height: 70px;
	width: 466px;
	background-image: url('../images/logo_title_tbuild.png');
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	left: 32%;
	margin-left: -232px;
}

#head #contact {
	height: 70px;
	width: 155px;
	background-image: url('../images/contact.png');
	background-repeat: no-repeat;
	float: right;
}
#subMenuIcons {
	float: right;
	width: 130px;
	height: 21px;
	background-image: url('../images/subMenuIcons.png');
}

#goToIndexPage {
	width: 25px;
	height: 100%;
	cursor: pointer;
	float: left;
	margin-right: 24px;
}

#goToSiteMap {
	width: 25px;
	height: 100%;
	cursor: pointer;
	float: left;
	margin-right: 21px;
}

#goToMail {
	width: 25px;
	height: 100%;
	cursor: pointer;
	float: left;
}

#sidebar {
	width:100%;
	height: 23px;
	background-image: url('../images/bg_sidebarMenu.png');
	background-repeat: repeat-x;
}

#sidebar #fixedBody {
	width: 449px;
	height: 23px;
	float: left;
}

* html #sidebar #cornel {
	margin-right: -3px;
	width: 15px;
	height: 23px;
	float: left;
	background-image: url('../images/bg_sidebarCornelMenu.png');
	background-repeat: no-repeat;
}


#sidebar #cornel {
	width: 15px;
	height: 23px;
	float: left;
	background-image: url('../images/bg_sidebarCornelMenu.png');
	background-repeat: no-repeat;
}

#sidebar #sidebarMenu {
	width: auto;
	background-color: #ffc673;
	margin-bottom:2px;
	float: left;
}

#wrapper {
	width: 100%;
	float: left;
	background-color: #ffe5c0;
	height:auto;
}

#wrapper #content {
    /* #GENERAL DIV# */
	width: 100%;
	background-color: #4b7fd5;
}

/* #LEFTPANEL# */
/* IE6 HACK*/
* html #leftPanel{
	width: 450px;
	float: left;	
}

#leftPanel {
	width: 450px;
	float: left;
}

#leftPanel #bigLogo {
	width: 100%;
	height: 431px;
	background-image: url('../images/logo_bigLogo.png');
	background-repeat: no-repeat;
	background-position: -30px;
	background-color: #4b7fd5;
	float: left;
	cursor: pointer;
}

#leftPanel #gallery {
	width: 450px;
	height: auto;
	position: relative;
	background-color: #4b7fd5;
	float: left;
	
}

* html #leftPanel #gallery {
	width: 444px;
	height: auto;
	position: relative;
	background-color: #4b7fd5;
	float: left;	
}

#gallery #galleryContent {
	margin-left: 10px;
	width: 425px;
}

#gallery h1 {
	font-size : 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#gallery span {
	font-size : 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#gallery .galleryElement h2 {
	margin-top:10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* #RIGHTPANEL# */

#content #rightPanel {
	width: auto;
	height: auto;
	margin-left: 450px; /*!!!!!!!!!*/
	background-color: #ffe5c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

* html #content #rightPanel {
	margin-left: 450px;
}

#rightPanel a {
	font-style: normal;
	text-decoration: underline;
	font-weight: 200;
	color: #67491e;
}

#rightPanel #topShadow {
	width: auto;
	height: 10px;
	background-image: url('../images/bg_contentLeftPanel.png');
	background-repeat: repeat-x;
}

#rightPanel #information {
	margin-left: 0px;
}

#information h1 a, #information h1{
	/*width: 150px;*/
	font-size : 12px;
	font-weight: bold;
	color: #5a7dcb;
	padding-bottom: 0;
	margin-top: 4px;
	margin-bottom: 8px;
	text-decoration: none;
	margin-left: 3px;	
}

#information h2 a, #information h2{
	/*width: 150px;*/
	font-size : 12px;
	font-weight: bold;
	color: #5a7dcb;
	padding-bottom: 0;
	margin-top: 4px;
	margin-bottom: 8px;
	text-decoration: none;
	margin-left: 3px;	
}

.generalLink {
	text-decoration: none;
	cursor: pointer;
}

/* #NEWS# */

#newsContent {
padding-left: 10px;
}
#questionContent {
	padding-left: 10px;
	color: #67491e;
}

.newsElement {
	margin-left: 0px;
	margin-top: 5px;
}

.newsDate {
	background-color: #ffedd3;
	color: #85602b;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	width: auto;
}

.newsBody {
	font-size: 11px;
	color: #67491e;
	margin-top: 4px;
	margin-left: 5px;
	padding-bottom: 5px;
	text-indent: 0px;
text-decoration:none;
}

.newsBody a{
text-decoration: none;
}

/* -- ARTICLES -- */

#articlesContent ul {
	font-size: 11px;
	color: #67491e;
	margin-left: 35px;
	margin-bottom: 12px;
}

#articlesContent ul li {
	margin: 2px 0px 2px 0px;
}
/* #Information# */

#ourInformationContent {

	color: #67491e;
	margin-left: 15px;
margin-right:5px;
	text-indent: 0px;
text-align:justify;
}

/* #FOOTER# */

#footer {

	height: 66px; 
	background-color: #4a7ed5; 
	clear: both;
	background-image: url('../images/bg_footerLine.png');
	background-repeat: repeat-x;
}

#footer #footerLine {
	height: 34px;
	
}

/* #Galleryelement# */
.galleryTable {
	margin-left: 42px;
}
.galleryTable td {
	height: 92px;
	width: 112px;
	background-image: url('../images/bg_gallleryElement.png');
	background-repeat: no-repeat;
	vertical-align:top;

}
 
.image {
	position:relative;
	top: 3px;
	left: 3px;
	margin: 0 auto;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


.image1 {
	position:relative;
	border: 1px solid #4b7fd5;
	
}


.image1 {
	position:relative;
	border: 1px solid #FFFFFF;
	
}

.imageOver{
	background:url('../images/magnifier.png') no-repeat 50% 50%;	
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;	
}

#setEmail {
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.emailInput {
	width: 134px;
	height: 15px;
	border: 1px solid #FFF;
	background-image: url('../images/logo_emailInput.png');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	padding-top: 3px;
}

#banner {
	float:left;
	margin-top:35px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}

#banner a {
	color: #FFF;
}
 
#address {
    color: #FFF;
	float: right;
	width: 220px;
	margin-top: 39px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* #Question/answer# */



.question {
	font-weight: 600;
}

.answer {
	margin-left: 10px;
	margin-bottom: 5px;
}

/* #Calculation# */
#calculation {
	background-color: #FFEDD3;
	margin-top: 7px;
	margin-bottom: 8px;
	height: 25px;
	padding-top: 5px;
}

#calcContent {
	margin-left: 20px;
	color: #67491e;
	margin-bottom:15px;
}
ul {
	margin-left: 30px;
}
ol {
	margin-left: 30px;
}
#screenshot{
	position:absolute;
	border:0px solid #ccc;
	background:#333;
	padding:2px;
	display:none;
	color:#fff;
	}

