body
{
	width:100%;
	background:#afafaf;
	margin: 0px auto;
	font-family: Arial;
}
.clear
{
	clear:both;
}

.sub-title
{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
	text-align:left;
	color: #379FDD;
}

.link
{
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align:left;
	color: #379FDD;
}

.link:hover
{
	text-decoration: underline;
	color: #000000;
}

/**********************Header Css Starts Here******************/
#header_wrapper
{
	width:100%;
	margin:0px auto;
}
.header
{
	width:1290px;
	margin:0px auto 0px auto;
	background:#FFFFFF;
	padding:20px 0px 20px 0px;
	
}
.header .header_left
{
	width:510px;
	margin:0px 0px 0px 40px;
	float:left;
}
.header .header_left img
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.header .header_right
{
	width:500px;
	margin:0px 36px 0px 0px;
	padding:25px 0px 0px 0px;
	float:right;
}
.header .header_right h4
{
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.header .header_right h4 a
{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	float:right;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}

.header .header_right a.button
{
	background-color:#B21D35;
	float:right;
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin: 10px 5px;
	border: 1px solid #B21D35;
	padding: 2px 5px;	
	border-radius: 5px;	
}
.header .header_right a.button:hover
{
	background-color:#F5C400;
	float:right;
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin: 10px 5px;
	border: 1px solid #F5C400;
	padding: 2px 5px;	
	border-radius: 5px;	
}

/**********************Header Css Ends Here******************/


/**********************Menu Css Starts Here******************/
#menu_wrapper
{
	width:100%;
	margin:0px auto;
}

.menu
{	width:1290px;
	height:40px;
	margin:0px auto  0px auto;
	padding:0px 0px 0px 0px;
	background-image: url('../images/meni-bkg.png');
	background-repeat:repeat;
}

.menu ul
{	
	width: 1290px;
	margin:0px auto;
	padding:10px 0px 0px 0px;
	list-style-type:none;
	text-align: center;
}

.menu ul li
{
	margin:0px 0px 0px 0px;
	padding:0px 1px 0px 1px;
	font-size:14px;
	font-weight:normal;
	display: inline-block;
}

.menu ul li a
{
	text-decoration:none;
	color:#FFFFFF;
	background-image: url('../images/menu_main_bkg.png');
	background-repeat:repeat;
	padding: 12px 13px 12px 13px;
	text-align:center;
	font-weight: bold;
}

.menu ul li a:hover
{
	text-decoration:none;
	color:#FFFFFF;
	background-image: url('../images/menu_selected_bkg.png');
	background-repeat:repeat;
	padding: 12px 13px 12px 13px;
	text-align:center;
}
.menu ul li a.corriente
{
	text-decoration:none;
	color:#FFFFFF;
	background-image: url('../images/menu_selected_bkg.png');
	background-repeat:repeat;
	padding: 12px 13px 12px 13px;
	text-align:center;
	font-weight: bold;
}
.menu ul li a.corriente:hover
{
	text-decoration:none;
	color:#FFFFFF;
	background-image: url('../images/menu_main_bkg.png');
	background-repeat:repeat;
	padding: 12px 13px 12px 13px;
	text-align:center;
	font-weight: bold;
}
/**********************Menu Css Ends Here******************/

/**********************Content Css Starts here*************/
#content_wrapper
{
	width:100%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

.content
{
	width:1290px;
	margin:0px auto;
	padding:20px 0px 0px 0px;
	background:#ffffff;
}
.content_menu
{
	width:1210px;
	margin:0px auto;
	padding:10px 40px 20px 40px;
	background:#ffffff;
}
.content_menu1
{
	width:1210px;
	margin:0px auto;
	padding:0px 40px 0px 40px;
	background:#ffffff;
}
.content_menu ul
{	
	margin:0px auto;
	padding:2px 0px 2px 0px;
	list-style-type:none;

}

.content_menu ul li
{
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;	
}

.content_menu ul li span
{	
	font-weight: bold;
	font-size:12px;
	color:#000000;
	text-align: left;
	text-decoration: none;
}

.content_menu ul li a
{	
	font-weight: bold;
	font-size:12px;
	color:#000000;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.content_menu ul li a:hover
{	
	text-decoration: underline;
}

.content_menu ul li .active
{
	color:#000000;
	font-weight: normal;
	font-size:11px;
	text-decoration: none;	
	line-height: 15px;
}

.content_menu ul li .active:hover
{
	color:#000000;
	font-weight: normal;
	font-size:11px;
	text-decoration: underline;	
}

.content_menu ul li .current
{
	color:#000000;
	font-weight: normal;
	font-size:11px;
	text-decoration: none;	
	line-height: 15px;
}

.content_menu ul li .current:hover
{
	color:#000000;
	font-weight: normal;
	font-size:11px;
	text-decoration: underline;	
}

.content_left
{
	width:180px;	
	padding:0px 10px 0px 40px;
	float:left;
}
.content_left ul
{	
	margin:0px auto;
	padding:3px 0px 3px 0px;
	list-style-type:none;

}

.content_left ul li
{
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
	background: #193541;
	
}
.content_left ul li:hover
{
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
	background: #379FDD;
}
.content_left ul li a
{
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 10px 10px 10px;
	text-align:left;
	font-weight: bold;
	font-size:12px;
	display:block;
	
}
.content_left ul li a.active
{
	
	background: #379FDD;
	
}
.content_left ul li a.current
{
	
	background: #379FDD;
	
}
.content_left ul li a:hover
{
	text-decoration:none;
	
}

.auctions_content
{
	width:1210px !important;
	padding:0px 10px 0px 40px !important;
	float:left !important;
}

.content_center
{
	width:812px;
	padding:0px 10px 0px 0px;
	float:left;
}

.content_center img
{
    width: 100%;
}

.fin
{
	width:1020px;
	padding:0px 10px 0px 0px;
	float:left;
	
}
.content_center1
{
	width:802px;
	padding:0px 10px 0px 0px;
	float:left;
}

.content_center_one
{
	width:992px;
	padding:0px 10px 0px 40px;
	float:left;
}
.content_center .history, .content_center_one .history
{
	margin:10px 0px 10px 0px;
	padding:0 0px 10px 0px;
	border:1px solid #CAD2DB;
}
.content_center .history ol, .content_center_one .history ol
{	
	margin:0px auto;
	padding:0px 0px 0px 25px;
	text-align:left;
	font-weight: normal;
	font-size:12px;
	display:block;
	line-height:20px;
	
}

.content_center .history ol li, .content_center_one .history ol li
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	color:#000000;	
	line-height:20px;
}
.content_center .history ul, .content_center_one .history ul
{	
	margin:0px auto;
	padding:0px 0px 0px 25px;
	text-align:left;
	font-weight: normal;
	font-size:12px;	
}

.content_center .history ul li, .content_center_one .history ul li
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0;
	color:#000000;
	list-style-type:square;
	line-height:20px;	
}

.content_center .history ul li a, .content_center_one .history ul li a
{
	text-decoration:none;
	color:#000000;
	padding:5px 10px 10px 0px;
	text-align:left;
	font-weight: normal;
	font-size:12px;
	line-height:20px;
		
}
.content_center .history ul li a:hover, .content_center_one .history ul li a:hover
{
	text-decoration:underline;
	font-weight: normal;
	font-size:12px;
	padding:5px 10px 10px 0px;
	color:#379FDD;
	
}
.content_center .history table, .content_center_one .history table
{
	margin:10px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
	border:1px solid #CAD2DB;
}
.content_center .history table thead, .content_center_one .history table thead
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #379FDD;
	color: #FFF;
}
.content_center .history table thead tr, .content_center_one .history table thead tr
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #CAD2DB;
	border-collapse:collapse;
}
.content_center .history table  thead tr th, .content_center_one .history table thead tr th
{
	padding:5px 5px 5px 5px;
	border: 1px solid #CAD2DB;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
}
.content_center .history table tbody, .content_center_one .history table tbody
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.content_center .history table tbody tr, .content_center_one .history table tbody tr
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #CAD2DB;
	border-collapse:collapse;
}
.content_center .history table tr td, .content_center_one .history table tr td
{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	border:1px solid #CAD2DB;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
	
	
}
.content_center .history table tr td strong, .content_center_one .history table tr td strong
{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
}
.content_center1 .history table
{
	margin:10px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
	border:1px solid #CAD2DB;
}
.content_center1 .history table thead
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #379FDD;
	color: #FFF;
}
.content_center1 .history table thead tr 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #CAD2DB;
	border-collapse:collapse;
}
.content_center1 .history table  thead tr th
{
	padding:5px 5px 5px 5px;
	border: 1px solid #CAD2DB;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
}
.content_center1 .history table tbody
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.content_center1 .history table tbody tr 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #CAD2DB;
	border-collapse:collapse;
}
.content_center1 .history table tr td
{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:1px solid #CAD2DB;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
	
}
.content_center1 .history table tr td strong
{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
	text-align:left;
}
.content_center .history .address_left, .content_center_one .history .address_left
{
	width:280px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	
}
.content_center .history .address_left p, .content_center_one .history .address_left p
{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
	text-align:justify
	
}
.content_center .history .google_map, .content_center_one .history .google_map
{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	float:right;
}
.content_center .history h2, .content_center_one .history h2
{	
	padding:0px 0 5px 10px;
	font-size:22px;
	font-weight:normal;
	border-bottom:1px dotted #CAD2DB;
	text-align:justify;	
}
.content_center .history h3, .content_center_one .history h3
{	
	padding:0px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
	text-align:justify;	
}

.content_center .history p, .content_center_one .history p
{	
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	word-break: break-word;
	padding:0px 10px 0px 10px;
}

.content_center .history p strong, .content_center_one .history p strong
{	
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	padding:0px 0px 0px 0px;
}
.content_center .history p a, .content_center_one .history p a
{	
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	padding:0px 0px 0px 0px;
	color:#000000;
	text-decoration: none;
}
.content_center .history a, .content_center_one .history a
{	
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	padding:0px 0px 0px 0px;
	color:#000000;
	text-decoration: none;
}
.content_center .history p a:hover, .content_center_one .history p a:hover
{
	text-decoration: underline;
	color:#379FDD;
}
.content_center .history a:hover, .content_center_one .history a:hover
{
	text-decoration: underline;
	color:#379FDD;
}

.content_center .history p .link, .content_center_one .history p .link
{
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align:left;
	color: #379FDD;
}

.content_center .history p .link:hover, .content_center_one .history p .link:hover
{
	text-decoration: underline;
	color: #000000;
}

.full-fin
{
	width:1210px;
	padding:0px 40px 0px 40px;
	
}

.full-fin .history
{
	margin:10px 0px 0px 0px;
	padding:0 0px 0px 0px;
	border:1px solid #CAD2DB;
}
.full-fin .history ol
{	
	margin:0px auto;
	padding:0px 0px 0px 25px;
	text-align:left;
	font-weight: normal;
	font-size:12px;
	display:block;
	line-height:20px;
	
}

.full-fin .history ol li
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	color:#000000;	
	line-height:20px;
}
.full-fin .history ul
{	
	margin:0px auto;
	padding:0px 0px 0px 25px;
	text-align:left;
	font-weight: normal;
	font-size:12px;	
}

.full-fin .history ul li
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0;
	color:#000000;
	list-style-type:square;
	line-height:20px;	
}

.full-fin .history ul li a
{
	text-decoration:none;
	color:#000000;
	padding:5px 10px 10px 0px;
	text-align:left;
	font-weight: normal;
	font-size:12px;
	line-height:20px;
		
}
.full-fin .history ul li a:hover
{
	text-decoration:underline;
	font-weight: normal;
	font-size:12px;
	padding:5px 10px 10px 0px;
	color:#379FDD;
	
}
.full-fin .history table
{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
	border:1px solid #CAD2DB;
}
.full-fin .history table thead
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #379FDD;
	color: #FFF;
}
.full-fin .history table thead tr 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #CAD2DB;
	border-collapse:collapse;
}
.full-fin .history table  thead tr th
{
	padding:5px 5px 5px 5px;
	border: 1px solid #CAD2DB;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
}
.full-fin .history table tbody
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.full-fin .history table tbody tr 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #CAD2DB;
	border-collapse:collapse;
}
.full-fin .history table tr td
{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	border:1px solid #CAD2DB;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
	
	
}
.full-fin .history table tr td strong
{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
}

.full-fin .history .address_left
{
	width:280px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	
}
.full-fin .history .address_left p
{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 20px;
	text-align:justify
	
}
.full-fin .history .google_map
{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	float:right;
}
.full-fin .history h2
{	
	padding:0px 0 5px 10px;
	font-size:22px;
	font-weight:normal;
	border-bottom:1px dotted #CAD2DB;
	text-align:justify;	
}
.full-fin .history h3
{	
	padding:0px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
	text-align:justify;	
}

.full-fin .history p
{	
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	padding:0px 10px 0px 10px;
}

.full-fin .history p strong
{	
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	padding:0px 0px 0px 0px;
}
.full-fin .history p a
{	
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	padding:0px 0px 0px 0px;
	color:#000000;
	text-decoration: none;
}
.full-fin .history  a
{	
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	padding:0px 0px 0px 0px;
	color:#000000;
	text-decoration: none;
}
.full-fin .history p a:hover
{
	text-decoration: underline;
	color:#379FDD;
}
.full-fin .history  a:hover
{
	text-decoration: underline;
	color:#379FDD;
}

.full-fin .history p .link
{
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align:left;
	color: #379FDD;
}

.full-fin .history p .link:hover
{
	text-decoration: underline;
	color: #000000;
}

ul
{
	font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: justify;
    padding: 0px 10px 0px 10px;
}
tbody
{
	font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: justify;
    padding: 0px 10px 0px 10px;
}
.content_ri
{
	width:190px;
	padding:5px 5px 5px 5px;
	margin:5px 0 5px 0;
	float:left;
	border:1px solid #CAD2DB;
}

.content_right
{	
	width:170px;
	padding:5px 10px 10px 10px;
	float:left;
	background:#ccdce6;	
}

.content_right h3
{
	color:#000000;	
	font-weight:bold;
	padding:0 0 5px 0;
	margin: 5px 0 0 0;
	border-bottom:1px dotted #000000;
	text-align:justify;	
}

.content_right p
{
	color:#000000;	
	font-size:12px;
	font-weight:normal;
	padding:0 0 5px 0;
	border-bottom:1px dotted #000000;
	line-height:18px;
	text-align:justify;
	display: block;	
}

.content_right p a
{
	color:#000000;	
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-align:justify;	
	text-decoration:none;	
}

.content_right p a:hover
{	
	text-decoration:underline;	
}

.content_right_offer
{	
	width:170px;
	padding:5px 10px 10px 10px;
	float:left;
	background:#379FDD;	
}

.content_right_offer h3
{
	color:#FFFFFF;	
	font-weight:bold;
	padding:0 0 5px 0;
	margin: 5px 0 0 0;
	border-bottom:1px dotted #000000;
	text-align:justify;	
}

.content_right_offer p
{
	color:#FFFFFF;	
	font-size:12px;
	font-weight:normal;
	padding:0 0 5px 0;
	border-bottom:1px dotted #000000;
	line-height:18px;
	text-align:justify;
	display: block;	
}

.content_right_offer p a
{
	color:#FFFFFF;	
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-align:justify;	
	text-decoration:none;	
}

.content_right_offer p a:hover
{	
	text-decoration:underline;	
}

.content_ri_auction
{
	width:190px;
	padding:5px 0px;
	margin:5px 0 5px 0;
	float:left;
}

.content_right_auction
{	
	width:200px;
	padding:0px;
	float:left;
	text-align:left;	
}

.content_right_auction a
{
	color:#FFFFFF;	
	font-weight:bold;
	padding:10px 10px 10px 10px;
	margin: 0;
	text-align:left;	
	text-decoration:none;
	background:#379FDD;
    border-bottom: 1px solid #FFFFFF;
	display: block;
}

.content_right_auction a:hover
{	
	text-decoration:none;	
}

.directors
{
	width:1210px;/*810px*/
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #193541;
}
.directors h4
{
	color:#ffffff;
	padding:5px 10px 5px 10px;
	text-align:left;
	font-weight: bold;
	font-size:14px;
	display:block;
	background: #379FDD;

}
.directors .directors_left
{
	width:150px;
	float:left;
	border:1px solid #CAD2DB;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;; ;
}
.directors .directors_left img
{
	width:140px;
height:160px;
	padding:5px 5px;
}
.directors .directors_right
{
	width:1030px;
	float:left;
}
.directors .directors_right p
{
	color:#000000;
	padding:0px 10px 0px 10px;
	margin:0px 0px;
	font-weight: normal;
	font-size:12px;
	display:block;
	line-height:20px;
	text-align:justify;
	word-break:break-word;
}
.directors .directors_right p strong
{
	color:#000000;
	padding:10px 0px 0px 0px ;
	margin:0px 0px;
	font-weight: bold;
	font-size:13px;
	display:block;
	line-height:15px;
	text-align:justify;
	word-break:break-word;
}
.directors .directors_right ul
{
	padding:0 0px 0px 27px ;
	margin:0px 0px;
}
.directors .directors_right ul li
{
	color:#000000;
	padding:0 0px 2px 0px ;
	margin:0px 0px;
	font-weight: normal;
	font-size:12px;
	text-align:justify;
	word-break:break-word;
	line-height:20px;
	list-style-type:square;
}
/**********************Content Css Ends here*************/

/**********************Footer Css Starts Here************/

#footer_wrapper
{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	
}
.foot
{
	width:1210px;
	margin:0px auto;
	padding:40px 40px 20px 40px;
	display: table;	
	background:#ffffff;	
}

.footer
{
	width:1290px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	display: table-row;
	background:#ffffff;
	
}

.footer_left
{
	width:408px;	
	padding:0px 10px 0px 0px;
	border-left:1px dotted #000000;
	display: table-cell;
}

.footer_left p
{
	color:#000000;	
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 10px;
	line-height:10px;
	text-align:justify;
	display: block;
}

.footer_left p a
{
	color:#000000;	
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 0;
	margin:0px 0px 0px 0;
	text-align:left;
	text-decoration: none;
}

.footer_left p a:hover
{
	color:#379FDD;	
	text-decoration: underline;
}

.footer_left h2
{
	color:#;	
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	text-align:justify;
}

.footer_center
{
	width:138px;
	padding:0px 10px 0px 0px;
	border-left:1px dotted #000000;
	display: table-cell;
}

.footer_center h2
{	
	padding:0px 10px 0px 10px;	
	font-size:12px;
	font-weight:bold;
	text-align:justify;	
}

.footer_center ul
{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	list-style-type:none;
}

.footer_center ul li
{	
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;	
	font-size:12px;
	font-weight:normal;
	line-height:15px;	
}

.footer_center ul li a
{	
	text-decoration:none;
	color:#000000;
	padding: 0px 0px 0px 0px;
	text-align:left;
}

.footer_center ul li a:hover
{
	color:#379FDD;	
	text-decoration: underline;
}


.footer_center2
{
	width:200px;
	padding:0px 10px 0px 0px;
	border-left:1px dotted #000000;
	display: table-cell;
}

.footer_center2 ul
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	list-style-type:none;
}

.footer_center2 ul li
{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
}

.footer_center2 ul li a
{
	text-decoration:none;
	color:#000000;
	padding: 0px 0px 0px 0px;
	text-align:justify;
}

.footer_center2 ul li a:hover
{
	color:#379FDD;	
	text-decoration: underline;
}

.footer_right
{
	padding:0px 0px 0px 0px;
	width: 228px;
	border-left:1px dotted #000000;
	display: table-cell;
}

.footer_right img
{	
	padding:0px 0px 0px 10px;
}

.footer_right p
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	line-height:15px;
	text-align:left;
	text-decoration: none;	
}

.footer_right p a
{
	color:#000000;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	text-decoration:none;	
}

.footer_right p a:hover
{
	color:#379FDD;	
	text-decoration:underline;
}

.footer_right p .site
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	text-align:left;
	text-decoration:none;	
}

.footer_right p .site:hover
{
	color:#379FDD;	
	text-decoration:underline;
}


/**********************Footer Css Ends Here************/
.content_center .gallery-block
{
    padding: 10px;
    margin: 0px auto;
    text-align: center;
}

.content_center .gallery-block img
{
	width: 100%;
    border: 1px dashed #193541;
    padding: 0px;
    margin: 5px auto 5px auto;
    text-align: center;
}


.content_center .history  form
{
		width: 600px;
}


.content_center .history  form .column1
{
		width: 280px;
		float: left;
		display: block;
}

.content_center .history  form .column2
{
		width: 270px;
		float: right;
		display: block;
}

.content_center .history  form .column
{
		width: 600px;
		display: block;
}

.content_center .history  form .column3
{
		width: 600px;
		display: block;
		height: 470px;
}

.content_center .history form label
{
	display: block;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding: 0px 0px 5px 0px;
}

.content_center .history form .input1
{
	width: 280px;
	display: block;
	color: #000000;
	padding: 10px 10px 10px 10px;
	border:2px solid #193541;	
	background-color: #FFFFFF;
}

.content_center .history form .input2
{
	width: 270px;
	color: #000000;
	padding: 10px 10px 10px 10px;
	border:2px solid #193541;	
	background-color: #FFFFFF;
}

.content_center .history form textarea
{
	width: 280px;
	height: 100px;
	display: block;
	color: #000000;
	padding: 10px 10px 10px 10px;
	border:2px solid #193541;	
	background-color: #FFFFFF;
}

.content_center .history form .input1:focus
{
	border: 2px solid #379FDD;
	outline:0px solid #379FDD;
}

.content_center .history form .input2:focus
{
	border: 2px solid #379FDD;
	outline:0px solid #379FDD;
}

.content_center .history form textarea:focus
{
	border: 2px solid #379FDD;
	outline:0px solid #379FDD;
}

.content_center .history form .button
{	
	padding: 10px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: normal;
	color: #FFFFFF;
	background: #379FDD;
	border: 2px solid #193541;
}

.content_center .history form .button:hover
{	
	outline:0px solid #379FDD;
	border:2px solid #379FDD;
	background: #FFFFFF;
	color: #000000;
}

.content_center .history form p .link
{		
	color: #585757;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 5px;
}

.content_center .history form p .link:hover
{		
	text-decoration: underline;
}

.inner-left-block {
    width: 49%;
    float: left;
    padding: 0 5px 0 0;
}

.inner-right-block {
    width: 49%;
    float: right;
    padding: 0 0px 0 5px;
}

/*-------------------Inner Page Form Css Ends Here-----------------*/

/*-------PopUp Window Css Starts Here-------*/
#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 35%;
    padding: 0 15px;
}

.modalconent button{
    position: absolute;
    top: -2%;
    left: 95%;
    border-radius: 25px;
    background: #000;
    color: #FFF;
    border: 1px solid #efefef;
    font-size: 20px;
    font-weight: bold;
}

.modalconent img{
	width: 100%;
}
/*-------PopUp Window Css Ends Here-------*/
