/* CSS Document */
body {
	background:#000!important;
	color:#fff;
	}

* {
	border-color:#e2e2e2!important;
	color:#fff!important;
	}

form input {
	color:#000!important;
	background-color:transparent;
	}
form input.btn {
	color:#fff!important;
	background-color:transparent;
	}

a {
	color:#fff600!important;
	background-color:inherit;
	}

a:hover {
	color:#fff!important;
	background-color:inherit;
	}
/*list styles*/
ul.lists li a {
	color:#fff600;
	background-color:transparent;
	}
ul.lists li a:hover {
	color:#fff;
	background-color:transparent;
	text-decoration:none;
	}
/*list styles*/

/*top panel*/
#toppanel ul li {
	color:#fff600!important;
	background-color:transparent;
	 }
#toppanel ul li a.dark {
	width:14px;
	height:14px;
	background:#000000;
	color:#FFFFFF;
	border:1px solid;
	}
#toppanel ul li a.light {
	width:14px;
	height:14px;
	background:#ffffff;
	color:#000!important;
	border:1px solid;
	}
/*top panel*/

.logopanel{
	border-bottom:1px solid;
	}

/*navigation*/
ul.navigation {
	background:#000;
	color:#fff;
	border:1px solid;
	border-top:none;
	padding:0 7px;
	}
ul.navigation li a:hover, ul.navigation li a.active{
    background:#fff600;
	color:#000!important;
	}


.sidePanels {
	background:#000;
	color:#fff;
	}
.sidePanels .btm {
	background:none;
	}
.sidePanels h2 {
	background:url(../images/high/heading-bar.gif) no-repeat 0 0 #000;
	color:#fff;
	}


.middlePanel{
	background:#000;
	color:#fff;
	border:1px solid;
	border-bottom:none;
	}

/*style for footer start here*/
#footer {
	background:#000;
	color:#fff;
	border-top:1px solid;
	}
#footer ul li {
	background-image:url(../images/high/divider-footer.gif);
	}



.innerPages {
	background:#000;
	color:#fff;
	}


p.quotation {
	background-image:url(../images/high/quote-end.gif);
	}
p.quotation span {
	background-image:url(../images/high/quote-start.gif);
	}