/*                                                 
  Author: Przemysław "eshlox" Kołodziejczyk        
  Author URI: www.eshlox.net - www.almawet.com     

*/

/* general */

a, a:link, a:visited
{                   
  background-color: transparent;
  color: #2876F2;               
  text-decoration: none;        
}                                     

a:hover
{      
  background-color: transparent;
  color: #2876F2;               
  text-decoration: none;        
}                                     

img
{  
  border: none;
}                    


html,body
{        
  margin: 0;
  padding: 0;
  background-color: #E5E7F3;
/*  background: url(graphic/bg.png) repeat;*/
  color: #000;                                   
  font-family: Verdana, Helvetica, Arial;        
  font-size: 14px;                               
  text-decoration: none;                         
  text-align: justify;                           
  height: 100%;                                  
}

/* layout */

div.box
{
  margin: 0 auto;
  width: 810px;
  background: url(graphic/bg_box.png) repeat-y;
  overflow: auto;
}

div.content
{
  float: left;
  width: 800px;
}

div.logo
{
  clear: both;
  width: 800px;
  height: 300px;
}

div.menu
{
  clear: both;
  width: 800px;
  height: 40px;
}

div.content_tru
{
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

div.content_true
{
  float: left;
  width: 410px;
  padding-bottom: 20px;
}

div.addon
{
  float: right;
  width: 360px;
  text-align: center;
  padding-top: 10px;
}

div.footer
{
  margin: 0 auto;
  width: 810px;
  height: 40px;
  background: url(graphic/footer.png) no-repeat;
  text-align: center;
		font-size: 11px;
}

div.footer a, div.footer a:link, div.footer a:visited, div.footer a:hover
{                   
  background-color: transparent;
  color: #000;               
  text-decoration: none;        
}

/* rest */

span.bold
{
  font-weight: bold;
}

span.title
{
  color: #D30C02;
}

span.small
{
  font-size: 12px;
}

span.big
{
  font-size: 15px;
  font-weight: bold;
}

div.contact_one
{
  text-align: center;
  margin-bottom: 50px;
}

div.contact_left
{
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

div.contact_right
{
  float: right;
  width: 50%;
  margin-bottom: 30px;
}

div.contact_box
{
  margin: 0 auto;
  width: 70%;
}

div.center
{
  text-align: center;
}