@charset "UTF-8";
/* General Setting */

body {
	margin:0px;
	padding:0px;
	background-color:#660066;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	color:#333333;
}

#main {
	margin:0px; padding:0px;
}

#footer {
	margin:0px; padding:0px;
	padding-top:20px;
	background:#000000 url(images/footerbg-slice.png) repeat-x;
	height:100px;
}

.container {
	width:1000px;
	margin:0px auto;
}

.title {
	margin:0px;padding:0px;
	width:320px;
	height:210px;
	margin-right:13px;
	margin-top:20px;
	float:left;
}

.banner {
	margin:0px; padding:0px;
	width:940px;
}

.subcontent {
	width:310px;
	height:350px;
	float:left;
	margin-right:5px;
}

.heading {
	height:29px;
	width:310px;
}


/* Text Styles */

h1 {
	text-indent:-9999px;
}

h2 {
	margin:0px; padding:0px;
	font-size:24px;
	font-weight:100;
	margin-bottom:5px;
	line-height:20px;
}

h3 {
	margin:0px; padding:0px;
	font-size:18px;
	color:#333333;
	font-weight:100;
	margin-bottom:5px;
	line-height:20px;
}

small {
	margin:0px; padding:0px;
	font-size:15px;
	font-weight:100;
	margin-bottom:5px;
	line-height:18px;
}

a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.title p {
	margin:0px; padding:0px;
	margin-left:20px;
}

a.button {
	text-decoration:none;
	color:#660099;
}

a.button:hover {
	color:#CC0000;
}

#titleimage p, #titleimage h2 {
	margin-left:30px;
}

.heading p {
	color:#FFFFFF;
	margin-left:10px;
	padding-top:7px;
}

.subtext p {
	margin:10px;
}


/* UI Styles */

#logo {
	background:url(images/rio-logo.png) no-repeat;
}

#sub_service {
	background:url(images/sub-service.png) no-repeat;
}

#sub_service h2 {
	margin-left:20px;
	margin-top:30px;
	color:#FFCCCC;
}

#sub_gallery {
	background:url(images/sub-gallery.png) no-repeat;
}

#sub_gallery h2 {
	margin-left:20px;
	margin-top:20px;
	color:#FFCCFF;
}

#menu {
	padding:0px;
	margin:0px 0px 10px 1px;
	width:976px;
	height:30px;
}

#content {
	margin:0px; padding:0px;
	background:#FFFFFF url(images/content-slice.png) repeat-x;
	border:solid 1px #666666;
	width:976px;
	margin-bottom:20px;
	padding-bottom:20px;
	overflow:auto;
}

#welcome {
	padding:18px 18px 0px 18px;
	
}

#intro {
	margin:18px 18px 0px 18px;
}

#intro1 {
	margin:18px 18px 0px 18px;
}

#image {
	width:400px;
	height:350px;
	float:left;
}

#titleimage {
	width:400px;
	float:left;
}

#hometext {
	background:#b4e302 url(images/intro1.png) repeat-x;
	width:500px;
	height:350px;
	padding:0px 20px 0px 20px;
	float:left;
	overflow:auto;
	color:#FFFFFF;
}

#hometext h3 {
	color:#FFFFFF;
}

#text {
	width:500px;
	padding:0px 20px 0px 20px;
	float:left;
	overflow:auto;
}

#pageimage {
	padding:0px;
	margin:18px 19px 0px 19px;	
	width:900px;
}

#pagetext {
	width:900px;
	margin:30px 20px 30px 20px;
}

#border {
	margin-left:130px;
}

#sub_corporate {
	margin-left:18px;
}

#sub_corporate_heading {
	background:url(images/heading-slice-purple.png) repeat-x;
}

#sub_wedding_heading {
	background:url(images/heading-slice-red.png) repeat-x;
}

#sub_updates_heading {
	background:url(images/heading-slice-purple.png) repeat-x;
}

.subtext {
	width:308px;
	border:#666666 1px solid;
	margin-top:5px;
}

#img_thumbnails {
	margin:0px; padding:0px;
	margin-right:17px;
	width:139px;
	height:100px;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
}

#enquiry {
	margin:0px; padding:0px;
	background-image:url(images/formbg.png);
	background-repeat:no-repeat;
	width:480px;
	height:500px;
	margin-top:20px;
	padding:20px 20px 20px 20px;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}


/*Lightbox Styles*/

#lightbox {	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* Footer Styles */

#copyright {
	width:365px;
	color:#9933ff;
	float:left;
}

#copyright a:link, #copyright a:visited {
	color:#9933FF;
	text-decoration:none;
}

#copyright a:hover {
	color:#CC0000;
}

ul#submenu {
	width:580px;
	margin-right:10px;
	color:#9933ff;
	float:left;
}

ul#submenu li {
	display:inline;
	margin-left:10px;
}

ul#submenu li a {
	color:#9933ff;
	text-decoration:none;
}

ul#submenu li a:hover {
	color:#CC0000;
}
