/*
@import url("news.css");
@import url("contact.css");
*/
/* main style sheet */


/* header */
#header {
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 330px;
}

/* end of header 
**********************/





/* nav */
#nav-wrapper {
	margin: 0px;
	padding: 0px;
	width: 780px;
	position: relative;
	height: 51px;
}

#nav {
	font-family: Arial, Verdana, Helvetica;
	background-image: url(../img/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	color:#CCCCCC;
	font-size: 1.2em;
	line-height:3.9em;
	font-style:italic;
}
#nav a, #nav span {
	color:#CCCCCC;
	text-decoration: none;
	display: block;
	width: 100%;
	height:100%;
	text-align: center;
	
}
* html #nav .submenu-text {
	margin-top: -5px;
}
#nav a:hover {
	color: #B5FF01;
	/* CSS 3 */
	text-shadow:0px 0px 11px #000;
	-webkit-text-shadow:0px 0px 11px #000;
	-moz-text-shadow: 0px 0px 11px #000;
	background-image: url(../img/nav-bg-flash2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/* Please Note these properties are not compatible to any version of IE  at Jun/2010 Hopefully IE9 supports CSS3 in 2011*/
	/* end of  CSS 3 */
}
#nav .sub-item-on a:hover {
	color: #B5FF01;
	/* CSS 3 */
	text-shadow:0px 0px 11px #000;
	-webkit-text-shadow:0px 0px 11px #000;
	-moz-text-shadow: 0px 0px 11px #000;
	background-image: url(../img/nav-bg-flash.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/* Please Note these properties are not compatible to any version of IE  at Jun/2010 Hopefully IE9 supports CSS3 in 2011*/
	/* end of  CSS 3 */
}

.menu-item, .services, .services-on, .profile, .profile-on, .showhome, .showhome-on, .ngallery, .ngallery-on, .contact, .contact-on  {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 51px;
	font-weight: bold;
	text-align: center;
}
.profile {
	width: 156px;
}
.profile-on {
	width: 156px;
}

.showhome {
	width: 156px;
}
.showhome-on {
	width: 156px;
}
.services {
	width: 156px;
}
.services-on {
	width: 156px;
}
.ngallery {
	width: 156px;
}
.ngallery-on {
	width: 156px;
}

.contact {
	width: 156px;
}
.contact-on {
	width: 156px;
}


.sub-item {
	margin: 0;
	padding: 0px;
	width: 156px;
	background-image: url(../img/dropdown-bg1.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 51px;
	
}
.sub-item-on {
	margin: 0;
	padding: 0px;
	width: 156px;
	background-image: url(../img/dropdown-bg1.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 51px;
}

.services .sub-item {
	display: none;
}
.services-on  .sub-item,
.services-on .sub-item-on {
	display: block;
}



/****    end of IE hack   ****/



/* end of nav 
**********************/





/* content */

#content {
	padding: 0px;
	margin: 0px;
	width: 780px;
}
#main {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#top-box {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: -20px;
}
#top-box .page-link {
	padding: 0px;
	float: left;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 20px;
	display: block;
	text-decoration: none;
}
* html #top-box .page-link { /* IE 6 hack*/
	display: inline;
}
#top-box .page-link:hover .page-brief {
	background-image: url(../img/top-text-bg1.gif);
}

h3.page-heading {
	font-family: Arial, Verdana, Helvetica;
	font-style: italic;
	font-size: 1.4em;
	color: #FFFFFF;
	background-image: url(../img/top-heading-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
	/* CSS 3 */
	border-radius:  6px 6px 0 0;
	-moz-border-radius:  6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;

	box-shadow:2px 4px 9px #999;
	-webkit-box-shadow:2px 4px 9px #999;
	-moz-box-shadow: 2px 4px 9px #999;
	/* Please Note these properties are no compatible to any version of IE */
	/* end of  CSS 3 */
}
#top-box .page-link:hover h3.page-heading {
	box-shadow:2px 4px 5px #999;
	-webkit-box-shadow:2px 4px 5px #999;
	-moz-box-shadow: 2px 4px 5px #999;
}

.page-brief {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/top-text-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/* CSS 3 */
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	
	box-shadow:2px 4px 9px #999;
	-webkit-box-shadow:2px 4px 9px #999;
	-moz-box-shadow: 2px 4px 9px #999;
	/* Please Note these properties are no compatible to any version of IE */
	/* end of  CSS 3 */

}
#top-box .page-link:hover .page-brief {
	box-shadow:2px 4px 5px #999;
	-webkit-box-shadow:2px 4px 5px #999;
	-moz-box-shadow: 2px 4px 5px #999;
}

#logo-box {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo-box img {
	display: inline;
}

.margin5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: justify;
}

.margin10 {
	line-height:1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
.margin20 {
	line-height:1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: justify;
}

.nomargin {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.box1, box2, .box3 {
	margin: 0px;
	padding: 0px;
}
.box1-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
.box1-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 460px;
}
.box2-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 330px;
}
.box2-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 370px;
}
.box3-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
}
.box3-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 330px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list1 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
.btn-enq {
	padding: 0px;
	width: 207px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#container #content #main .box3 .box3-right .link-gallery a,
#container #content #main .box2 .box2-left .link-gallery a
 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
}
#container #content #main .box3 .box3-right .link-gallery a:hover, 
#container #content #main .box2 .box2-left .link-gallery a:hover
{
	color: #33FF33;
}








/* end of content 
**********************/





/* footer */
#footer {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 60px;
}
#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* end of footer 
**********************/





/*  General style */
html, body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 85%;
	margin:0;
	border:none;
	padding:0;
	color:#333333;
	background-color: #8e8e8e;
}
*html body  {
	/*font-size:85%;*/
}
*:first-child+html body {
	/*font-size:85%;*/
}




#container{
	width:780px;
	margin:0 auto;
	padding: 0;
	background-image: url(../img/container-bg.gif);
	background-repeat: repeat-y;
}


/*****   clearfix   *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

img {
	margin:0;
	padding:0;
	display: block;
	border-width: 0;
	border:none;
}


div.overlay {
z-index: 1;
background-color: #000000;
opacity: 0.8;
MozOpacity: 0.8;
KhtmlOpacity: 0.8;
filter: alpha(opacity=80);
position: absolute;
top: 0px; /* top position of the overlay */
left: 0px; /* left position of the overlay */
width: 100px; /* width of the overlay */
height: 100px; /* height of the overlay */
} 



.image-border {
/*	border: 4px solid #A4E901;*/
}

h1 {
	margin:0;
	padding:0;
}
h2 {
	padding:0;
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h2#title {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;

}
h3 {
	margin:0;
	padding:0;
}
h4 {
	margin:0;
	padding:0;
}

.break {
	background-image: url(../img/break.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.clear-both {
 clear:both;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000; 
	border:1px solid #333333;
	background-color:#ffffff;
}

/* Link */
a {
	border: none;
 	outline: none;
}  

a:link {
	color:#666666;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}


a:hover {
	color:#000000;
	text-decoration:underline;
}

/* CopyRight Format-- */
div#copyright {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
	border:0;
	color:#666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

a.linkcopy {
	color:#333333;
	text-decoration:none;
}  

a.linkcopy:link {
	color:#333333;
	text-decoration:none;
}

a.linkcopy:visited {
	color:#333333;
	text-decoration:none;
}

a.linkcopy:hover {
	color:#000000;
	text-decoration:underline;
}
a:focus { 
	-moz-outline-style: none; 
}


/* end of general style */
#bottom-nav {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #999999;
}
#bottom-nav a {
	color: #999999;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	line-height:2em;
}
#bottom-nav a:hover {
	color: #333333;
	text-decoration:underline;
}
#sitemap-links {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sitemap-links a {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
