/* GMSW HOMEPAGE style sheet   */

/******** middle section  ********/
#midCell {
	width:740px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	height: 270px;
	position: relative;
	border-bottom: 3px #999999 solid;
}

div.mainBody {
	margin: 0px;
	padding: 10px;
	height: 250px;
	width: 500px;
	float: left;
}

img.mainBody {
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 270px;
	float: right;
	position: absolute;
	right: 0px;
}

p.mainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 10px;
	line-height: 14px;
}

h1.mainBody {
	color: #339999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0px;
}

/******** feature section  ********/
#bottomCell {
	width:740px;
	background-color: #ffffff;
	margin: 0px;
	height: 160px;
	position: relative;
	clear: both;
	top: 0px;
	padding-top: 10px;
}

#bottomCell ul {
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 13px;
	margin-bottom: 0px;
	margin-top: 7px;
}

div.feature1 {
	width: 198px;
	height: 160px;
	float: left;
	background-color: #ffffff;
	margin-right: 33px;
	border-right: 1px #999999 dotted;
	padding-right: 32px;
}

div.feature2 {
	width: 198px;
	height: 160px;
        float: left;
        background-color: #ffffff;
	margin-right: 33px;
	border-right: 1px #999999 dotted;
	padding-right: 32px;
}

div.feature3 {
	width: 198px;
	height: 160px;
        float: left;
        background-color: #ffffff;
	margin-right: 10px;
}

img.feature {
	float: right;
}

a.feature {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #33cc33;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-decoration: none;
}

a.feature:link {
	color: #33cc33;
	text-decoration: none;
}

a.feature:visited {
	color: #33cc33;
	text-decoration: none;
}

a.feature:hover {
	color: #ff9999;
	text-decoration: none;
}

a.feature:active {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #33cc33;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-decoration: none;
}

h1.feature {
	font-weight: bold;
	font-size: 14px;
	color: #FF6600;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

p.feature {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: auto;
	line-height: 13px;
}

p.oslabel {
	text-indent: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	clear: none;
	vertical-align: middle;
}

