@CHARSET "UTF-8";
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#all {
	position: relative;
	height: 100%;
}

html>body #all {
	height: auto;
	min-height: 100%;
}

#empty,#footer {
	height: 100px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	
}
/* or
  #footer {height: _foo_;}
  #empty {height: _foo_ + _bar_;}
*/

/* main */
body {
	font-family: Tahoma, Verdana, Geneva, arial;
	font-size: 12px;
	background: #ffffff;
	color: #70777f;
	padding: 0px;
	margin: 0px;
}

#all div.all{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

img {
	border: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #999999;
	font-family: Tahoma, Verdana, Geneva, arial;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div {
	padding: 0px;
	margin: 0px;
}

#all{

}

h1, h2, h3{
	color: #75757f;
	font-family: Tahoma, Verdana, Geneva, arial;
	margin: 5px 0px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 10px;	
}

h1{
	font-size: 18px;
}


#all {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/* */
#top-phone{
	border-left: 3px solid #81858e;
	height: 34px;
	padding-left: 7px;
	padding-top: 16px;
	color: #a2a9b2;
	font-size: 11px;
	line-height: 16px;
}

#top-phone span{
	color: #81858e;
	font-size: 20px;
}

#top-phone small{
	font-size: 12px; 
	margin-right: 4px;
}

/* red lines, at right side of logo */
#red-line{
	background: url('../img/main/red-bg.gif') top right no-repeat;
	height: 23px;
	line-height: 23px;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 7px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}


/* menu */
#menu, #second-menu{
	padding-left: 44px;
	padding-top: 32px;
	padding-right: 33px;
	width: 275px;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

#second-menu{
	padding-top: 14px;
}

#menu a, #second-menu a{
	display: block;
}

#menu a:hover, #second-menu a:hover, #menu a.active, #second-menu a.active{
	text-decoration: none;
}

#menu a{
	color: #325777;
}

#second-menu a{
	color: #243a4e;
}


#menu div a{
	color: #537bb2;
	padding-left: 11px;
	font-size: 12px;
}

#menu a.selected{
	text-decoration: none;
}

#menu a.normal{
	text-decoration: underline;
}
#menu .visible{
	display: block;
}

#menu .hidden{
	display: none;
}

/* news */
#news{
	padding-left: 40px;
	padding-top: 30px;
}

#news p{
	padding-left: 4px;
	width: 295px;
}

#news h1{
	padding-left: 4px;
	color: #6f6f7a;
	font-size: 16px;
}

#news h2{
	background: #EB0100;
	display: inline;
	font-size: 14px;
	color: #ffffff;
	padding-right: 4px;
	padding-left: 4px;
}

#news h2 span{
	color: #ffffff;
	font-size: 12px;
}

#news a{
	color: #949a9e;
	font-size: 10px;
}

#news a:hover{
	color: #EB0100;
}

/* submenu */
#submenus{
	padding-top: 26px;
}

#submenus h1{
	color: #a7aeba;
	width: 310px;
	height: 29px;
	line-height: 29px;
	font-size: 15px;
	padding-left: 13px;
	background: url('../img/main/st-bg.gif');
	margin-bottom: 0px;
	font-weight: bold;
}

#submenus div.box-bg{
	width: 601px;
	height: 121px;
	background: url('../img/main/st-bg.gif') -1px 0px;
	padding-left: 0px;
}

#submenus td.rls-bg{
	background: url('../img/main/red-st-bg.gif');
}

#submenus td.line-border{
	border-left: 2px solid #9599a1;
}

#submenus table.with-small-corner{
	background: url('../img/main/small-corner.gif') right bottom no-repeat;
}

/* drop down menu */
#drop-down-menu{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#drop-down-menu:hover, #drop-down-menu.active{
	background-position: -284px 0px;
}

#drop-down-menu h1, #drop-down-menu a h1{
	background: none;
	width: 100%;
	height: 32px;
	line-height: 30px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
	margin: 0px;
}

#drop-down-menu div a{
	display: block;
	background: #eaeaea;
	border-top: 1px solid #ffffff;
	line-height: 15px;
	color: #ec1f1f;
	font-size: 11px;
	text-decoration: none;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#drop-down-menu div a strong{
	background: #d5d5d5;
	padding: 2px 3px;
}

#drop-down-menu div a span{
	color: #86868c;
	font-size: 9px;
}

#drop-down-menu div a:hover{
	background: #ead1d1;
}

#drop-down-menu div.line{
	height: 1px;
	border-top: 2px solid #a7a9b0;
	
}

#drop-down-menu div{
	display: none;
	position: absolute;
	width: 282px;
	z-index: 100;	
}

#drop-down-menu:hover div, #drop-down-menu.active div{
	display: block;
}

/* submenu images */
.ddm-bg-1{
	background-image: url('../img/main/sm-img.jpg');	
}

.ddm-bg-2{
	background-image: url('../img/main/sm-img2.jpg');	
}

.ddm-bg-3{
	background-image: url('../img/main/sm-img3.jpg');	
}

#drop-down-menu.ddm-bg-3 div{
	width: 181px;
}

.ddm-bg-4{
	background-image: url('../img/main/sm-img4.jpg');	
}

#drop-down-menu.ddm-bg-4 div{
	width: 183px;
}

.ddm-bg-5{
	background-image: url('../img/main/sm-img5.jpg');	
}

#drop-down-menu.ddm-bg-5 div{
	width: 183px;
}


/* contnet */
#content{
	background: url('../img/main/br-bg.gif') right bottom;
	border-left: 2px solid #9599a1;
	margin-left: 5px;
	margin-top: 30px;
	width: 596px;
}

#content div.corner{
	background: url('../img/main/br-corner.gif') right bottom no-repeat;
	padding: 23px 25px;	
}

#content div.white-bg{
	background: #ffffff;
	padding: 11px 17px;
}

/* paddings */
.padding-left-19{
	padding-left: 19px;
}

/* width */
.width-150{
	width: 150px;
}

.width-256{
	width: 256px;
}

.width-361{
	width: 361px;
}

.width-978{
	width: 978px;
}

/* footer */
#footer{
	color: #86868c;
}

#footer table{
	border-top: 1px solid #d6d6d6;
}

#footer td.lines-bg{
	background: url('../img/main/btn-top-line.gif') repeat-x;
}

#footer a{
	color: #9e9ea3;
	text-decoration: none;
	font-size: 9px;
}



/* galery */
img.artlist, img.artint{
	border: 3px solid #dee6e9;
}

img.artint{
	margin-right: 20px;
	margin-bottom: 20px;
}

div.artlist h2{
	color: #eb0100;
	font-size: 15px;
}

div.artlist a{
	color: #acb3b9;
	text-decoration: none;
}

/* request form */
#request{
}

#request table{
	color: #6e808e;
}

#request span.red-top{
	color: #f2252c;
	font-size: 12px;
}

#request div.group-border{
	border: 1px solid #b7b8ba;
	padding: 0px;
	margin-top: 14px;
}

#request div.inner-border{
	background: url('../img/main/rq-bg.gif') repeat-x;
	border: 2px solid #ffffff;
}

#request h2{
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	text-align: center;
	color: #686775;
}

#request input.txt{
	width: 200px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #b7bbbe;
}

#request textarea.txt{
	width: 200px;
	height: 86px;
	border: 1px solid #b7bbbe;
}

#request select.txt{
	border: 1px solid #b7bbbe;
	height: 22px;
	line-height: 22px;
}

#request input.submit{
	border: none;
	background: url('../img/main/red-st-bg.gif');
	color: #fcffff;
	height: 25px;
	line-height: 25px;
}

a.top-links{
	color: #a0a8b1;
	text-decoration: none;
	font-size: 9px;
}

.cont-td img{
	border: 7px solid #e1e6e9;
}
