/*Common styles*/

html, body
{
	min-height: 100%;
	height: 100%;
}

body
{
	color: #FFF;
	font-family: 'Trebuchet MS', tahoma, arial;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/Background.png) repeat left top;
}

*
{
	padding: 0px;
	margin: 0px;
}

a
{

	color: #C69DC0;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0;
}

h1
{
	font-size: 16pt;
}

.CommonFull
{
	width: 100%;
	height: 100%;
}

.FullWidth
{
	width: 100%;
}

.Pointer
{
	cursor: pointer;
}

.Bold
{
	font-weight: bold;
}

em.FSNormal
{
	font-style: normal;
}

p.Paragraph
{
	text-indent: 25px;
}

div.MainPage
{
	width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 95;
	background-color: #19171C;
}

/*Body styles*/

div.HomeLink
{
	position: relative;
	left: 324px;
	top: 53px;
	width: 274px;
	height: 111px;
	cursor: pointer;
}

div.HeaderContacts
{
	position: relative;
	top: 184px;
	width: 999px;
	height: 35px;
	line-height: 35px;
	padding-right: 25px;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #FCE07C;
	text-align: right;
}

div.Header
{
	width: 100%;
	height: 330px;
	background: transparent url(../images/Header.png) no-repeat left center;
}

div.Content
{
	width: 1024px;
	float: left;
	background: #19171C url(../images/MainPageBG.png) no-repeat right bottom;
}

div.ContentBottomSpace
{
	width: 100%;
	height: 23px;
	float: left;
}

div.BottomLinks
{
	width: 1000px;
	height: 35px;
	line-height: 35px;
	padding-left: 24px;
	float: left;
}

div.AdditionalBlock
{
	width: 195px;
	padding-left: 5px;
	float: left;
}

div.InfoBlock
{
	width: 200px;
	background: transparent url(../images/AdditionalBlockCenter.png) repeat-y center top;
}

div.AdditionalBlockCaption
{
	width: 200px;
	height: 32px;
	line-height: 26px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}

div.AdditionalBlockTop
{
	width: 200px;
	height: 11px;
	background: transparent url(../images/AdditionalBlockHeader.png) no-repeat center top;
}

div.AdditionalBlockBottom
{
	width: 200px;
	height: 23px;
	background: transparent url(../images/AdditionalBlockBottom.png) no-repeat center top;
}

div.AdditionalBlockCenter
{
	width: 200px;
	background: transparent url(../images/AdditionalBlockTop.png) no-repeat center top;
	
}

div.AdditionalBlockContent
{
	width: 180px;
	padding: 0px 5px 0px 15px;
}

div.CenterContentBlock
{
	width: 580px;
	padding: 0px 10px 15px 10px;
	float: left;
}

div.ContentCaption
{
	width: 100%;
	padding: 16px 0px 10px 0px;
}

h1.Caption
{
	font-size: 11pt;
	line-height: 12pt;
}

div.MBServices
{
	margin-left: auto;
	margin-right: auto;
	width: 157px;
	height: 194px;
	background: transparent url(../images/MBServices.png) no-repeat center top;
}

div.MBServicesCaption
{
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}

div.MBServicesItem
{
	width: 142px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	font-size: 9pt;
}

div.MBServicesItem a
{
	color: #FFF;
}

div.MBTopAB
{
	height: 19px;
}

/*Menu styles*/

div.CommonMenu
{
	height: 39px;
	line-height: 39px;
	text-align: center;
}

div.MISpace
{
	width: 2px;
	height: 39px;
	background: transparent url(../images/MISpace.png) no-repeat center center;
}

div.Menu
{
	width: 100%;
	background: transparent url(../images/MenuBG.png) no-repeat left top;
}

div.CenterMenu
{
	width: 456px;
	margin-left: auto;
	margin-right: auto;
}

div.CenterMenu a
{
	color: #FFF;
}

div.CommonMI
{
	height: 39px;
	line-height: 39px;
	text-align: center;
	float: left;
	font-weight: bold;
}

div.MIMain
{
	width: 90px;
}

div.MIContacts
{
	width: 98px;
}

div.MIPrice
{
	width: 108px;
}

div.MIArticles
{
	width: 154px;
}

/*Footer styles*/

div.Footer
{
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: transparent url(../images/FooterBG.png) no-repeat left top;
	float: left;
	z-index: 20;
}

div.CommonFooter
{
	width: 469px;
	float: left;
}

div.CopyRightBlock
{
	text-align: left;
	padding-left: 43px;
}

div.DevBlock
{
	text-align: right;
	padding-right: 43px;
}