
body {
	background: #BFBFBF;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap-home {
   background: #F4F4F4 url(images/wrap_home.png) top center no-repeat;
   margin: 0px auto 0px;
   padding: 0px;
   position: relative;
   display: table;
   min-width: 960px;
   width: 100%;
   }
	
#wrap {
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*  Hyperlinks									*
************************************************/

a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*  Header  									    *
************************************************/

#headerbg {
	background: url(images/bg.png) repeat-x;
	}

#header {
	/*background: url(images/header.png);*/
	background: url(images/header.png);
	width: 960px;
	height: 120px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header #imageheader {
	width: 200px;
	height: 120px;
	text-indent: -10000px;
	background: url(images/logo.png) left top no-repeat;
	}

#header #imageheader a {	
	display: block;
	width: 325px;
	height: 120px;
	}

#header h1, #header h1 a, #header h1 a:visited, #header h4, #header h4 a, #header h4 a:visited {
	color: #CCCCCC;
	font-size: 36px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-shadow: #000000 0px -2px 2px;
	}
	
#header h1 a:hover, #header h4 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

.headertext {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}
	
.headerleft {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft p {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 20px;
	text-shadow: #000000 0px -2px 2px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 250px;
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

.headerright p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright a, .headerright a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerright a:hover {
	text-decoration: underline;
	}
	
.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*  Navbar      								    *
************************************************/

#navbarbg {
	background: url(images/nav.png);
	}

#navbar {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	background: url(images/nav2.png) top left no-repeat;
	}
	
.navbarleft {
	width: 760px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.navbarright {
	width: 190px;
	float: right;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: right;
	}
	
.navbarright a, .navbarright a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	/*text-transform: uppercase;*/
	text-decoration: none;
	}
	
.navbarright a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-decoration: none;
    margin: 0px 30px 0px 0px;
	padding: 15px 0px 15px 0px;
	}

#nav li a:hover, #nav li a:active {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #174e85;
	width: 130px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	float: none;
    margin: 0px;
	padding: 5px 10px 5px 10px;
	border: none;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #156ec5;
	color: #FFFFFF;
	text-decoration: none;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 120px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -25px 0 0 151px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover2 ul ul, #nav li.sfhover2 ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover2 ul, #nav li li.sfhover2 ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

.rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 25px 3px 0px;
	background: url(images/rss_navbar.png) no-repeat right center;
	}	
	
.extralink {
	/*margin: 0px 0px 0px 0px;
	padding: 7px 7px 7px 7px;
	/*background: url(images/rss_navbar.png) no-repeat right center;
	background-color: #FF6600;
	border: solid 1px #FFFFFF;*/

	
	
	margin: 0px 0px 0px 0px;
	padding: 7px 7px 7px 7px;
	display: inline;
	color: #ffffff !important;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	background: #FF6600;
	background: url(images/extralink.png) repeat-x;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
	
	}	
	
.extralink a:hover {	
background: url(images/extralink2.png) repeat-x;
	
	}

/************************************************
*  Homepage Main					     	    * 
************************************************/

#hpmainbg {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}

#hpmainbg h2, #hpmainbg h2 a, #hpmainbg h2 a:visited {
	color: #333333;
	font-size: 24px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	}

#hpmainbg h2 a:hover {
	color: #333333;
	text-decoration: underline;
	}

.hpmain {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.hpmainleft {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 30px 0px 15px 0px;
	}

a.more-link:link, a.more-link:visited {
	/*background: url(images/nav-more.png);*/
	float: right;
	color: #2255aa;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-size:12px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*font-style: italic;*/
    margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	/*border: 1px solid #d5d5d5;*/
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	}
	
a.more-link:hover {
	/*background: url(images/nav-morehov.png);
	border: 1px solid #d5d5d5;
	renehacazab-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	}

.hpmainright {
	width: 437px;
	float: right;
	margin: 0px;
	padding: 22px 0px 15px 0px;
	}
	
.hpmainright embed, .hpmainright object {
	width: 400px; 
	height: 270px;
	margin: 0px; 
	padding: 0px;
	}
	
.hpmainleft h6 a {
	display: inline;
	color: #ffffff !important;
	border: 1px solid #ffffff;
	font-size: 14px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 10px 10px 10px 25px;
	font-weight: bold;
	float:left;
	/*text-align:left;*/
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background: #ff6800 url(images/button3.jpg) top left no-repeat;
	}
	
.hpmainleft h6 a:hover {
	color: #ffffff !important;
	border: 1px solid #ff6600;
	background: #ff6800 url(images/button3hov.jpg) top left no-repeat;
	} 

	
/************************************************
*  Homepage Bottom 					     	    * 
************************************************/

#hpbottombg {
	background: #567CC3 url(images/hpbottom.png) repeat-x;
	}
	
#hpbottom {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}	
	
#hpbottom a, #hpbottom a:visited {
	color: #FFFFFF;
	font-family: Arial, Times New Roman, Trebuchet MS;
	text-decoration: none;
	font-weight:bold;
	}
	
#hpbottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#hpbottom h2, #hpbottom h2 a, #hpbottom h2 a:visited {
	color: #174e85;
	font-size: 16px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#hpbottom h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
#hpbottom h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 5px 0px;
	}
	
#hpbottom p {
	font-size:12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}

#hpbottom p a, #hpbottom p a:visited {
	font-size:12px;
	color: #174e85;
	margin: 0px;
	padding: 0px;
	}

#hpbottom p a:hover {
	color: #ffffff;
	}


#hpbottom embed, #hpbottom object {
	width: 200px; 
	height: 140px;
	margin: 0px; 
	padding: 0px;
	}
	
.video {
	border: 5px solid #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.excerpt {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.hpbottom1 {
	width: 210px;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 19px 0px 0px;
	border-right: 1px solid #FFFFFF;
	}
	
.hpbottom2 {
	width: 210px;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 19px 0px 20px;
	border-right: 1px solid #FFFFFF;
	}
	
.hpbottom3 {
	width: 210px;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 19px 0px 20px;
	border-right: 1px solid #FFFFFF;
	}
	
.hpbottom4 {
	width: 210px;
	float: right;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.thumb-hpbottom {
	background: #FFFFFF;
	float: left;
	margin: 0px 0px 10px 0px !important;
	border: 5px solid #FFFFFF !important;
	}
	
	
/************************************************
*  Netena  Cegem 					     		        * 
************************************************/

#ncmainbg {
	/*background:url(images/nc-main-bg.jpg) top center no-repeat;*/
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}

.ncmain {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.ncmainleft {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 30px 0px 15px 0px;
	}

a.more-link:link, a.more-link:visited {
	/*background: url(images/nav-more.png);*/
	float: right;
	color: #2255aa;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-size:12px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*font-style: italic;*/
    margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	/*border: 1px solid #d5d5d5;*/
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	}
	
a.more-link:hover {
	/*background: url(images/nav-morehov.png);
	border: 1px solid #d5d5d5;
	renehacazab-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	}

.ncmainright {
	width: 437px;
	float: right;
	margin: 0px;
	padding: 22px 0px 15px 0px;
	}
	
.ncmainright embed, .ncmainright object {
	width: 400px; 
	height: 270px;
	margin: 0px; 
	padding: 0px;
	}
	
.ncmainleft h6 a {
	display: inline;
	color: #ffffff !important;
	border: 1px solid #ffffff;
	font-size: 14px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 10px 10px 10px 25px;
	font-weight: bold;
	/*float:left;
	text-align:left;*/
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background: #ff6800 url(images/button3.jpg) top left no-repeat;
	}
	
.ncmainleft h6 a:hover {
	color: #ffffff !important;
	border: 1px solid #ff6600;
	background: #ff6800 url(images/button3hov.jpg) top left no-repeat;
	} 

.ncmainleft h1 {
	color: #333333;
	font-size: 25px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
.ncmainleft h1 a, #ncmainleft h1 a:visited {
	color: #2255aa;
	font-size: 25px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

.ncmainleft h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
	
.ncmainleft h2 {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:1px dotted #CCCCCC;
	}


.ncmainleft h3 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
	}

.ajanlo-nc {
	width: 400px;
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	font-size:10pt;
	background: #feffd6;
	border: 1px dotted  #2255aa;
	}

#ncmainbg .subscribeform-nl-nc {
	width: 356px;
/*	height: 200px;*/
	float: left;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	color:#333333;
	text-align: left;
	background: url(images/nc-iranytu.jpg) #cfe1ff top right no-repeat;
	border: #146dc3 solid;
	}

#ncmainbg .input {
    border: 1px solid #006;
    background: #ffc;

	
}
#ncmainbg .input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

#ncmainbg label {
    display: block;
    /*width: 150px;*/
    float: left;
    margin: 2px 4px 6px 0px;
    text-align: left;
}
#ncmainbg br { clear: left; }

/************************************************
*  Content 					     		        * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 22px;
	}
	
#contentleft {
	float: left;
	width: 660px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	text-align:justify;
	}
	
#contentright {
	float: right;
	width: 660px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align:justify;
	}
	
#contentsplit {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px 0px 5px 20px;
	text-align:justify;
	}
	
#contentfull {
	float: left;
	width: 660px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	margin-left: 150px;
	text-align:justify;
	}
	
#contentw2w {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	/*margin-left: 150px;*/
	text-align:justify;
	}

#contentw2w .box2 {
	width: 155px;
	height: 395px;
	float: left;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	text-align: left;
	background: #ffffff;
	border: 1px dotted  #2255aa;
	}
	
#contentw2w .box3 {
	width: 155px;
	height: 395px;
	float: right;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background: #ffffff;
	border: 1px dotted  #2255aa;
	}

#contentw2w .boxprice2 {
	width: 155px;
	height: 50px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background: #146ec5;
	border: 1px dotted  #2255aa;
	}

#contentw2w .boxprice3 {
	width: 155px;
	height: 50px;
	float: right;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background: #146ec5;
	border: 1px dotted  #2255aa;
	}

#contentw2w .orderheadline {
	width: 890px;
	float: left;
	margin-left: 10px;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	background: #ff7000;
	border: 1px dotted  #2255aa;
	}
	
#contentw2w .megrendelesbox1 {
	width: 425px;
	height: 260px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #333333;
	background: url(images/box-bg1.jpg) #e1e1e1 no-repeat;
	border: 1px dotted  #2255aa;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
		}	
	
	
#contentw2w .megrendelesbox2 {
	width: 425px;
	height: 260px;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #333333;
	background: url(images/box-bg2.jpg) #e1e1e1 no-repeat;
	border: 1px dotted  #2255aa;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
	}	
	

#contentw2w .elokepzesbox1 {
	width: 420px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #333333;
	background: url(images/box-bg.jpg) #e1e1e1 repeat-x;
	border: 1px dotted  #2255aa;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
		}	
	
	
#contentw2w .elokepzesbox2 {
	width: 420px;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #333333;
	background: url(images/box-bg.jpg) #e1e1e1 repeat-x;
	border: 1px dotted  #2255aa;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
	}	


#contentw2w .hr {
  border: 0;
  width: 100%;
}
		
#content a img {
	border: none;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.breadcrumb {
	background: #F4F4F4;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.breadcrumb a, .breadcrumb a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
.breadcrumb a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
/***** bannerline begin ***********************/


.bannerline {
	background: #3b5998;
	color:#ffffff;
	font-family: Arial;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 80px;
	border-color:#3b5997;
	border-width: medium;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.bannerline a, .bannerline a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.bannerline a:hover {
	/*color: #2255AA;*/
	color: #d8deec;
	text-decoration: underline;
	}


/***** bannerline end ***********************/


/***** blogsubs begin ***********************/


.blogsubs {
	background: #cfe1ff;
	height: 230px;
	color:#000000;
	font-family: Arial;
	font-size: 14px;
	margin: 10px 10px 20px 10px;
	padding: 10px 10px 10px 10px;
	border: #146dc3 solid;
	}
	
.blogsubs a, .blogsubs a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.blogsubs a:hover {
	/*color: #2255AA;*/
	color: #3b5997;
	text-decoration: underline;
	}


/***** blogsubs end ***********************/


.post {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	}
	
.post a, .post a:visited, .comments a, .comments a:visited, .navlink a, .navlink a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
.post a:hover, .comments a:hover, .navlink a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
.post p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.post ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.post ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.date {
	font-size: 11px;
	font-weight: bold;
	}
	
.avatar {display: inline;
         float: left;
         padding: 4px;
         border: 4px solid #efefe7;
         margin: 5px 10px 7px 0px;}
	
.authorbox {
	background: #F4F4F4;
	margin: 0px 0px 40px 0px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.postmeta {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}

.comments {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	
.clear {
	clear: both;
	}
	
.archive {
	float: left;
	width: 310px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	text-align:left !important;
	}



/************************************************
*  Headline Classes 					        * 
************************************************/

#contentleft h1, #contentright h1, #contentfull h1, #contentsplit h1, #contentw2w h1 {
	color: #333333;
	font-size: 25px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#contentleft h1 a, #contentleft h1 a:visited, #contentright h1 a, #contentright h1 a:visited, #contentsplit h1 a, #contentsplit h1 a:visited, #contentw2w h1 a, #contentw2w h1 a:visited {
	color: #2255aa;
	font-size: 25px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

#contentleft h1 a:hover, #contentright h1 a:hover, #contentsplit h1 a:hover, #contentw2w h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
		
#contentleft h2, #contentright h2, #contentsplit h2, #contentfull h2 {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:1px dotted #CCCCCC;
	}


#contentleft h3, #contentright h3, #contentsplit h3, #contentfull h3 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
	}
	
#contentleft h4, #contentright h4, #contentsplit h4, #contentfull h4 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h5, #contentright h5, #contentsplit h5, #contentfull h5 {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h6 a, #contentright h6 a, #contentsplit h6 a, #contentfull h6 a /* #contentw2w a*/ {
	display: inline;
	color: #ffffff !important;
	border: 1px solid #174e85;
	font-size: 14px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 10px 10px 10px 25px;
	font-weight: bold;
	/*float:left;
	text-align:left;*/
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background: #1471ca url(images/button.jpg) top left no-repeat;
	}
	
#contentleft h6 a:hover, #contentright h6 a:hover, #contentsplit h6 a:hover, #contentfull h6 a:hover /*#contentw2w a:hover*/ {
	color: #ffffff !important;
	border: 1px solid #ff6600;
	background: #1471ca url(images/buttonhov.jpg) top left no-repeat;
	} 

.button {
  	display: inline;
	color: #ffffff !important;
	border: 1px solid #174e85;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 5px 10px 5px 25px;
	font-weight: bold;
	background: #1471ca url(images/button2.jpg) top left no-repeat;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
.button:hover {
   	color: #ffffff !important;
	border: 1px solid #ff6600;
	background: #1471ca url(images/button2hov.jpg) top left no-repeat;
	}
	





/************************************************
*  Images  					     		        * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 7px 2px 7px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*  Megrendeles   					     	    * 
************************************************/




/************************************************
*  Sidebar(s)                                	* 
************************************************/
	
#sidebar_main_left {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	font-size: 12px;
	}
	
#sidebar_main_right {
	width: 270px;
	float: right;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	font-size: 12px;
	}
	
#sidebar_split {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	font-size: 12px;
	}
	
#sidebar_main_left .widget, #sidebar_main_right .widget, #sidebar_split .widget {
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; 
	}

#sidebar_main_left h4, #sidebar_main_right h4, #sidebar_split h4 {
	color: #333333;
	display: block;
	font-size: 14px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
    margin: 0px 0px 3px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#sidebar_main_left a, #sidebar_main_left a:visited, #sidebar_main_right a, #sidebar_main_right a:visited, #sidebar_split a, #sidebar_split a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
#sidebar_main_left a:hover, #sidebar_main_right a:hover, #sidebar_split a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
#sidebar_main_left p, #sidebar_main_right p, #sidebar_split p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left a img, #sidebar_main_right a img, #sidebar_split a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul, #sidebar_main_right ul, #sidebar_split ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul li, #sidebar_main_right ul li, #sidebar_split ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar_main_left ul ul, #sidebar_main_right ul ul, #sidebar_split ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul li li, #sidebar_main_right ul li li, #sidebar_split ul li li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 3px 12px;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#sidebar_main_left ul li ul li, #sidebar_main_right ul li ul li, #sidebar_split ul li ul li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 4px 12px;
	margin: 0px 0px 3px 0px;
	}
	
#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	width: 250px;
	color: #666666;
	margin: 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
.twitter {
	background: url(images/twitter.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
.ajanlo {
	width: 210px;
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	background: #feffd6;
	border: 1px dotted  #2255aa;
	}
	
.greybox {
	width: 210px;
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	background: #f4f4f4;
	border: 1px dotted  #2255aa;
	}


#sidebar_main_left .s1 {
	width: 210px;
	height: 200px
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	color:#333333;
	text-align: left;
	background: #cfe1ff;
	border: #146dc3 solid;
	}

/************************************************
*  Subscribe Forms								*
************************************************/


#sidebar_main_right .subscribeform-aw {
	width: 210px;
	height: 200px
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	color:#FFFFFF;
	text-align: left;
	background: #226a56;
	border: #1f8669 solid;
	}
	
#sidebar_main_right .subscribeform-ga {
	width: 210px;
	height: 200px
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	color:#FFFFFF;
	text-align: left;
	background: #fe9f02;
	border: #e97425 solid;
	}
	
#sidebar_main_right .subscribeform-we {
	width: 210px;
	height: 200px
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	color:#333333;
	text-align: left;
	background: #b4aa92;
	border: #8d8675 solid;
	}

#sidebar_main_right .subscribeform-omi {
	width: 210px;
	height: 200px
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	color:#333333;
	text-align: left;
	background: #cfe1ff;
	border: #146dc3 solid;
	}

#sidebar_main_right .subscribeform-seo {
	width: 210px;
	height: 200px
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	color:#e5f906;
	text-align: left;
	background: #353535;
	border: #e5f906 solid;
	}
	
#sidebar_main_right .subscribeform-nl {
	width: 210px;
	height: 200px
	float: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	color:#333333;
	text-align: left;
	background: #cfe1ff;
	border: #146dc3 solid;
	}

#sidebar_main_right .input {
    border: 1px solid #006;
    background: #ffc;
}
#sidebar_main_right .input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

#sidebar_main_right label {
    display: block;
    /*width: 150px;*/
    float: left;
    margin: 2px 4px 6px 0px;
    text-align: left;
}
#sidebar_main_right br { clear: left; }

-->
	
/************************************************
*  Search Form									*
************************************************/

#searchform-header {
	margin: 0px;
	padding: 47px 0px 0px 40px;
	}
	
#s-header {
	background: none;
	width: 230px;
	color: #666666;
	font-size: 14px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	border: none;
	}

#searchform {
	color: #333333;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#s {
	background: #FFFFFF;
	width: 230px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 10px 10px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#searchsubmit {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
/************************************************
*  eNews Subscribe								*
************************************************/

#subscribe {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}

#subbox {
	background: #F4F4F4 !important;
	width: 200px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#subbutton {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/************************************************
*  Footer  							            *
************************************************/

#footerbg {
	background: url(images/footer.png) #555555 repeat-x;
	/*height: 80px;*/
	}

#footer {
	color: #eaeaea;
	width: 960px;
	margin: 0px auto 0px;
	padding: 15px 0px 15px 0px;
	line-height: 20px;
	}
	
#footer p {
	color: #CCCCCC;
	font-size: 12px;
	line-height:normal;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	

#footer h3 {
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
	}
	
#footer a, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #81b0ff;
	text-decoration: underline;
	}
	
.footer-arrow {
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 2px 18px;
	background: url(images/arrow_footer.png) no-repeat left center;
	}
	
.footer-rss-posts {
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/rss_footer.png) no-repeat left center;
	}	
	
.footer-rss-comments {
	margin: 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/rss_footer.png) no-repeat left center;
	}

.footer-facebook {
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/facebook_footer.png) no-repeat left center;
	}
.footer-twitter {
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/twitter_footer.png) no-repeat left center;
	}	
	
.footer-youtube {
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/youtube_footer.png) no-repeat left center;
	}		
	
.footer-iwiw {
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/iwiw_footer.png) no-repeat left center;
	}	

.footerleft {
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.footerright {
	width: 180px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
#f1 {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	}
	
#f2 {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	}

	
#f3 {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	}

#f4 {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	}

#f5 {
	float: right;
	width: 175px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#footer li  {
	font-size:10px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #CCCCCC;
	}

/************************************************
*  Comments									    *
************************************************/

#author, #email, #url {
	background: #FFFFFF !important;
	width: 250px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#comment {
	background: #FFFFFF;
	width: 95%;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#submit {
	background: url(images/nav.png);
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 5px 0px 10px;
	padding: 3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #c9c9c9;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
/*	text-transform: uppercase;*/
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #a8a8a8;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.reply a:hover {
	background: #868686;
	color: #FFFFFF;
	border: 1px solid #a8a8a8;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
	}
	
/*li.comment-author-admin {
background: #c5dfff;
}*/
