/*Common styles*/

html, body 
{
	min-height: 100%;
	height: 100%;
}

body
{
	background-color: #2A102D;
	color: #454545;
	font-family: tahoma, arial;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

*
{
	padding: 0px;
	margin: 0px;
}

a
{

	color: #647CC4;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0;
}

h1
{
	font-size: 15pt;
}

div.Caption
{
	color: #930B98;
	height: 33px;
	font-weight: bold;
}

div.MainPage
{
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background-color: #2A102D;
}

.CommonFull
{
	width: 100%;
	height: 100%;
}

.FullWidth
{
	width: 100%;
}

.Pointer
{
	cursor: pointer;
}

.Bold
{
	font-weight: bold;
}

em.FSNormal
{
	font-style: normal;
}

ul, li
{
	margin-left: 10px;
}

p.Paragraph
{
	text-indent: 25px;
}

/*Body styles*/

a.MLN
{
	text-decoration: none;
	color: #454545;
}

div.Cap
{
	width: 100%;
	height: 290px;
	background: #101012 url(../Images/Cap.png) no-repeat top left;
}

div.Logo
{
	position: absolute;
	left: 82px;
	top: 89px;
	width: 221px;
	height: 183px;
}

/*Menu styles*/

div.MenuBlock
{
	width: 927px;
	height: 65px;
	background: #101012 url(../Images/MenuItems/MILeftFon.png) no-repeat top left;
}

div.CommonMI
{
	position: absolute;
	height: 65px;
}

div.CommonMIDivider
{
	width: 2px;
	background-color: #313133;
}

div.MIMainDivider
{
	left: 332px;
}

div.MIServicesDivider
{
	left: 478px;
}

div.MIQuestionDivider
{
	left: 697px;
}

div.MIMain
{
	width: 180px;
	left: 152px;
	background: url(../Images/MenuItems/MIMain_Normal.png) no-repeat top left;
}

div.MIMain:hover
{
	background: url(../Images/MenuItems/MIMain_Hover.png) no-repeat top left;
}

div.MIServices
{
	width: 144px;
	left: 334px;
	background: url(../Images/MenuItems/MIServices_Normal.png) no-repeat top left;
}

div.MIServices:hover
{
	background: url(../Images/MenuItems/MIServices_Hover.png) no-repeat top left;
}

div.MIContatcs
{
	width: 228px;
	left: 699px;
	background: url(../Images/MenuItems/MIContacts_Normal.png) no-repeat top left;
}

div.MIContatcs:hover
{
	background: url(../Images/MenuItems/MIContacts_Hover.png) no-repeat top left;
}

div.MIQuestion
{
	width: 217px;
	left: 480px;
	background: url(../Images/MenuItems/MIQuestion_Normal.png) no-repeat top left;
}

div.MIQuestion:hover
{
	background: url(../Images/MenuItems/MIQuestion_Hover.png) no-repeat top left;
}

div.ContentBlock
{
	width: 887px;
	padding: 25px 15px 25px 25px;
	background: #FFF url(../Images/ContentPouring.png) repeat-y top left;
}

/*Footer styles*/

div.FooterBlock
{
	width: 927px;
	height: 117px;
	background: #FFF url(../Images/FooterFon.png) no-repeat bottom left;
}

.CommonCopyRight
{
	position: relative;
	text-align: center;
	vertical-align: middle;
}

div.CopyRightAE
{
	left: 15px;
	top: 45px; 
	width: 450px;
	height: 45px;
}

div.CopyRightGS
{
	color: #FFF;
	left: 580px;
	top: 18px;
	width: 270px;
	height: 35px;
}

a.GSLink
{
	color: #B82688;
}