/**
 * @version		$Id: layout.css 1.0 Jan 26, 2011 19: 02: 38Z OmegaTheme $
 * @package		OmegaTheme Joomla Template
 * @subpackage	MegaAzure
 * @author		OmegaTheme (services@omegatheme.com)
 * @link 		http://www.omegatheme.com
 * @copyright	Copyright (C) 2008 - 2010 OmegaTheme
 * @license		GNU/GPL V2
 * @description	Stylesheet for template layout.
*/
/*====================== general layout ==========================*/

#page-bg {
	width: 100%;
	overflow: hidden;
	background: #0d1116;
}
.wrapper {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#header {
	clear: both;
	position: relative;
	z-index: 1;
	/*background: url(../images/pyaesoneconstruction.png) no-repeat right top;*/
	height: 150px;
}
.header-row-1 {
	margin: 0;
	padding: 0;
	position: relative;
	height: 85px;
	z-index: 9999;
}
#color-chooser {
	margin: 2px 14px 1px;
	padding: 2px;
	width: 200px;
	height: 20px;
	float: right;
	text-align: right;
}
#color-chooser span {
	text-decoration: none;
	padding: 1px 2px;
	margin: 0;
	border: 1px solid #FFFFFF;
	width: 10px;
	height: 8px;
	line-height: 8px;
	overflow: hidden;
	display: inline;
}
#login-search {
	position: relative;
	float: right;
	margin: -20px 170px 0px 0px;
	/*top: 30px;
	right: 20px;
	z-index: 1;
	width: auto;
	max-width: 268px;
	height: 32px;*/
}
#search {
	height: 32px;
	width: 178px;
	float: right;
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 272px;
	margin-top: 40px;
}
#menu-bar {
	clear: both;
	height: 45px;
	margin: 0 20px;
	padding: 0
}
#menu {
	height: 56px;
	margin: 0;
	padding: 0;
}
#top-box {
	margin: 0;
	overflow: hidden;
	color: #FFFFFF;
	padding : 10px 10px 0 20px;
	border-radius: 10px;
	height: 40px
}
#top-box table {
	margin: 0;
}
#top-box table td {
	padding: 10px;
	text-align: center;
}
#top-box .sep-line {
	background: url(../images/vline.gif) repeat-y 0 0;
}
#slideshow {
	margin: 0 20px;
	background: #f5f5f5;
	padding: 0;
}
.slideshow-inner {
	position: relative;
	z-index: 0;
	padding: 15px 15px 0 15px;
	overflow: hidden;
}
#featured-contents {
	position: relative;
	z-index: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
	background: url(../images/featured-content-out-bg.png) no-repeat 50% 100%;
}
.featured-contents-inner {
	background: #F3F3F3 url(../images/featured-content-bg.jpg) repeat-x 0 100%;
	overflow: hidden;
	/*border-top: 1px solid #FAFAFA;*/
	color: #fff;
	margin: 0;
	margin-bottom: 15px;
	padding: 0 20px;
	height: 50px;
}
#middle {
	clear: both;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin: 0 21px 0 20px;
	/*border-bottom: 10px solid #18334B;*/
}
#middle-bg {
	background: none;
	margin: 0;
	padding: 15px;
	overflow: hidden;
}
#right {
	position: relative;
	z-index: 0;
	float: right;
	overflow: hidden;
}
#left {
	position: relative;
	z-index: 0;
	float: left;
	overflow: hidden;
}
#main {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#content {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.floatbox {
	overflow: hidden;
}
#bottom {
	clear: both;
	overflow: hidden;
}
#footer {
	/*margin: 0 20px;*/
	height: 50px;
	border-top: 5px solid #5a1684;
	width: 100%;
	background: #64358b;
}
.footer-wrapper {
}
br.clear-float {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 0px;
}
.float-left {float: left;overflow: hidden;}
.float-right {float: right;overflow: hidden;}
/*====================== details ====================*/
#breadcrumbs {
	height: 35px;
	line-height: 34px;
	margin: 10px 0;
	background: url(../images/breadcrumb-bg.png) repeat-x 0 0;
	padding-left: 10px;
}
#breadcrumbs a,
#breadcrumbs span {
	display: inline-block;
}
#breadcrumbs a {
	padding: 0px;
	text-decoration: none;
	color: #17E0D4;
}
#breadcrumbs img {
	padding: 0 5px;
}
#footer p {
	margin: 0;
}
#footer a.anchor {
	position: absolute;
	right: 0px;
	top: 3px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 -10px no-repeat;
	display: block;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.width20 {
	width: 20%;
}
.width25 {
	width: 24%;
}
.width33 {
	width: 33%;
}
.width50 {
	width: 49%;
}
.width75 {
	width: 75%;
}
.width100 {
	width: 99.9%;
}
/* rounded style module */
#middle .middle-round-tl {
	background:url(../images/mid-round.png) no-repeat scroll 0 -12px transparent;
}
#middle .middle-round-tr {
	background:url(../images/mid-round.png) no-repeat scroll 100% 0 transparent;
	padding: 0 10px 0 10px;
}
#middle .middle-round-t {
	height: 11px;
	border-top: 1px #FFFFFF solid;
	background: #f3f6fa;
	width: 100%;
}
#middle .middle-round-inner {
	padding: 5px 10px;
	background: #f3f6fa;
	overflow: hidden;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}
#middle .middle-round-bl {
	background:url(../images/mid-round.png) no-repeat scroll 0 -36px transparent;
	border:none;
}
#middle .middle-round-br {
	background:url(../images/mid-round.png) no-repeat scroll 100% -24px transparent;
	padding:0 12px;
}
#middle .middle-round-b {
	height: 11px;
	background: #f3f6fa;
	border:none;
	border-bottom: 1px #FFFFFF solid;
}
#bottom .bottom-round-tl {
	background:url(../images/bot-round.png) no-repeat scroll 0 -12px transparent;
}
#bottom .bottom-round-tr {
	background:url(../images/bot-round.png) no-repeat scroll 100% 0 transparent;
	padding: 0 10px 0 10px;
}
#bottom .bottom-round-t {
	height: 12px;
	background: #293f5b;
	width: 100%;
}
#bottom .bottom-round-inner {
	padding: 5px 10px;
	background: #293f5b;
	overflow: hidden;
}
#bottom .bottom-round-bl {
	background:url(../images/bot-round.png) no-repeat scroll 0 -36px transparent;
	border:none;
}
#bottom .bottom-round-br {
	background:url(../images/bot-round.png) no-repeat scroll 100% -24px transparent;
	padding:0 12px;
}
#bottom .bottom-round-b {
	height: 12px;
	background: #293f5b;
	border:none;
}
.footercontent
{
	width: 1018px;
	margin : 0 auto;
	font-size: 11px;
}
.copyright a
{
	color: #fff;
}

.enquiry {
	-moz-box-shadow:inset 0px 1px 0px 0px #795289;
	-webkit-box-shadow:inset 0px 1px 0px 0px #795289;
	box-shadow:inset 0px 1px 0px 0px #795289;
	background-color:#6b3184;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #795289;
	display:inline-block;
	color:#FFFFFF;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
 background: #64358B;
  background-image: -webkit-linear-gradient(top, #64358B, #8054AD);
  background-image: -moz-linear-gradient(top, #64358B, #8054AD);
  background-image: -ms-linear-gradient(top, #64358B, #8054AD);
  background-image: -o-linear-gradient(top, #64358B, #8054AD);
  background-image: linear-gradient(to bottom, #64358B, #8054AD);
	height:25px;
	line-height:25px;
	width:65px;
	text-decoration:none;
	text-align:center;
	
}
.enquiry:hover {
	 background: #8054AD;
  background-image: -webkit-linear-gradient(top, #8054AD, #64358B);
  background-image: -moz-linear-gradient(top, #8054AD, #64358B);
  background-image: -ms-linear-gradient(top, #8054AD, #64358B);
  background-image: -o-linear-gradient(top, #8054AD, #64358B);
  background-image: linear-gradient(to bottom, #8054AD, #64358B);
  text-decoration: none;
  color:#FFF;
}
.enquiry:active {
	position:relative;
	top:1px;
}

.enquirytitle{
	padding:5px 10px;
	text-align: center;
	background: #64358B; 
	color:#FFF;
}

.enquirydetail{
	padding:5px 10px;
	text-align: left;
	background: #EEEEEE;
}	

li .active a span, #menu li #current a span{
color:#fddf00;
}
#menu li.active > a:first-child span{color:#fddf00;}