html
{
	height: 100%;	
}
    
body {
	margin: 0;
	padding: 0;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1d1760;
	
	text-align: center;
	
	background: url(images/drop_shadow.png) repeat-y center;
	
	height: 100%;
}

.bold
{
	font-weight: bold;
}

.ImageBorder
{
	border: 1px dashed #000;	
}

h1,h2,h3
{
	margin: 0;	
}

h1 
{
	font-family: Century Gothic, Verdana, Arial, Trebuchet MS, Times New Roman;
	font-size: 180%;
	color: #1d1760;
	font-weight: normal;
}

h2 
{
	font-family: Century Gothic, Verdana, Arial, Trebuchet MS, Times New Roman;
	font-size: 140%;
	color: #1b195a;
	font-weight: normal;
}

h3
{
	font-family: Arial, Century Gothic, Verdana, Trebuchet MS, Times New Roman;
	font-size: 120%;
	color: #1b195a;
	font-weight: bold;	
}

p, ul, ol {
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0px;
}

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

a:hover
{
	color: #9d785b;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

#PagePadding
{
	width: 90%;
	height: auto;
}

.bold
{
	font-weight: bold;
}

/* Image Header */

.HeaderTitleImage
{
	width: 590px;
	height: 42px;
}

.HeaderTitleText a
{
	position: relative;
	
	left: 20px;
	top: 8px;
	
	color: #dad9d4;	
	
	font-weight: bold;
	
	font-size: 150%;
}

.HeaderTitleText a:hover
{
	text-decoration: none;
}

.HeaderTitleText a:visited
{
	color: #fff;
}

.HeaderTitleText a:active
{
	color: #fff;
}

/* Menu */

#MenuContainer
{	
	width: 100%;
	height: auto;
	
	padding-top: 20px;
	
	font-family: Century Gothic, Verdana, Arial, Trebuchet MS, Times New Roman;
	
	font-size: 120%;
	
	font-weight: bold;	
	
	color: #1d1760;
	
	padding-left: 20px;
}

#MenuContainer a
{
	color: #534f86;	
	
	text-transform: none;
}

#MenuContainer a:hover
{
	color: #534f86;	
	
	text-transform: none;
}

#MenuContainer .MenuItem
{
	width: 200px;
	height: 21px;	
		
	background: none repeat-y;
	
	padding-left: 5px;
}

#MenuContainer .MenuItemOn
{
	width: 200px;
	height: 21px;	
	
	background: repeat-y;
	
	padding-left: 5px;
}

#Menu
{
	width: auto;
	height: auto;
}

#MenuHeader
{
	text-align: left;
	
	width: 100%;
	height: 31px;	
	
	background-image: url(images/menu_header.jpg);
}

#MenuHeader #MenuText
{
	position: relative;
	
	left: 20px;
	top: 8px;
	
	color: #dad9d4;	
	
	font-weight: bold;
	
	font-size: 150%;
}

#MenuContent
{
	width: 100%;
	height: auto;
	
	background-color: #1b195a;
	text-align: left;
	
	color: #fff;	
}

#MenuContent .Container
{
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 35px;
	
	width: auto;
	height: auto;
}

#MenuContent a
{
	font-family: Trebuchet, Arial, Verdana, Times New Roman;
	color: #fff;
	font-weight: bold;
	font-size: 90%;	
}

#MenuFooter
{
	font-size: 1%;
	
	background-image: url(images/menu_footer.jpg);
	
	width: 100%;
	height: 9px;	
}

.HalfBreak
{
	line-height: 10%;	
}

#PageContentPadding
{
	padding-left: 30px;	
	
	width: auto;
	height: auto;
}

#PageContent
{
	width: auto;
	height: auto;
}

#PageTitle
{
	padding-top: 20px;
	
	width: 100%;
	height: 70px;
}

#LogoContainer
{
	margin-left: 20px;
	
	height: auto;
	width: auto;	
}

/* Column 1 */

#Column1
{	
	text-align: left;
	
	padding-top: 10px;
	
	width: 100%;
	height: auto;
	
	overflow: visible;
}


#SubMenu
{
	float: left;
	
	width: 180px;
	
	margin-left: 15px;
	margin-top: 20px;
	
	height: auto;
	
	overflow: hidden;
}

#Content
{
	float: left;
	
	width: 700px;
	
	height: auto;
	
	overflow: hidden;
}

/* Column 2 */

#Column2Index
{
	text-align: left;

	width: auto;	
	height: auto;
	
	padding-top: 20px;
	padding-right: 30px;
	
	overflow: hidden;
}

#Column2
{
	text-align: left;

	width: auto;	
	height: auto;
	
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 110px;
	
	overflow: hidden;
}

/* Page */

#DropShadow
{
	width: 950px;

	min-height: 100%;
	
	margin: auto;
	
	background: url(images/footer.jpg) no-repeat bottom center #fff;

	border-left: 2px solid #cecdd4;
	border-right: 2px solid #cecdd4;
}

* html #DropShadow
{
	height: 100%;
}

#Page 
{
	background: url(images/header_1.jpg) top right no-repeat;
	
	width: 950px;
	margin: auto;
	
	min-height: 100%;
	
	text-align: center;
}

#FooterPadder
{
	height: 70px;
	width: 100%;	
}

#footer 
{
	width: 100%;
	margin: auto;
	height: 67px;
	min-height: 67px;
	padding: 0;
}

/* Solution block */

.SolutionBlock
{
	width: 720px;
	height: auto;
	
	margin-bottom: 10px;
}

.SolutionBlockHeader
{
	width: 100%;
	height: 28px;
	
	padding-top: 7px;
	padding-left: 7px;
	
	background: url(images/solution_background.png) repeat-y;
	
	cursor: pointer;
}

.SolutionBlockHeader .Text
{
	width: auto;
	height: auto;	
	
	float: left;
}

.ImageUp
{
	width: 26px;
	height: 9px;
	
	float: right;	
	
	background: url(images/arrow_up.png) no-repeat;
}

.ImageDown
{
	width: 26px;
	height: 9px;
	
	float: right;	
	
	background: url(images/arrow_down.png) no-repeat;
}

.SolutionBlockContent
{
	padding-left: 10px;
	padding-top: 10px;
	
	width: 100%;
	height: auto;
}

/* What we have done */

#WhatContainer
{
	margin-top: 10px;
	
	width: 100%;
	height: auto;	
}

#WhatColumn1
{
	width: 190px;
	height: auto;
	
	text-align: center;
	
	float: left;
}

#WhatColumn2
{
	width: 430px;
	min-height: 400px;
	
	text-align: left;
	
	float: left;
	
	padding-right: 10px;
	
	font-size: 80%;
	color: #000;
}

* html #WhatColumn2
{
	height: 400px;
}

#WhatColumn2 .Title
{
	font-weight: bold;
}

#WhatColumn3
{
	width: 280px;
	height: auto;
	
	text-align: left;
	
	float: left;
}

#TheProblem
{
	width: 385px;
	height: auto;
	
	border: 1px solid #000;
	
	margin-bottom: 10px;
	
	background: #fff;	

	background: url(images/filler.png);
}

#TheProblem #Padding
{
	padding-left: 15px;	
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#TheSolution
{
	width: 385px;
	height: auto;
	
	border: 1px solid #000;
	
	background: #fff;
	
	background: url(images/filler.png);
}

#TheSolution #Padding
{
	padding-left: 15px;	
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#ClickForWork
{
	margin-top: 300px;	
	margin-bottom: 10px;
}

#WorkText
{
	font-size: 80%;
}

.WhoWeAreLink
{
	font-size: 80%;
}

.LogoBlock
{
	float: left;
	
	width: 130px;
	height: 55px;
	
	margin-right: 5px;
	margin-bottom: 5px;
	
	border: 1px solid #000;	
	
	background-color: #fff;
	
	cursor: pointer;
	
	text-align: center;	
}

.LogoBlockOn
{
	float: left;
	
	width: 130px;
	height: 55px;
	
	margin-right: 5px;
	margin-bottom: 5px;
	
	border: 1px solid #e5e5ec;
	
	background-color: #e5e5ec;
	
	cursor: pointer;
	
	text-align: center;
}

/* Icons */

.IconBlock
{
	width: 180px; 
	height: 40px;
	
	text-align: center;	
}

.IconBlock a
{
	font-size: 100%;
	
	font-weight: bold;	
	
	color: #1d1760;
}

.IconBlock a:hover
{
	color: #1d1760;
}

.IconBlock a:visited
{
	color: #1d1760;
}

.IconBlock .Link
{		
	float: left; 
	
	width: auto; 
	height: auto; 
	
	text-align: left;	
}

.IconBlock .Image
{
	float: left; 
	
	width: 40px; 
	
	height: auto;
}

.IconBlock .Link .HoverLink
{
	width: 120px; 
	height: auto;	
	
	padding: 5px;
}

.IconBlock .Link .HoverLinkOn
{
	width: 120px; 
	height: auto;
	
	padding: 5px;
	
	background: url(images/menu_over.png) repeat-y;
}

#mjlk
{
	width: 1150px; 
	height: 62px; 
	
	margin-top: -65px; 
	margin-left: auto; 
	margin-right: auto; 
	
	text-align: right;
}
