/*  AZONOS OSZLOPOK http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks */


body {
	color: #000;
	font: normal 1em Verdana;
	margin: 0 auto;
	padding: 0;	
}
h1 {
	font-size: 1.3em;	
	letter-spacing: -1px;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
        color: #CC3333;

}
h2 {
	font-size: 1.2em;   
	margin: 0;
	margin-bottom: 16px;
	padding: 0;    
        color: #CC3333; 
}
h3 {
	font-size: 1.1em;        
}
p.submitted {
	color: #000;
	font-size: small;
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC3333;
}
img {
        border: none;
}
#wrap {
	width: 1260px;
	margin: 0 auto;	
	overflow: hidden;
	position: relative;
}
#header {
	background-color: #000;
	height: 75px;
	
	width: 1227px;
	margin: 0 auto 16px auto;
} 
#headerWrap {
	width: 730px;
}
.logo {
	width: 150px;
	float: left;	
} 
.logo img  {
   	margin: 0 5px;
    	padding: 0; 
	border: none;
}

/* SEARCH */

.search {
	position: relative;
	padding: 0;
	margin-top: 3px;
	float: right;
        
}
input.search { 
	border: 1px solid #666666;	
	background: #efebec;	
	float: left;
        margin: 0;
padding: 1px 0;
        
}
input.button { 
	background: #444444; 
	border: 1px solid #666666;	
	color: #fff;
        
       margin: 0;

        
	
} 

/* COLUMNS 1 */

#col1 {
	width: 730px;
	float: left;
	margin-left: 16px;
	margin-bottom: 16px;
	overflow: hidden;
	border: 1px solid #ccc;
}
#cntWrap {
	clear: both;	
	width: 100%;
	margin: 0 auto;
	margin-bottom: 16px;
	/* border: 1px solid #ccc;
	padding: 17px; */
}
.cntContainer {
	padding: 34px;
}
.variantBox {			
	overflow: hidden;
}
#cntTop,
#cntMiddle,
#cntBottom {
	/* overflow: hidden; */
	clear: both;
	width: 100%;
        position: relative;
float: left;
}
#cntMiddle {
	margin: 16px 0;
         z-index: 1000;        
}
#cntTop .cntLeft img {
	/* width: 307px; */
width: 424px;
}
#cntTop .cntLeft {
	overflow: hidden; 
	border: none;
        padding: 0;
        /* width: 244px; */
        width: 424px;
}
#cntTop .cntRight {
	width: 219px;
        
}
#cntTop .cntRight .fullWidth {
	width: 100%;
        clear: both;
}
p.desc {
        font-size: 0.85em;
}
#cntMiddle .cntLeft {
	width: 336px;
        
}
#cntMiddle .cntRight {
	width: 305px;
        height: 400px;
        overflow: auto;
        border: 1px solid #ccc;
}
#cntMiddle .txtWrap {
border: none;
}
.fullWidth {
	width: 100%;
        clear: both;
        margin-top: 16px;
        float: left;
}

.fullWidth .txtWrap,
.cntRight .txtWrap {
	border: 1px solid #ccc;
	padding: 0 17px;
        overflow: hidden;
	
}
.cntLeft {
	/* width: 273px; */
	float: left;
	/* border: 1px solid #ccc; */
	/* padding: 0 17px; */
	margin-right: 17px;
	/* overflow: auto; */
}
.cntRight {
	width: 336px;
	float: right;
	/* overflow: hidden;  */
}
#tab1,
#tab2,
#tab3,
#tab4 {
	clear:left;
	display:none;	
}
div.tabone #tab1,
div.tabtwo #tab2,
div.tabthree #tab3,
div.tabfour #tab4 {
	display:block;
}

/* COLUMNS 2 */

#col2 {
	width: 160px;
	float: left;
	overflow: hidden;
	margin: 0 16px;
	margin-bottom: 16px;
	position: relative;
	border: 1px solid #ccc;
}


/* COLUMNS 3 */

#col3 {
	width: 300px;
	float: left;
	overflow: hidden;
	margin-right: 16px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
}

/* MENU1 */

/* Primary menu */

.menu1 {
	width: 563px; 	
	margin: 15px 0 0 0;
	float: right;
	position: relative;
	z-index: 1;
}
.menu1 a {
        color: #fff;
}
.menu1 a:hover, 
.menu1 a:active, 
.menu1 li a.active {
	color: #cc3333;
	text-decoration: none;
}
/* Primary menu - Top menu */

.menu1 ul li a {
	display: block;		
	font-size: 16px;
	margin: 0;	
}
.menu1 ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	position: relative;
}
.menu1 ul li {
	border-right: 1px solid #808080;
	margin-left: 10px;	
        padding: 2px 0;	
	position: relative;
	list-style: none;
	float: left;
}
.menu1 li a {
	padding-right: 10px;
}
.menu1 ul li li:hover a:hover {
	text-decoration: none;
	position: relative;
}

/* Primary menu - Sub menu */

.menu1 ul ul {
   display: none; 
   position: absolute;
   top: 100%;
   left:0;
   right: auto; 
   width: 10em;
}
.menu1 ul ul li {
   left: auto;  
   margin: 0; 
   clear: left;
   width: 100%;
   border-right: none;
   border-bottom: 1px solid #555555;
   padding: 3px 0;
}
.menu1 ul ul li a,
.menu1 ul li.active li a,
.menu1 ul li:hover ul li a,
.menu1 ul li.hover ul li a {
    line-height: 1.4em;  
}
.menu1 ul ul li a {
    padding: 0 10px;
}
.menu1 ul li:hover ul,
.menu1 ul li.hover ul { 
   display: block; 
   background-color: #000;
}

/* MENU2 */

.menu2 {
	margin: 0;
	float: right;
	width: 300px;
	line-height: 20px;
	height: 24px;
}
.menu2 a {
        color: #fff;
}
.menu2 a:hover {
	text-decoration: none;
	color: #cc3333;
}
.menu2 ul {
	margin: 5px 5px 0 5px;
	padding: 0;
	float: right;
	list-style: none;	
}
.menu2 li {
	float: left;
}
.menu2 li a, 
.menu2 li a:link,
.menu2 li a:visited {
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	padding-right: .8em;
}

/* MENU3 */

#menu3 {	
	padding: 0 5px;
	overflow: hidden;	
	clear: both;
	margin-bottom: -1px;
}
#menu3 ul {
	margin: 0 30px;
	padding: 0;
	float: left;
}
#menu3 ul,
#menu3 li {
	display: inline;
	list-style-type: none;
}
#menu3 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #000;
	padding: 3px 5px;
	margin: 0 2px;
	float: left;
	border: 1px solid #000;
	font-size: 0.9em;
}
#menu3 a:hover {
	background-color: #fff;
	color: #000;
}

/* COL NAV */

.nav {
	clear: both;	
	width: 160px;
     float: left;	
	margin: 16px 0;
}
.nav h2,
#col3 h2 {
	color: #fff;
	font-weight: normal;
     font-size: 1em;
	margin: 0 0 10px 0;
	background-color: #000;
	line-height: 1.5em; 
	padding: 5px 5px;        
}
.nav h2 a {
	color: #fff;
	font-weight: normal;
     text-decoration: none;	
	font-size: 1em;	 
}
.nav h2 a:hover {
	color: #cc3333;
	text-decoration: none;	 
}
.nav a {
	color: #CC3333;
	font-weight: normal;      
	text-decoration: none;   
	font-size: 0.9em; 
}
.nav a:hover {
	text-decoration: underline;               
}
.nav ul {
	list-style: none;
	padding: 0;
	margin: 17px;
}
.nav li {
	padding: 5px 0;
     font-weight: normal;   
	border-bottom: 1px solid #ccc;    
}

/* SOCIAL BOXES */

.box1 {
margin: 10px 0;
position: relative;
}
.colBox {
margin-bottom: 16px;
float: left;
}
.colBoxLast {
margin-bottom: 0;
float: left;
}
.googleBox3 {
	margin: 16px 0;
}
.googleBox4 {
	margin-bottom: 16px;
}
.googleBox5 {
	width: 1225px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 17px;
	/* overflow: hidden; */
	border: 1px solid #ccc;
}
#col1 .social {
	width: 336px;
	position: relative;
	float: right;
	margin-top: 16px;	
}
#col2 .social {
	width: 160px;
	position: relative;
	margin: 0 auto;	
	padding: 16px 15px;
}
a.rss_button {
background:url("/images/rss.gif");
float:left;
height:33px;
margin:0;
width:37px;
}
a.twitter_button {
background:url("/images/twitter.gif");
float:left;
height:33px;
margin:0 10px;
width:37px;
}
a.facebook_button {
background:url("/images/facebook.gif");
float:left;
height:33px;
margin:0;
width:37px;
}

/* ADS BOXES */

.adsBox1 {
	width: 730px;
	height: 90px;
	float: left;	
	margin-bottom: 16px;
	text-align: center;
}
.adsBox2 {
position: relative;	
}
.adsBox3 {
	
}

#picBox {
	width: 1225px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 17px;
	overflow: hidden;
	border: 1px solid #ccc;
}
#footer {
	width: 1193px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 17px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 16px;
}
#footer p {
	text-align: center;
	font-size: 0.8em;
}

/* BOXES */

.top {	

	background: url(images/top.png) top repeat-x; 	

}

.bottom {	

	background: url(images/bottom.png) bottom repeat-x;	

}

.left {	

	background: url(images/left.png) left repeat-y;	

}

.right {	

	background: url(images/right.png) right repeat-y;		

}

.bottomLeft {	

	background: url(images/bottom-left.png) left bottom no-repeat;

}

.bottomRight {	

	background: url(images/bottom-right.png) right bottom no-repeat;

}

.topLeft {	

	background: url(images/top-left.png) left top no-repeat;

}

.topRight {	

	background: url(images/top-right.png) right top no-repeat; 	

}                                                                                                   /* SOCIAL MENU */




.sharing {
   background-color: #f2f2f2;    
    padding: 5px;    
    float: left;
    margin: 5px 0 16px 0;
width: 100%;
}
.sharing iframe,
.sharing a {
    padding: 0 8px 0 0;
    float: left;
}
a.print_bottom { 
        background: url('/images/print.png') no-repeat; 
        float: right;
        width: 16px;
        height: 15px;
        margin-right: 5px;
}       
a.top_bottom {
        background: url('/images/up-arrow.png') no-repeat; 
        float: right;
        width: 16px;
        height: 16px;   
        margin-right: 5px;    
}