*{margin:0px;padding:0px; outline:none !important}
html, body {margin:0px;padding:0px;width:100%;height:100%;}
html{background:#235F8E url(../img/bg.jpg) repeat-x fixed 0 0;}
body{font-size:10px;cursor:default;font-family:Tahoma,'Tahoma Armenian',Sylfaen,'Arial Unicode','Arial Unicode MS',sans-serif;}
#wrap{min-height: 100%;height: auto !important;height:100%; margin:0 auto;margin-bottom:-40px;background:url(../img/nerqev.png) no-repeat right bottom}
#footer {height:20px; padding:10px 0; padding-bottom:0px; background-color:transparent;text-align:center;margin-left:auto; margin-right:auto;margin-top:10px;color:#F6FBFF;font-family:Tahoma,'Tahoma Armenian',Sylfaen,'Arial Unicode','Arial Unicode MS',sans-serif;font-size:8pt; border-top:#8cbcdf dashed 1px; background-image:url(../img/news_bg.png); background-repeat:repeat}
.push {height: 40px;}
.ac:after {content: " "; display: block; clear: both}
a:link, a:visited, a:hover{font-family:Tahoma,'Tahoma Armenian',Sylfaen,'Arial Unicode','Arial Unicode MS',sans-serif;text-decoration:none}
.cb{clear:both}

.container {width:100%;height:100%;position:relative}
.chuk {width:100%;height:100%;background:url(../img/nikname.png) no-repeat 3px 41px}
.name {width:100%;height:100%;min-height:676px;height: auto !important;height:676px;background:url(../img/name.png) no-repeat 20px 140px}
.me {width:100%;height:100%;min-height:615px;height: auto !important;height:615px;background:url(../img/me.png) no-repeat 110px 90px}
	
.text {text-align:left;margin-left:350px}
.h150 {height:150px}

.menu {position:absolute; left:140px; top:20px;}
.menu1 {background-image:url(../img/bgbg1.png); background-repeat:repeat; background-position:0px 0px;}


.menu a {display:block;width:230px;height:20px;border:0;background-repeat:no-repeat;}
.menu a:hover {background-position:10px 0;}

.btn_about {background:url(../img/btn_about.png) no-repeat 0 0;}
.btn_literature {background:url(../img/btn_literature.png) no-repeat 0 0;}
.btn_design {background:url(../img/btn_design.png) no-repeat 0 0;}
.btn_web {background:url(../img/btn_web.png) no-repeat 0 0;}
.btn_contact {background:url(../img/btn_contact.png) no-repeat 0 0;}

.logo {background-image:url(../img/bgbg1.png); background-repeat:repeat; background-position:0px 0px;}
.logo1 {position:absolute;height:109px;left:20px;top:20px;width:109px; border:1px solid #cedeea; background-image:url(../img/bgbg.jpg); background-repeat:repeat; background-position:0px 0px;}
.nikname {position:absolute;left:3px;top:41px;}

p {color:#F6FBFF;font-family:'Tahoma Armenian',Sylfaen,'Arial Unicode','Arial Unicode MS',sans-serif;font-size:10pt;margin:6px 3px 3px;padding-right:15px;}
p a {color:#f3f3ea; font-weight:bold; font-size:9pt}
p a:hover {color:#FFF;text-decoration:underline}
p a:selected {color:#f3f3ea}


.smallLink {display:block;margin:10px;color:#F6FBFF;font-family:Tahoma,'Tahoma Armenian',Sylfaen,'Arial Unicode','Arial Unicode MS',sans-serif;font-size:8pt;}
a.smallLink {color:#f3f3ea; font-weight:bold;}
a.smallLink:hover {color:#FFF;text-decoration:underline}
a.smallLink:selected {color:#f3f3ea}



h2 {color:#E3F2FF;font-family:'Tahoma Armenian',Sylfaen,'Arial Unicode','Arial Unicode MS',sans-serif;font-size:11pt;margin:15px 3px 3px;padding-right:15px;font-weight:bold;}
h3 {color:#E3F2FF;font-family:'Tahoma Armenian',Sylfaen,'Arial Unicode','Arial Unicode MS',sans-serif;font-size:10pt;margin:25px 3px 3px;padding-right:15px;font-weight:bold;}
h4 {color:#E3F2FF;font-family:'Tahoma Armenian',Sylfaen,'Arial Unicode','Arial Unicode MS',sans-serif;font-size:9pt;margin:3px;padding-right:15px;text-align:right;font-style:italic;}

.menuItem, .menuItemSelected {color:#8cbcdf; font-family:'Tahoma Armenian',Sylfaen,'Arial Unicode','Arial Unicode MS',sans-serif;font-size:10pt;margin-left:0px;padding:0px; font-weight:bold}
a.menuItem:hover {padding-left:8px}
.menuItem a:selected {}
.menuItemSelected {padding-left:8px}

.newsSlide {width:220px; padding-left:10px;padding-bottom:15px;margin-left:10px; height:100%;min-height: 100%; float:right; background-image:url(../img/news_bg.png); background-repeat:repeat}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	height:150px;
	width:800px;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
	border:1px solid white;
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:190px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:190px;
}

