
/* CSS Reset */
* { margin: 0; padding: 0; }


body {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

img {   /* text align middle of image :P */
  border: medium none;
  vertical-align: middle;
 }
 
 h1{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin-bottom: 15px;
}
 
 /* - container*/
#mainWrapper {
	margin:0 auto; 
	width:900px;
	background-color:#FFF;	
	border: 1px solid #333333;
	margin-top:1em;
	}

#middleWrapper
	{
	margin:0 auto;
	background-color:#FFFFFF;
	width:870px;
	
	}
  
/* HEADER */
#header {
	position:relative;
	width: 100%;
	height: 92px;
	background: url(images/pyramid-logo.jpg) no-repeat;
}

/* MASTHEAD */
#masthead {
	width: 100%;
}

/* NAVIGATION */

#logo a
{	
	position: absolute;
	display: block;
	width: 300px;
	height: 90px;
	border: 0px solid RED;
	text-indent:-9999px;	
}

/* CONTENT */

#content{
	width: 100%;
	margin: 15px 0;
	border:0px solid blue;
}


#content p {
	font: normal 14px Arial,Helvetica,sans-serif;
	color: #333333;
	line-height: 130%;
	padding-bottom: .7em;
}


#services {
	float:right;
	background: url(images/services-bg.jpg) no-repeat;	
	width:310px;
	height:410px;
	border: 0px solid #CC0000;
	margin-left:1em;
}

.services-interior {
	padding: 10px;

}


/* FOOTER */
#footer{
	width: 100%;
	height: 90px;	
	background-color: #c09d77;	
}

/* Legal Stuff */
div.copyright	{
	float:right;
	text-align:right;
	width:375px;
	font-size: 9px;
	color: #333;
	font-family: Verdana, arial, sans-serif;
	height: 50px;
	margin:1.5em;
}
a.logistica				{font-size: 9px; color: #999999; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #333;}
a.logistica:visited		{color: #333;}
a.logistica:hover		{color: #019EEC; text-decoration: underline; font-weight: normal; }

.clear {
	clear: both;
}

a.backToTop 	{font-size: 14px; text-decoration: underline; float:right;}
a.backToTop:link		{color: #3366cc; text-decoration: underline;}
a.backToTop:visited	{color: #0099ff; text-decoration: underline;}
a.backToTop:hover	{color: #000; text-decoration: none;}




/* Lists */

.list{ 
	margin-left:2em; 
	margin-bottom: .9em; }

.list li {
	list-style-image: url(/images/arrow-bullet.gif);
	padding-bottom:.2em; 
	font: 14px Arial, Helvetica, sans-serif;
}


/* Generic Link */
a.link			{font-size: 14px; text-decoration: underline;}
a.link:link		{color: #000066; text-decoration: underline;}
a.link:visited	{color: #000066; text-decoration: underline;}
a.link:hover	{color: #cc3300; text-decoration: none;}

