/*
    Document   : glowna
    Created on : 2010-08-09, 14:02:42
    Author     : Webvisor
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
  text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
background: url(../images/bg.png) repeat-x top left;
}

#header {
    height:80px;
    margin:0 auto;
    position:relative;
    width:1000px;
}

#center{
    text-align:center;

background: url(../images/banner.jpg) no-repeat center center #ed7922; min-height: 298px;margin-top: 8px;
}

#center .promo {
    margin: 0px auto;width: 1000px; background: red;height: 298px;background: url(../images/banner3.png) no-repeat
}

#logo {
    position: absolute; left: 0px; top: 0px; z-index: 1;
}

#logo img {
    border: none;
}

#menu{
    display: block;
    float:right;
    list-style-type: none;
    margin-top: 20px;
}
#menu li{
    float:left;
}
#menu a{
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    color: #16356b;
    font-family: sans-serif;

}
#menu a:visited{
    color: #16356b;
}

#menu a:hover{
    background: url('../images/button2.png') no-repeat;
    color: white;
}
#menu a:active{
    background: url('../images/button2.png') no-repeat;
    color: white;
}


#banner{
    /*width:2000px;*/

    background-color: #ffa20e;
    margin: 0px auto;

}
#center img{
    margin: 0px auto; overflow: hidden;
}
#tresc{
    /*width:2000px;*/
    text-align: left;
    margin: 15px auto;
    width: 1000px;

}

#tresc .frame {
    margin: 0px auto 10px auto;text-align: center;
}
#www, #hosting, #internet{
    float:left;
    margin: 5px;
    padding: 0px;
    width: 323px;
}
#www_obr{
    background:  #ffa20e;
   
}
#www_obr img, #hosting_obr img, #internet_obr img
{
     width:323px;
}

#hosting_obr{
    background: #d131b9;
}

#internet {
    background: #082d82;
}

#www {
    background: #ff7d0e;
}

#hosting {
    background: #911616;
}


#internet_obr{
    background: #082d82;
}
#internet .text p, #hosting .text p, #www .text p
{
  margin: 10px;
  text-align: left;
  font-family: sans-serif;
  height:60px;
}

#internet .text, #hosting .text, #www .text {
    margin: 0px;
    border: 1px solid;
}

#internet .text{
    background: url(../images/gradient_internet.png);
    color:#385e8c;
    border-color: #082d82;
}

#hosting .text{
    background: url(../images/gradient_hosting.png);
    color: #911616;
    border-color: #911616;
}

#www .text{
    background: url(../images/gradient_www.png);
    color: #595959;
    border-color: #ffa20e;
}

#internet .text p {
    color:#385e8c;
}

#hosting .text p {
    color: #95671c;
}

#www .text p {
    color: #595959;
}

#internet .tekst {
    background: url('images/gradient_internet.html'); margin: 1px; border:#082d82 1px solid; text-align: center;
}

#hosting .tekst {
    background: url('images/gradient_hosting.html'); margin: 1px; border:#d131b9 1px solid;
}

#www .tekst {
    background: url('images/gradient_www.html'); margin: 1px;border:#ffa20e 1px solid;
}

.clear {
    clear:both;font-size: 0px;
}


/* other things */
div.sidebar {
    width: 300px;
    overflow: hidden;
}

ul.sidebar {
    list-style:  none;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}

ul.sidebar li {
    float: left;
    background: url(../images/hline.png) repeat-x top left;
}

ul.sidebar a {
    width: 300px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #666666;
    text-decoration: none;
    text-shadow: 1px 2px 1px white;
    margin-left: 10px;
    background: url(../images/arrow_off.png) no-repeat center left;
    padding-left: 25px;
}

ul.sidebar a:hover {
    color: #111111;
    background: url(../images/arrow_on.png) no-repeat center left;
}

ul.sidebar a.active {
    color: #000000;
    background: url(../images/arrow_on.png) no-repeat center left;
}

.content-column-690 ul, .content-column ul {
    padding: 0px;
}

.content-column-690 h1, .content-column h1, .content-column h2 {
    text-shadow: 1px 1px 2px white;
    color: #666666;
    font-weight: lighter;
}

.content-column-690 p, .content-column-690 li, .content-column li, .content-column p {
    color: #333333;
    line-height: 1.6em;
    text-shadow: 1px 1px 1px white;
}

.content-column-690 ul, .content-column ul {
    list-style: none;
}

.content-column-690 li, .content-column li {
    background: url(../images/small_arrow_off.png) no-repeat center left;
    padding-left: 25px;
    margin: 0px;
}

.content-column-690 .content-inner, .content-column .content-inner {
    margin: 10px 20px;
}

.content-column table p, content-column690 table p {
    line-height: normal;
    margin: 5px;
    font-size: 14px;
    color: #666666;
}

.content-column table textarea, .content-column table input {
    border: 1px solid silver;
    width: 100%;
    padding: 5px 3px;
    font-size: 13px;
    color: #333333;
    font-family: inherit;
}

.content-column table .label {
    text-align: right;
    width: 200px;
}
