html {
	height: 100%;
    min-height: 100%;
}

img.section {
	border-color: #d6d6d6;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background-color: white;
	float: left;
	width: 100px;
	height: 100px;
	margin: 2px;
}


div.imageBlock {
	
	font-size: 12px;
	
}

p {
	letter-spacing: 1px;	
	word-spacing: 2px;
}

body {
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/interface/bg_element.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #464646;
	background-color: #e1e1e1;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 100%
	min-height: 100%;
}

.floatleft {
	float: left;
}

.morepadding {
	padding-top: 58px;
}

div.sectionOn {
	padding: 4px;
	background-color: #eee;
	margin: 1px;
}

div.sectionOff {
	padding: 4px;
	background-color: #fff;
	margin: 1px;
}

img {
	border: 0px;
}

img.avatar {
	display: inline;
	float: left;
	border-style: none;
	padding: 1px;
}

img.menu_avatars {

	margin: 5px;
	float: left;
	padding: 5px;
	width: 120px;
}

img.service_image {
	background-color: white;
	border-color: #a0a0a0;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

div.footer_addition_menu {
	font-size: 12px;
	clear: both;
	display: block;
}

div.contentheader {
	float: left;
	width: 300px;
	padding-left: 10px;
}

div.translate_box {
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 15px;
	width: 500px;
	padding: 5px;
	font-size: 12px;
	background-color: #eee;
	display: block;
	clear: both;
	text-align: center;
    
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	
	-moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}


div.message_box {
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 15px;
	width: 800px;
	padding: 5px;
	font-size: 16px;
	background-color: #ee9ecd;
	display: block;
	clear: both;
	text-align: center;
    
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	
	-moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

/* Text */

div.servicebar {
	font-size: 10px;
	color: #aaa;
	text-align: center;
	
	padding: 3px;
	
	background-color: #eee;
	
	-moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	
	-moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

b.title {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

b.headings {
	color: #448cca;
	font-weight: bold;
    font-size: 20px;
}

b.titlegrayed {
	color: #a2afca;
	font-weight: bold;
    font-size: 12px;
}

b.title_mini {
    font-size: 9px;
}


/* Links */

A:link {
	font-weight: bold;
	line-height: 20px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #448cca;
	text-decoration: underline;
	font-size: 14px;
}

A:visited {
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #448cca;
	font-size: 14px;
	text-decoration: underline;
}

A:active {
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #305379;
	font-size: 14px;
	text-decoration: underline;
}

A:hover {
	color: #8c898a;
	font-size: 14px;
}

/* Links */

A.mainmenu:link, A.mainmenu:visited {
	line-height: 38px;
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
	font-family: arial;
}

A.mainmenu:active, A.mainmenu:hover {
	line-height: 38px;
	text-decoration: underline;
	font-weight: bold;
	color: #f6fff3;
	font-size: 14px;
	font-family: arial;
}

a.submenu:link, a.submenu:visited {
	padding: 11px;
	color: #448cca;
	text-decoration: underline;
	font-size: 11px;
	font-family: arial;
	margin-left: 20px;
}

a.submenu:active, a.submenu:hover {
	background-color: transparent;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #aaa;
	font-size: 11px;
	text-decoration: underline;
	font-family: arial;
	margin-left: 20px;
}

/* Links */

A.services_menu:link, A.services_menu:visited {
	color: #448cca;
	text-decoration: underline;
	font-size: 10px;
	background-color: transparent;
}

A.services_menu:active, A.services_menu:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #aaa;
	font-size: 10px;
	background-color: transparent;
}
          

/* type */

h1 {
    border-bottom-color: #474747;
    font-size: 20px;
    text-align: left;
    color: #474747;
    display: block;
    border-bottom: 1px solid;
}

h2.doc {
    border-bottom-style: none;
    border-bottom-width: 0px;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #448cca;
    display: block;
}

h2 {
    font-size: 14px;
    text-align: left;
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
}

#sitebox {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    border-bottom-width: 0px;
    border-top-width: 0px;
    max-height: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

#container {
    background-color: #fff;
    width: 880px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    border-style: none;
    background-image: url('../images/interface/footer_bg.jpg');
    background-repeat: repeat-x;
    background-position: bottom left;
    overflow: visible;
    height: 100%;
    min-height: 100%;
    
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
    
}

#containerTest {
   
    background-color: #fff;
    width: 700px;
    min-height: 100%;
}

#footer {
    display: block;
    color: black;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    clear:both;
}

/* sections */

div.footer_addition_menu {
	
	margin-top: 10px;
	
	width: 700px;
	
	margin-left: auto;
	
	text-align: center;
	
	margin-right: auto;
	
	font-size: 12px;

	border-bottom-color: #eee;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	border-top-color: #eee;

	border-top-width: 1px;

	border-top-style: solid;

}

div.header {
    background-image: url('../images/interface/leatherbar.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 72px;
}

div.banner {
	margin: 0 auto;
	width: 699px;
}

div.mini_content {
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    text-align: left;
    width: 370px;
    float: left;
    margin-left: 25px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: visible;
}

div.sub_col {
    padding-left: 5px;
    display: inline;
    text-align: left;
    width: 130px;
    float: left;
}

div.big_content {
    padding: 5px;
    display: inline;
    text-align: left;
    width: 400px;
    margin-top: 20px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

div.menu_item_box {
    font-size: 14px;
    font-family: sans-serif, Arial;
    font-weight: bold;
    widows: 0;
    display:inline;
    background-color: #305379;
    color: #fff;
    text-align: center;
    height: 72px;
    width: 72px;
    margin-right: 10px;
    float: left;
    background-repeat: none no-repeat;
}

div.searchbox {
    margin-top: 25px;
    margin-left: 50px;
    float: left;
}

.center_img {
	margin-left: auto;
	margin-right: auto;
}

div.submenu {
    background-image: url(../images/interface/sub_menu_bg.jpg);
    width: 100%;
    background-color: #305379;
    height: 30px;
    color: #fff;
    font-weight: bold;
}

div.sub_bevel {
	top: 10px;
	margin: 0 auto;
	right: auto;
	left: auto;
	position: relative;
	bottom: 0px;
	width: 900px;
	background-color: transparent;
	height: 20px;
	background-image: url(../images/interface/sub-menu-bg.png);
}

div.ad_block {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #def1f1;
    border-bottom-color: #448cca;
    border-top-color: #448cca;
    width: 80%;
    color: #448cca;
    font-weight: bold;
}

div.site_title {
    text-align: right;
    position: absolute;
    top: 20px;
    left: 25px;
    color: #fff;
}

div.share_us {
    border-bottom-color: #d8d8d8;
    border-top-color: #d8d8d8;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    width: 90%;
    text-align: center;
    
    margin-left: auto;
    margin-right: auto;
    
    margin-bottom: 5px;
    margin-top: 5px;
    
    padding: 3px;
    
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
	
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	
	
	-moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
	
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}


div.contact {
    font-size: 10px;
    color: #448cca; 
    position: absolute;
    top: 4px;
    left: 6px;
}


/* tables */

td.left {
	text-align: left;
	padding: 3px;
}

td.right {
	text-align: right;
	padding: 3px;
}

img.center {
	display: block;
    margin-left: auto;
    margin-right: auto
}

img.avatar {
	margin-right: 5px;
	padding: 2px;
	float: left;
	background-color: white;
}

img.avatar_menu {
	vertical-align:middle;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	padding: 2px;
	float: left;
	background-color: white;
}

p.shortservices {
	border-width: 1px;
	width: 100%;
	margin: 0px;
	float: left;
	display: block;
	padding: 5px;
	border-bottom-color: #a7a7a7;
	border-bottom-style: dotted;
}

li.sub_menu {
	display: inline;
	white-space: nowrap;
}

/* Theses table stuff */

td.sub_header {
	font-weight: bold;
}

tr.theses_style_row_r1 {
	height: 40px;
	padding: 3px;
}

tr.theses_style_row_r2 {
	height: 40px;
	background-color: #448cca;
	color: #fff;
}

td {
	padding: 3px;
}
