/*---------------------------------------------------------------------------
                              FRAMEWORK                       
---------------------------------------------------------------------------*/

#pageWrapper {
	width:830px;
	margin:0 auto;
}

#topRegion {
  height: 70px;  
}

#topRegion .logo {
  padding-left: 20px;
}

#mainRegion {
  padding: 20px;
  display: inline-block;
  width: 790px;
  background-color: #fff;
}

#footerRegion {
  width: 830px;
  margin-top: 40px;
}

#leftSection {
  width: 390px;
  float: left;
}

#rightSection {
  width: 390px;
  float:right;
}

/*---------------------------------------------------------------------------
                              GENERAL
---------------------------------------------------------------------------*/
h1 {  
  color: #ed015e;  
  font-size: 1.5em; 
  font-family: Georgia, Helvetica, Verdana, Arial; 
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

h2 {  
  color: #ed015e;  
  font-size: 1.2em; 
  font-family: Georgia, Helvetica, Verdana, Arial; ; 
  font-weight: normal; 
}




/*---------------------------------------------------------------------------
                              REGION CONTENT                       
---------------------------------------------------------------------------*/
#rightSection .content {
  width: 280px;
  margin-left: 75px;
  margin-right: 75px;

}

#leftSection .centerText img {
  max-height: 390px;
}

/*---------------------------------------------------------------------------
                              MAIN MENU                       
---------------------------------------------------------------------------*/
#mainMenu
{
  line-height: 30px;
  height: 30px;
  width: 100%;
  font-size: 1em;
  text-transform: uppercase;
  font-family: Georgia, Times, Arial, serif;
  color: #fff;
}

#mainMenu li
{
  list-style-type: none;
  float:left;
  padding-left: 25px;
  
}

#mainMenu a:link, #mainmenu a:visited {
	color: #fff;
	text-decoration:none
	}

#mainMenu a:hover{
	color: #ed015e;
	text-decoration:none;
}

#mainmenu a:active {
	color: #ed015e;
	text-decoration:underline;
}


/*---------------------------------------------------------------------------
                              FOOTER                       
---------------------------------------------------------------------------*/

#footerRegion a.img:hover{
	text-decoration:underline;
}

/*---------------------------------------------------------------------------
                          GALLERY LIST                   
---------------------------------------------------------------------------*/

#galleryList {
  width: 600px;
  margin: 0 auto;
}

#galleryList h1 {
  text-align: center;
}

#galleryList h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

#galleryList .post_image
{
  border: solid 1px #cfcfcf;
  background-color: #000;
}

#galleryList .post {
  width: 165px;
  height: 210px;
  float: left;
  margin: 0px 10px 0px 10px;
}

#galleryList .post_image:hover{
  border: solid 2px #202020;
}

#galleryList a.catalogue {
  font-size: 1.1em;
}
/*---------------------------------------------------------------------------
                          POST CONTENT                   
---------------------------------------------------------------------------*/



#rightSection .content {
  margin-top: 50px;
}

/*---------------------------------------------------------------------------
                          LANGUAGE SELECTOR                   
---------------------------------------------------------------------------*/

#qtrans_language_chooser {
  float: right;
  margin-top: 8px;
}

#qtrans_language_chooser li.active {
  display: none;
}


/*---------------------------------------------------------------------------
                          DISTRIBUTOR LIST                   
---------------------------------------------------------------------------*/

#rightSection .cities {
  width: 100px;
  float: left;
}

#rightSection .distributors {
  width: 280px;
  float: right;
  line-height: 1,6em;
}

#rightSection .distributor {
    margin-bottom: 10px;
    float: right;
    display: none;
    width: 250px;
}

/*---------------------------------------------------------------------------
                          PRESS / MEDIA LINK LIST
---------------------------------------------------------------------------*/

#linkList {
  line-height: 1.6em;
}

#linkList .date       { float: left;  width: 70px; }
#linkList .media      { float: left;  width: 110px; padding-right: 10px; overflow: hiden; }
#linkList .text       { width: 155px; float: left; padding-right: 5px; }
#linkList .fileType   { float: left; }
#linkList .img        { float: left; }

#linkList a:hover     { text-decoration:underline;}














