/* CSS Document */


body {
	margin:0px; padding:0px;
	font-size:100%; 
	font-family:Verdana, Geneva, sans-serif; 
	 background-image: url(images/topbg.jpg); background-repeat:repeat-x;
}
#main {
	width:980px; 
	height:100%;
	margin:0 auto;
	background:url(images/options-bg.jpg) repeat-y;
}
#top {
	width:934px;height:0px;
	color:#FF99FF; padding:5px 0px 0px 0px;
	margin:0 auto; font-size:12px;
}
.clear {
	clear:both;
}
#header {
	width:910px; height:800px; margin-left:35px; 
	
}
#logo {
	width:910px; height:110px; margin-top:20px;
	
}
#options-logo {
	width:254px; height:87px;  float:left; margin-top:20px;
}
#options-call {
	width:250px; height:87px; margin-left:660px;  padding-top:20px;
	
}
#options-call h2 {
	font-size:18px; padding:0px; margin:0px;
	color:#000; text-align:center; font-family:Verdana, Geneva, sans-serif;
}
#options-call h3 {
	font-size:22px; padding:0px; margin-top:10px;
	color:#a44587; text-align:right; font:Verdana, Geneva, sans-serif;
}
#menu {
	width:910px; height:38px; margin-top:10px;
}

.nav,.nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

.nav {
    position:relative; z-index:auto;
}

.nav ul {
    height:0;
    left:0;
    overflow:hidden;
    position:absolute;
    top:36px; 
}

.nav li {
    float:left;
    position:relative;
}

.nav li a {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    background-color:#000;
    border:1px solid #a54686;
    color:#FFF;
    display:block;
    font-size:12px; 
    line-height:25px;
    padding:5px 11px;
    text-decoration:none;
    transition:0.5s;
}

.nav li:hover > a {
    background:#a54686;
    border-color:#f248bb;
    color:#fff;
	
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(165, 70, 134, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.5), rgba(165, 70, 134, 0));
    background-image: -o-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(165,70,134,0));
}

.nav li:hover ul.subs {
    height:auto; display:block;
    width:185px; z-index:100;
}

.nav ul li {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    opacity:0;
    transition:0.5s;
    width:100%;
}

.nav li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav li:hover ul li {
    opacity:1;
    -moz-transition-delay:0.3s;
    -o-transition-delay:0.3s;
    -webkit-transition-delay:0.3s;
    transition-delay:0.3s;
}

.nav ul li a {
    background:#a54686;
    border-color:#f248bb;
    color:#fff;
    line-height:1px;
    -moz-transition:1.1s;
    -o-transition:1.1s;
    -webkit-transition:1.1s;
    transition:1.1s;
}

.nav li:hover ul li a {
    line-height:25px;
}

.nav ul li a:hover {
    background:#000;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(255,255,25,0));
}
/*end menu: Developed by Gulam*/

#main-text {
	width: 910px; height:auto; float:left; 
	font-size:12px; margin-top:20px;
	 
}
.servics { 
	width:250px;
	height:260px; float:left;
}
.servics-career { 
	width:250px;
	height:653px; float:left;
}
.servics h2 {
	width:200px; background-color:#ccc; color:#a54686;
	font-size:12px; padding:10px 20px; margin:0px; font-family:Verdana, Geneva, sans-serif;
}
.right-text {
	width:640px; float:left; margin-left:15px;  
	font-size:12px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding-top:0px;
	color: #666;
	padding-right:5px; text-align: justify;
}
.right-text h1{
	text-align:left; padding-left:0px; font-size:12px; color:#a8478a; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin-top:0px; padding-top:0px;
}

/*side menu*/

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:240px;
	
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:1px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px; color:#000;
	height:24px;
	overflow:hidden;
	padding:5px 20px 0; padding-bottom:5px;
	position:relative;
	width:200px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration: none; color:#a54686;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position: relative;
		
	display: none;
}

/* Setting up different styles for each section color */

li.button a.green{background:url(js/img/green.png) repeat-x top left; color: #000;}
li.button a.green span{ background:url(js/img/green.png) repeat-x top right;}

li.button a.orange{background:url(js/img/orange.png) repeat-x top left; color:#000;}
li.button a.orange span{ background:url(js/img/orange.png) repeat-x top right;}


/*
li.button a.red{background:url(img/red.png) repeat-x top left; color:#641603;}
li.button a.red span{ background:url(img/red.png) repeat-x top right;}
*/
/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:2px; font-size:12px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#cccccc; font-size:12px;
	border:1px solid #a8478a; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #a8478a ;
	margin:2px 0;
	padding:4px 18px;
}

/* The styles below are only necessary for the demo page */

#main1{
	/* The main container */
	
	text-align:center;
	width:240px;
	
}

a, a:visited {
	color: #000;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline; color:#a54686;
}
/*tex in bullet*/
#example_pcissu {
	width:300px;
	text-align:left; margin-left:25px;
	float:left;
	list-style:circle;
	font-size:12px; line-height:20px;
	padding-left:3px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
}
#example_pcissu ul li {
	list-style-type: disc;  margin-left:10px; padding:0px;
}
#example_pcissu1 {
	width:270px; text-align:left; float: right; font-size:12px; margin-left:15px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#999; padding-left:5px;
	line-height:20px;
	color:#666;
}
#example_pcissu11 {
	width:270px; text-align:left; float: right; font-size:12px; margin-right:20px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; padding-left:5px;
	line-height:20px;
	color:#666;
}
#example_pcissu11 ul li {
	list-style-type: disc;  margin-left:10px; padding:0px;
}
#example_pcissu1 ul li {
	list-style-type: disc;  margin-left:10px; padding:0px
}
#example_pc_issu2{
	width:610px;
	text-align:left; margin-left:25px;
	float:left;
	
	font-size:12px;
	padding-left:3px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666; line-height:20px;
}
#example_pc_issu2  ul{
	 margin-bottom:12px; 
}
#example_pc_issu2  ul li {
	list-style-type: disc; margin-left:10px; padding:0px;
}



#example-pc {
	width:610px;
	text-align:left; margin-left:25px;
	float:left;
	
	font-size:12px;
	padding-left:3px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666; line-height:20px;
}
#example-pc   ul{
	 margin-bottom:12px; 
}
#example-pc   ul li {
	list-style-type: disc; margin-left:10px; padding:0px;
}



#standard_pc_issu2{
	width:600px;
	text-align:left; margin-left:0px;
	float:left;
	
	font-size:12px;
	padding-left:3px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
}
#middle_top {
	float:left;
	height:60px;
	width:900px;
}
#middle_ifram {
	float:left; 
	height:auto; 
	width:900px;
}
#standard_pc_issu2 li {
	list-style-type: none; padding-left:20px;
}
#standard_pc_issu2 li a { text-decoration: underline; color:#999;
	font-size:12px; font-family:Verdana, Geneva, sans-serif; line-height:18px; 
}
#standard_pc_issu2 li a:hover { text-decoration:none; }

.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px; text-align:justify;
}
.txt1 {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #797979;
	line-height: 20px; text-align:justify;
}
.h45 {
	text-align:left; padding-left:10px; font-size:12px; color: #FFF; font-family:"Arial Black", Gadget, sans-serif;
}

.inp_textarea {
	height: 50px;
	width: 180px; margin-left:5px;
	border: 1px solid #666;
}
.inp_name {
	height: 18px;
	width: 178px; 
	border: 1px solid #666;
}
.inputbox_submit {
	height:22px;
	width: 68px;
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	margin-left:10px;
	cursor:pointer;

	padding: 0px;
}
.submit_btn {
	margin-left: 10px; border-radius: 5px;
	padding: 5px 10px; 
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #666666; font-weight:bold;
}
.submit_btn:hover {	
	box-shadow:inset 0 0 15px #a44587, 0px 1px 1px #aaaaaa;
	-khtml-box-shadow:inset 0 0 15px #a44587, 0px 1px 1px #aaaaaa;
	-moz-box-shadow:inset 0 0 15px #a44587, 0px 1px 1px #aaaaaa;
	-ms-box-shadow:inset 0 0 15px #a44587, 0px 1px 1px #aaaaaa;
	-o-box-shadow:inset 0 0 15px #a44587, 0px 1px 1px #aaaaaa;
	-webkit-box-shadow:inset 0 0 15px #a44587, 0px 1px 1px #aaaaaa;
	background-color:#ffffff;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	color:#333; text-decoration:none;
	cursor:pointer;
	
	
	
}
#enquiry {
	float: left;
	width: 385px; margin-top:4px;
	background-color:#e9e9e9; border-bottom:1px solid #cccccc; border-radius:0px 0px 8px 8px;
	
	
}

#enquiry2 {
	float: left;
	width: 485px; margin-top:10px; 
	background-color:#e9e9e9; border::1px solid #cccccc; border-radius:8px 8px; padding-bottom:10px;
	
	
}
#amc_top {
	width:385px; background-image:url(images/top_enquiry.png); background-repeat:no-repeat;
	float:left; height:30px; 	background-color:#CCCCCC; 
}
#amc_txt {
	width:365px; padding-top:4px;
	height:24px; color:#FFF; padding-left:10px;
	float:left; text-align:left;
	font-family: "Eras Medium ITC";
	font-size:18px;
}

#main_enquiry {
	width:385px; margin-top:10px; display:block;
	float:left;
}
#q_contact {
	float: left; width:455px; height:327x; border:2px solid #999; border-radius:8px; z-index:auto; margin-left:40px; margin-top:5px;
}
#main_enquiry1 {
	width:385px; margin-top:5px; display:block;
	float:left; text-align:left; font-size:12px; color:#666;
	font-family:Verdana, Geneva, sans-serif; line-height:22px;
}
#main_enquiry1 h3 {
	font-size:12px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold; color:#999; padding:2px 0px; margin:0px;
}
#main_enquiry1 a { text-decoration:underline; color:#666; font-family:Verdana, Geneva, sans-serif; }
#main_enquiry1 a:hover {text-decoration:none;}

#footer {
	
	height:30px; background-image:url(images/topbg.jpg); background-repeat:repeat-x; 
	margin:0 auto;
}
#footer_text {
	width: 680px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #FC6;
	height: 20px;
	padding-top: 4px;
	margin: 0 auto;
	font-size: 12px;
}
