@charset "utf-8";
/* ==================== DaNite Main Layout CSS Styles ==================== */

/*	Table Of Contents
	 1.Defaults
	 2.Header
	 3.Navigation
	 4.Footer
*/

/* ==================== 1.Defaults ==================== */

* {margin:0px; padding:0px;}

img { behavior: url(iepngfix.htc) }

body {background:#000 url(../images/bg-main.jpg) no-repeat center top; font:12px Arial, Helvetica, sans-serif; color:#666;}

a, a:hover, a:active, a:focus {text-decoration:none; outline:none;}

img {border:none;}
	
ul {list-style:none;}
	
.clear {clear:both;}

.img-clear {clear:both; display:block; padding-top: 6px;}
	
.err {color: #F00; font-weight: bold;}

.img-bdr {margin-bottom:12px; padding:4px; border:#CCC 1px solid;}

.img-left {float:left; margin-right:15px; margin-bottom:5px; padding:4px;}
	
.img-left-bdr {float:left; margin-right:15px; margin-bottom:5px; margin-top:5px; border:4px #0C0B0F solid;}

.img-right {float:right; margin-left:15px; margin-bottom:5px; margin-top:5px; padding:4px;}
	
.img-right-bdr {float:right; margin-left:15px; margin-bottom:5px; margin-top:5px; border:4px #0C0B0F solid;}

.ul-float {float:left; width:160px; padding-right:10px;}
	
#wrapper {width:999px; margin:0px auto;}

iframe {border:4px #0C0B0F solid;}


/* ==================== 2.Header ==================== */

#header {width:999px; height:129px; float:left; color:#FFF;}

#header a {color:#90BEEF; font-weight:bold;}

#header a:hover {color:#CCC;}

#header img {margin-right:70px; float:left;}

#header p#slogan {font-size:2.4em; font-family:"Times New Roman", Times, serif; float:left; padding-top:47px;}

#header div {float:right; padding-top:15px; width:235px; height:114px; background:url(../images/bg-header-sign.jpg) no-repeat left bottom;}

#header div p {font-size:2.4em; font-weight:bold;}

#header div ul {padding-top:10px; padding-left:15px;}

#header div ul li {line-height:155%;}
	
/* ==================== 3.Navigation  ==================== */

#navigation {width:900px; height:50px; font-weight:bold; color:#FFF; float:left; display:block; padding-left:70px;}
	
#navigation li {float:left;}

#navigation a {color:#FFF; background:url(../images/btn-spacer.gif) no-repeat top right; font-size:1.2em;}

#navigation a:hover {color:#CCC;}

#navigation .active, #navigation .active:hover {color:#90BEEF;}

#navigation a, #navigation a:hover {display:block; padding:0px 30px 0px 30px; line-height:50px;}

/* ==================== 4.Footer ==================== */

#footer {width:999px; height:190px; padding-top:70px; background:#000 url(../images/bg-footer.jpg) no-repeat center top; color:#FFF; float:left; margin-right:-3px;}

#footer dl {display:inline-block; height:40px; padding-left: 60px;}

#footer dt, #footer dd {display:inline;}

#footer dd {padding-left:46px;}

#footer dd a {color:#09F; text-decoration:none;}

#footer dd a:hover, #footer p a:hover {color:#E326B3; text-decoration:underline;}
	
#footer p {font-size:.9em; padding-bottom:12px; text-align:center;}

#footer p a {color:#FFF; margin:0px 4px;}

#footer a img {padding-left: 190px; padding-top: 15px; float:left;}

#footer a img.bbb {padding-right: 190px; float:right;}

