/*
 * default
 */
* 
{
  margin: 0;  
  padding: 0px;
  
  font-family: georgia; 
  font-size: 16px;
  
  color: #443;
  text-decoration: none;
}

/*
 * html tags
 */

html {
	height: 100%;
}
body {
  min-height: 100%;
  position: relative;
}
#body {
  height: 100%;
}

.pad-right {
	padding-right: 5px;
}
  
#menu
{  
  padding:40px;
  float: right;
}

#menu a
{
  color: #fff;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 20px;

}

#menu #signup
{
   color: #B2CFF2
}

#logo
{  
  float: left;
}

img 
{
	border: none;
}

a 
{	
  color: #456;
  text-decoration: underline;
}

/*
 * ID Tags
 */

#clear-both 
{
  clear: both;
}


#header 
{ 
	background: url('../images/bg-1.png') repeat-x scroll top;
   height: 90px;  
}

img.title 
{
  display: block;
}

#content h3.header {
 padding: 4px 0px;
 margin: 0px;
}

#inter_header 
{
  background: url('../images/bg-2.png') repeat-x scroll top;
  height: 40px;  
}    

#content {
	padding-bottom: 30px;
}

#footer 
{
  height: 30px;
  line-height: 25px;
  background-color: #EEE;
  border-top: 4px solid #DDD; 
  width: 100%; 
  margin: 10px 0 0 0;
  background-color: #EEE;
  position: absolute;
  bottom: 0; left: 0;
}
#footer ul#partners {
	padding: 0 20px;
    list-style: none;
		float: right;
  }
	#footer ul#partners li {
		display: inline;
		vertical-align: middle;
		margin-right: 10px;
 	}
  #footer ul#partners li a img {
		vertical-align: middle;
	}

img#sensio_present 
{
  float: left;
  padding: 8px;
}

.address 
{
  float: left;
  font-size: 12px; 
  font-style: normal;
}

.address a 
{
  padding: 2px;
	font-size: 12px;    
}  

.address a:hover 
{
  color: #FFF;
	background-color: #069;
	clear: both;
}

.small
{
  font-size: 12px;
  width: 780px;
}

.clear {
	clear: both;
}
