html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #003C0E;
}

table {
	border: 0px;
	border-collapse: collapse;
}

table td {
	padding: 0px;
	vertical-align: top;
}

img {
	border:0px;
}

.site {
	width:100%;
	height:100%;
	vertical-align:top;
}

#main_block {
	background-color:#FFFFFF;
}

#content {
	background: #ffffff url(../images/background_top.gif) repeat-x top center;
}

#content_block {
	width:1070px; 
	margin:auto;
}

#flash {
	height:700px;
	margin:auto;
	background: #ffffff url(../images/background_header.gif) repeat-x top center;
}

#right_bg {
	float:right; 
	background:url(../images/right_bg.gif) no-repeat top left;
}

#left_bg {
	float:left; 
	background:url(../images/left_bg.gif) no-repeat top right;
}

.width_c {
	width:80px; 
	height:414px;
}

#footer{
	background: #ffffff url(../images/background_bottom.gif) repeat-x center bottom;
	width:100%;
	position:fixed;
	bottom:0px;
}
.footer_shadow{
	width:100%;
	position:fixed;
	bottom:95px;
	left:50%;
	margin-left:-455px;
	height:50px;
	width:910px;
	background:transparent url(../images/footer_shadow.png) repeat-x center bottom;
}

#footer_block {
	width:1070px; 
	/*margin:auto;*/
	position:relative;
	left:50%;
	margin-left:-535px;
}

#right_bg_footer {
	float:right; 
	background:url(../images/right_bg_footer.gif) no-repeat top left;
}

#left_bg_footer {
	float:left; 
	background:url(../images/left_bg_footer.gif) no-repeat top right;
}

#footer_content {
	height:95px; 
	margin:auto;
	background: #ffffff url(../images/background_footer.gif) repeat-x top center;
}

.width_c_footer {
	width:80px; 
	height:95px;
}

p.footer_txt_top {
	text-align:center;
	color:#253e7d;
	padding:24px 0px 8px 0px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.footer_txt_bottom {
	text-align:center;
	color:#253e7d;
	font-weight:bold;
	font-size:9pt;
}

/*************** contactMenu styles ***************/
.contactMenu_aln{
	overflow:hidden;
	border:solid 1px #808080;
	border-right:none;
	width:777px;
	/*margin:auto;*/
	margin-left:80px;
}
.contactMenu{
	margin:0px;
	padding:0px;
	float:left;
	background:url(../images/contactMenu_bg.gif) repeat-x top #fcfcfd;
}
.contactMenu li{
	margin:0px;
	padding:0px;
	overflow:hidden;
	display: block;
	float:left;
	width:110px;
	border-right:solid 1px #808080;
	cursor:pointer;
}
.contactMenu a{
	display:block;
	height:31px;
	line-height:31px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	background:url(../images/contactMenu_bg.gif) repeat-x top;
}
.contactMenu a:hover{
	color:#FFFFFF;
	background:url(../images/contactMenu_bg.gif) repeat-x  bottom;
}


/*  Portfolio section  */
.portfolio_image{
	width:330px;
	float:left;
}
.portfolio_globus{
    width:200px;
    float:right;
	/*margin-top: -258px;
    padding-bottom: 50px*/
}
.portfolio_title{
    position:absolute;
    margin-top:0px !important;
}



.globe
{
	padding-top: 210px;
	position: relative;
}
.globe div
{
	position: absolute;
	top: 0px;
	right: 0px;
}
.logo_image
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.margin_top_5{
	margin-top:5px;
}

/* = New York city table*/
.new_york_tbl{
	background:#e5e3e3;
    border-collapse:separate;
    width:100%;
}
.new_york_tbl tr{
    background:#fff;
}
.new_york_tbl tr td{
	padding:5px;
}
.new_york_tbl div{
	margin-top:3px;    
}
.new_york_tbl a{
	text-decoration:none;
}


/*------- Contact form ---------*/
.formTable{
	color:#6a6a6a;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.formTable input, .formTable select, .formTable textarea{
	border:solid 1px #b0b0b0;
	width:250px;
	color:#6a6a6a;
	float:left;
	margin-right:5px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding:2px 2px 2px 3px;
}
.formTable select{
	width:257px;
	padding:0;
}
.formTable textarea{
	height:130px;
}
.formTable .formFieldName{
	text-align:right;
}
.formTable .validator{
	float:left;
}
.formTable .button, #btnOk{
	float:left;
	margin:0 13px 0 0;
	padding:1px 15px 0;
	height:22px;
	line-height:22px;
	background-position:0 -21px;
	color:#767676;
	margin:5px 0 0 191px;
	background: url(../images/button/submit_cont_form.gif) repeat-x top;
}
#btnOk{
	float:none;
	width:34px;
	display:block;
	margin:15px auto 0;
}
.formTable .button:hover, #btnOk:hover{
	background: url(../images/button/submit_cont_form.gif) repeat-x bottom;
	color:#767676;
}
.formTable h1{
	color:#003c0e;
	font:normal 18px Arial,Helvetica,sans-serif;
	line-height:40px;
	margin:0px;
	padding:0;
	float:left;
}
.messBoxCnt{
	color:#6a6a6a;
	text-align:left;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.formTable .checkbox{
	width:auto;
}
.formTable a{
	color:#003c0e;
	font-weight:bold;
}
.formTable a:hover{
	color:#131f3b;
}
.main_container form{
	color:#6a6a6a;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.main_container .content_1{
	padding-top:8px;
}
.formTable input.none_submit{
	border:none;
	float:none;
	margin:0;
	padding:0;
	width:auto;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*:first-child+html .clearfix { zoom: 1; }
* html .clearfix { zoom: 1; }
.btn_visit_museum {
	display: block;
	width: 226px;
	height: 37px;
	overflow: hidden;
	margin: 34px 0px 0px 12px;
}
.btn_visit_museum:hover img {
	margin-top: -37px;
}

hr {
    margin: 0px;
	_margin: -7px;
	background:#EFEFEF;
	border: 0px;
	border-top:1px solid #EFEFEF;
	color: #EFEFEF;
	height: 1px;
	display: block;
}
.btns_box .btn_dotted {
	float: right;
	display: inline;
	margin-right: 35px;
}
.btn_dotted,
.home_page  a.btn_dotted {
	height: 37px;
	font: bold 15px/37px Arial, Helvetica, sans-serif;
	background: url(../images/btn_dotted_fixed.gif) no-repeat 0px 0px;
	color: #013c0e;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	padding-left: 15px;
	width: 175px;
	zoom: 1;
}
.btn_dotted:hover,
.home_page a.btn_dotted:hover {
	background-position: 0px -37px;
	color: #696969;
}
.home_page a.btn_dotted {
	margin-right: 325px;
	margin-bottom: 10px;
}
.home_page ul.col_5_list p {
	text-align: center;
}
sup {
	line-height: 6px;
	vertical-align: super;
}
.s_ifr:hover embed {
	outline: 0px;
}
