﻿/*___________________________________________________
Author: Swati Gems &amp; Rudraksh Pvt. Ltd.
Version: v2.2012
Client URL: http://www.swatigems.com
Developed by: PerfectCoder <http://www.perfectcoder.com/> 
by Bhavesh Rathod <gulonline@gmail.com>
_____________________________________________________*/

#google-map{
	width: 1003px;
	height: 500px;
	position: relative;
}

#map {
	width: 1003px;
	height: 500px;
}
#map h1 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
}
#map h1 span {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #CCCCCC;
}

#map h2 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
}

#map h3 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 10px;
	text-decoration: underline;
}


#google-map .address {
	border: 5px solid #FFFFCE;
	width: 300px;
	height: 200px;
	position: absolute;
	z-index: 99999;
	background-color: #FFFFFF;
	top: 200px;
	right: 100px;
	opacity: 1;
	-moz-opacity: 0.4;
	filter:alpha(opacity=0.4);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

#google-map .address .add {
	margin: 3px;
	padding: 10px;
	width: 270px;
	float: left;
	height: 170px;
}
#google-map .address .border {
	border-right-style: solid;
	border-width: 1px;
	border-color: #FFFF99;
}

#google-map .address .add h1 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}
#google-map .address .add h1 span {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #CCCCCC;
}

#google-map .address .add h2 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
}
#google-map .address .add h3 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 10px;
	text-decoration: underline;
}
#google-map .address .add .landline {
	background-image: url('../images/land-line.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 40px;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
}
#google-map .address .add .mobile {
	background-image: url('../images/mobile.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 40px;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
}
