﻿/*-----------------------CSS Reset--------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0px;
	border: 0;
	outline-width: 0px;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-weight:normal;
}
/*----------------------------------------------------------*/
body
{
    background:#000 url(../images/main-rep.gif) repeat-x top;
}
html, body
{
    font-family:Arial, Verdana;
}
#header
{
    background:url(../images/header-rep.gif) repeat-x;
    height:157px;
}
#header-wrapper
{
    margin:0 auto;
    width:992px;
}
.logo
{
    background:url(../images/logo.gif) no-repeat;
    width:141px;
    height:70px;
    float:left;
    margin:14px 0 0 20px;
}
#plane span
{
    background:url(../images/plane.gif) no-repeat;
    width:448px;
    height:130px;
    position:absolute;
    top:1px;
    margin:0 0 0 -22px;
    display:block;
}
#cart
{
    float:right;
    width:250px;
    margin:18px 20px 0 0;
}
#cart-border
{
    border-top:solid 1px #032b75;
    border-bottom:solid 1px #032b75;
    height:36px;
    margin:10px 0 0 0;
}
#cart h2
{
    font-size:12px;
    color:#fff;
    font-weight:bold;
}
#cart p
{
    font-size:11px;
    color:#fff;
    float:left;
    margin:12px 0 0 0;
   
}
.checkout-btn
{
    background:url(../images/checkout-btn.gif) no-repeat;
    width:58px;
    height:20px;
    color:#fff!important;
    font-size:10px;
    text-decoration:none!important;
    float:right;
    text-align:center;
    padding:3px 0 0 0;
    margin:8px 0 0 0;
}
.checkout-btn:hover
{
    color:#012056!important;
}
#cart a
{
    float:right;
    color:#3864b6;
    text-decoration:underline;
    font-size:10px;
    margin:8px 0 0 32px;
}
#cart a:hover
{
    color:#fff;
    cursor:pointer;
}
#nav
{
    clear:both;
    padding:23px 0 0 0;
    float:left;
    margin:0 0 0 30px;
}
#nav a
{
    
    color:#fff;
    float:left;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
    margin:5px 0 0 0;
}
#nav span
{
    background:url(../images/menu-divider.gif) no-repeat;
    display:block;
    width:2px;
    height:29px;
    margin:0 13px;
    float:left;
}

.TextBox
{
	background-color:#323232;
}

#search
{
    float:right;
    width:285px;
    margin:23px 20px 0 0;
}

#search-box
{
    background:url(../images/search-back.gif) no-repeat;
    width:257px;
    height:21px;
    float:left;
}
#search-box input
{
    background:transparent;
    border:0px;
    outline:0px;
}

#search-btn
{
    
    float:right;
    width:28px;
    height:21px;
}
.clear
{
    clear:both;
}
#wrapper
{
    width:960px;
    margin:0 auto;
    background:url(../images/wrap-rep.gif) repeat-x;
   
}

.clickHere
{
	color:white; 
	font-weight:bold;
}

.clickHere:hover
{
	color:#3864b6; 
	font-weight:bold;
}

#side-content
{
    float:left;
    background:#030405 url(../images/side-content-pattern.gif) no-repeat;
    width:228px;
    margin:10px 0 0 9px;
    min-height:1023px;
}
#side-content-wrapper
{
     width:208px;
     margin:10px 0 0 10px;
}
#side-content h2
{
    background:#35373b;
    color:#fff;
    font-size:14px;
    height:25px;
    width:197px;
    font-weight:bold;
    padding:10px 0 0 11px;
}

#subscribe-wrapper h2
{
    background:#35373b;
    color:#fff;
    font-size:14px;
    height:25px;
    width:197px;
    font-weight:bold;
    padding:10px 0 0 11px;
}

#pageContent h2
{
    background:#35373b;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    height:25px;
    padding:10px 0 0 11px;
}

#main-content
{
    float:right;
    background:url(../images/main-content-pattern.gif) no-repeat;
    width:702px;
    margin:10px 8px 0 0;
    padding:0 0 0 1px;
     
}
#main-content-wrapper
{
     width:682px;
     margin:10px 0 0 10px;
}
.register-link
{
    font-size:18px;
    color:#fff;
    font-weight:bold;
    margin:0 0 0 115px;
    text-decoration:none;
    line-height:32px;
}
.register-link:hover
{
    cursor:pointer;
}
.banner-pad
{
    margin:16px 0;
}

.banner-pad2
{
    margin:8px 0px 16px 0px;
}




.anythingSlider                         { width: 682px; height: 267px; position: relative; margin: 8px auto 0 auto; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 260px; position: absolute; top: 16px; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #fff;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; width: 680px; margin: 0; }
.anythingSlider ul li .left             {float:left; width:230px; margin:28px 0 0 20px;}
.anythingSlider ul li .right            {float:right; width:413px;}
.anythingSlider h2                      {color:#404040; font-size:16px; margin:28px 0 10px 0 ;}
.anythingSlider .pad                    { margin:20px 0 0 0; float:left;}
.anythingSlider p                       {font-size:12px; color:#232323; width:382px; text-align:justify; line-height:22px;}
.anythingSlider .arrow                  { display:none;height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 0px; text-align: right;background:#5c5c5c; height:31px; }
#thumbNav a                             { color: #404040;display: inline-block; font-size:12px; padding: 4px 8px; height: 16px; margin: 3px 5px 0 0; background: #fff ; text-align: center;  text-decoration:none; border:solid 1px #000; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #a8a8a8; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; display:none; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

.prod-btn
{
    margin:35px 20px 0 0;
    float:right;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

#footer
{
    height:154px;
    width:960px;
    margin:0 auto;
    clear:both;
    padding:9px 0 0 0;
}
#to-top
{
    height:40px;
    background:#1c202a;
}
#to-top-links
{
   
   float:left;
    width:843px;
}
#to-top-links a
{
    color:#fff;
    margin:13px 0 0 20px;
    
    float:left;
    font-size:12px;
    text-decoration:none;
}
#to-top-links a:hover
{
    color:#2363ca;
}
.back-to-top
{
    color:#2363ca;
    font-size:11px;
    float:right;
   background:url(../images/top-arrow.gif) no-repeat 75px 2px;
    width:117px;
    margin:12px 0 0 0;
    text-decoration:none;
  
}

#foot-bottom
{
    background:url(../images/foot-back.gif) no-repeat;
    width:960px;
    height:114px;
}

#foot-left
{
    width:400px;
    float:left;
    margin:20px 0 0 15px;
}
#foot-right
{
    width:500px;
    float:right;
    margin:20px 8px 0 0;
}
#foot-right2 p
{
    color:#404040;
    font-size:9px;
	text-align:right;
    float:right;
}

#foot-right2 a
{
	color:#404040;
    font-size:9px;
    text-decoration:none;
}
#foot-right2 a:hover
{
     color:#2363ca;
}

#call-now
{
    width:500px;
    float:right;
}

#foot-links
{
    color:#fff;
    font-size:11px;
}

#foot-links a
{
    color:#fff;
    font-size:11px;
    margin:0 10px 0 0;
    text-decoration:none;
}

#foot-links a:hover
{
    color:#2363ca;
}

#foot-left2 p
{
    color:#404040!important;
    font-size:9px;
}

#foot-left2 h2
{
    color:#1f509f;
    font-size:9px;
    margin:10px 0 0 0;
}

/*tree style*/

.TreeView
{
	padding: 2px;
	width: 180px;
}

.TreeNode
{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 3px 0px 5px 5px;
	cursor: hand;
}

.SelectedTreeNode
{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 3px 0px 5px 5px;
	cursor: hand;
}

.HoverTreeNode
{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 3px 0px 5px 5px;
	cursor: pointer;
}

.TreeNodeRow
{
	
}

.tekstbox
{
	background-color: #313232; 
	border: 1px solid #101113; 
	color: #ffffff;
}
