/* CSS Document */

body
{
background-image:url(../images/background2.jpg);
background-repeat:repeat;
}
#trans
{
background-color:#333333;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
height:4px;
}
#mainmenu
{
background-image:url(../images/menu-bar.gif);
background-repeat:no-repeat;
width:1000px;
height:89px;
}
#menu
{
	width: 630px;
	float: right;
	height:26px;
}
#menu ul
{
margin:0px;
padding:0px;
list-style-type: none; 
}
#menu li
{
display: inline;

}
#menu a
{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ebe9e9;
text-decoration:none;
padding:4px;
padding-right:12px;
padding-left:12px;
border:none;
height:18px;
}


#menu a:hover, .current
{
color:#959193;
}

h1,h2,p,a,ul
{
font-family:Arial, Helvetica, sans-serif;
}

h1{
color:#333333;
font-size:16px;
margin-bottom:10px;
}

h2{
margin-bottom:0px;
color:#333333;
font-size:14px;
}
p,ul{
color:#000000;
font-size:11px;
text-align:left;
margin-top:0px;
margin-bottom:12px;
list-style-type:circle;

}
li
{

margin-top:2px;
}

a{
font-size:11px;
text-decoration:none;
color:#000066;
}
a:hover
{
color:#0099FF;
text-decoration:none;
}
#footer
{
padding-top:10px;
padding-left:30px;
}
#footer, #footer a
{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:10px;
background-image:none;
text-decoration:none;
}
#footer a:hover
{
color:#CCCCCC;
}
/*==============================================Styling Fixed height===================================*/

#text_container {
	scrollbar-face-color: #2b282a;
	scrollbar-highlight-color: #2b282a; 
	scrollbar-shadow-color: #2b282a;
	scrollbar-3dlight-color: #2b282a; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #2b282a; 
	scrollbar-darkshadow-color: #2b282a;
	overflow:auto;
	overflow-x: hidden;
	visibility: visible;
	height:498px;
	width:100%;
	background-color:#ffffff;
	}
	
/*====================================Album Page =================================================*/

#album	
{
background-image:url(../images/white-background.gif);

}
#reflection
{
background-image:url(../images/reflections_bg.jpg);
background-repeat:no-repeat;
height:494px;
}
/*===================== Enquiry Form=====================================================*/

tr.bg
{
background-color:#eeeff0;
}
#tbl
{

}
#tbl tr td
{
vertical-align:middle;
}

