@charset "utf-8";

/********************
---| GLOBAL TAGS
*********************/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

html {
	background:	url(/images/bg-html.png) repeat-x 0 292px;
}

body {
	color: #31312b;
	font: 12px/20px "Trebuchet MS", Verdana, Arial, sans-serif;
	overflow:-moz-scrollbars-vertical;
	background: url(/images/bg-body.jpg) no-repeat center 0;
}

ol {
	list-style-position: inside;
	padding: 0 0 15px 0;
}

ul,
dl {
	list-style:none;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
}

img {
	border: none;
}

p {
	margin:0 0 15px 0;
}

address {
	font-style: normal;
	margin: 0 0 15px;
}

dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 5px;
}

dl dt {
	float: left;
	font-size: 12px;
	padding: 0 5px 0 0;
}

dl dd {
	color: #879c33;
	font-size: 13px;
}

img.float-left {
	background:#ffffff;
	border:1px solid #cccccc;
	float:left;
	height:auto !important;
	width:auto !important;
	margin:9px 15px 0 0;
	padding:1px;
}

img.float-right {
	background:#ffffff;
	border:1px solid #cccccc;
	float:right;
	height:auto !important;
	width:auto !important;
	margin:9px 0 0 15px;
	padding:1px;
}
small {
	font-size: 11px;
	color: #31312B;
}
/********************
---| GLOBAL CLASSES 
*********************/
.border {
	padding: 2px;
	border: 1px solid #5f3f2b;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.indented {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}
.no-bg {
	background: none !important;
}
/********************
---| CONTAINER
*********************/
#container {
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -129px;
	background: url(/images/bg-logo.png) no-repeat 689px 0;
}

/********************
---| HEADER
*********************/
#header {
	height: 324px;
	width: 970px;
	overflow: hidden;
	position: relative;
	/*	background: url(/images/bg-body.jpg) no-repeat center 0;*/
}

#header h1 a {
	display: block;
	width: 249px;
	height: 86px;
	position: absolute;
	left: 707px;
	top: 10px;
	text-indent: -9999px;
}

#header h1 a img {
	position: absolute;
	left: 0;
	top: 0;
}

#header a span {
	display: block;
	position: absolute !important;
	left: 0;
	bottom: 0;
	width: 249px;
	height: 86px;
}

#header a img {
	background: url(/images/logo-hover.jpg) no-repeat -9999px 0;
}

/********************
---| NAVI
*********************/
.navi {
	position: absolute;
	left: 18px;
	top: 0;
	background: url(../images/navi/navi.jpg) no-repeat 0 0;
}

.navi li {
	float: left;
	padding: 0 2px 0 0;
	height: 292px;
	position: relative;
}

.navi li a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	position: relative;
	cursor: pointer;
	z-index: 1;
	background: url(../images/navi/navi.jpg) no-repeat 0 0;
}

.navi li.index a {
	width: 101px;
	background-position: 0 0;
}
	.navi li.index a:hover {
		background-position: 0 -292px;
	}
	.current-index .index a:link, .current-index .index a:visited {
		background: url(../images/navi/navi.jpg) no-repeat 0 -292px;
		cursor: default;
	}
	.navi-index, .navi-index-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/navi/navi.jpg) no-repeat 0 -292px;
	}

.navi li.company a {
	width: 135px;
	background-position: -103px 0;
}
	.navi li.company a:hover {
		background-position: -103px -292px;
	}
	.current-company .company a:link, .current-company .company a:visited {
		background: url(../images/navi/navi.jpg) no-repeat -103px -292px;
		cursor: default;
	}
	.navi-company, .navi-company-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/navi/navi.jpg) no-repeat -103px -292px;
	}	

.navi li.services a {
	width: 101px;
	background-position: -240px 0;
}
	.navi li.services a:hover {
		background-position: -240px -292px;
	}
	.current-services .services a:link, .current-services .services a:visited {
		background: url(../images/navi/navi.jpg) no-repeat -240px -292px;
		cursor: default;
	}
	.navi-services, .navi-services-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/navi/navi.jpg) no-repeat -240px -292px;
	}		


.navi li.portfolio a {
	width: 133px;
	background-position: -343px 0;
}
	.navi li.portfolio a:hover {
		background-position: -343px -292px;
	}
	.current-portfolio .portfolio a:link, .current-portfolio .portfolio a:visited {
		background: url(../images/navi/navi.jpg) no-repeat -343px -292px;
		cursor: default;
	}
	.navi-portfolio, .navi-portfolio-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/navi/navi.jpg) no-repeat -343px -292px;
	}			

.navi li.jobs a {
	width: 107px;
	background-position: -478px 0;
}
	.navi li.jobs a:hover {
		background-position: -478px -292px;
	}
	.current-jobs .jobs a:link, .current-jobs .jobs a:visited {
		background: url(../images/navi/navi.jpg) no-repeat -478px -292px;
		cursor: default;
	}
	.navi-jobs, .navi-jobs-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/navi/navi.jpg) no-repeat -478px -292px;
	}		

.navi li.blog a {
	width: 84px;
	background: url(../images/navi/navi.jpg) no-repeat -587px 0;
}
	.navi li.blog a:hover {
		background-position: -587px -292px;
	}
	.current-blog .blog a:link, .current-blog .blog a:visited, .current-blog .blog a:hover {
		background: url(../images/navi/navi.jpg) no-repeat -587px -292px !important;
		cursor: default;
	}
	.navi-blog, .navi-blog-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/navi/navi.jpg) no-repeat -587px -292px;
	}	
/********************
---| NAVI SUB
********************/
.navi li ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0 0 0 22px;
	width: 96px;
}

.navi li ul li {
	float: left;
	width: 46px;
	height: 36px;
	padding: 0 14px 0 0;
	overflow: hidden;
}

.navi li ul li.linkedin {
	width: 36px;
	padding: 0;
}

.navi li ul li a {
	opacity: 0.5;
	filter:alpha(opacity=50);
	display: block;
	background: none !important;
	position: relative;
	width: 100% !important;
	height: 100%;
	cursor: pointer !important;
}

.navi li ul li a img {
	width: auto !important;
	position: absolute;
	top: 0;
	left: 0;
}

/********************
---| NAVI ADD
*********************/
.navi-add {
	position: absolute;
	left: 720px;
	top: 140px;
	width: 221px;
	height: 152px;
	background: url(../images/navi/navi-add.jpg) no-repeat 0 0;
}

.navi-add li {
	width: 182px;
	height: 32px;
	float: right;
	position: relative;
}
.navi-add li.contact {
	width: 209px; 
	height: 49px;
	float: left !important;
	padding: 7px 0 0 0 !important;
}

.navi-add li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	position: relative;
	cursor: pointer;
	z-index: 1;
	float: right;
	background: url(../images/navi/navi-add.jpg) no-repeat 0 0;
}
.navi-add li.faq a {
	background-position: -39px 0;
}
	.navi-add li.faq a:hover {
		background-position: -260px 0;
	}
	.current-faq .faq a:link, .current-faq .faq a:visited, .current-faq .faq a:hover {
		background: url(../images/navi/navi-add.jpg) no-repeat -260px 0 !important;
		cursor: default;
	}
	.navi-faq, .navi-faq-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 182px;
		height: 32px;
		background: url(../images/navi/navi-add.jpg) no-repeat -260px 0;
	}		

.navi-add li.privacy a {
	background-position: -39px -32px;
}
	.navi-add li.privacy a:hover {
		background-position: -260px -32px;
	}
	.current-privacy .privacy a:link, .current-privacy .privacy a:visited, .current-privacy .privacy a:hover {
		background: url(../images/navi/navi-add.jpg) no-repeat -260px -32px !important;
		cursor: default;
	}
	.navi-privacy, .navi-privacy-click {
		position: absolute;
		top: 0;
		right: 0;
		width: 182px;
		height: 32px;
		background: url(../images/navi/navi-add.jpg) no-repeat -260px -32px;
	}		

.navi-add li.terms a {
	background-position: -39px -64px;
}
	.navi-add li.terms a:hover {
		background-position: -260px -64px;
	}
	.current-terms .terms a:link, .current-terms .terms a:visited, .current-terms .terms a:hover {
		background: url(../images/navi/navi-add.jpg) no-repeat -260px -64px !important;
		cursor: default;
	}
	.navi-terms, .navi-terms-click {
		position: absolute;
		top: 0;
		right: 0;
		width: 182px;
		height: 32px;
		background: url(../images/navi/navi-add.jpg) no-repeat -260px -64px;
	}		

.navi-add li.contact a {
	background-position: 0 -103px;
	height: 49px;
	width: 100%;
}
	.navi-add li.contact a:hover {
		background-position: -221px -103px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited, .current-contact .contact a:hover {
		background: url(../images/navi/navi-add.jpg) no-repeat -221px -103px !important;
		cursor: default;
	}
	.navi-contact, .navi-contact-click {
		position: absolute;
		top: 7px;
		left: 0;
		width: 209px;
		height: 49px;
		background: url(../images/navi/navi-add.jpg) no-repeat -221px -103px;
	}		

/********************
---| NAVI SIDEBAR
*********************/
#navi-sidebar li {
	width: 246px;
	height: 52px;
	padding: 4px;
	background: url(/images/bg-navi-sidebar.jpg) no-repeat 0 0;
	position: relative;
	margin: 0 0 5px 0;
	float: left;
}

#navi-sidebar li a {
	width: 100%;
	height: 100%;
	display: block;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 15px;
	color: #2b6167;
	text-align: center;
	text-indent: 40px;
	line-height: 45px;
	text-transform: uppercase;
	z-index: 1;
	background: url(/images/navi-sidebar-shadow.png) 60px 38px no-repeat #f4f4f4;
	text-decoration: none;
}

body.linux #navi-sidebar li a {
	font-size: 14px;
}
#navi-sidebar li.active a {
	background-color: #deedf6;
	color: #000;
}

#navi-sidebar li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 100%;
	z-index: 2;
}

/* ---| За нас */
#navi-sidebar li span.clock {
	background: url(/images/icons/icon-clock.png) no-repeat 13px 12px;
}

#navi-sidebar li span.cycle {
	background: url(/images/icons/icon-cycle.png) no-repeat 13px 12px;
}

#navi-sidebar li span.team {
	background: url(/images/icons/icon-team.png) no-repeat 13px 12px;
}

#navi-sidebar li span.hdd {
	background: url(/images/icons/icon-hdd.png) no-repeat 13px 12px;
}

#navi-sidebar li span.christmas-party {
	background: url(/images/icons/icon-drums.png) no-repeat 13px 12px;
}

#navi-sidebar li span.certificate {
	background: url(/images/icons/icon-certificate.png) no-repeat 13px 12px;
}

/********************
---| HEADLINES
*********************/
h2 {
	width: 272px;
	font-size: 20px;
	line-height: 64px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 35px;
	background: url(/images/bg-h2.png) no-repeat 0 0;
	left: -10px;
}

#content h2 a {
	color: #fff;
	text-decoration: none;
}

h2 span {
	display: block;
	float: left;
	height: 77px;
	width: 100px;
}

h2 span.about {
	background: url(/images/icons/icon-about.jpg) no-repeat 100% 0;
	position: relative;
	top: -6px;
	margin: 0 4px 0 0;
}

h2 span.jobs {
	background: url(/images/icons/icon-jobs.jpg) no-repeat 100% 0;
	position: relative;
	top: -6px;
	margin: 0 4px 0 0;
}

/* ---| Услуги */
body#services h2 {
	font-size: 17px;
	height: 62px;
	padding: 0 0 15px 0;
}

body#services h2 span {
	width: 60px;
	height: 55px;
}

body#services h2 a {
	color: #fff;
	display: block;
}

body#services h2 span.online-marketing {
	background: url(/images/icons/icon-online-marketing-opaque.png) no-repeat 100% 14px;
	margin: 0 10px 0 0;
}

body#services h2 span.web-design {
	background: url(/images/icons/icon-web-design-opaque.png) no-repeat 100% 14px;
	margin: 0 10px 0 0;
}

body#services h2 span.web-hosting {
	width: 55px;
	background: url(/images/icons/icon-web-hosting-opaque.png) no-repeat 100% 12px;
	margin: 0 15px 0 0;
}

body#services h2 span.other-services {
	width: 55px;
	background: url(/images/icons/icon-other-services.png) no-repeat 100% 12px;
	margin: 0 15px 0 0;
}

body#services h3 span.web-hosting {
	height: 53px;
	background: url(/images/icons/icon-web-hosting-big.png) no-repeat 0 0;
	left: -4px;
}

body#services h3 span.web-design {
	height: 50px;
	background: url(/images/icons/icon-web-design-big.png) no-repeat 0 2px;
	left: -4px;
}

/* ---/ endof Услуги */

/* ---| Портфолио */ 
body#portfolio .panel-wrapper h3 {
	position: relative;
	z-index: 2;
	background:	url(../images/navi-sidebar-shadow.png) no-repeat center bottom;
	color: #2b6167;
	height: 40px;
	line-height: 20px;
	text-align: center;
	width: 330px;
	padding: 0;
}

/* ---/ endof Портфолио */

/* ---| Начална страница */
body#index h2 {
	font-size: 17px;
	line-height: 45px;
	color: #2b6167;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 15px;
	background: none;
	left: 0;
	top: 0;
	width: 180px;
}

body#index h2 img {
	position: absolute;
	top: 0;
	left: 0;
}

/* ---/ endof Начална страница */

#content h3 {
	background:url(/images/bg-h3.png) repeat-x 0 11px;
	height: 43px;
	font: 16px/52px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	position: relative;
	padding: 0 0 20px 50px;
	width: 432px;
}

h3.ui-accordion-header {
	cursor: pointer;
}

h3 span {
	width: 45px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

h3 span.test-00 {
	background: url(/images/icons/icon-test-00.png) no-repeat 0 0;
}
h3 span.test-01 {
	background: url(/images/icons/icon-test-01.png) no-repeat 0 0;
}
h3 span.test-02 {
	background: url(/images/icons/icon-test-02.png) no-repeat 0 0;
}

h3 span.books {
	background: url(/images/icons/icon-books.jpg) no-repeat 0 2px;
}

h3 span.pie {
	background: url(/images/icons/icon-pie.jpg) no-repeat 0 1px;
}

h3 span.checked {
	background: url(/images/icons/icon-checked.jpg) no-repeat 0 2px;
}

h3 span.camera {
	background: url(/images/icons/icon-camera.jpg) no-repeat 0 0;
}

h4 {
	color: #879C33;
	font-size: 14px;
	border-bottom: 1px solid #879C33;
	padding: 10px 0 3px 0;
	margin: 0 0 15px 0;
	font-family: Tahoma, Verdana, sans-serif;
}
h5 {
	font-size: 12px;
}

/********************
---| CONTENT
*********************/
#content {
	padding: 47px 0 0 70px;
	overflow: hidden;
}

body#portfolio #content {
	padding: 47px 0 0 0;
}

#accordion h3 {

}

#accordion div {
	height: auto;
}
#content-main ul, #content-main ul li ul {
	margin:0 0 20px;
}
#content-main ul li {
	background: url(/images/icons/icon-arrow.png) no-repeat scroll 0 8px;
	margin:0 0 8px 0;
	padding:0 0 0 20px;
}
#content-main ul li ul {
	margin: 0 0 8px 0;
}
/********************
---| INDEX CONTENT
*********************/
body#index #content {
	padding: 0 0 0 70px;
}

.home-box {
	width: 222px;
	height: 340px;
	float: left;
	margin: 0 32px 0 0;
	padding: 21px 16px 0;
	position:relative;
	opacity: 0.85;
	filter:alpha(opacity=85);
	overflow: hidden;
}

div.home-box a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

div.web-design {
	background: url(/images/index/bg-home-design.jpg) no-repeat 0 0;
}

div.web-design h2 {
	padding-left: 50px !important;
}

div.web-design h2 img {
	top: 5px;
}

div.online-marketing {
	background: url(/images/index/bg-home-marketing.jpg) no-repeat 0 0;
}

div.online-marketing h2 {
	padding-left: 50px !important;
}

div.online-marketing h2 img {
	top: 6px;
}

div.web-hosting {
	background: url(/images/index/bg-home-hosting.jpg) no-repeat 0 0;
}

div.web-hosting h2 {
	padding-left: 35px !important;
}

div.web-hosting h2 img {
	top: 2px;
}

/********************
---| CONTENT-SIDEBAR
*********************/
#content-sidebar {
	width: 260px;
	padding: 20px 30px 0 0;
	float: left;
}

* html #content-sidebar {
	overflow: hidden;
}

/********************
---| CONTENT-MAIN
*********************/
#content-main {
	width: 542px;
	float: left;
	position: relative;
}

#content a {
	color: #879C33;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
}

.content-top {
	background: url(/images/bg-content-top.png) no-repeat 0 0;
	width: 542px;
	height: 12px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

.content-middle {
	padding: 14px 32px 25px;
	background: url(/images/bg-content-main.png) repeat-y 0 0;
	overflow: hidden;
	width: 477px;
}

.content-bottom {
	background: url(/images/bg-content-bottom.png) no-repeat 0 0;
	width: 542px;
	height: 12px;
	overflow: hidden;
}

/********************
---| FOOTER
*********************/
#footer {
	width: 100%;
	height: 213px;
	background: url(/images/bg-footer.png) repeat-x 0 bottom;
	font-family: Tahoma, Verdana, sans-serif;
	position: relative;
}
#footer blockquote {
	margin: 0 auto;
	width: 802px;
	height: 84px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	position: relative;
}
#footer blockquote a {
	display: block;
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
}
#footer blockquote p {
	margin: 0;
	padding: 14px 20px 6px 63px;
	background: url(/images/footer-blockquote-top.png) no-repeat 0 0;
	z-index: 2;
	position: absolute;
	bottom: 28px;
	width: 719px;
}
#footer blockquote div {
	background: url(../images/footer-blockquote-bottom.png) no-repeat 0 0;
	height: 42px;
	width: 802px;
	display: block;
	margin: -10px 0 -4px 0;
	position: absolute;
	bottom: 0;
}

#footer-content {
	margin: 0 auto;
	width: 778px;
	height: 102px;
	padding: 27px 29px 0 29px;
	background: url(/images/bg-footer-content.png) no-repeat 0 bottom;
	overflow: hidden;
}

#footer-content address {
	float: left;
	width: 184px;
	line-height: 15px;
}

#footer-content address strong {
	line-height: 20px;
}

#footer-content ul {
	float: left;
}

#footer-content ul li a:hover {
	text-decoration: underline;
}

#footer-content ul.navi-add-01 {
	width: 145px;
}

#footer-content ul.navi-add-02 {
	width: 110px;
}

#footer-content ul.navi-add-03 {
	width: 139px;
}

#footer-content address strong {
	font-size: 14px;
}

#footer-content ul h3 {
	text-transform: uppercase;
	font-size: 13px;
}

#footer-content .branding {
	float: left;
	width: 200px;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	position: relative;
	top: -2px;
}

/********************
---| ADDITIONAL CLASSES
*********************/
#push {
	height: 159px;
	clear: both;
}

/********************
---| PORTFOLIO SLIDER
*********************/

.coda-slider-wrapper dl {
	width: 310px;
	float: left;
}

.coda-slider-wrapper dl dt {
	float: none;
	padding: 0 0 0 0;
}

.coda-slider-wrapper dl dd {
	float: none;
	padding: 0 0 10px 0;
	position: relative;
	overflow: hidden;
	background-color:#F4F4F4;
	border:1px solid #CFCECE;
	color:#000000 !important;
	display:block;
	font-size:13px;
	margin:2px 0;
	padding:2px 4px;
	text-align:center;
	text-decoration:none !important;
}
.coda-slider-wrapper dl dd.images {
	background: none;
	border: none;
	text-align: left;
	padding: 2px 0;
}

.coda-slider-wrapper .preview {
	float: right;
}

.coda-slider-wrapper .preview a img {
	box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
}

.panel dl dd a img {
	padding:2px 4px;
	background-color:#F4F4F4;
	border:1px solid #CFCECE;	
}
a.external {
	padding: 0 12px 0 0;
	background: url(../images/icons/link.png) no-repeat right 4px;
}

a.external-special {
	padding: 0 22px 0 0;
	background: url(../images/icons/page_link.png) no-repeat right 2px;
}

/********************
---| PHP LECTURES
*********************/

.important_info {
	background: url(../images/icons/icon-important-info.jpg) no-repeat 12px 50%;
	border:1px solid #879C33;
	margin:25px 0;
	padding:12px 12px 12px 72px;
}

table.lectures {
	text-align:left;
	width:100%;
	margin:0 0 20px 0;
}

table.lectures td {
	border-bottom:1px solid #879c33;
	height:40px;
}

table.lectures td.date {
	width:58px;
}

table.lectures td.hour {
	width:45px;
}

table.lectures td.lecture {
	width:300px;
}

table.lectures td.download {
	width:50px;
}

/********************
---| TEAM MEMBERS
*********************/
.team_member {
	width:100%;
	margin:0 0 20px 0;
}

.team_member img {
	background:#ffffff;
	border:1px solid #cccccc;
	float:left;
	height:150px;
	margin:0 40px 0 0;
	padding:1px;
}

.team_member p {
	padding:35px 0 0 0;
}

.team_member .team_member_name {
	font-size:16px;
	font-weight:bold;
	color:#879c33;
	line-height:normal;
}

/********************
---| Запитване за оферта
*********************/
.offer {
	display: block;	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/icons/icon-lightbulb.png) 0 center no-repeat #deedf6;
	text-indent: 40px;
	color: #31312B !important;
	padding: 10px 0;
	border: 1px solid #cfcece;
	border-radius: 3px;
	text-decoration: none !important;
	font-size: 16px;
	width: 250px;
	position: relative;
	margin: 0 0 10px 0;
}
.offer.hosting {
	background: url(../images/icons/icon-server.png) 0 center no-repeat #deedf6;
}
.offer.hosting:hover {
	background: url(../images/icons/icon-server.png) 0 center no-repeat #dbeaf3;
}
.offer img {
	vertical-align: baseline;
	position: absolute;
	top: 5px;
	right: 4px;
}
#content-main .offer {
	width: 100%;
}
.offer:hover {
	background: url(../images/icons/icon-lightbulb-on.png) 0 center no-repeat #dbeaf3;
}
.apply {
	display: block;
	padding: 5px 0;
	border: 1px solid #cfcece;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/icons/icon-apply.png) 5px 1px no-repeat #deedf6;
	text-indent: 40px;
	color: #31312B !important;
	text-decoration: none !important;
	font-size: 15px;
	width: 100%;
}
.apply:hover {
	background-color: #cee3ef;
}

/********************
---| ПАКЕТИ
*********************/
#packets {
	margin: 23px 0 25px 0;
}

/* === headlines === */
#content #packets h3 {
	text-indent: -9999px;
	padding: 0;
	margin: 0 0 0 0;
}
#content #packets h3 span {
	width: 360px;
	height: 80px;
	float: left;
	text-indent: 0;
	color: #31312B;
	line-height: 1.7em;
	font-size: 0.75em;
	padding: 67px 0 0 32px;
	display: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#content #packets h3.ui-state-default span {
	display: block;
}
/* === content === */
#packets .content-middle {
	background: url(../images/packets/bg-content-middle.png) repeat-y 0 0;
}
#packets .content-bottom {
	background: url(../images/packets/bg-content-bottom.png) no-repeat 0 0;
	height: 22px;
}
/* === order button === */
#packets a.order {
	width: 466px;
	height: 27px;
	display: block;
	text-align: right;
	padding: 7px 20px 0;
	margin: 0 0 0 -14px;
	color: #000;
	text-decoration: none;
}
#packets a.order span {
	float: left;
	text-decoration: none;
}

#packets a.order {
	background:	url(../images/packets/btn-order-price-silver.png) no-repeat 0 0;
}
#content #packets h3 {
	width: 542px;
	height: 55px;
}
#content #packets h3.ui-state-default {
	height: 150px !important;
	margin: 0 0 10px 0;
}
/********************
---| Уеб дизайн пакети
*********************/
/* === white packet === */
#content #packets h3.white {
	background:	url(../images/packets/bg-h3-white.png) no-repeat 0 0;
}
#packets h3.white.ui-state-default {
	background: url(../images/packets/bg-h3-white-default.png) no-repeat 0 0 !important;
}

/* === silver packet === */
#content #packets h3.silver {
	background: url(../images/packets/bg-h3-silver.png) no-repeat 0 0;
}
#packets h3.silver.ui-state-default {
	background: url(../images/packets/bg-h3-silver-default.png) no-repeat 0 0 !important;
}

/* === gold packet === */
#content #packets h3.gold {
	background: url(../images/packets/bg-h3-gold.png) no-repeat 0 0;
}
#packets h3.gold.ui-state-default {
	background: url(../images/packets/bg-h3-gold-default.png) no-repeat 0 0 !important;
}

/********************
---| Хостинг пакети
*********************/
/* === white packet === */
#packets.hosting h3.white {
	background:	url(../images/packets/hosting/bg-h3-white.png) no-repeat 0 0 !important;
}
#packets.hosting h3.white.ui-state-default {
	background: url(../images/packets/hosting/bg-h3-white-default.png) no-repeat 0 0 !important;
}

/* === silver packet === */
#packets.hosting h3.silver {
	background: url(../images/packets/hosting/bg-h3-silver.png) no-repeat 0 0 !important;
}
#packets.hosting h3.silver.ui-state-default {
	background: url(../images/packets/hosting/bg-h3-silver-default.png) no-repeat 0 0 !important;
}

/* === gold packet === */
#packets.hosting h3.gold {
	background: url(../images/packets/hosting/bg-h3-gold.png) no-repeat 0 0 !important;
}
#packets.hosting h3.gold.ui-state-default {
	background: url(../images/packets/hosting/bg-h3-gold-default.png) no-repeat 0 0 !important;
}

/********************
---| ОНЛАЙН МАРКЕТИНГ ИНФОГРАМА
*********************/
img.om-infographic {
	border: 2px solid #337b08;
	margin: 10px 0 0 0;
	padding: 3px;
	background: #fff;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
img.om-infographic:hover {
	border: 2px solid #000;
}

#content a.enlarge {
	text-decoration: none;
	margin: 0 0 10px 0;
	display: block;
	color: #000;
	font-size: 15px;
}
#content a.enlarge img {
	vertical-align: middle;
	padding: 0 5px 0 0;
}

/********************
---| ПАРАМЕТРИ НА ПАКЕТИТЕ
*********************/
table.parameters {
	width: 100%;
	padding: 0 0 20px;
	
}
table.parameters td {
	width: 45%;
	padding: 0;
	margin: 0 0 6px 0;
	float: left;
	padding: 7px 10px;
	border: 1px solid #a1a0a0;
	box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;	
}
table.parameters td.value {
	background: #deedf6;
	border-left: none;
	font-weight: bold;
}
table.parameters td.neg {
	color: #d90505;
}
table.parameters td.pos {
	color: #119b02;
}

/********************
---| УСЛУГИ => Начална страница
*********************/
div.service {
	padding: 0 0 0 0;
	height: 200px;
}
div.service img {
	float: left;
}
div.service .content {
	float: left;
	width: 542px;
	padding: 0 0 0 30px;
}
div.service .content h2 {
	width: 542px;
	padding: 0 0 20px 0 !important;
}
div.service .content h2.web-design {
	background: url(../images/services/bg-h2-web-design.jpg) no-repeat 0 0;
}
div.service .content h2.online-marketing {
	background: url(../images/services/bg-h2-online-marketing.jpg) no-repeat 0 0;
}
div.service .content h2.web-hosting {
	background: url(../images/services/bg-h2-web-hosting.jpg) no-repeat 0 0;
}
div.service .content h2.other-services {
	background: url(../images/services/bg-h2-other-services.jpg) no-repeat 0 0;
}
div.service .content p {
	font-size: 13px;
	padding: 0 20px 0 0;
}

/********************
---| ЗА ФИРМАТА => Животът във Вискомп
*********************/
img.gallery {
	border: 1px solid #000;
	margin: 0 0 16px 16px;
	float: left;
}
/********************
---| ЗА ФИРМАТА => За нас
*********************/
dl.company-info {
	border: 1px solid #949494;
	background: #deedf6;
	padding: 4px;
	box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
}
dl.company-info dd {
	color: #000;
	font-weight: bold;
}

img.vcard {
	float: right;
	margin: 0 0 15px 0;
}