@charset "UTF-8";
/* CSS Document */


#main h1 {
	color: #013A81;
	font-size:22px;
	padding-top:0;
	margin-top:0;
	text-align:center;
	padding-bottom:5px;
}
#main h2 {
	color: #013A81;
	font-size:16px;
	text-align:center;
}
#industry h2 {
	color: #013A81;
	font-size:14px;
	text-align:left;
	padding-left: 10px;
	padding-bottom: 5px;
}
a:link, a:visited {
	color:#5a87c5;
	text-decoration:none;
}
a:hover {
	color:#013A81;
	text-decoration:underline;
}
	
#content-wrap {
	float:left;

}
#intro {
	width: 400px;	
	float: left;
	font-size:12px;
}
#intro-top {
	background-image: url(../images/product-overview-top.gif);
		background-repeat:no-repeat;
		height: 15px;
}
#intro-content {
	background-color:#DAF2EC;
}
#intro-content p {
	padding: 0px 15px 0px 15px;
}
#intro-footer {
	background-image:url(../images/product-overview-bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
}

#arrow {
		background-image:url(../images/arrow-product.png);
		background-repeat:no-repeat;
		height:158px;
		width: 379px;
		margin: -15px 0px 0px 10px;
}
#arrow p {
	padding: 50px 30px 0px 30px;
}

#feature-top {
	background-image: url(../images/product-feature-top.gif);
		background-repeat:no-repeat;
		width: 402px;	
		height: 15px;
}
#feature-content {
	
	width: 402px;
	background-image: url(../images/product-feature-side.gif);
	background-repeat: repeat-y;
}
#feature-content p {
	padding: 5px 10px 5px 10px;
}
#feature-content img {
	margin: 10px;
}
#feature-footer {
	background-image:url(../images/product-feature-bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
		width: 402px;	
}

#industry {
	width:540px;
	float:right;
	margin-left:18px;
}
#industry a:link, #industry a:visited {
	color: #5a87c5;
	text-decoration:none;
	font-size:12px;
}
#industry a:hover {
	color: #013A81;
	text-decoration:underline;
}
#industry ul {
	padding-left:30px;
}
#industry li {
	color: #013a81;
}
#industry-top{
	background-image: url(../images/industry-top.png);
	background-repeat:no-repeat;
	height: 16px;
}
#industry-content {
	
	background-color:#dddddd;
}
#industry-content p{
	padding: 5px 5px 5px 20px;
}

#industry-footer {
		background-image:url(../images/industry-bottom.png);
		background-repeat:no-repeat;
		height: 16px;
	
}
#product-inset-top{
	background-image: url(../images/product-inset-top.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 500px;
}
#product-inset-content {
	background-color:#eeeeee;
	width: 500px;
}

#product-inset-footer {
		background-image: url(../images/product-inset-bottom.gif);
		background-repeat:no-repeat;
		height: 15px;
		width: 500px;
}
table.product-comparison {
	border: 1px solid #CCC;
	border-collapse:collapse;
	padding-left: 10px;
	margin-left: 15px;
}
table.product-comparison td {
	border: 1px solid #CCC;
	padding: 3px;
}
#quotation {
	border: 3px outset #DAF2EC; /* change the border color */
}
#submenu {
	padding-left: 200px;
}
#submenu a.selected {
	color: #30bf9B;
}
#submenu a:hover {
	color: #30bf9B;
}
