@charset "UTF-8";
/*
    Document   : main.css
    Created on : 08.08.2009, 01:12:45
    Author     : akaGamlet
    Description: main css mosstudio
*/

img {border: none}
a,input,textarea{outline: none} /*OPERA safari Chrome*/
a{text-decoration: underline;color: #f5fafe}
a:hover{text-decoration: none}
* html #mainContainer{height: 100%}
fieldset{border: none}
form, fieldset, html, body, ul, ul li{padding: 0;margin: 0}

/*div {border: 1px solid red}*/

body
{
	margin: 0px;
	padding: 0px;
	font:normal 11px Tahoma, Verdana, Arial, Geneva, Helvetica;
    background: #fff;
    position: relative;
    min-height: 100%;    
    height: 100%;
    color: #f5fafe;
    min-width: 1000px;
    background: #000 url(images/headerMain.jpg) 50% 0 no-repeat;
}
html
{
	height: 100%;
	min-width: 1000px
}
/**************************************************************************
			HEADER
/**************************************************************************/
#header
{     
    position: relative;    
    height: 390px;
    width: 780px;
    margin: 0 auto    
}
#header #iconsBox a
{
    float: left;
    display: inline
}
#header #iconsBox
{
    padding-top: 35px;
    padding-bottom: 25px;
    height: 1%;
    overflow /**/:/**/ hidden
}
#header #iconsBox img
{
    padding-right: 10px
}
.searchIcon {padding-top: 2px}
#afterIconBox
{    
    clear: left;
    height: 40px
}
#serachTopBox
{
    float: right;
    width: 220px;
    position: relative;
    margin-top: -6px
}
#serachTopBox p
{
    float: left;
    padding: 0 !important;
    margin: 0 !important
}
#favoriteBox
{
    float: left;
    position: relative;
    margin-left: -2px
}
#favoriteBox a
{    
    display: inline;
    padding: 0 5px

}
.searchKey
{
    border: none;
    width: 141px;    
    background: url(images/searchInput.gif) 0 0 no-repeat;
    padding: 2px 7px 2px 7px;
    line-height: 14px
}
.submitSearch
{
    border: none;
    width: 48px;
    background: url(images/searchSubmit.gif) 0 0 no-repeat;
    padding: 2px 0 2px 0;
    line-height: 12px;
    margin-left: 7px;
    height: 22px
}
#logoBox
{
    background: url(images/logo.png) 0 0 no-repeat;
    width: 205px;
    height: 100px;    
    margin-top: 50px
}
#logoBox a
{
    display: block;
    height: 100px;
    text-indent: -9999px;
    position: relative
}
#topMenuBox
{
    text-align: center;
    padding-top: 25px;
    line-height: 25px
}
#topMenuBox a
{    
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px
}

/**************************************************************************
			MAIN
/**************************************************************************/
#mainContainer
{   
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  min-width: 1000px
}
* html #mainContainer { overflow: visible}

#mainContainer:after {
	content: 'EasyClear';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
#mainInContainer
{
    padding-bottom: 180px;
    width: 780px;
    margin: 0 auto    
}
#mainContainer { display: inline-block }
/*\*/
#mainContainer { display: block}
/**/
#mainContentBox
{
    height: 1%;
    overflow /**/:/**/ hidden;
    padding-top: 60px;
	width: 600px;
	margin: 0 auto	
}
#rightBoxContent
{
    width: 410px;
    float: right;
    /*border: 1px solid red;*/
    margin-right: 70px;
    display: inline;
    padding-top: 10px;
    font-size: 12px;	
}
#leftMenuBox
{
    float: left;
    width: 180px;
    padding-left: 25px
}
#leftMenuBox ul
{
    list-style: none;
    padding: 0;
    margin: 0
}
#leftMenuBox ul li{padding: 5px 0}
#leftMenuBox ul li a{color: #aefe7e;font-weight: bold}
.genPort
{
    margin-bottom: 20px;
    font-size: 12px;    
    height: 1%;
    overflow /**/:/**/ hidden;
}
.genPort span.date
{
    color: #584f49;
    font-size: 10px;
    display: block;
    padding-bottom: 6px
}
.genPort h2
{
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #aefe7e;
    padding-bottom: 15px
}
p.typeText
{
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    /*text-align: justify*/
}
p.typeText img
{
    float: left;
    padding: 0 15px 10px 0
}
#pagesBox
{
    clear: left;
    padding: 20px 0 10px 0;
    text-align: center;
}
#pagesBox a
{
    padding: 10px;
    font-size: 12px
}
#pagesBox a.currentPage
{
    text-decoration: none;
}
h2#globalTitle
{
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #aefe7e;
    padding-bottom: 15px
}
/*******************************nd*******************************************
			FOOTER
/**************************************************************************/

#footer
{  
  height: 120px;
  position: relative;
  z-index: 0;
  width: 780px;  
  margin: -120px auto 0 auto !important;  
}
#footer p
{
    padding: 0;
    margin: 0;
    width: 410px;    
    text-align: center;
    /*display: inline;*/
    /*margin-right: 70px;*/
    padding-bottom: 10px;
	margin: 0 auto;	
}
p#botMenuBox a
{
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
    text-align: center;
    font-size: 10px
}
span#logoSmall
{
    display: block;
    text-align: center;
}

ol li
{
	padding: 5px 5px 10px 10px;	
}


