/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend
, caption,  tfoot, thead {
	
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ************* */
/* END CSS RESET */
/* ************* */

#main h3 {
    font-size:17px;
    margin-top:13px;
    margin-bottom:10px;
}
.title a {
    font-size:21px;
}

body {
    background-color:#d7d7d7;
    background-image: url('../images/body/background-new.gif');
    background-repeat: repeat-x;
    font-size:11px;
    font-family:tahoma;
    color:#333333;
    padding:0;
    margin:0;
    padding-top:0 !important;
    padding-top:5px;
}
#toptitles {
    background-color:#e1e1e1;
    
}

h1 {
    font-size:11px;
    font-family:Tahoma;
    font-weight:300;
    text-transform:uppercase;
    color:#f9f9f9;
    background-color:#686868;
    padding-top:4px;
    margin-bottom:1px;
    padding:1px;
    padding-left:2px;
}
h2 {
    font-size:9px;
    font-family:Tahoma;
    font-weight:300;
    text-transform:uppercase;
    color:#4b4b4b;
    margin-top:3px;
    margin-bottom:3px;
    padding:0;
    padding-bottom:2px;
}
h4 {
	font-size:17px;
	margin-top:5px;
	margin-bottom:5px;
}
h5 {
	margin-top: 9px;
	margin-bottom: 2px;
	font-size: 11px;
	text-transform: uppercase;
	color: rgb(9, 53, 87);
	font-family: Tahoma;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
}
#container {
    width:968px;
    height:auto;
    margin:0 auto 0 auto;
    background-color:#ffffff;
}
#container #header{
    width:968px;
    margin:0 auto 0 auto;
    background-image:url('../images/header/header-background.jpg');
    background-repeat:repeat-x;
}
#container #header img{
    border:0px #ffffff solid;
}

/* fading menu */
#navigation {
    list-style: none;
    margin:0px;
    padding:0px;
    background-image:url('../images/header/fading-menu-background.jpg');
    background-repeat:repeat-x;
    width:968px;
    height:39px;
}

#navigation li {
    float: left;
}

#navigation a * {
    display: none;
}

#navigation a,
#navigation a .hover {
    height: 39px;
    position: relative;
    display: block;
    background: url(../images/header/fading-menu-buttons.jpg) 0 0 no-repeat;
}

/* individual navigation items */
#navigation a.home {
    background-position: 0 0;
    width: 115px;
}

#navigation .highlight a.home:hover,
#navigation a.home .hover {
    background-position: 0 -40px;
    width: 115px;
}



#navigation a.about {
  background-position: -115px 0;
  width: 115px;
}

#navigation .highlight a.about:hover,
#navigation a.about .hover {
  background-position: -115px -40px;
}

#navigation a.portfolio {
  background-position: -230px 0;
  width: 115px;
}

#navigation .highlight a.portfolio:hover,
#navigation a.portfolio .hover {
  background-position: -230px -40px;
}

#navigation a.services {
  background-position: -345px 0;
  width: 115px;
}

#navigation .highlight a.services:hover,
#navigation a.services .hover {
  background-position: -345px -40px;
}

#navigation a.blog {
  background-position: -460px 0;
  width: 115px;
}

#navigation .highlight a.blog:hover,
#navigation a.blog .hover {
  background-position: -460px -40px;
}

#navigation a.news {
  background-position: -575px 0;
  width: 115px;
}

#navigation .highlight a.news:hover,
#navigation a.news .hover {
  background-position: -575px -40px;
}

#navigation a.contacts {
  background-position: -690px 0;
  width: 115px;
}

#navigation .highlight a.contacts:hover,
#navigation a.contacts .hover {
  background-position: -690px -40px;
}

#logo {
    float:left;
    width: 679px;
    height:163px;
    overflow:hidden;
}

#akcenti {
    float:right;
    margin-top:10px;
    padding-top:10px;
    padding-right:10px;
    color:#7d7d7d;
}
#akcenti a{
    color:#f73939;
}
#akcenti a:hover{
    color:#333333;
}
.akcenti_subtitle {
    font-size:11px;
    font-family:arial;
    color:#5d5d5d;
    text-transform:uppercase;
}

#top_navigation {
    text-align:right;
    background-color:#e0e0e0;
    border-bottom-width:1px;
    border-bottom-color:#808080;
    border-bottom-style:solid;
    margin-bottom:1px;
    padding-bottom:2px;
    text-transform: lowercase;
}
#top_navigation a{
    color:#424242;
    margin:1px;
}
#borderline-below-header {
    padding:0;
    margin:0;
}

#breadcrumb {
    font-size:11px;
    font-family:tahoma;
    color:#727272;
    padding-left:10px;
    padding-top:6px;
    padding-bottom:6px;
}
#breadcrumb a{
    font-size:11px;
    font-family:tahoma;
    color:#727272;
}
#breadcrumb a:hover{
    font-size:11px;
    font-family:tahoma;
    color:#f73939;
}

.clear {
    clear:both;
}
.upperc {
	text-transform: uppercase;
}
.bigheading {
	font-size:33px;
	color:#505050;
}
.smallheading {
	font-size:19px;
	color:#505050;
}

#promo {
    float:right;
    width:360px;
    padding-right:10px;
}
.centered_heading3 {
    text-align:center;
    font-family:Arial;
    font-size:17px;

}
#company_intro {
    height : 348px;
    width : 580px;
    overflow : auto ;
    overflow-y : scroll ;
    scrollbar-3dlight-color: #3277ac;
    scrollbar-arrow-color: #ff0000;
    scrollbar-base-color: #81adcf;
    scrollbar-darkshadow-color: #81adcf;
    scrollbar-face-color: #c8dff1;
    scrollbar-highlight-color: #f5f9ff;
    scrollbar-shadow-color: #ffffff;
    font-family:tahoma;
    font-size:11px;
    padding:3px;
    background-color:#ffffff;     
    float:left; 
}
#content {
}
#text_padding {
	padding-left:25px;
	padding-right:25px;
}


#right_banner {
    float:right;
}
#allinone_line {
	background-image: url("../images/body/webdesign-bulgaria-aio-line.gif");
	background-repeat: no-repeat;
	height:24px;
	line-height: 24px;
	text-align:right;
	font-family:Arial Narrow;
	font-size:21px;
	text-transform: uppercase;
	color: #6b6b6b;
	padding-right:10px;
	margin-top:10px;
}
select {
	background-color: #798687;
	color:#fff;
	font-size:10px;
	font-family: tahoma;
	border:1px #808080 solid;
}

.footertable {
	background-image: url('../images/body/footer_background.gif');
	background-repeat: no-repeat;
	background-color: #798687;
	height:320px;
}
.footer {

color:#ffffaa;
font-size:13px;
font-family:arial;
font-weight:bold;
}

.footer a{

color:#f0f0f0;
font-size:11px;
font-family:tahoma;
font-weight:300;
}


.footer a:hover{

color:#ccc;
font-size:11px;
font-family:tahoma;
text-decoration:none;
font-weight:300;
}
#aboutusfooter {
	padding-left:7px;
}

#copyright {
	background-color:#3d4445;
	color:#fffff0;
	text-align: center;
	font-size:8px;
	font-family:verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height:30px;
}
#copyright a {
	color: #fffff0;
	text-decoration: none;
}
#seportfolio {
	float:right;
	width:445px;
	margin-left:10px;
	background-color: #f6f6f6;
	padding:5px;
	border:1px #dedede solid;
}
#sebenefit {
	text-align:center;
	text-transform:uppercase;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #f0f0f0;
	font-size:15px;
}
#acheavements {
	text-transform: uppercase;
	background-color:#d9d9d9;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:2px;
	text-transform:uppercase;
	text-align: center;
	font-size:15px;
}

.pakettitle {
    font-family:arial;
    font-size:22px;
    text-transform:uppercase;
    color:#373737;
    letter-spacing:-1px;
    margin-top:3px;
    margin-bottom:8px;
    
}

.pakettext
{
    font-family:tahoma;
    font-size:12px;
    color:#373737;
   
}
.pakettext ul
{
    margin-left:10px;
    margin-top:10px;
   
}
.pakettext a
{
    color:#e20000;
   
}
.specification {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

#firmenblogfooter
{
font-family:tahoma;
font-size:11px;

}

.firmenblogtitlefooter
{
font-family:tahoma; font-size:11px;
padding:6px;
text-align:center;
text-transform:uppercase;
color:#363636;
}

#novootblogaleft
{
width:49%;
float:left;
padding:6px;
color:#535353;
}

#novootblogaright
{
width:48%;
float:right;
padding:6px;
color:#535353;
}

#novootblogaleft a
{
color:#e20000;
}

#novootblogaright a
{
color:#e20000;
}
#articlestable {
	
}
#articlestable a {
	color:#e20000;
}