   
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);

/* ------------------   Resets   ------------------ */

*{
	margin:0px;
	padding:0px;
}

img{ border:none;}

ol, ul {list-style: none;}

td{ vertical-align:top;}

a{ text-decoration:none;}


/* ------------------  Heading Tags  ------------------ */

h1, h2, h3, h4, h5, h6{ padding-bottom:15px; font-weight:normal;}

h1{font-size:35px;}

h2{font-size:32px;}

h3{font-size:30px;}

h4{font-size:27px;}

h5{font-size:25px;}

h6{ font-size:21px;}

/* ------------------  Layout  ------------------ */

.fl{ float:left;}

.fr{ float:right;}

.clr{ clear:both;}

/* ------------------  Roundes Corners  ------------------ */

.rounded_8
	{
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius:8px;
	}
	
.rounded_10
	{
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius:10px;
	}
	
	
/* ------------------------------------  Main_Layout  ------------------------------------ */ 

body
	{  
		background:#ffffff;
		font-family: 'PT Sans Narrow', sans-serif;
		font-size:14px;
		color:#000000;
		line-height:20px;
	}
	
	
/* ---------------------- Header Style start ---------------------- */

header{
	background:url(../images/header_bg.png) repeat-x; 
	height:120px;
	font-size:17px;
	-webkit-box-shadow: 1px 1px 14px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 14px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 12px rgba(75, 75, 75, 0.7);
	opacity:0.96;
	margin-bottom:20px;
}

.logo{
	padding-top:8px;
}

/* ---------------------- Navigation Style start ---------------------- */

.navigation li{
	background:url(../images/divider.png) center right no-repeat;
	width:164px;
	height:120px;
	text-align:center; 
	float:left; 
}

.navigation li:last-child{
	background:none;
	/*padding:15px 5px 0px 15px;*/
}

.navigation .buttons{
	margin:20px 0px 0px 50px;
	}

.navigation li a{
	color:#000;
	height:80px;
	padding:30px 0px 10px 0px;
	display:block;
}

.navigation li:last-child a{
	padding:8px 25px;
	display:inline;
	font-family:Trebuchet MS;
	font-size:14px;
}

.navigation li a:hover,.navigation li a.active{
	background:url(../images/nav_arrow.png) center bottom no-repeat;
}

.navigation li:last-child a:hover{
	background:none;
}
	
.reg_button{
border: 1px solid #004993;
background: url(../images/button_blue.png) repeat-x;
width:116px; 
height:32px; 
display:table-cell;
vertical-align:middle;

/*text shadow*/	
text-shadow: 0 -1px rgba(0,0,0,0.5);
color: #fff;

/*rounded corners*/	
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;

}

.reg_button:hover{ 
border: 1px solid #004993;
background: url(../images/button_blue_hover.png) repeat-x;
}
	
.login_button{
border:1px solid #C9C9C9;
background:#D3D3D3 url(../images/button_white.png) repeat-x; 
width:116px; 
height:32px; 
display:table-cell; 
vertical-align:middle;

/*text shadow*/	
text-shadow: 0 1px #fff;

/*rounded corners*/	
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}

.login_button:hover{
background: url(../images/button_white_hover.png) repeat-x;

}

/* ---------------------- Slider Style start ---------------------- */

.slider_container{
	background:url(../images/slider_bg.jpg) no-repeat center center;
/*	height:650px;*/	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.slider_bg_1.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='slider_bg_1.jpg', sizingMethod='scale')";*/
	
}


/* ---------------------- What_for_businesses style start ---------------------- */


.data{
	font-size:18px; 
	line-height:29px;
	margin-top:15px;
	}
	
.data h1{ 
	color:#06C;
/*	text-shadow: 2px 2px 8px rgba(150, 150, 150, 1);
*/	}
	
.data p{ 
	padding-bottom:10px;
	text-align:justify;
}

.data img{
	margin:0px 0px 0px 20px;
	-webkit-box-shadow:3px 3px 11px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:3px 3px 11px rgba(50, 50, 50, 0.6);
	box-shadow:3px 3px 11px rgba(50, 50, 50, 0.6);
	}
	
/* ---------------------- What_for_users style start ---------------------- */


.popup_container{margin:10px;}

.popup_data_container{
	background:#e0fefd url(../images/square_bg.png) center center no-repeat; 
	height:300px;  
	border:1px solid #aea7a7;
}

.popup_img{
	width:45%; 
	padding-top:20px;
	text-align:center;
}

.popup_data{
	width:55%;
}

.popup_data p,
.popup_data ul {
	padding:30px 10px;
	font-size:17px;
	line-height:26px;
	overflow:hidden;
}

.popup_button{
	background: url(../images/popup_button.png) no-repeat; 
	width:123px; 
	height:35px;
	margin:0px 10px;
	text-align:center;
	display:table;
}

.popup_button span{
	display:table-cell; 
	vertical-align:middle;
}

.popup_button a{
	color:#FFF;
	font-family:Trebuchet MS; 
	cursor:pointer;
	padding:10px 15px;
}

#popup_box_1,
#popup_box_2,
#popup_box_3,
#popup_box_4{
	width:500px; 
	height:200px;
	}
	
.popup_list {
	font-size:17px;
	line-height:26px;
	}
	
.popup_list li{ 
	list-style-image:url(../images/list_bullet.png);
	margin-left:30px;
	font-size:17px;
	line-height:26px;
	}
	
	
/* ---------------------- Contact_us style start ---------------------- */

	.contact_form{
	background:url(../images/form_bg.png) repeat; 
	border:1px solid #CCC; 
	padding:20px; 
	margin:20px;
}

.contact_form h3{
	background:url(../images/slider_text_divider.png) bottom center no-repeat; 
	padding-bottom:20px; 
	color:#06C;
}

.contact_form table{padding:0px 25px;}

.contact_form table td{padding:5px 0px;}
	
label{
	line-height:30px; 
	font-size:16px;
} 

input, textarea{
	width:260px;
	border: 1px solid #ddd;
	background:#fff url(../images/form_input.gif) repeat-x;
	padding: 3px;
	height:22px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

textarea{height:80px;}

input[type="submit"]{ 
	border: 1px solid #004993;
	background:url(../images/button_blue.png) repeat-x;
	width:116px;
	height:32px;
	color:#ffffff;
	text-shadow: 0 -1px rgba(0,0,0,0.5);
	margin-right:55px;
}

input[type="submit"]:hover{
cursor:pointer;
background:url(../images/button_blue_hover.png) repeat-x;
}

.contact_info{
	padding:20px 10px; 
	margin:20px 10px 20px 0px;
	overflow:hidden;
	line-height:30px;
	}
	
.contact_info h5{color:#06C;}
	
.contact_info strong{ 
	font-size:17px;
}

.contact_info address{
	width:50%;
	font-size:16px; 
	font-style:normal;
}

.contact_info p{ 
	width:50%;
	font-size:16px; 
	font-style:normal;
}

.contact_info p img{ 
	vertical-align:middle;
	 margin-right:8px;
}
	
.map{
	border:1px solid #ccc; 
	height:280px; 
	margin-bottom:20px;
	margin-right:20px;
}

.err_msg{ 
	color:#BD2020; 
	font-size:12px;
	padding:3px;
	display:block;
	}
	
.sucess_msg{ 
	color:#008000;
	font-size:14px;
	padding:3px;
	display:block;
	text-align:left;
	}

/* ---------------------- footer Style start ---------------------- */

footer{
	background:url(../images/footer_bg.jpg) repeat-x; 
	height:72px;
	font-size:14px;
	padding-top:25px;
	border-top:1px solid #4d4d4d;
}

footer nav a{ 
	margin:0px 15px;
	color:#000;
	}
	
footer nav a:hover{ 
	color:#06c; 
	}

footer nav a:last-child{ 
	margin-right:0px; 
	}
	
footer .maxima_link{
		margin:10px 0px;
		font-size:13px;
	}
	
footer .maxima_link a{ 
	color:#0065CA;
	text-decoration:underline;
	}
