/*	---------------------------------------------------------------------------------------
	Default styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

body {
	text-align: center;
	font: 11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	background: #FFFFFF url('../images/bg4.jpg') top left repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 { font-size: 150%; font-weight: bold; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
address { font-style: normal; }
a:hover , a:focus { text-decoration: none; }
label , table { font-size: 100%; }

/*	---------------------------------------------------------------------------------------
	Classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.ir , .ir a { position: relative; overflow: hidden; display: block; }
.ir a , .ir span , .plus .ir { width: 100%; height: 100%; }
.ir span { position: absolute; left: 0; top: 0; }
.ir a span { cursor: pointer; }

/*	---------------------------------------------------------------------------------------
	Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#main { width: 950px; margin: 0 auto; padding: 0 40px; 
		text-align: left;
}
#header { overflow: hidden; width: 950px; height: 188px;
		background: none; }
#logo {
	float: right;
	width: 180px;
	height: 180px;
	padding: 0 0 0 0;
}
#logo a { font-size: 20%; color: #333333; }
#logo span { background: url('../images/logo3.jpg') left top no-repeat; }

#menu ul { position: relative; top: 142px; float: left; max-width: 715px; margin-left: -40px; line-height: 35px; }
#menu ul li { position: relative; float: left; display: block; list-style: none; margin: 0 -1px; }
#menu ul li a {
	display: block;
	width: 100px;
	height: 35px;
	max-height: 35px;
	padding: 0 2px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: url('../images/gumb.jpg') center top no-repeat; 
}
#menu ul li a:hover , #menu li a:focus { text-decoration: underline; color: #FFFFFF; background: url('../images/gumb2.jpg') center top no-repeat; }
#menu ul li.menu-current a , #menu li.menu-parent a { color: #FFFFFF; background: url('../images/gumb_o.jpg') center top no-repeat; }
#content {
/*	border-left: dotted #CCCCCC 1px;
	border-right: dotted #CCCCCC 1px; */
	padding: 0 7px 0 7 px;
}
#content a {
	color: #303a91;
	text-decoration: none;
}
#content a:hover {
	color: #388F2E;
	text-decoration: underline;
}
#content ul li {
	list-style: none;
	margin-bottom: 4px;
	background: url('../images/li.gif') left 5px no-repeat;
	padding-right: 10px;
	padding-left: 15px;
	margin-left: 20px;
}
#content ul ul li {
	list-style: none;
	margin-bottom: 4px;
	background: url('../images/li2.gif') left 7px no-repeat;
	padding-right: 40px;
	padding-left: 15px;
	margin-left: 45px;
}
#content ul ul ul li {
	list-style: none;
	margin-bottom: 4px;
	background: url('../images/li3.gif') left 7px no-repeat;
	padding-right: 40px;
	padding-left: 15px;
	margin-left: 80px;
}
#content ul ul ul ul li {
	list-style: none;
	margin-bottom: 4px;
	background: url('../images/li3.gif') left 7px no-repeat;
	padding-right: 40px;
	padding-left: 15px;
	margin-left: 110px;
}
#content h3 { text-transform: uppercase; }

#footer { visibility: hidden; font-size: 1px; color: #DCDCDC; cursor: default; float: right; }
.copyright {
	height: 30px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding-top: 2px;
}
.copyright a {
	color: #333333;
	text-decoration: none;
}
.copyright a:hover {
	color: #666666;
	text-decoration: underline;
}