/* default style */
*					{	padding:0px;
						margin:0px;
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						font-style:normal;}
						
						
p					{	text-align:justify;
						line-height:19px;
						margin-bottom:7px;}
						
a					{	text-decoration:none;}
						
						
img					{	border:none;}

body				{	background-color:#6BAEE5;}


/* custom style */

.blkbg				{	background: rgb(17,17,17); /* Old browsers */
						background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(43,43,43,1) 86%, rgba(19,19,19,1) 99%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,17,17,1)), color-stop(86%,rgba(43,43,43,1)), color-stop(99%,rgba(19,19,19,1)));
						background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%,rgba(43,43,43,1) 86%,rgba(19,19,19,1) 99%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(top, rgba(17,17,17,1) 0%,rgba(43,43,43,1) 86%,rgba(19,19,19,1) 99%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%,rgba(43,43,43,1) 86%,rgba(19,19,19,1) 99%); /* IE10+ */
						background: linear-gradient(to bottom, rgba(17,17,17,1) 0%,rgba(43,43,43,1) 86%,rgba(19,19,19,1) 99%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#131313',GradientType=0 );}
						
.callus				{	color:#fff;
						font-size:20px;}
						
.calsyellow			{	color:#FFD21B;
						font-size:20px;}
						

.whtbg				{	background-color:#fff;}

#hdngbg				{	background:url(images/call_bg.jpg) left center repeat-x;
						border-top:2px solid #1B5E94;}

.drkblu				{	background-color:#1B5E94;}

#frm				{	width:1100px;
						margin:auto;}
						
						
.pwrd				{	font-size:10px;}

.pwrd a				{	font-size:10px;
						color:#000;}
						
#cname				{	float:left;
						width:400px;
						height:110px;
						background:url(images/shrma-brothers-logo.png) left center no-repeat;
						margin-top:5px;}
						
.h-1				{	font-size:45px;
						text-transform:uppercase;
						font-family:'Oswald',sans-serif;
						color:#1B5E94;
						line-height:120px;}
						
.tagline			{	font-size:11px;
						float:right;
						position:absolute;
						top:121px;
						left:370px;
						font-weight:bold;}
						
.h-2				{	font-size:25px;
						font-family:'Oswald',sans-serif;
						color:#1B5E94;
						font-style:normal;
						line-height:30px;}
						
.imgs				{	border:1px dotted #1B5E94;
						padding:5px;
						border-radius:3px;
						float:right;
						margin-left:10px;
						margin-top:5px;}
						
.bbdr				{	border-bottom:1px dashed #0F3555;}

.tdr				{	background-color:#fff;
						border-bottom:1px dashed #0F3555;						
						border-left:3px solid #fff;
						transition: background-color 1s ease;}

.tdr:hover			{	border-left:3px solid #0F3555;
						background-color:#6BAEE5;
						color:#fff;}

.points a			{	color:#0F3555;
						padding-left:5px;
						font-size:14px;}			
						
.ftrhd				{	font-size:20px;
						font-family:'Oswald',sans-serif;
						color:#0F3555;}
						
.ftrlinks a			{	color:#0F3555;
						font-size:13px;
						line-height:20px;}	
						
.ftrlinks a:hover	{	text-decoration:underline;}	

.bodr				{	border:1px dotted #1B5E94;
						border-radius:5px;
						-moz-border-radius:5px;
						-webkit-border-radius:5px;
						-o-border-radius:5px;}
						
						
						
/* form style */

.frmshd				{	background:url(images/bottom_shad.png) top center no-repeat;}

.frmbg				{	border-top:5px solid #1B5E94;
						border-bottom:10px solid #1B5E94;
						background-color:#8ABFEA;}
						
.fld				{	width:290px;
						padding:5px;
						height:20px;
						border:1px solid #1B5E94;
						background-color:#A4CDEE;}
						
.fld:focus			{	box-shadow:0px 0px 3px #1B5E94;}


.flds				{	width:290px;
						padding:5px;
						height:80px;
						border:1px solid #1B5E94;
						background-color:#A4CDEE;}
						
.flds:focus			{	box-shadow:0px 0px 3px #1B5E94;}

.btn				{	width:120px;
						height:30px;}
						
.imgr				{	border:1px dotted #1B5E94;
						padding:5px;
						border-radius:3px;
						margin:5px;}
						
