body {
	margin-top: 0px;
	font-family: "Verdana CE", "Arial CE",  Verdana, Helvetica, sans-serif;
	font-size:  0.8em;
	background-image: url("../images/body-background.jpg");
	background-position: 50% 0%;
	background-repeat:no-repeat;
	background-color: #BAD4E5;
}


.head-layout, .content-layout, .footer-layout	{
	position: relative;
	background-color: white;
	width: 781px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 781px;
}



.head-layout	{
	height: 254px;
	background: url("../images/head-layout-background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-position:top;
	border: 0px solid red;  /* For debug if need. */
	padding-bottom
}

.head-layout img {
	border: 0px;
}

.head-layout-logo-home	{
	position: absolute;
	top: 5px;
	left: 30px;
	border: 0px solid red;  /* For debug if need. */
}

input.head-layout-search-text {
	position: absolute;
	top: 16px;
	left: 590px;
	height: 15px;
	border: 0px;
}

input.head-layout-search-send {
	position: absolute;
	top: 12px;
	left: 738px;
}

.head-layout-page-destription-area {
	position: absolute;
	padding-right: 180px;
	top: 54px;
	left: 266px;
	width: 328px;
	height: 195px;
	background-position: right;
	background-repeat: no-repeat;
	border: 0px solid red;  /* For debug if need. */
}


.head-layout-language-selector-area a.selected {
	background-position: -50px 0;
}

.head-layout-top-buttons-area  {
	position: absolute;
	top: 54px;
	left: 5px;
	height: 200px;
	width: 262px;
	border: 0px solid green;  /* For debug if need. */
}

.head-layout-top-buttons-area a, 
.head-layout-top-buttons-area a:link, 
.head-layout-top-buttons-area a:visited {
	position: relative;
	background-repeat: no-repeat;
	color: white;
	width: 221px;
	height: 40px;
	float: left;
	text-align: left;
	padding-left: 40px;
	padding-top: 26px;
	font-weight: bold;
	font-size: 14px;
	border: 0px solid green;  /* For debug if need. */
}

.head-layout-top-buttons-area a:hover {
	background-position: -261px 0;
}

.head-layout-top-buttons-area a.selected {
	background-position: -261px 0;
}

.head-layout-top-buttons-area a.aboutus, 
.head-layout-top-buttons-area a.aboutus:link, 
.head-layout-top-buttons-area a.aboutus:visited {
	background-image: url("../images/head-layout-top-button-aboutus-background.png") ;
}

.head-layout-top-buttons-area a.services, 
.head-layout-top-buttons-area a.services:link, 
.head-layout-top-buttons-area a.services:visited {
	background-image: url("../images/head-layout-top-button-services-background.png") ;
}

.head-layout-top-buttons-area a.contact, 
.head-layout-top-buttons-area a.contact:link, 
.head-layout-top-buttons-area a.contact:visited {
	background-image: url("../images/head-layout-top-button-contact-background.png") ;
}

.head-layout-url-sequencer-area	{
	position: absolute;
	top: 310px;
	left: 75px;
	width: 630px;
	border: 0px solid red;  /* For debug if need. */
}

.head-layout-url-sequencer-area a,
.head-layout-url-sequencer-area a:link, 
.head-layout-url-sequencer-area a:visited {
	font-weight: normal;
	text-decoration: none;
}

.head-layout-url-sequencer-area img {
	width: 34px;
	height: 12px;
}

.content-layout {
	padding-top: 0px;
	display: block;
	background: url("../images/content-layout-background.png");
	background-position: top;
	background-repeat: repeat-y;
	border: 0px solid red;  /* For debug if need. */
}

.sidebar-layout-left {
	float: left;
    width: 252px;
    margin:0; padding:0;
}

.sidebar-layout-left-content {
    margin:0; padding: 0.5em 1em;
    font-size: 12px;
}

.sidebar-layout-left-content-menu a,
.sidebar-layout-left-content-menu a:link,
.sidebar-layout-left-content-menu a:visited {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../images/sidebar-layout-left-content-menu-background.png") ;
	background-position: -244px 0;
	display:block;
	color: black;
	width: 215px;
	height: 15px;
	float: left;
	text-align: left;
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
	border: 0px solid green;  /* For debug if need. */
}

.sidebar-layout-left-content-menu a:hover {
	background-position: 0px 0;	
}

.sidebar-layout-left-content-menu a.selected {
	background-position: 0px 0;
}

.sidebar-layout-left-content-menu a.level-1,
.sidebar-layout-left-content-menu a.level-1:link,
.sidebar-layout-left-content-menu a.level-1:visited {
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	width: 200px;
	font-size: 10px;
}

.sidebar-layout-left-content-menu a.level-1:hover {
	color: #FF4E00;
}

.sidebar-layout-left-content-menu a.level-1.selected {
	color: #FF4E00;
}

.content-layout-right {
	margin:0 0 0 252px; padding:0;
}

.content-layout-right-content	{
	position:relative;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 30px;
	border: 0px solid red;  /* For debug if need. */
}

.content-layout-right-content img {
	position: relative;
	margin: 7px;
	border: 1px solid .7A818A;
}

.content-layout-right-content img.right {
	float: right;
}

.content-layout-right-content img.left {
	float: left;
}

hr.cleaner 	{
	clear: both;
	height:1px;
	margin: -1px 0 0 0;
	padding: 0;
	border:none;
	visibility: hidden;
}


.footer-layout	{
	background: url("../images/footer-layout-background.png");
	background-repeat: no-repeat;
	height: 80px;
	border: 0px solid red;  /* For debug if need. */
}

.footer-layout span {
	position: relative;
	top: 15px;
	left: 380px;
	color: #777C82;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-layout strong {
	color: #616974;
}


h1 	{
	left: 10px;
	padding: 0px;
	font-size:  16px;
	color: #5F6976;
	font-weight: bold;
	}

h2      {
        left: 10px;
        padding: 0px;
        font-size:  14px;
        color: #5F6976;
        font-weight: bold;
}

p, td, li	{
	color: #7A818A;
	font-size: 12px;
	line-height: 1.5em;
}


a	{
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited, a:active	{
	color: #898989;
	text-decoration: none;
}

a:hover	{
	color: #000000;
	text-decoration: none;
}


