@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background-color: #E9F0F4;
}

a {
	color: #4C7FA4;
	text-decoration: none;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	margin: 0 0 14px 0;
	color: #5588B7;	
}

h2 {
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 18px;
	color: #5588B7;
	margin-top: 0;
}

h4 {
	font-size: 14px;
	color: #000;
	margin: 0 0 5px 0;
}

hr, .hr {
	width: 100%;
	height: 4px;
	background-color: #DFDFDF;
	color: #DFDFDF;
	border: 0;
	display: block;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.border {
	border-radius: 8px;
   -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#site {
	margin: auto;
	width: 960px;
}

#header-advertising {
	background:#FFF url(../img/background-ad.jpg) repeat-x fixed 0 0;	
	height: 103px;
	border: 1px solid #9AB9CF;
	border-width: 1px 0;
	padding-top: 14px;
}

#header-advertising div {
	width: 728px;
	height: 90px;
	margin: auto;
}

#header {
	height: 86px;
	background: url(../img/background-header.jpg) no-repeat;
	margin-bottom: 10px;
}

#header .logo {
	float: left;
	margin-left: 16px;
}

#header ul {
	float: right;
	margin: 10px 10px 0 0;
	color: #4D7FA4;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
}

	#header ul li {
		display: block;
		float: left;
		margin-left: 15px;
	}
	
#menu {
	background: url(../img/background-menu-submenu.gif) no-repeat;
	height: 66px;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 100%;
}
	#menu li {
		margin: 7px 0 0 7px;		
		height: 24px;		
	}
	
	#menu li.category {
		float: left;
		line-height: 14px;
		/*width: 110px;*/
		/*border: 1px solid #98BCD3;*/
		/*padding: 5px 1px 5px 1px;*/
		/*cursor: pointer;*/
		text-align: center;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;		
	}
	
	#menu li.category a {
		display: block;
		width: 110px;
		padding: 5px 1px 5px 1px;
		cursor: pointer;
		
		outline: 0 none;
		-moz-outline: 0 none;		
	}
	
	#menu .selected {
		background: url(../img/background-menu-hover.gif) repeat-x;
		height: 35px;
	}
	
		#menu .selected a {
			color: #5487B6;
		}
	
	#menu a {
			color: #FFF;
	}
      
	#menu ul.submenu {
		display: none;
	}
	
		#menu ul.submenu a {
			width: auto;
			padding: 0;
			height: auto;
		}
	
		#menu .selected ul.submenu {
			width: 960px;
			height: 26px;
			position: absolute;
			margin-top: 8px;
			left: 50%;
			margin-left: -460px;
			* top: 276px;
			display: block;
		}
		
		#menu .selected ul.submenu li {
			float: left;
			margin-right: 15px;
			color: #666;
			font-size: 11px;
		}
		
		#menu .selected ul.submenu li a {
			color: #666;
		}
		
		#menu .selected ul.submenu li a:hover {
			text-decoration: underline;
		}

/*	
		#menu ul.submenu {
			width: 960px;
			height: 26px;
			position: absolute;
			margin-top: 12px;
			left: 50%;
			margin-left: -460px;
			* top: 242px;
			display: none;
		}
		
		#menu ul.submenu li {
			float: left;
			margin-right: 15px;
			color: #666;
			font-size: 11px;
		}
		
		#menu ul.submenu li a {
			color: #666;
		}
		
		#menu ul.submenu li a:hover {
			text-decoration: underline;
		}
*/			
	
#search {
	float: right;
	margin-right: 10px;
	width: 225px;
}

	#search label {
		display: none;
	}
	
	#search #q {
		width: 190px;	
		border: 1px solid #FFF;
		height: 19px;		
		padding-top: 2px;
		line-height: 19px;
		text-indent: 10px;
	
		border-radius: 8px 0 0 8px;
    	-moz-border-radius-topleft: 8px;
    	-moz-border-radius-bottomleft: 8px;		
		-webkit-border-radius-topleft: 8px;
    	-webkit-border-radius-bottomleft: 8px;		
		float: left;
	}
	
	#search #search-button {
		float: left;
	}
	
#content {
	background-color: #FFF;
	width: 914px;
	clear: both;
	float: left;
	padding: 23px;
	
	border-radius: 0 0 8px 8px;
  	-moz-border-radius-bottomright: 8px;
  	-moz-border-radius-bottomleft: 8px;		
	-webkit-border-radius-bottomright: 8px;
  	-webkit-border-radius-bottomleft: 8px;	
}

#title {
	width: 935px;
	background-color: #EFEFEF;
	height: 43px;
	border: 1px solid #FFF;
	border-bottom: 4px solid #D2D2D2;
	float: left;
	padding: 10px 0 0 23px;
}

	#title h1 {
		margin: 0;
		font-size: 25px;
	}
	
	#title h1 a {
		color: #FF9900;
	}
	
	#title p {
		margin-top: 5px;
		font-size: 11px;
	}

#footer-links {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCDCE7;
	float: left;
	font-size: 11px;
}

	#footer-links a {
		color: #000;
	}
	
	#footer-links ul li {
		height: 17px;
	}

	#footer-links .inner {
		border: 1px solid #FFF;
		background-color: #D0DDE7;
		padding: 35px 35px 35px 0;		
		float: left;	
		width: 923px;
	}
	
	#footer-links .col {
		width: 150px;
		height: 130px;
		float: left;
		border-right: 1px solid #6F97B5;
		padding: 0 35px;
	}
	
	#footer-links .last {
		border-right: 0;
	}
	
	#footer-links h1 {
		font-size: 12px;
		color: #638399;
		text-transform:uppercase;
	}
	
#footer {
	clear: both;
	font-size: 10px;
	line-height: 12px;
}

	#footer p {
		margin: 0;
	}

	#footer #copyright {
		float: left;
	}
	
	#footer img {
		float: right;
	}
	
.ad p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 9px;
}

.orange {
	color: #FF9900;
}

.external {
	background: url(../img/icons/external.gif) right 5px no-repeat;
	padding-right: 13px;
}

.pages {
	font-size: 11px;
	margin: 20px auto;
	text-align: center;
	clear: both;
}

.pages a, .pages span.current {
	/*
	display: block;
	float: left;*/
	height: 50px;
	width: 40px;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #B5CBDF;
	background: #FFFFFF;
	text-decoration: none;
	color: #5588B7;
	font-weight: bold;
}

.pages span.current {
    background: #B5CBDF; 
    color: #FFFFFF;
}
	
	.pages a:hover {
		border-color: #09C;
	}
	
em.error {
	font-size: 11px;
	font-style: italic;
	color:#F00;
}

