@charset "utf-8";
/* ROTI CSS Document */

*{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

body{
	text-align:center;
	margin:0 auto;
	background-color:#AEA9A9;
}
#wrapper{
	width:754px; /*size the interface */
	margin:0 auto;
	text-align:left;
	background-color:#AEA9A9;
	position:relative;
}
ul{
	list-style:square;
	padding-left:20px;
	padding-top:5px;
}

a{
color:#fff;
}


h2.selected{
	color:#663300;
	font-weight:bolder;
	text-decoration:underline;
}
	
h4{
	color:#FFF;
	font-size:20px;
	padding:45px 5px 5px 0px;
}
h1{
font-family: Arial, Helvetica, sans-serif;
	width:80%;
	margin-right:5px;
	margin-left:5px;
	padding:10px 5px 5px 2px;
	font-size:18px;
}
h2{
font-family: Arial, Helvetica, sans-serif;
	width:80%%;
	margin-right:5px;
	margin-left:5px;
	padding:10px 5px 5px 0px;
	font-size:18px;
}



/*header*/
#header{
	position:relative;
	background-color:#fff;
	width:100%;
}

#header_1{
	text-align:left;
	float:left;
	margin-bottom:0px;
	background-color:#fff;
}
#header_2{
	text-align:left;
	float:left;
	margin-bottom:0px;
	background-color:#fff;

}
#header_3{
	text-align:right;
	float:right;
	margin-top:0px;
	margin-right:0px;
	background-color:#fff;
}


#spacer{
	background-color:#fff;
	position:relative;
	height:0px;
	background-image: url('../../assets/hfs/gfx/spacder.jpg');
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:0px;
}


	  
#breadcrumb {
	background-color:#fff;
	color:#333;
	height:25px;
}
#breadcrumb a{
	color:#333;
}


/* header end */

#body{

	position:relative;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	
	top:30px;
}

#spacer{

	clear:both;
	border-left:solid 0px transparent;
	border-right:solid 0px transparent;
	font-size:0px;
	line-height:2px;
	color:#DDD
}
#spacer hr{
	width:746px;
	height:1px;
	color:#DDD;
	background-color:#DDD;
	border:0px;
}
#blackspace{
	width:748px;
	height:30px;
	background-color:#000;
	border-bottom:solid 5px #FFF;
}
/* home */
#layer{
	margin-top:0px;
	margin-left:0px;
	float:left;
	background-color:white;
	padding-top:15px;
	padding-bottom:5px;

}

#content{
background-color:#fff;
}
#content p, #content h1, #content h2{
padding-right:10px;
padding-left:10px;
}
#content_1 {
	color:white;
	text-align:top;
	height:146px;
	background-image: url('../../assets/hfs/gfx/red-gradient-block.jpg');
	background-position:top-left;
	background-repeat:no-repeat;
	color:#fff;
	width:251px;
	float:left;	
}


/*image links*/
#content_2 img{
	align:top;
	float:left;

	


}
#content_3 {
	float:right;
	margin-top:-0px;



	
}
#content_3 p{
	color:#777;
}



/*level2*/

#content_4{
	padding-top:5px;;
	padding-bottom:5px;
	height:151px;
	background-image: url('../../assets/hfs/gfx/orange-gradient-block.jpg');
	background-position:top-left;
	background-repeat:no-repeat;
	color:#fff;
	width:240px;
	float:left;
	color:white;
	text-align:top;
	height:146px;
	background-position:top-left;
	background-repeat:no-repeat;
	color:#fff;
	width:251px;
	float:left;			
}


#content_5{
	background-image: url('../../assets/hfs/gfx/green-gradient-block.jpg');
	background-position:top-left;
	background-repeat:no-repeat;
	height:151px;
	color:#fff;
	float:left;	
	margin-left:0px;
	width:220px;
	padding-left:10px;
	padding-right:10px;
	text-align:top;
}
#content_6{
	background-image: url('../../assets/hfs/gfx/orange-gradient-block.jpg');
	background-position:top-right;
	background-repeat:no-repeat;
	height:151px;
	color:#fff;	
	float:left;
	width:220px;
	padding-left:10px;
	padding-right:10px;
}



/* Contact Forms */
.ERROR_MESSAGE{
	height:20px;
	background-color:#fff;
	color:#f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

/* products */
.product_table{
	width:100%;
	border:solid 0px #DDD;
}
.product_1{
	height:20px;
	background-color:#fff;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.product_1 table{
background-color:#fff;
}
.product_1 p{
	margin-left:8px;
	margin-right:8px;
}
.product_1 a{
	color:#333;
	font-weight:normal;
}
.product_menu{
	width:160px;
	height:160px;
	background-color:#eee;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
}
.product_menu li a{
	color:#333;
	text-decoration: none;
}
.product_menu li a:hover{
	color:#8B3A3A;
	text-decoration: underline;
}
.product_2 a:hover{
	color:#333;
	text-decoration:underline;
}
.product_7 td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.product_image{
	border:dotted 1px #555;
}
.contactform{
	margin:5px;
	border:solid 1px #DDD;
}

.contactform a{
	color:orange;
	text-decoration: none;
}

.contactform a:hover{
	color:red;
	text-decoration:underline;
}
/* articles */



/* footer */

#footer{

	width:748px;
	font-size:11px;
	color:#777;
	background-color:transparent;
}

#footer a{
	font-size:11px;
	color:#777;
	background-color:transparent;
	text-decoration:none;
}
#footer a:hover{
	font-size:11px;
	color:#777;
	background-color:transparent;
	text-decoration:underline;
}
#footer .footerBG{
	background-image:url('../../assets/hfs/gfx/hfs-foocer-bg.jpg');
	width:748px;
	height:35px;
	background-position:center;
	background-color:transparent;
	font-size:11px;

}
.footer_1{
	width:250px;
	border-left:solid 0px #DDD;
		font-size:11px;
}
.footer_2{
	color:#eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.footer_2 p{
	margin:10px;
	font-size:11px;
}
.footer_3{
	width:254px;
	border-right:solid 0px #eee;
		font-size:11px;
	text-align:left;
}
.subscribe{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border:solid 0px #bcbcbc;
	width:150px;
	padding-left:1px;
		font-size:11px;
}
.footer_4{
	height:35px;
	vertical-align:middle;
}
.footer_4 a{
	padding:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

.footer_6{
	border-top:solid 1px #DDD;
	font-size:11px;
}
.footer_6 a{

	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	padding-left:10px;
	padding-right:5px;
}
.footer_7 {
	border-top:solid 1px #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	padding-left:10px;
	padding-right:5px;
}
.footer_8 {
	border-top:solid 1px #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	padding-left:10px;
	padding-right:5px;
}
.footer_9{
	border-top:solid 1px #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height:55px;
	border-right:solid 1px #DDD;
}
.footer_9 p{
	margin:10px;
	text-align:right;
	font-size:11px;
}
.footer_9 a{

	font-size:11px;
	text-decoration:none;
}
.footer_10{

	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:solid 1px #DDD;
	border-right:0px;
	border-bottom:solid 0px #DDD;
	border-left:solid 0px #DDD;
}
.footer_10 p{
	margin:10px;
	text-align:left;
}
.footer_11{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:solid 1px #DDD;
	border-right:border-top:solid 0px #DDD;
	border-right:0px;
	border-bottom:solid 0px #DDD;
	border-right:solid 0px #DDD;
	border-bottom:solid 0px #DDD;
	border-left:0px;
}
.footer_11 p{
	margin:10px;
	text-align:right;
}
.footer_11 span{

	font-weight:bold;
}
.dropshadow2{

	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 100%;
	padding: 0px;
}

.innerbox{
	background-color:#fff;
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:auto;
	margin: 3px;
}

.livesearch a{color:#777;}
