/***************************
in-tend ltd website
home.css

www.in-tend.com
2007 Sept
***************************/

/*load global styles*/
@import url(global.css);

/* home page wrapper and styles */

#home_text {
margin: 10px 0px 0px;
width: 570px;
min-height: 700px; 
float: left;
text-align: left;
}

#home_text a:link {
color: #33CC00;
text-decoration: none;
}
#home_text a:visited {
color: #33CC00;
text-decoration: none;
}
#home_text a:hover {
color: #333;
text-decoration: none;
}
#home_text a:active {
color: #333;
text-decoration: none;
}

#home_text p {
	margin: 10px 0px 10px;
	font-size: 12px;
}

#home_text ul {
	list-style-type: none;
	font-size: 12px;
}


#home_text_brief {
margin-top: 5px;
text-align: left;
} /* intro text */


#intro {
width: 798px;
border: solid 1px #E5E5E5;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 0px;
text-align:center;
}

#intro_bgt {
margin: 0px 0px 0px; 
width: 800px;
height: 5px;
}

#intro_bgb {
margin: 0px 0px 0px; 
width: 800px;
height: 5px;
}

#leftcol {
width: 580px;
float: left;
}

#leftcol_bgt {
height: 5px;
}

#leftcol_bgs {
height: auto;
background-image:url(../images/box_h_cc.gif);
}

#leftcol_bgb {
height: 5px;
background-image:url(../images/box_h_bcc.gif);
}

#highlight_text p{
color:#33CC00;
	font-size: 12px;
}

.feature_img {
float:left;
width: 246px;
height: 180px;
}

.feature_text {
float: right;
width: 320px;
height: 180px;
}

#intro_colleft, #intro_colright, ul {
margin: 0;
padding: 5px 0 0 2px;
list-style-type: square;
list-style-position:inside;
} /* news/events columns styles */

#intro_colleft {
width: 240px;
padding: 0;
margin: 5px 0px 25px 0px !important;
float:left;
} /* news block */

#intro_colright {
width: 310px;
padding: 0;
margin: 5px 5px 25px 0px !important;
float:right;
} /* events block */
