/* CSS for home page */
#titlewrapper{
width:780px;
height:350px;
background-color:#D9D9D9;
margin:0 auto;
padding:0;
font-family:Helvetica, Arial, sans-serif;
background-image:url(../images/lbg.gif);
background-repeat:no-repeat;
}

#tleft{float:left; margin:0; width:430px; height:350px;}
#tright{float:right; margin:0; width:300px; height:350px;}

#intro{
width:400px;
margin-top:0;
margin-left:15px;
margin-bottom:10px;
height:235px;
}

#intro h2{
margin-top:20px;
margin-left:15px;
margin-bottom:20px;
font-size:35px;
font-weight:bold;
color: #fff;
}

#introtitle{
margin-left:15px;
font-size:20px;
font-weight:bold;
letter-spacing: 0.1em;
color:#fff;
}

#intro p{
color:#fff;
margin-top:10px;
margin-left:15px;
font-size:14px;
font-weight:bold;
}

#toolbox{
	width:350px;
	height:30px;
	padding:20px;
	margin-top:0;
	margin-bottom:30px;
	margin-left:15px;
	background-color:#545341;
	border:2px solid #999999;
	font-size:22px;
	font-weight:bold;
	color: #99FF66;
}

#toolbox a{color: #FFCC00; text-decoration:none; border:0;}
#toolbox a:hover{color: #0099FF; border-bottom:2px solid #0099FF;}

#imgshow{
width:240px; 
height:300px;
margin-top:10px;
padding:5px;
background-color: #b62706; 
border:3px solid #cc0000;
color:#fefafa;
}

#imgshow ul{
padding:0;
margin:0;
list-style: none;
}
#imgshow ul li{
float:left;
width:220px;
height:85px;
padding:3px;
background:none;
color:#fff;
}

li .imgtitle{
float:left;
font-size:14px;
width:150px;
margin-left:3px;
font-weight:bold;
background-image:url(../images/wbullet.png);
background-repeat:no-repeat;
background-position:left center;
text-indent:10px;
}

li .imgtext{
float:left;
width:200px;
margin:5px 15px;
font-size:11px;
font-weight:450;
letter-spacing:0.1em;
text-align: left;
}

#featurewrapper{
margin-top:25px;
/*margin-left:auto;
margin-right:auto;
*/margin-bottom:10px;
border:none;
padding:5px;
}
