﻿* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff url(../images/bg-body-home.jpg) top center repeat-x;
	text-align: center;
}

body#subpage { background: #fff url(../images/bg-body-subpage.jpg) top repeat-x; }
body#subpage #wrap{ background: url(../images/bg-shapes-subpage.jpg) top center no-repeat; }


a { color: #0090cd; }
a:hover { color: #0090cd; }
p { margin-bottom: 20px; line-height: 1.5em; }
img { border-style: none; }

hr { display: none; }
.clear { clear: both; } 


#wrap { width: 100%; min-height: 700px; text-align: left; background: url(../images/bg-shapes-home.jpg) top center no-repeat; position: relative; }
#container { width: 972px; margin: 0 auto; position: relative; }

#header { height: 112px; }
	#logo { position: absolute; top: 14px; left: 30px; }
	#logo a { display: block; width: 208px; height: 79px; overflow: hidden; position: relative; }
	#logo a span { display: block; width: 208px; height: 79px; background-image: url(../images/logo.jpg); position: absolute; top: 0; left: 0; cursor: pointer; }
	
	#sitemap { position: absolute; top: 52px; right: 370px; }
	#sitemap a { color: #404246; text-decoration: none; padding-left: 16px; background: url(../images/icon-sitemap.gif) left no-repeat; }
	#sitemap a:hover { text-decoration: underline; }
	
	#search { position: absolute; top: 45px; right: 40px; }
	#search fieldset { border-style: none; width: auto; float: left; }
	#search input { width: 165px; padding: 5px 5px 5px 30px; margin-right: 12px; border: 1px solid #8d8d8d; background: #fff url(../images/icon-zoom.gif) 9px 7px no-repeat; color: #8d8d8d; font-size: 11px; }
	#search input.bttn { width: 89px; height: 30px; padding: 0; margin: 0; border-style: none; background: url(../images/search-submit.gif); text-align: center; color: #f1f7e9; font-weight: bold; cursor: pointer; }


#big-box { border: 1px solid #b9d4dd; padding-bottom: 0px; background: url(../images/bg-big-box.jpg) bottom repeat-x; }



#white-panel { height: 86px; background: #fff url(../images/bg-navigation.gif) top repeat-x; position: relative; }
#white-panel-corner { width: 31px; height: 109px; background-image: url(../images/white-panel-corner.gif); position: absolute; top: 6px; right: -31px; }


/* ---------------------------------------------------------- */
/* ----------------------- navigation ----------------------- */
/* ---------------------------------------------------------- */
#navigation { height: 86px; }

#navigation ul {  font-size: 12px; text-transform: uppercase; }
#navigation li { display: block; float: left; border-right: 1px solid #dedede; position: relative; z-index: 10; }
#navigation li.last { border-right-style: none; }

#navigation li a { display: block; height: 58px; padding-top: 6px; color: #111; text-align: center; text-decoration: none; position: relative;  }
#navigation li a:hover, #navigation li.selectedLava a { color: #0090cd; }

#navigation li span { display: block; height: 58px; background-position: 0px 0px; position: absolute; top: 6px; left: 0; cursor: pointer; }
#navigation li a:hover span, #navigation li.selectedLava a span { background-position: 0px 58px; }
	
	#navigation li#n_home a span { width: 72px; background-image: url(../images/en-navigation-home.gif); }
	#navigation li#n_home a { width: 72px; }
	#navigation li#n_aboutus a span { width: 73px; background-image: url(../images/en-navigation-aboutus.gif); }
	#navigation li#n_aboutus a { width: 73px; }
	#navigation li#n_computers a span { width: 83px; background-image: url(../images/en-navigation-computers.gif); }
	#navigation li#n_computers a { width: 83px; }
	#navigation li#n_webdesign a span { width: 158px; background-image: url(../images/en-navigation-webdesign.gif); }
	#navigation li#n_webdesign a { width: 158px; }
	#navigation li#n_services a span { width: 127px; background-image: url(../images/en-navigation-services.gif); }
	#navigation li#n_services a { width: 127px; }
	#navigation li#n_contact a span { width: 68px; background-image: url(../images/en-navigation-contact.gif); }
	#navigation li#n_contact a { width: 68px; }


/* sub-navigation */
#sub-navigation { width: 970px; height: 30px; float: left; overflow: hidden; font-size: 11px; text-transform: none; background-color:#b4c4cb; }
#sub-navigation ul { padding-left: 20px;  }
#sub-navigation li { display: block; float: left; margin-top: 7px; padding: 0px 12px; border-right: 1px solid #fff; }
#sub-navigation li.last { border-right-style: none; }

#sub-navigation li a { color: #fff; text-decoration: none; }
#sub-navigation li a:hover, #sub-navigation li.current a { color: #111; text-decoration: underline; }
	
	
	
#lang { color: #404246; position: absolute; top: 40px; right: 40px;}
#lang a { color: #404246; text-decoration: none; }
#lang a:hover, #lang a.active { color: #699532; text-decoration: underline; }


/* ---------------------------------------------------------- */
/* ----------------------- box-home ------------------------- */
/* ---------------------------------------------------------- */
.box-home { width: 485px; height: 300px; float: left; font-size: 28px; text-transform: uppercase; overflow: hidden; position: relative; }
.box-home a { display: block; color: #0090cd; text-decoration: none; position: relative; }
.box-home a span { display: block; width: 485px; height: 300px; position: absolute; top: 0; left: 0; cursor: pointer; }
.box-home a strong { color: #095575; font-weight: normal; }
	.computer { float: left; }
	.computer a { color: #0090cd; }
	.computer a span { background-image: url(../images/en-box-computer.jpg); }
	.computer a strong { color: #095575; }
	
	.webdesign { float: right; }
	.webdesign a { color: #8bba50;  }
	.webdesign a span { background-image: url(../images/en-box-webdesign.jpg); }
	.webdesign a strong { color: #699532; }

.box-home-text {
	width: 320px; height: 140px; 
	display: none; position: absolute; bottom: 135px; left: 75px; z-index: 1; overflow: hidden;
	font-size: 11px; text-transform: none;
	background-image: url(../images/bg-bubble.gif); 
}
.webdesign .box-home-text { left: 72px; }
.box-home-text a { text-decoration: underline; }
.box-home-text p { padding: 16px 16px 5px; margin: 0; text-align: left; }
.box-home-text p.more { padding: 0px 20px; text-align: right; }


/* ---------------------------------------------------------- */
/* ----------------------- subpage -------------------------- */
/* ---------------------------------------------------------- */
.sp-top { width: 970px; height: 130px; float: left; font-size: 18px; text-transform: uppercase; overflow: hidden; position: relative; }
.sp-top strong { display: block; padding-top: 50px; text-align: center; }
.sp-top span { display: block; width: 970px; height: 130px; position: absolute; top: 0px; left: 0; }

.sp-computer { color: #0090cd; }
.sp-computer span { background-image: url(../images/en-subpage-computer.jpg); }

.sp-webdesign { color: #8bba50; }
.sp-webdesign span { background-image: url(../images/en-subpage-webdesign.jpg); }

.sp-standard { color: #0090cd; }
.sp-standard span { background-image: url(../images/en-subpage-standard.jpg); }



/* ---------------------------------------------------------- */
/* --------------------- blue panel ------------------------- */
/* ---------------------------------------------------------- */
#blue-panel { height: 90px; background: #0090cd url(../images/bg-blue-panel.jpg) repeat-x; position: relative; font-weight: bold; }
#blue-panel-corner { width: 41px; height: 131px; background-image: url(../images/blue-panel-corner.gif); position: absolute; bottom: 0; left: -41px; }
#blue-panel .button { float: left; height: 66px; padding-right: 23px; background: url(../images/blue-panel-shadow.jpg) right no-repeat; position: absolute; top: 10px; }
	
	#blue-panel .button a { display: block; height: 66px; background-position: left top;  background-color: #066a95; color: #fff; text-decoration: none;}
	#blue-panel .button a strong { color: #88c1da; }
	#blue-panel .button a:hover strong { color: #5e8727; }
	#blue-panel .button a:hover { background-position: left bottom; background-color: #8fb55f; }
	#blue-panel .button a span { display: block; padding-top: 27px; }

	#blue-panel .eshop { left: 28px; }
	#blue-panel .eshop a { width: 211px; background-image: url(../images/blue-panel-eshop.jpg); }
		#blue-panel .eshop a span { padding-left: 70px; }

	#blue-panel .admin { left: 343px; }
	#blue-panel .admin a { width: 251px; height: 73px; background-image: url(../images/blue-panel-admin.jpg); }
		#blue-panel .admin a span { padding-left: 72px; }

	#blue-panel .chat { left: 732px; }
	#blue-panel .chat a { width: 207px; background-image: url(../images/blue-panel-chat.jpg); }
		#blue-panel .chat a span { padding-left: 87px; }


/* ---------------------------------------------------------- */
/* -------------------- admin panel ------------------------- */
/* ---------------------------------------------------------- */
#admin-panel-slide { display: none; position: relative; }
#admin-panel { height: 90px; background: #fff url(../images/bg-big-box.jpg) bottom repeat-x; position: relative; }
#admin-panel a { width: 200px; display: block; height: 52px; background-repeat: no-repeat; background-position: left; position: absolute; top: 16px; color: #699532; font-weight: bold; text-decoration: none; }
#admin-panel a:hover { text-decoration: underline; }
#admin-panel a span { display: block; padding-top: 20px; }

	#admin-panel a.admin-web  {  background-image: url(../images/icon-admin-web.gif); left: 38px; }
		#admin-panel a.admin-web span { padding-left: 72px; }

	#admin-panel a.admin-php  { background-image: url(../images/icon-admin-php.gif); left: 365px; }
		#admin-panel a.admin-php span { padding-left: 58px; }

	#admin-panel a.admin-mail  { background-image: url(../images/icon-admin-mail.gif); left: 755px; }
		#admin-panel a.admin-mail span { padding-left: 74px; }


#shadow { width: 970px; height: 68px; margin-top: 15px; background-image: url(../images/shadow.jpg);}

/* ---------------------------------------------------------- */
/* ----------------------- content -------------------------- */
/* ---------------------------------------------------------- */
#content { width: 970px; padding: 20px 0 30px; float: left; }
	#left { float: left; width: 595px; }
	#right { float: right; width: 300px; }

#content h1 { color: #404246; font-size: 24px; font-weight: normal; text-transform: uppercase; margin-bottom: 24px; }
#content h2 { color: #404246; font-size: 20px; font-weight: normal; margin-bottom: 14px; }
#content h3 { color: #404246; font-size: 16px; font-weight: normal; margin-bottom: 14px; }
#content p { line-height: 1.5em; text-align: justify; margin-bottom: 20px; }
#content p.line { padding-bottom: 20px; border-bottom: 1px solid #cbcbcb; }
#content ul {}
#content li { background: url(../images/list-li.gif) 2px 2px no-repeat; list-style: none; padding-left: 18px; margin-bottom: 24px; }
#content img.img-left { float: left; margin: 0px 15px 15px 0px; }
#content img.img-right { float: right; margin: 0px 0px 15px 15px; }
#content .border { border: 1px solid #b7b8b9; background-color: #eaeef1; padding: 20px 30px; margin-bottom: 20px; }
#content form { margin-bottom: 20px;  }
#content fieldset { border-style: none; }
#content label { display: block; float: left; width: 100px; padding-top: 6px; font-weight: bold; color: #404246; }
#content input { float: left; width: 165px; padding: 5px; margin: 0 6px 12px 0; border: 1px solid #8d8d8d; background-color: #fff; font-size: 11px; color: #8d8d8d;  }
#content input.bttn { width: 89px; height: 30px; padding: 0; margin: 0; border-style: none; background: url(../images/search-submit.gif); text-align: center; color: #f1f7e9; font-weight: bold; cursor: pointer;  }
#content textarea { float: left; width: 265px; height:  165px; padding: 5px; margin: 0 6px 12px 0; border: 1px solid #8d8d8d; background-color: #fff; font-size: 11px; color: #8d8d8d;  }

#quick-contact { width: 251px; height: 226px; background-image: url(../images/bg-quick-contact.jpg); overflow: hidden; position: relative; }
#quick-contact #qc-title { width: 153px; height: 34px; position: absolute; top: 11px; left: 17px; }
#quick-contact #qc-title span { width: 153px; height: 34px; background-image: url(../images/en-quick-contact.jpg); position: absolute; top: 0; left: 0; }


#quick-contact #qc-contact { display: block; width: 153px; height: 34px; position: absolute; top: 70px; left: 56px; line-height: 1.6em; }
#quick-contact strong { display: block; float: left; width: 54px; color: #fff; }
#quick-contact a { color: #000; }

#quick-contact #qc-helpdesk { width: 190px; height: 24px; position: absolute; top: 140px; left: 30px; }
#quick-contact #qc-helpdesk span { width: 190px; height: 24px; background-image: url(../images/sk-quick-helpdesk.jpg); position: absolute; top: 0; left: 0; }

/* footer */
#footer { width: 100%; padding: 18px 0; color: #04405b; background: #bfdeeb url(../images/bg-footer.jpg) top center no-repeat; }
#footer p { width: 970px; margin: 0 auto; text-align:left; }

/* ---------------------------------------------------------- */
/* ----------------------- title ---------------------------- */
/* ---------------------------------------------------------- */
div#qTip {
	display: none;
	position: absolute;
	z-index: 1000;
    background-color: #0090cd; 
	font-size: 11px;
	color: #fff;
	padding: 3px 4px;
}
/* ---------------------------------------------------------- */
/* ----------------------- lavalamp ------------------------- */
/* ---------------------------------------------------------- */
/* menu */
#menu {
position:relative;
overflow: hidden;
}
#menu li {
list-style: none;
}
#menu li.backLava {
				border-top: 16px solid #0090cd; border-right-style: none;
				width: 9px;
				height: 0px;
				top: 0px;
				z-index: 5;
				position: absolute;}
#menu li a {
	outline: none;
	top: 0px;
	display: block;
	z-index: 15;
	display: block;
	position: relative;
}
