@charset "utf-8";
/* CSS Document */


body, html {background:#CCFFFF;}

/***Header Styles Start******/
U
p{font-family:"Courier New", Courier, monospace;}

.title{
font-family:"Courier New", Courier, monospace;
font-size:3em;
}

h1{
font-family:"Courier New", Courier, monospace;
color:#fff;
}

h2{
font-family:"Courier New", Courier, monospace;
font-size: 1.4em;
}

/***Header Styles End******/

/***Colors Start******/

.gold{color:#FFCC00;}

.mint{color:#66FFCC;}

.gray{ color:#999999}

.blue {color:#0099FF}

.green{color:#00CC66}

.red{color:#FF0000}

.purple{color:#6666FF}

.white{color:#FFFFFF}

.black {color:#000000}
/***Colors End******/

.aboutus{
font-family:"Courier New", Courier, monospace; font-size:1.5em; color:#fff; font-weight:400;}

.men{
font-family:"Courier New", Courier, monospace; font-size:1.5em; font-weight:600;}

ul.menu { margin:0;padding:0; font-family:"Courier New", Courier, monospace;}
ul.menu li { display:block;padding:0; float:left;text-align:left; color:#000; font-family:"Courier New", Courier, monospace; font-size:2.8em; font-weight:600;}
ul.menu li a {color:#000; font-family:"Courier New", Courier, monospace;}

#navigation{border-bottom:solid #fff thin;}

/****Gallery Starts*****/
/* ------------------
 styling for the tables 
   ------------------   */


#address li{
font-size: 18px;
color:#fff;
list-style:none;
}
#address a{
color:#FFCC00;
}


#box-table-a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 45px;
	width: 750px;
	text-align: center;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 18px;
	font-weight: normal;
	padding: 8px;
	background:#006699;
	border-top: 4px solid #006699;
	border-bottom: 1px solid #fff;
	color: #fff;

}
#box-table-a td
{
	padding: 8px;
	background: #003366; 
	border-bottom: 1px solid #fff;
	color: #fff;
	border-top: 1px solid transparent;
	
}
#box-table-a tr:hover td
{
	background:#FFFF66;
	color: #339;
	
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}

	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}


#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
}


#pattern-style-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/pattern.png');
}
#pattern-style-a thead tr
{
	background: url('table-images/pattern-head.png');
}
#pattern-style-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-a td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-a tbody tr:hover td
{
	color: #339;
	background: #fff;
}


#pattern-style-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/patternb.png');
}
#pattern-style-b thead tr
{
	background: url('table-images/patternb-head.png');
}
#pattern-style-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-b td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-b tbody tr:hover td
{
	color: #339;
	background: #cdcdee;
}