﻿/* CSS layout */

/* Body Content & Scrollbar Formatting*/
.PageBodyHeightContent {
/*height:213px;*/
overflow-y:auto;
	}

.PageBodyHeightContentHome {
height:60px;
width:470px;
overflow-y:auto;
	}
	
.HomePageTextTradingLower{
height:80px;
width:470px;
overflow-y:auto;
	}
/* End of Formating DIV which will hold the contents alongwith Scrollbar */



/* Banner Blend Effect in New Java */	
.clear{ clear:both; }
/* 
html .clearfix { height:1%; }
html[xmlns] .clearfix { display:block; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clear, .divider { clear:both; }
.Curve{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
a.More{ display:inline-block; font:normal 12px Tahoma; color:#000; background:#fff; padding:3px 6px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow:  1px 2px 5px 5px rgba(0, 0, 0, 0.1); box-shadow:  1px 2px 5px 5px rgba(0, 0, 0, 0.1);}
.OuterWrapper{ width:964px; margin:0 auto;}
/* End of Banner Effect */		


/* For Home Page */
.slideShowImagesHome1 {
width:475px;
height:210px;
overflow:hidden;
}
.slideShowImagesHome2 {
width:475px;
height:210px;
overflow:hidden;
}
.slideShowImagesHome3 {
width:475px;
height:210px;
overflow:hidden;
}
.slideShowImagesHome4 {
width:475px;
height:210px;
overflow:hidden;
}
.slideShowImages {
width:960px;
height:210px;
overflow:hidden;
	}
.slideShowImages1 {
width:960px;
height:210px;
overflow:hidden;
	}

#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left: 260px;
}

#container {
	width: 100%;
	z-index: 7;
	position: relative;
}

#horizontalgap {
	position: relative;
	width: 100%;
	z-index: -1;
	height:15px;
}
#horizontalgapForheading {
	position: relative;
	width: 100%;
	z-index: -1;
	height:10px;
}

#Imagecontainer {
	position: relative;
	width: 100%;
	z-index: -1;
	height:150px;
}

#left_col_image {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: -99;
	height: 150px;
}

#mid_col_image {
	margin-right: 300px;
	margin-left: 300px;
	text-align: center;
	z-index: -99;
	height: 150px;
}
#right_col_image {
	width: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	z-index: -99;
	height: 150px;
}


#left_col {
	width: 450px;
	position:absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1.0px;
	color: #414558;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}

#left_col_Home {
	width: 475px;	
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1.0px;
	color: #414558;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}

	
#page_content {
	margin-right: 300px;
	margin-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414558;
	letter-spacing: 1.0px;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}

#right_col {
	width: 450px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414558;
	letter-spacing: 1.0px;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}

#right_col_home {
	width: 475px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414558;
	letter-spacing: 1.0px;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}

#facebookicon {
	vertical-align:right;
	text-align: left;
	z-index: -99;
	width:400px;
}

#rowbelowmenu {
	background: url('Images/home/Footer.jpg');
	height:5px
}

#footer_up_down_yellow_band {
	background: #F5A536; /*background: url('Images/home/Footer.JPG');*/
	height:3px;
	position: relative;
	width: 98%;
	z-index: 7;
	left:1%;
}

#footer {
	background: #B22234; /* Ashish Previous Red #931939  Blue :#0C0F22 background: url('Images/home/Footer.JPG');*/
	height:21px;
	position: relative;
	width: 100%;
	z-index: 7;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);

}

#footer_left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e7e5e5;
	font-size: 12;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	z-index: -99;
}
#footer_mid_col {
	padding: 0 0 0 0;
	margin-right: 200px;
	margin-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e7e5e5;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}
#footer_right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e7e5e5;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	z-index: -99;
}


/*
#slideShowImages {
	width: 960px;
	position: absolute;
	left: 0px;
	text-align: center;
	z-index: 7;
	height: 210px;
}

#slideShowImages1 {
	width: 960px;
	position: absolute;
	left: 0px;
	text-align: center;
	z-index: 7;
	height: 210px;
}
*/

.TableHeadingText {
	font-family: Arial, Helvetica, sans-serif;
	color: #414558;
	font-size: 14;
	letter-spacing: 1.0px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;		
}


.BackToPage {
	font-family: Arial, Helvetica, sans-serif;
	color: #B22234;
	font-size:14;
	letter-spacing: 1.0px;
	text-decoration: none;
	font-weight:bold;
	text-align:right;		
	text-transform: uppercase;
}


.ContactUsTableHeadingText {
	font-family: Arial, Helvetica, sans-serif;
	color: #B22234;/*Ashish Old Gary Value : #414558*/
	font-size: 14;
	letter-spacing: 1.0px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;		
}

.VerticalLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #B22234;/* Ashish Gray Color heading #414558*/
	font-size: 14;
	letter-spacing: 1.0px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
}

.PageBodyPlainContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #414558;
	font-size: 12;
	letter-spacing: 1.0px;
	text-decoration: none;
	text-align: left;
}

.ConstructionContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #414558;
	font-size: 12;
	letter-spacing: 1.0px;
	text-decoration: none;
	text-align: center;	
}

.AddressText {
	text-decoration: none;
	text-align: center;		
}


/* Google MAP for contact Page */

#map_canvas {
    width: 960px;
    height: 210px;
    background-color: #CCC;
  }
  
 .td.normal {
 	background-color:#e7e5e5;	
}


 
 /*==============================CSS Contact Form================================*/

/*form#contact_form {*/
/*	background-color:white;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1); */
/*	color:#414550;*/
}
/*111111111
form#contact_form .name {
	padding:10px 0px 0px 0px;
	margin-right:10px;
	float:right;
}
form#contact_form .mobile {
	padding:10px 0px 0px 45px;
}

form#contact_form .email {
	padding:10px 0px 0px 0px;
	margin-right:10px;
	float:right;
}
11111111111*/

form#contact_form .message {
	padding-left:0px;*/
	padding-top:5px;
}
div#loader {
	margin-right: 45px;
	float:right;	
}
form#contact_form input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 20px;
	padding: 0 5px;
	width: 200px;
}
form#contact_form input#email {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 20px;
	padding: 0 5px;
	width: 200px;
}
form#contact_form textarea {
	border: 1px solid #e1e5e9;
	background-color: white;
	width: 200px;
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
form#contact_form label {
	margin-right: 5px;
	font-size: 12px;
	font-weight:bold;
	color: #414550;
	text-transform: uppercase;
}

.td             { padding: 0em; }
.td.leftBorder  { 
					border-width:2px;
					border-left-style:hidden;
					border-left-color:#F8C301; /* Light Yellow #DABC44;/*gray;*/
					border-top-style:hidden;
					border-right-style:hidden;
					border-bottom-style:hidden;

				 }
/*==============================End of CSS Contact Form==================================*/
body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: #ffffff;
	width: 960px;
	margin: 10px auto;
	color: #666;
}

a {
	color: #B22234;
	text-decoration: none;
	text-align: center;
}

#nav {
	margin: 0;
	padding: 0px 0px 0;/* Ashish Original 7px 6px 0;*/	
	background: #B22234;/*ashish Original :: American Red(#B22234  Blue #0C0F22) #931939,  #9974358) #7d7d7d url(img/gradient.png) repeat-x 0 -110px;* Same Color is in footer backgroud*/	line-height: 100%;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 6px;
	padding: 0 0 1px 0px; /*Ashish Original 4px bottom 3 rd parameter 8px*/
	float: left;
	position: relative;
	list-style: none;
	z-index:10;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding: 2px 19px; /* Ashish Original value 8px 20px;*/
	margin: 0;
	text-align: left;/*Ashish Align*/;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav li:hover > a {
	background: repeat-x 0
-40px;
}

#nav .current a {
	background: repeat-x 0
-40px;
}

/* sub levels link hover */
#nav li:hover li a {
	background: none;
	border: none;
	color: #000000;/*Ashish Old Colors Original Drop Down Menu Text Color : #666*/

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul li:hover a {
	background: none;
	border: none;
	color: #000000;/*Ashish Old Colors Original Drop Down Menu Text Color : #666*/

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.html) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
	top: 20px;  /*Ashish original Value 35 px  for margin og Drop down Menu from top*/
	left: 0;
	background: #ddd url(img/gradient.html) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
	width: 650px;
	height:22px;
	position:absolute;
	top:10px;
	right:0px;

} 

html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
	}