
/* body */
body {
    background-image: url('../img/bg.jpg'); 
    margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}


/* with wrapper */
#wrapper {
}

#header-wrapper {
	width: 1000px;
	margin: 0 auto;
}



/* lang selection div */
#lang {
    position: relative;
    width: 995px;
	height: 30px;
    top: 0px;
	margin: 0px auto;
    padding: 0px;
    text-align: right;
}

/* menu selection div */
#menu {
    position: relative;
	width: 1000px;
	height: 56px;
    list-style: none;
    left: 0px;
    top: 5px;
	margin: 0px auto;
    padding: 0px;
    text-align: left;
}

/* big image  div */
#bigimg {
    position: relative;
	width: 1000px;
    list-style: none;
    left: 0px;
    top: 10px;
	margin: 0px auto;
    padding: 0px;
}

/* work  */
#work_eng {
    background-image: url('../img/bg_lastwork_en.jpg'); 
	width: 259px;
	height: 347px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#work_est {
    background-image: url('../img/bg_lastwork_ee.jpg'); 
	width: 259px;
	height: 347px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#work_rus {
    background-image: url('../img/bg_lastwork_ru.jpg'); 
	width: 259px;
	height: 347px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

 
 
/* text content setting  */
#text {
	width: 677px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/* text_table setting */
#text_table {
   margin: 0px;
   padding: 0px;
   width: 1000px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
}

#text_table td {
   padding: 0px 20px;
   vertical-align: top;
   text-align: left;
}

#text_table img {
   padding: 0px 0px;
   vertical-align: top;
   text-align: left;
}

/* lastwork_table setting */
#lastwork_table {
   margin: 0px;
   padding: 0px;
   width: 250px;
}

#lastwork_table td {
   padding: 0px 8px;
   text-align: left;
}


/* site_table setting */
#site_table {
   margin: 0px;
   padding: 0px;
}

#site_table td {
   padding: 0px 0px;
   text-align: left;
}

#site_table a {
	/* color: #878a9b;  - grey */
	/*color: #56dd2b; - green */
	color: #f5821f;
	text-decoration: none;
}

#site_table a:hover { 
text-decoration: none;
	color: #56dd2b;
}


/* print_table setting */
#print_table {
   margin: 0px;
   padding: 0px;
}

#print_table td {
   padding: 0px 0px;
   text-align: left;
}

#print_table a {
	/* color: #878a9b;  - grey */
	/*color: #56dd2b; - green */
	color: #f5821f;
	text-decoration: none;
}

#print_table a:hover { 
text-decoration: none;
	color: #56dd2b;
}


/* global settings */
p {
	margin-top: 17px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	margin-left: 3px;
}

ul, ol {
	margin-top: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	margin-left: 3px;
}

a { 
	color: #ffffff; 
	text-decoration: none;
}

a img {
	border: none;
}

img {
	border: none;
}

/* footer */
#footer {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	margin-top: 10px;
	width: 100%;
	height: 101px;
	background-image:url('../img/bg_bottom.jpg');
    background-repeat:repeat-x;
}

#footer-wrp {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/* copywrite_logo */
#logo-at {
   float:left;
   width: 196px;
   height: 33px;
   margin-top: 33px;
}


/* contact_form */
.contact_form {
     width: 600px;
}

.form_txt {
 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size: 14px;
 	color: #ffffff; 
 	text-align: left;
 }
 
.form_input {
	width: 100%;
	background-color: #f5821f;
	color: #ffffff; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size: 12px;
	border: #ffffff 1px solid;
}

/* contact_form send button */
input.btn { 
	background-color: #464854; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size: 16px; 
 	float: right;
 	color: #f5821f;
    border: 0px solid; 
}


/* contact_form send button hoover */
input.btn:hover { 
text-decoration: none;
	color: #56dd2b;
}
