/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; 
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 60%;
 color: #ffffff;
}

h2{
 font-size: 100%;
 color: #ff6600;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	position: relative;
	padding: 0px 0px;
	width: 970px;
	height:190px;
	margin:0px auto 0px auto;
	background-image:url(img/bg-header1.jpg);
	background-repeat:no-repeat;
}

#container{
	position: relative;
	padding: 0px 0px;
	width: 970px;
	margin:0px auto 0px auto;
}

#navBarLeft{
	width:175px;
	height: 3105px;
	position:absolute;
	left:0px;
	background-image: url(img/left-right-gradient.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
}

#content{
  	width: 620px;
	color: 333333;
	background-color:#ffffff;
	position:absolute;
	left:175px;
	background-image:none;
}

#navBarRight{
  	width: 175px;
	height: 3105px;
	position:absolute;
	left:795px;
	background-image: url(img/left-right-gradient.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 5px 5px 10px 10px;
	text-align:center;
}

#logo{
	position:absolute;
	top:80px;
	left:10px;
}

/*************** #pageName styles **************/

#pageName{
	width:605px;
	background-color:#FFFFFF;
	padding: 5px 0px 5px 15px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFcc00;
	padding: 5px 0px 5px 0px;
	height: 20px;
	text-align:center;
	white-space: nowrap;
	background-image: url(img/nav-gradient.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	width:970px;
	position:relative;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	color:#FF6600;
	font-size: 90%;
	padding: 0px 5px 0px 5px;
	 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	color: ffffff;
	background-color:#ff9900;
	width:620px;
	height:10px;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #ff6600;
}


/************** .feature styles ***************/

.feature {
	color: #333333;
	font-size: 75%;
	width:590px;
	height:3000px;
	padding: 10px 0px 5px 15px;
	background-image: none;
}

.feature h3{
	padding: 10px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature a{
	text-decoration:underline;
}

#tekstblok1 {
	width: 330px;
	height: 200px;
	position:absolute;
	top: 50px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #666666;
	background-color:#FFFFCC;
}

#tekstblok2	{
	width: 330px;
	height: 200px;
	position:absolute;
	top: 275px;
	left: 250px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #666666;
	background-color:#FFFFCC;
}

#tekstblok3	{
	width: 330px;
	height: 200px;
	position:absolute;
	top: 500px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #666666;
	background-color:#FFFFCC;
}

#tekstblok4	{
	width: 330px;
	height: 200px;
	position:absolute;
	top: 725px;
	left: 250px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #666666;
	background-color:#FFFFCC;
}
#featureImg1 {
	position: absolute;
	top: 50px;
	right: 10px;
}

#featureImg2 {
	position:absolute;
	top: 275px;
	left: 15px;
}

#featureImg3 {
	position: absolute;
	top: 500px;
	right: 10px;
}

#featureImg4 {
	position:absolute;
	top: 725px;
	left: 15px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .waverunner styles *****************/

.waverunner{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	width: 605px;
	height: 3000px;
	background-image: url(img/scroll.png);
	background-repeat: repeat-y;
}


/************* #siteInfo styles ***************/

#siteInfo{
	width:955px;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
	text-align:center;
	position:absolute;
	left:0px;
	top:3140px;
}

#siteInfo a{
	color:#666666;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


/*********** #navBarLeft link styles ***********/

#navBarLeft ul a:link, #navBarLeft ul a:visited {display: block;}
#navBarLeft ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarLeft li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBarLeft li {border-bottom: none;}


/*********** #navBarRight link styles ***********/

#navBarRight ul a:link, #navBarRight ul a:visited {display: block;}
#navBarRight ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarRight li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBarRight li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	color:#FFFFFF;
	margin: 0px;
	font-size: 80%;
}

#sectionLinks h3{
	font-size: 90%;
	height: 24px;
	color: #666666;
	padding: 6px 0px 0px 5px;
	background-image: url(img/submenu-gradient.jpg);
	background-repeat:repeat-x;
	border-top: 20px solid #ff9900;
}

#sectionLinks a:link{
	padding: 4px 0px 3px 17px;
	color:#FFFFFF;
	background:url(img/bullit.png) no-repeat left 5px;
	
}

#sectionLinks a:visited{
	padding: 4px 0px 3px 17px;
	color:#FFFFFF;
	background:url(img/bullit.png) no-repeat left 5px;
}

#sectionLinks a:hover{
	padding: 4px 0px 3px 17px;
	color:#FFFFFF;
}

#top10 a:link{
	font-size: 85%;
	padding: 2px 0px 0px 7px;
	color:#FFFFFF;
	background:none;	
}

#top10 a:visited{
	padding: 2px 0px 0px 7px;
	color:#FFFFFF;
	background:none;
}

#top10 a:hover{
	padding: 2px 0px 0px 7px;
	color:#FFFFFF;
}


/*********** #anvr / sgr styles ***********/

#anvr{
	position: absolute;
	top: 115px;
	left: 95px;
}
#sgr{
	position: absolute;
	top: 115px;
	left: 135px;
}

/*********** #adsense styles ***********/

#adsense1{
	position: absolute;
	top: 345px;
	padding: 0px 0px 0px 8px;
}

#adsense2{
	position: absolute;
	top: 965px;
	padding: 0px 0px 0px 8px;
}

#adsense3{
	position: absolute;
	top: 1585px;
	padding: 0px 0px 0px 8px;
}

