/*#################################### 
WELCOME TEXT CSS
####################################*/
.welcometxt_box {
	min-height:1px;
	margin-bottom:15px;
	}
.welcometxt_box h1 {
	color:#792020;
	font-family:"Trebuchet MS";
	font-size:170%;
	font-weight:normal;
	}
.welcometxt_box h1 span {
	color:#E86B00;
	}
.welcometxt_content{
	display:block;
	font-size:150%;
	color:#FD9105;
	font-family:"Trebuchet MS";
	}
/*#################################### 
INFOBOX CONTAINER CSS
####################################*/
#home h2 {
	margin-bottom:5px;
	color:#792020;
	font-size:160%;
	font-weight:normal;
	}
.infoboxcontainer {
	margin-bottom:20px;
	}
.infoboxcontainer .infobox{
	width:31.5%;
	background-color:#E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-left:2.7%;
	height:220px;
	position:relative;
	}
.infoboxcontainer .infobox .leftbot {
	position:absolute;
	left:0px;
	bottom:0px;
}
.infoboxcontainer .infobox .rightbot {
	position:absolute;
	right:0px;
	bottom:0px;
}
* html .infoboxcontainer .infobox .rightbot {
	position:absolute;
	right:-1px;
	bottom:0px;
}
.infoboxcontainer .infoboximg {
	}
.infoboxcontainer .nomargin {
	margin:0px;
	}
.infoboxcontainer .floatright {
	float:right;
	}
.infobox dl {
	margin: 0;
	padding:5px 10px;
	height:100px;
	}
.infobox dl dt {
	margin:0 0 5px 0;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	}
.infobox dl dd {
	font-size:12px;
	margin:0 0 5px 0;
	}
.infobox dl .price {
	color:#792020;
	font-weight:bold;
	}
#infoboxcontainer .clearfloat{
	background-color:#FFFFFF;
	float:none;
	width:auto;
	}
