/**************************/

html,body
{
	background: #daecf6 url(../images/body_bg.jpg);
	margin: 0;
	padding: 0;
	height:100%; /*this css attribute allows to use height=100% for table */
}

.wrapper_banner_ext
{ 
	width:100%;
	height: auto;
	background-image:url('../images/banner_bg.jpg');
}

.wrapper_banner 	
{
	max-width: 980px;
	margin: auto;
	/*border: 1px solid rgba(0,0,0,0.9);*/
}

.wrapper_menu_ext
{ 
	width:100%;
	height: 44px;
	background: #daecf6 url(../images/body_bg3.jpg);
	clear:both;
}

.wrapper_menu 	
{
	max-width: 1100px;
	margin: auto;
}

.wrapper_presentation_ext
{ 
	width:100%;
	height: auto;
	background-image:url('../images/presentation_bg.jpg');
	background-repeat: repeat-x;
	padding:24px;
	margin-left: -20px;
}

.wrapper_presentation 	
{
	max-width: 700px;
	margin: auto;
}

.wrapper_page_title_ext
{ 
	width:100%;
	height: 60px;
	background-image:url('../images/page_title_bg.jpg');
	clear:both;
}

.wrapper_page_title 	
{
	max-width: 950px;
	margin: auto;
	font: 22px arial, Georgia, serif;
	color: #a81619;
	font-weight: bold;
	text-align:left;
	padding-top:18px;
}

.wrapper_content_ext
{ 
	width:100%;
	height: auto;
	clear:both;
}

.wrapper_content 	
{
	max-width: 940px;
	margin: auto;
	font: 16px arial, Georgia, serif;
	color: #040644;
	text-align:left;
	padding:10px;
}

.wrapper_footer_ext
{ 
	width:100%;
	height: 300px;
	clear:both;
	background-image:url('../images/footer_bg.jpg');
}

.wrapper_footer 	
{
	max-width: 1100px;
	margin: auto;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

img 
{
	padding: 0px;
	margin: 0px;
	display:block;
}

img.responsive
{
	width : 100%; /* or max-width : 100% */
	height: auto;
	/*display: block;*/
}

img.responsive_portfolio 
{
	width : 100%; /* or max-width : 100% */
	height: auto;
	border-width:3px;
	border-style:double;
	border-color:#97d3ff; 
	max-width:420px;
	min-width:300px;
}

/* clearfix hack */
/*.clearfix:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0; 
}*/

.clearfix 
{
	/*display: inline-block;*/

	clear: both;
}

.portfolio_css 
{
	border-width:3px;
	border-style:double;
	border-color:#97d3ff; 
}

.form_css 
{
	background-image:url('../images/form_bg.png');
	background-repeat: repeat-y;
	font: 15px arial, Georgia, serif;
	/*color: #000000;*/
	color: #040644;
	text-align:left;
}


input[type="checkbox"] {min-width:20px;min-height:20px;}

input[type="radio"] {min-width:20px;min-height:20px;}

/* http://css3buttongenerator.com/ */
.btn_css {
  background: #c6cfdb;
  background-image: -webkit-linear-gradient(top, #c6cfdb, #dae5ee);
  background-image: -moz-linear-gradient(top, #c6cfdb, #dae5ee);
  background-image: -ms-linear-gradient(top, #c6cfdb, #dae5ee);
  background-image: -o-linear-gradient(top, #c6cfdb, #dae5ee);
  background-image: linear-gradient(to bottom, #c6cfdb, #dae5ee);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px #e0e0e0;
  -moz-box-shadow: 0px 1px 3px #e0e0e0;
  box-shadow: 0px 1px 3px #e0e0e0;
  font-family: Arial;
  color: #181d88;
  font-size: 17px;
  padding: 5px 15px 5px 15px;
  border: solid #a0acb8 1px;
  text-decoration: none;
}

.btn_css:hover {
  background: #e2eff5;
  text-decoration: none;
}

/* tabs - class name, can be used elsewhere
*************************/

ul.tabs
{
	display: table;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;

}


/**************************/
/*      paging css        */
/**************************/

#paging_css 
{
	text-decoration:none;
	font: 16px arial, serif;
}

#paging_css ul 
{
	list-style: none;
}
#paging_css ul li 	
{
	float: left;
	position: relative;
	padding: 5px;
}

#paging_css ul li a 	
{
	display: block;
	padding: 10px;
}

#paging_css a, 
#paging_css a:active, 
#paging_css a:visited 
{
	text-decoration:none;
	font: 15px arial, serif;
	font-weight: bold;
	text-align:center;

	background-color:rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2px; 
	position: relative;
	float: left;
}

#paging_css ul li a:hover 	
{
	color: #a81619 !important;
}


/**************************/
/*      list css        */
/**************************/

.list_css ol,
.list_css ul 
{
	list-style: none;
	margin: 0;
}

.list_css li 
{
	list-style: none;
	float: left;
	position: relative;
	padding: 10px;
}

.list_css2 ol,
.list_css2 ul 
{
	list-style: none;
	margin: 0;
}

.list_css2 li 
{
	list-style: circle;
	padding: 5px;
	clear:both;
}

.footer_list_css ol,
.footer_list_css ul 
{
	list-style: none;
	margin: 0;
}

.footer_list_css li 
{
	list-style: none;
	float: left;
	position: relative;
	padding: 0px;
	min-width: 115px;
	text-align:center;
}


.footer_list_css2 ol,
.footer_list_css2 ul 
{
	list-style: none;
	margin: 0;
}

.footer_list_css2 li 
{
	list-style: none;
	float: left;
	position: relative;
	padding: 10px;
	min-width: 110px;
	text-align:center;
	font: 16px arial, Georgia, serif;
	color: #040644;
	font-weight: normal;
}

.footer_list_css2 li a 
{
	color: #040644;
}

/**************************/
/*      text css          */
/**************************/

.title
{
	font: 22px arial, Georgia, serif;
	color: #a81619;
	font-weight: bold;
	text-align:left;	
}

.title1
{
	font: 17px/21px arial, Georgia, serif;
	color: #a81619;
	font-weight: bold;
}

.title2
{
	font: 20px arial, Georgia, serif;
	color: #a81619;
	font-weight: normal;
}

.title2 a
{
	color: #a81619;
}

.text 
{
	font: 15px arial, Georgia, serif;
	/*color: #000000;*/
	color: #040644;
	text-align:left;
}

.text li
{ 
        padding: 2px;
	list-style-position:inside;
}

.text1 
{
	font: 13px arial, Georgia, serif;
	color: #a81619;
	font-weight: bold;
}

.payment_css 
{
	font: 14px arial, Georgia, serif;
	color: #040644;
	border: 1px solid #BDC5D7; 
	border-collapse: collapse;
	background-color: #ffffff; 
}

