@charset "utf-8";
/* CSS Document */



html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtSmall {
	font-size:11px;
}
.txtMedium {
	font-size:12px;
}
.txtLarge {
	font-size:14px;
}
.alignRight {
	float:right;
}
.alignLeft {
	float:left;
}
.txtRed {
	color:#CC0000;
}
.txtBrown {
	color:#aa5c56
}
.txtBlack {
	color:#000000;
}
.txtviolet {
	color:#d73593;
}
.txtBlue {
	color:#0d59ab
}
.txtBold {
	font-weight:bold;
}
.row {
	width:1024px;
	clear:both;
}
.breaker {
	clear:both;
	width:100%;
}
body {
	behavior: url(script/csshover2.htc);
<!--
hack per ie6-->
}
/***********************************************************

The CSS Class for the Websites to Align at the Bottom.

************************************************************/



* {
	margin: 0;
}
html, body {
	height: 100%;
}
.horizone {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 40px; /* .adjuster must be the same height as .footer */
}
.adjuster {
	height: 40px; /* .adjuster must be the same height as .footer */
}
/*------------------------- End --------------------------*/





body {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
}
.wrapper {
	display:block;
	width:1024px;
	margin:0 auto;
	height:768px;
}
.copyContainer {
	width:1024px;
	margin:0 auto;
	height:67px;
	background:url(../images/home-copyright-bg.jpg) no-repeat;
}
.footerLine {
	width:100%;
	display:block;
	clear:both;
	border-top:1px solid #357cca;
	height:50px;
}
/***********************************************************

Link and Text Styles

************************************************************/

.txtCopyright {
	color:#999999;
	float:left;
}
.txtCredit {
	color:#999999;
	float:right;
}
a.lnkCredit {
	color:#999999;
	text-decoration:none;
}
a.lnkCredit:hover {
	color:#0066FF;
	border-bottom:1px dotted #003366;
}
.txtCopy {
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
}
.txtCopySiteDesign {
	font-size:9px;
	font-weight:normal;
	color:#FFFFFF;
}
a.lnkCopySiteDesign {
	text-decoration:none;
	color:#FFFFFF;
}
a.lnkCopySiteDesign:hover {
	color:#FF0000;
}
.txtBotPowerPlus {
	font-size:11px;
	font-weight:normal;
	color:#0095d0;
}
.txtCopyRigtsStyle {
	text-align:center;
	display:block;
	padding:20px 0 0 0;
}
/*------------------------- End --------------------------*/











/***********************************************************

Styles Used by Programmers

************************************************************/



/*------------------------- End --------------------------*/



/*Styles starts for dropdwon*/

.galleryArea {
	overflow:hidden;
	float:left;
	width:84px;
	position:absolute;
}
#menu {
	margin:0;
	padding:0;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}
#menu li a {
	width:84px;
	height: 24px;
	display: block;
	text-decoration:none;
}
#menu li a:hover {
	background-position: top center;
}
#menu ul ul {
	position: absolute;
	top: 20px;
	width: 84px;
	visibility: hidden;
}
#menu ul li:hover ul {
	visibility:visible;
}
a.galleryImg {
	background-image:url(..img/gallery.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:20px;
}
a.galleryImg:hover {
	background-image:url(../img/gallery-on.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:20px;
}
a.igallery {
	background-image:url(..img/ig.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:28px;
}
a.igallery:hover {
	background-image:url(..img/ig-on.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:28px;
}
a.vgallery {
	background-image:url(..img/vg.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:28px;
}
a.vgallery:hover {
	background-image:url(..img/vg-on.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:28px;
}

/*Dropdwon Styles ends*/
