/* CSS Document */

body {
	margin: 10px 0;
	padding: 0;
	color: #000;
 
	font-family: Georgia, serif;
	font-size: 100%;
	text-align: center;
	background:#000 url(../images/bgr_main.jpg) repeat-x;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	

}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
.wide {
	background-color: #FFFFFF;
}
.top {
	border-bottom: 5px solid #FFFFFF;
	height: 230px;
}
.bottom {
	border-top: 1px solid #000;
	padding-bottom: 1px;
}
.testfloat {
	width: 50px;
	border: 2px solid #f90;
	background-color: #ffd;
	font-size: .8em;
}
.to-right {
	float: right;
}
.to-left {
	float: left;
}

.wrapper {
	margin: 0 auto;
	width: 952px;
	w\idth: 952px;  /* C + L + 1 */
	text-align: left;
	background-color: #781F1B;
	border: 5px solid #F6E7CE;
}
.outer {
	margin-left: 452px;  /* L */
	border-left: 1px solid #fff;

	background:#FFFFFF url(../images/corner.jpg) no-repeat bottom right;
}
.center {
	float: right;
	width: 100%;
	margin-left: -1px;
	padding-bottom: 20px;
}
.left {
	float: left;
	position: relative;
	width: 452px;  /* L */
	margin-left: -453px;  /* -L-1 */
	margin-right: 2px;
}
/* previene allargamento floats in IE/Mac \*//*/
.inleft, .incenter {
	width: 100%;
	overflow: hidden;
}
/**/

.outer {
	word-wrap: break-word;
}
 h1, h2, h3 {
	margin: 0 0 1em 0;
	border: 1px solid #FFFFFF;
}
h4 {
margin:0px 5px;
color:#781F1B;}
/** / home page  /**/
#right_for_you {
	border-bottom:5px solid #8DB391;
}
#what_we_do {
	border-bottom:5px solid #E3AB37;
}
#services {}

a:link, a {
text-decoration:none;
color:#E3AB37;}
a:hover {
text-decoration:underline;
color:#990000;
}


/*** / bulleted list /***/

#navcontainer ul
{
list-style-type: none;
text-align: left;
margin:5px 15px;
}

#navcontainer ul li a
{



text-align: left;

text-decoration: none;
color:#E3AB37;
}

#navcontainer ul li a:hover
{


color:#990000;
}
#navcontainer ul li 
{
background: transparent url(../images/list-off.gif.gif) left center no-repeat;

padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;

}


/***/  /***/
