body{
	margin:0;
	padding:0;
	font: normal 12px/100% "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	color:#ffffff;
	background:#0c0c0c;
	}

a:link {
	color:#000000;
	background-color:transparent;
	text-decoration: none;
}
a:visited {
	color:#000000;
	background-color:transparent;
	text-decoration: none;
}
a:hover {
	color:#666666;
	background-color:transparent;
	text-decoration: none;
}
.Whitelink:link {
	color:#ffffff;
	background-color:transparent;
	text-decoration: none;
}
.Whitelink:visited {
	color:#ffffff;
	background-color:transparent;
	text-decoration: none;
}
.Whitelink:hover {
	color:#666666;
	background-color:transparent;
	text-decoration: none;
}
.Footerlink:link {
	color:#253333;
	background-color:transparent;
	text-decoration: none;
}
.Footerlink:visited {
	color:#253333;
	background-color:transparent;
	text-decoration: none;
}
.Footerlink:hover {
	color:#959595;
	background-color:transparent;
	text-decoration: none;
}


/* ----------- Menu Start --------------- */
#nav {
	margin: 0;
	padding: 10px 0 0;

}
#nav li {
	margin: 0 1px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
		z-index:1000;
}
/* main level link */
#nav a {
	font-size:13px;
	color: #bcbcbc;
	text-decoration: none;
	display: block;
	padding:  8px 15px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	color: #ffffff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #1d1d1d url(img/gradient.png) repeat-x 0 -40px;
	color: #ffffff;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	font-size:11px;
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #1d1d1d url(../images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(../images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
/* ----------- Menu End --------------- */



.Normaltxt {
	font-size: 12px;
	line-height: 21px;
	color:#666666;
}
.Boldwtxt{
	font-size: 12px;
	font-weight:bold;
}
.Whitetxt{
	font-size: 10px;
	color:#ffffff;
}
.Smalltxt {
	font-size: 11px;
	line-height: 20px;
	color:#253333;
}
.Menutxt {
	font-size: 10pt;
	color:#ffffff;
}
.Graytxt{
	font-size: 12px;
	line-height: 21px;
	color:#959595;
}
.sTiletxt1 {
	font-size: 13pt;
	color:#0f0f0f;
}
.sTiletxt2 {
	font-size: 13pt;
	color:#d6d6d6;
}
.sTiletxt3 {
	font-size: 14pt;
	font-weight:bold;
	color:#979696;
}





.txtBox {
	font-size: 13px;
	color:#6d6e71;
	padding:3px;
	font: normal 12px/100% "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	background:#333333;
	border :1px #424141 solid;
}
.enqBox {
	font-size: 13px;
	color:#6d6e71;
	padding:3px;
	font: normal 12px/100% "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	background:#dadada;
	border :1px #cfcfcf solid;
}
.Pushbut {
	font-size: 14px;
	color:#ffffff;
	padding:3px;
	background:#919191;
	width:100px;
	text-align:right;
	font: normal 12px/100% "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	border :1px #424141 solid;
}
.Restbut {
	font-size: 14px;
	color:#6d6e71;
	padding:3px;
	background:#333333;
	width:90px;
	text-align:right;
	font: normal 12px/100% "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	border :1px #424141 solid;
}

.imageLibrary {
	display: inline;
	clear: none;
}
.imageLibrary li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	display: inline;
	clear: none;
}
.imageLibrary p {
	position: absolute;
	margin: 0px;
	padding:3px;
	margin-top: 115px;
	z-index:2;
	background-Color: #555555;
	color: #ffffff;
	width: 294px;
	text-align: left;
	opacity:.7;
	display: none;
	clear: none;
	font-size: 11px;
}
.imageLibrary img {
	z-index:1;
	width: 300px;
	height: 120px;
}
