/*
Theme Name: Iratig
Theme URI: 
Description:
Version: 1.1
Author: 
Tags: 
*/
* {
 margin:0px;
padding:0px;
border:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background:#e7e7e8 url(img/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a.a_right {
	color: #FFFFFF;
	text-decoration: none;
        font-weight:normal;
}
a.a_right:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
blockquote {
	font-style: italic;
	color: #CCCCCC;
	background-color: #5E5364;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2E2832;
	padding: 3px;
}
/* HEADER */
.container {
	width: 997px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	overflow: hidden;
	background: url(img/bg_con.gif);
        background-repeat: repeat x;
}
.menu {
	height: 34px;
	width: 997px;
	background-color: #000000;
}
.top {
	width: 997px;
	height: 256px;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	float: left;
	background-color: #000000;
	text-align: right;
         position:relative;
}
.searchfield {
	font-size: 11px;
	color: #666666;
	border: 1px solid #dbdbdc;
	height:20px;
	width: 120px;
}
.downloads {
	border: 1px solid #dbdbdc;
	height:auto;
	width: 100%;
}
/* MAIN */
.center {
	float: left;
	width: 545px;
         _width:565px;
	background-color: #FFFFFF ;
	padding: 0px;
         padding-left:10px;
         padding-right:10px;
         padding-top:5px;
         line-height:20px;
         font-size:11px;
}
.center h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.center h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
         font-weight: normal;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}


/* SIDEBARS */
.left {
	float: left;
	width: 185px;
         font-weight:none;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
}
.right {
	background-color: #FFFFFF;
	float: left;
	width: 247px;
	padding-left: 0px;
}
.right h2 {
         background: url(img/right_sidebar.gif);
         width:237px;
         _width:247px;
         height:33px;
         _height:48px;
         color:white;
         font-weight:none;
         font-size: 10pt;
         padding-left:10px;
         padding-top:15px;
         margin-top:10px;
}
#yellow {
         width:185px;
         height:auto;
         margin-top: 15px;
}
#top-yellow {
         background: url(img/top_yellow.png);
         background-repeat: no-repeat;
         width:185px;
         height:14px;
}
#middle-yellow {
         background: url(img/middle_yellow.png);
         background-repeat: repeat y;
         width:175px;
         _width:185px;
         height:auto;
         padding-left:10px;
}
#bottom-yellow {
         background: url(img/bottom_yellow.png);
         background-repeat: no-repeat;
         width:185px;
         height:13px;
}
.blue_left {
         color:#007dc6;
} 
#footer2 {
         width:977px;
         text-align:right;
         margin-top:5px;
         margin-bottom:15px;
}
.sidebar_block {
         font-weight:normal;
}

.sidebar_block  ul {
	color: #000000;
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
	list-style: disc;
}
.sidebar_block  li {
         margin-top: 5px;
         font-size: 10pt;
}

/* FOOTER */
.bottom {
	height: 17px;
	width: 997px;
	float: left;
	background-image: url(img/bottom.gif);
}
.copyrights {
	padding-left: 8px;
	padding-top: 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}




/* sidebarmenu */

ul#navmenu {
         margin-left: 0px;
         margin-top:10px;
         border : 0;
         padding : 0;
         width : 185px;
         list-style : none;
         height : 450px;
         text-align: left;
}
ul#navmenu li {
         background: url(img/main.png);
         background-repeat: no-repeat;
         font-height: none;
         margin-bottom : 7px;
         border : 0;
         padding : 0;
         padding-top:6px;
         display : block;
         list-style : none;
         position : relative;
         top: 0px;
         height : 31px;
         _height:37px;
}
ul#navmenu ul {
         margin : 0;
         background: none;
         border : 0 none;
         padding : 0;
         width : 100%;
         list-style : none;
         display : none;
         position : absolute;
         top : 0px;
         left : 185px;
         height:39px;
}
ul#navmenu ul:after {
         clear : both;
         display : block;
         font : 1px/0 serif;
         content : ".";
         height : 0;
         visibility : hidden;
}
ul#navmenu ul li {
         width : 160px;
         display : block !important ;
         display : block;
         text-align: left;
         margin:0px;
         background:#007dc6;
         border:0px;
         border-left:1px solid white;
}
ul#navmenu a {
         border : 0px;
         padding : 0 6px;
         float : none !important ;
         display : block;
         color : white;
         font : 13px/22px Verdana, Arial, Helvetica, sans-serif;
         text-decoration : none;
         height : auto !important ;
         height : 1%;
}
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a {
         color : #ffcb08;
}
ul#navmenu li:hover li a, ul#navmenu li.iehover li a {
         float : none;
         background : #007dc6;
         color : white;
         height:37px;
}
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a {
         color : #ffcb08;
}
ul#navmenu li:hover li:hover li a, ul#navmenu li.iehover li.iehover li a {
         color : #ffcb08;
}
ul#navmenu li:hover li:hover li a:hover, ul#navmenu li:hover li:hover li:hover a, ul#navmenu li.iehover li.iehover li a:hover, ul#navmenu li.iehover li.iehover li.iehover a {
         color : #ffcb08;
}
ul#navmenu li:hover li:hover li:hover li a, ul#navmenu li.iehover li.iehover li.iehover li a {
         color : #ffcb08;
}
ul#navmenu li:hover li:hover li:hover li a:hover, ul#navmenu li.iehover li.iehover li.iehover li a:hover {
         color :#ffcb08;
}
ul#navmenu ul ul, ul#navmenu ul ul ul {
         display : none;
         position : absolute;
         top : 0;
         left : 160px;
}
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul {
         display : none;
}
ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul {
         display : block;
}
	


/* end sidebarmenu */
hr.cleaner {
  clear:both;
  height:1px;
  padding-top:0px;
  padding-right:0px;
  padding-bottom:0px;
	padding-left:0px;
	margin-top:-1px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
  border:none;
  visibility: hidden;
}
