/* <!-- */

/* =CALL LIBRARY */
	@import url("reset.css"); /* ------- Reset all CSS Styles */

	/* General styles */
	body {
		font-family: Arial Narrow,Helvetica,sans-serif;
		background-color:#fff;
		font-size:90%;
	}
	a {
		color:#934261;
		text-decoration:none;
	}
	a:hover {
		color:#000000;
		text-decoration:none;
	}

        .hide{
                display:none;
                text-indent:-9999px;
        }

        .clear{
                clear:both;
                height:1px;
        }
	
	/* Header styles */
	#header {				
		background:#ffffff url('../media/header-repeater-small.png') repeat-x ;
		/*background:#dbe6ec;*/
		height:240px;                
		margin:0;
                padding:0;
	}

	#logo {
		width: 100%;
		height: 180px;
		background: url('../media/header_new.png') no-repeat top center;
                
	}

        #feed-zone{
                position:absolute;
                width:100%;
                top:125px;                
                z-index:999;
                text-align:center
        }
        #feed-zone p{
                width:915px;
                margin:auto;
                overflow:hidden;
                height:33px;
                text-align:right;
        }
        #feed-zone #iconTextArea{
                font-size:16px;
                color:#666;
                font-weight:500;
                position:relative;
                top:-10px;
                
        }
        

        .main-menu-wrapper {
                height:69px;
                overflow:visible;
                padding:0;
                border-top:solid 3px #fff;
                position:relative;
                top:-10px;
                width:930px;
                margin:auto;
        }

        /*headings*/
        
        h1,h2,h3{
                font-family: Arial Narrow,Helvetica,sans-serif;
		font-size: 16px;
                font-weight:bold;
                text-transform: uppercase;
                color: #88ba00;
                line-height: 53px;
                padding: 0px 20px;                
        }

	h1 a:hover,h2 a:hover,h3 a:hover{
		color:#88ba00 ;		
	}
        
        .leftdot {
                background: url('../media/h1dot.png') no-repeat 0;
	}	
        .centerdot {
                background: url('../media/h2dot.png') no-repeat 0;
	}
        .rightdot{
                background: url('../media/h3dot.png') no-repeat 0;
	}
	


        /*wrapper generic*/
        .wrapper{
                max-width:930px;
                /*max-width:1200px;*/
                margin:auto;
        }


        /*widgets generic*/
        
        .widget{
                padding:1em 0;                
        }

        .feedicon img{
                filter:alpha(opacity=75);
                -moz-opacity:0.75;
                -khtml-opacity: 0.75;
                opacity: 0.75;
        }
        
        a.feedicon:hover img{
                filter:alpha(opacity=100);
                -moz-opacity:1;
                -khtml-opacity: 1;
                opacity: 1;
        }

        .feedicon{
                padding:0 0em;
        }
        .facebook{
                
        }
        .facebook img{              
                                
        }

        
       /*content*/
       .ida-content strong {font-weight:bold;}
       .ida-content h1, .ida-content h2 , ida-content h3{
                background: url('../media/h2dot.png') no-repeat 0;                
       }
       .ida-content img{ padding:5px;border:solid #a8a8a8 1px;}
        
        
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		/*border-top:1px solid #000;*/
	}
	#footer p {
		padding:10px;
		margin:0;
	}


	/* --> */
