/*****************************************
 * Project: Aravo Solutions
 * Author: Barbara Brust
 * Company: Lucille Design
 * Created: November 2009
= * Last Modified: 
 *
 */
 
 
/* ------------------------------------
	 BASIC ELEMENTS
--------------------------------------- */
* {margin: 0;}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	background: #fff;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #3b4b5b;
	text-transform: uppercase;
}
h1 {
	font-size: 215%;
	margin-top: 11px;
	background: #fff url(../images/h1-bullet.jpg) no-repeat;
	padding: 5px 0 0 48px; 
	height: 38px;
	width: 450px;
	margin-bottom: 0;
}
h2 {
	font-size: 122%;
	padding: 5px;
	margin: 0;
}
h2.bultstyl {
	font-size: 122%;
	padding: 5px;
	margin:0px 0px 12px 0px;
}
h3 {
	font-size: 110%;	
}

h3.prspctive-top {
	font-size: 110%;	
	margin-bottom:14px;
	margin-top:5px;
}

h3.bultstyl {
	font-size: 110%;	
	margin-bottom:14px;
}

a,
a:link { color: #000; }

img {
	border: none;	
}
p{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
margin:0px; 
}

#content p{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
margin:0px; 
font-size: 13px;
		line-height: 1.6em;
}

form{
margin:0px;
padding:0px;
}

/* ------------------------------------
	 Links on products and solutions
--------------------------------------- */
a.red, a:visited.red { 
color: #d11630;
text-decoration:underline;
 }

a:hover.red, a:active.red { 
color: #000000;
text-decoration:underline;
 }


a.rd-more, a:visited.rd-more  {
	color:#d52027;
	text-decoration:none;
	}

a:hover.rd-more, a:active.rd-more  {
	color:#666666;
	text-decoration:none;
	}





/* ------------------------------------
	 IDs
--------------------------------------- */


/* CONTAINER -------------------------- */
#container {
	background: #fff;
	text-align: left;
	margin: 0 auto;
	width: 1004px;
	padding: 0px;
}

/* HEADER ----------------------------- */

#header {	
	height: 64px;
	width: 1004px;
	background:url(../images/elements/header.gif)
	no-repeat left top;
	}

#header img {
	margin:0;
	padding:0;
	border:0;
	}


/* ------------------------------------
	 SEARCH
--------------------------------------- */


#search {
	float:right; 
	margin-right: 15px;
	margin-top: 26px;
}

	.srch-txt { 
	color:#d52027;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}




/* 15 px SPACER  -------------------------------- */
.spacer15 {
	background: #fff;
	height: 15px;
	width: 1004px;
	clear:both;
}

/* 5 px SPACER  -------------------------------- */
.spacer5 {
	background: #fff;
	height: 5px;
	width: 1004px;
	clear:both;
}
 

  
/* FOOTER ----------------------------- */
#footer {
	clear: both;
	color: #333;
	padding: 0 0 30px 30px;
	font-size: 11px;
}

#footer a,
#footer:link {
	color: #333;
	text-decoration: none;
}

#footer p {
	float: left;
	margin: 0;
}
#footer ul {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
}
#footer li {
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer li.last-lst {
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

