﻿/************************************
 *         	    MAIN                * 
 ************************************/

body 
{
	margin:35px 0px; 
	padding:0px;
	text-align:center;
	font-family: Verdana;
	font-size: 11px;
}

a, a:hover, a:visited
{
	color: #000000;
	/*text-decoration: none;*/
}

a img
{
	border: none;
}

h1
{
	font-size: 22px;
	margin-top: -6px;
	padding: 0px;
}

.error
{
    color: Red;
	font-size: 10px;
}

.success
{
    color: Green;
	font-size: 10px;
}

/************************************
 *         	  CONTAINER             * 
 ************************************/
 
.container
{
	width: 915px;
	margin:0px auto;
	text-align:left;
	
}

/************************************
 *         		HEADER              * 
 ************************************/

.header
{
	height: 46px;
}

.header-logo
{
	float: left;
}

.header-logo img
{
	position:relative;
	left: 38px;
}

.header-menu
{
	position: relative; /* needed to be able to perform [position: absolute] on header-menu-inner */
	float: right;
	margin-top: 17px;
	right: 20px;
}

.header-menu-inner
{
	position: absolute;
}

.header-menu img
{
	float: left;
	position: relative;
	top: 1px;
}

.header-menu-login
{
	margin-left: 20px;
}

/************************************
 *         		 BODY               * 
 ************************************/
 
.body
{
	height: 410px;
	background: #E2E2E2 url(/site/images/body-background.png) repeat-x;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	overflow: hidden;
	position:relative;
	/* width: 913px; needed so ie crops the edges when overflow -> not working */
}

.body-top
{
	margin:0;
	padding:0;
	height: 5px;
	background: url(/site/images/body-top.png) no-repeat;
}

.body-bottom
{
	margin:0;
	padding:0;
	height: 5px;
	background: url(/site/images/body-bottom.png) no-repeat;
}

.body-bottom-slide
{
	margin:0;
	padding:0;
	height: 5px;
	background: url(/site/images/body-bottom-slide.png) no-repeat;
}

/************************************
 *        	  BODY LEFT             * 
 ************************************/

.body-right
{
	float:right;
	width:645px;
	margin-top: 35px;
	font-size: 11px;
}

.body-left-text
{
	width: 380px;
	float: left;
}

.body-left-text ul
{
    margin-left: 0px;
    padding-left: 15px;
}

.body-left-text li
{
    font-size: 11px;
    margin-bottom: 13px;
}

.body-right-description-text
{
	margin-right: 35px;
	margin-top: 70px;
	float: right;
	width: 152px;
	font-size: 10px;
}

.body-right-image
{
	margin-right: 20px;
	float: right;
}

.body-right-image-edge
{
	margin-right: 0px;
}

.body-left-holder
{
	padding: 35px 32px;
	float:left;	
}

/************************************
 *        	 USAGE AREAS            * 
 ************************************/

.usage-areas
{
	float:left;	
	margin-top: 30px;
}

.usage-item
{
    margin-top: 8px;
    vertical-align:middle;
}

.usage-item-image
{
    float: left;
}

.usage-item-text
{
    vertical-align: top;
    margin-left: 10px;
    margin-top: 2px;
    font-size: 10px;
    float: left;
}

/************************************
 *        	  LEFT MENU             * 
 ************************************/

/*.menu-left
{
	margin: 35px 32px;
}*/

.menu-left a, .menu-left a:hover, .menu-left a:visited
{
    text-decoration:none;
}

.menu-left div
{
	width: 196px;
	height: 27px;
	font-size: 11px;
	font-weight: bold;
}

.menu-left div:hover
{
	cursor: pointer;
}

.menu-left div div
{
	position: relative;
	top: 7px;
	width: 175px;
	height: 20px;
}

.menu-left-item div
{
	left: 10px;
}

.menu-left-item-first
{
	background: url(/site/images/menu-left/item-first.png) no-repeat;
}

.menu-left-item-middle
{
	height: 26px !important;
	background: url(/site/images/menu-left/item-middle.png) no-repeat;
	margin-top: -1px;
}

.menu-left-item-last
{
    margin-top: -2px;
	background: url(/site/images/menu-left/item-last.png) no-repeat;
}

.menu-left-subitem div
{
	left: 20px;
}

.menu-left-subitem-first
{
	background: url(/site/images/menu-left/subitem-first.png) no-repeat;	
}

.menu-left-subitem-middle
{
	background: url(/site/images/menu-left/subitem-middle.png) no-repeat;
}

.menu-left-subitem-last
{
	height: 31px !important; 
	background: url(/site/images/menu-left/subitem-last.png) no-repeat;
}

/************************************
 *        	  REFERENCES            * 
 ************************************/
 
 .reference-top-logos
 {
     position: absolute;
     right: 60px;
     bottom: 0px;
 }
 
  .reference-bottom-logos
 {
     position: absolute;
     bottom: 0px;
     left: 270px;
 }

/************************************
 *        	   CONTACT              * 
 ************************************/
 
 .contact 
 {
     margin: 35px 60px;
 }
 
 
 .contact-textbox
 {
     width: 200px;
 }
 
 .contact-send-table-left
 {
     vertical-align: top;
     width: 120px;
 }
 
 .contact-main-table .col1
 {
     vertical-align: top;
     width: 200px;
 }
 
 .contact-main-table .col2
 {
     vertical-align: top;
     width: 200px;
 }
 
 .contact-main-table .col3
 {
     vertical-align: top;
     /*width: 100%;*/
 }
 
 /***********************************
 *        	    LOGIN               * 
 ************************************/

.login-content
{
    margin: 100px auto;
    padding: 30px;
    width: 260px;
    height:100px;
    background-color: White;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;

}

.login-content .first-column
{
    width: 90px;
}

.login-content .forgot-column
{
    text-align: right;
    font-size: 9px;
}
 
.login-textbox
{
    width: 150px;
}

/************************************
 *        	    TABLE               * 
 ************************************/

.button-column
{
    text-align: right;
}

/************************************
 *        	    BOTTOM              * 
 ************************************/
 
.bottom-menu img
{
	margin-top: 10px;
	float: left;
	z-index: 1; /* to be under text */
}

.bottom-menu
{
	position: relative;
}

.bottom-news-text
{
    position: absolute;
	z-index: 2; /* to be over images */
	top: 47px;
	left: 18px;
	width: 195px;
}

/************************************
 *         		FOOTER              * 
 ************************************/
 
.footer
{
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
}

/************************************
 *             HELPERS              * 
 ************************************/
 
 .clear
 {
 	clear: both;
 }
