﻿/* 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==================================*/