@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #333333;
	background-image: url(infocomm_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 0.8em;
}
li {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	list-style-type: none;
	padding-left: 1em;
}
a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.wrap {
	margin-right: auto;
	margin-left: auto;
	width: 951px;
	
}
h3 {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 0.8em;
	font-weight: bold;
}

#col1 {
	width: 197px;
	float: left;
}
#col2 {
	float: right;
	width: 754px;
}
#logo {
	height: 148px;
	width: 197px;
	background-image: url(infocomm_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#category {
	height: 219px;
	width: 754px;
}
.home    {
	background-image: url(home.jpg);
}
.financial {
	background-image: url(financial.jpg);
}
.formula {
	background-image: url(formula.jpg);
}
.sales {
	background-image: url(sales.jpg);
}
.warehouse {
	background-image: url(warehouse.jpg);
}
.transport {
	background-image: url(transport.jpg);
}
.manufacture {
	background-image: url(manufacture.jpg);
}
#category .padding {
	padding-top: 153px;
	padding-right: 30px;
	padding-left: 30px;
}
#col2 #content {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}



#footer {
	text-align: center;
	font-size: .9em;
	color: #999999;
	background-image: url(infocomm_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a {
	color: #999999;
	font-weight: bold;
}
#footer a:hover {
	color: #FF6600;
}


#footer .padding {
	padding-top: 25px;
}


.floatright {
	float: right;
}
.clearfloat {
	clear:both;
	height:1px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #FF6600;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

#container {
	width: 100%;
	text-align: left;
	background-image: url(infocomm_shaddow.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#container .wrap {
	background-image: url(col1_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer .wrap {
	background-image: none;
}

#screenshot {
	float: left;
	width: 300px;
}
#description {
	float: right;
	width: 394px;
}
