@import url("layout.css");

/* CONTENT */
div#contenthome {	
	margin: 0 0 0 145px;
	padding: 0;
}
div#contenthome a:link, div#contenthome a:visited {
	color: #6d6d6d;
	text-decoration: none;
}
div#contenthome a:hover {
	color: #565656;
	text-decoration: underline;
}
div#left {
	width: 290px;
	height: 400px;
	background: #3366CC url(../homepage/corners_left.gif) no-repeat left top;
	float: left;	
}
div#left h3 {
	color: #3366CC;
}
div#right {
	float: left;
	padding-left: 6px;
}
div#righttop {
	width: 290px;
	height: 224px;
	background: #000099 url(../homepage/corners_righttop.gif) no-repeat left top;
	margin-bottom: 6px;
}
div#righttop h3 {
	color: #000099;
}
div#rightbottom {
	width: 290px;
	height: 170px;
	background: #009900 url(../homepage/corners_rightbottom.gif) no-repeat left top;
}
div#rightbottom h3 {
	color: #009900;
}
div#contenthome h1 {
	display: none;
}
div#contenthome h2 {
	margin: 0px;
	color: #fff;
	letter-spacing: 3px;
	padding: 8px 0 0 8px;
}
div.leftinner {
	background-color: #fff;
	margin: 6px;
	height: 350px;
	padding: 3px 5px;
}
div.righttopinner {
	background-color: #fff;
	margin: 6px;
	height: 170px;
	padding: 3px 5px;
}
div.rightbottominner {
	margin: 6px;
	height: 120px;
	padding: 3px 5px;
}
div#software {
	background: #fff url(../homepage/discs.gif) no-repeat right bottom;
}
div#contenthome ul	{
	padding: 0 5px 3px 25px;
	margin: 0;
}	
div#contenthome ul li	{
	line-height: 16px;
	font-size:    12px;
	font-weight: bold;
	color: #686868;
}
div#contenthome ul#blue li {
	list-style: disc url(../homepage/list_3366cc.gif);
}
div#contenthome ul#green li {
	list-style: disc url(../homepage/list_009900.gif);
}
div#contenthome  ul#darkblue li {
	list-style: disc url(../homepage/list_000099.gif);
}
div#contenthome  div#featuredproduct {
	padding-bottom: 8px;
}
div#contenthome  div#whatsnew {
	padding-top: 3px;
}	
div#skyscraper {
	position:absolute;
	top: 115px;
	left:745px;
}
/* END CONTENT */

