/* ------------------------------------------ */ 
/* ---\									 |--- */ 
/*			Theme: bublue					  */
/*    Original Design by: csscreme.com        */
/*     Modified by: DroNix                    */
/* ---\								     |--- */
/* ------------------------------------------ */

body {
	background: url(images/background.gif) top center repeat-x #CFDEEA;
	margin: 0px;
	padding: 16px 0;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #282828;
	text-align: center;
}
p{
font-size:11px;
text-indent:1cm;
text-align:justify;
line-height:16px;
}
img {
	border-style: none;
}

a {
	color: #2E9FED;
	text-decoration: none;
}
a:hover {
	color: #1471B1;
}
#slogan h3{
padding:5px 0 0 20px;
margin:0px;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
}
h3{
font-size:14px;
color: #003366;
}
h4{
font-size:13px;
padding:2px;
margin:0px;
color: #003366;
border-bottom:1px #999999 dashed;
}

h6 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
}
caption {
	color: #CC6633;
	font-size: 12px;
}

.borderimg { 
	  border-style:solid;
      border-color: #D6DDE6;
      border-width:1px;
}
#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#head {
	width: 750px;
	height: 172px;
	background: url(images/head.gif) no-repeat;
}
#head h1 {
	position: absolute;
	margin: 31px 0 0 36px;
	width: 460px;
	height: 75px;
	background: url(images/logo.gif) no-repeat;
}
#head h1 a {
	text-indent: -2000px;
	width: 154px;
	height: 59px;
	display: block;

}

#head-search {
	float: right;
	margin-right: 14px;
	height: 54px;
	width: 300px;
}

#head-search div {
	margin: 0 auto;
	float: right;
}
#head-search input.text {
	float: left;
	padding: 1px 2px;
	margin-top: 30px;
	width: 140px;
	background: #fff;
	color: #8A8A8A;
	border: 1px solid #C8D2D9;

}

#head-search .button {
	float: left;
	font-size: 10px;
	padding: 2px;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 10px;
	border: 1px solid #C8D2D9;
	background: #fff;
	color: #aaa;
	text-shadow: #333 1px 1px 1px;
}

#head-search .button * {
	padding: 0;
	margin: 0;
}

#head-search input.button:hover {

	border-color: #aaa;
}
textarea {
	width: 460px;
	border: 1px solid #C8D2D9;
}
input {
	border: 1px solid #C8D2D9;
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	
	
}
select {
	border: 1px solid #C8D2D9;
}
#nav {
	position: absolute;
	width: 617px;
	top: 155px;
	left: 35px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#nav li {
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 22px;
}
#nav li a {
	padding: 0 0 7px 0;
	height: 22px;
	color: #8A8A8A;
}
#nav li a:hover {
color:#000033;
}
#area {
	width: 750px;
	height: 54px;
	background: url(images/area.gif) repeat-x;
}

#main {
	margin: auto;
	background: url(images/bg_main.gif) repeat-y;
	width: 750px;
	height: auto; 
}

#content {
float:left;
padding:0 35px 30px 20px;
width: 445px;
height:auto;
}
#menus_right{
float:left;
padding:10px;
width: 100px;
margin-left: 20px;
height:auto;
}

#menus_right h1 {
	font-size: 12px;
}
#slogan {
background: url(images/center_banner.gif) no-repeat;
background-position:12px 0px;
padding:10px;
width: 750px;
height:80px; 
} 
.spacer{
width:auto; height:2px; clear:both; padding-bottom:2px;}
ul {
	margin: 0 0 20px 0;
	padding: 0px 5px;
	list-style-type: none;
}
#footer {
text-align:left;
font-size:10px;
color:#000033;
background: url(images/footer.gif) no-repeat;
background-position:0px 0px;
padding-top:10px;
width: 750px;
height:85px;
}
#footer a {
	background: none;
	padding: 0px;

}
#madeby{
color:#666666;
width:200px;
height:85px;
float:right;
padding-right:30px;
text-align:center;
}
#madeby a{
text-decoration:none;
color:#666666;
}

/* (?) popup properties */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#2E9FED; 
    color:#000;
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
}

a.info:hover{z-index:90; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    z-index: 90;
    top:2em; left:1em; width:25em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left
}



