@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	overflow: scroll;
}
#container   {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/Background2.jpg) no-repeat left -100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	overflow: auto;
	background-image: url(images/Background3.jpg);
} 
#container #header   {
	background: #000000 url(images/logo_bg.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	height: 123px;
} 
#container #MainNavBar {
	background: url(images/menu_bg.jpg) no-repeat left top;
	padding-top: 10px;
	height: 35px;
}
.home   #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 490px;
	margin-left: 32px;
	padding-top: 10px;
	padding-left: 10px;
	border-right: 1px dotted #CCCCCC;
}
.home  #mainContent {
	margin: 0 30px 0 532px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.HeaderContact {
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 10px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #SearchContainer {
	position: absolute;
	top: 129px;
	right: 52px;
	color: #FFFFFF;
	width: 247px;
	height: 21px;
	overflow: hidden;
}
#container #BottomContent {
	background: url(images/content_2_top_bg.jpg) repeat-y left top;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container   #footer {
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color: #CCCCCC;
	font-size: 70%;
} 
#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.home #leftColumn #galleryContainer {
	padding-right: 10px;
}
.home  #leftColumn #solutionsleft {
	width: 45%;
	border-right: 1px dotted #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.home   #leftColumn   #solutionsleft   ul, .home  #leftColumn  #solutionsright  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 75%;
	font-weight: bold;
}
.home  #leftColumn  #solutionsleft  ul  a, .home #leftColumn #solutionsright ul a {
	color: #00C2FF;
	text-decoration: none;
}
.home  #leftColumn  #solutionsleft  li, .home #leftColumn #solutionsright li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background: url(images/list_arr.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}
.solutionslistbullet {
	background: url(images/list_arr.gif) no-repeat left center;
	border-bottom: 1px solid #999999;
	font-size: 75%;
	font-weight: bold;
	color: #00C2FF;
	text-decoration: none;
	padding-left: 10px;
}

.home  #leftColumn #solutionsright {
	margin-left: 45%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
.home .HeaderswithTopBorder {
	font-size: 120%;
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
	margin-top: 20px;
}
.GreenBulletedList {
	margin: 15px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 75%;
	font-weight: bold;
}
.GreenBulletedList li {
	background: url(images/green_bullet.gif) no-repeat left center;
	margin-bottom: 5px;
	padding-left: 15px;
}
.GreenBulletedList a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.home .NewsIntro {
	font-size: 75%;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 20px;
}
.insidelayout   .solutionsintro     {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 75%;
	padding-bottom: 60px;
	text-decoration: none;
}



.home .productsIntro {
	font-size: 75%;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 20px;
}
#container #BottomContent #bottomleftcontent {
	float: left;
	width: 50%;
	padding-right: 0px;
	padding-left: 25px;
}
.home #container #BottomContent .title {
	margin-left: 10px;
}

.home #container #mainContent .productsIntro .style3 {
	font-weight: bold;
	color: #00C2FF;
	text-decoration: none;
}

#container #BottomContent #bottomrightcontent {
	margin-left: 50%;
	padding-top: 0px;
	padding-left: 35px;
}
#container #BottomContent  a {
	font-size: 75%;
	font-weight: bold;
	color: #00C2FF;
	text-decoration: none;
}
.insidelayout #mainContent {
	margin: 0 30px 0 293px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.insidelayout #container #mainContent #contactus {
}


.solutionslist {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #00C2FF;
	text-decoration: none;
	font-weight: bold;
}
.insidelayout #container #mainContent .productlist a {
	font-size: 75%;
	font-weight: bold;
	color: #00C2FF;
	text-decoration: none;
	margin-bottom: 5px;
	padding-right: 15px;
	border-bottom: 1px dotted #999999;
}
.insidelayout #container #BottomContent .downloads {
	right: 15px;
	text-indent: 15px;
	text-decoration: none;
}
.insidelayout #container #BottomContent downloads ul {
}
.insidelayout #container #BottomContent downloads li {
	border-bottom: 1px dotted #999999;
	float: left;
}
.insidelayout  #container  #BottomContent  downloads  a {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 80%;
}
.insidelayout #container #mainContent ul {
}

.insidelayout #container #mainContent .insidemain li {
	text-indent: 15px;
}
.insidelayout #container #mainContent .list {
	font-size: 90%;
	margin-left: 15px;
}


.insidelayout #container #leftColumn .solutionslist li {
	margin-bottom: 5px;
	font-size: 75%;
	background: url(images/list_arr.gif) no-repeat left center;
	padding-left: 15px;
}
.insidelayout #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-left: 32px;
	padding-top: 10px;
	padding-left: 30px;
	border-right: 1px dotted #CCCCCC;
	padding-right: 10px;
}
.insidelayout #container #leftColumn .solutionslist ul {
	margin-left: 25px;
	padding-left: 25px;
}

.insidelayout #container #leftColumn .solutionslist a {
	color: #00C2FF;
	text-decoration: none;
	font-weight: bold;
}
.insidelayout #container #mainContent .solutionsinsidepage {
	color: #666666;
	font-size: 95%;
	font-weight: bold;
}
.insidelayout #container #mainContent .insidemain {
	font-size: 80%;
}
.insidelayout #container #mainContent .readmore {
	color: #00C2FF;
	text-decoration: none;
	font-weight: bold;
}
.insidelayout   #contactus   {
	font-size: 80%;
	float: left;
	border-bottom: none;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-top: 5px;
}
.softwarelist {
}
.insidelayout  #container  #BottomContent.table  {
	border-bottom: 1px dotted #999999;
}
.insidelayout  #container  #BottomContent  .tablerow {
	border-bottom: 1px dotted #999999;
	font-size: 90%;
}
.insidelayout #container #wholepage {
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 35px;
	padding-left: 5px;
	height: 900px;
	font-size: small;
}
.insidelayout #container #wholepage #customerlist {
	vertical-align: top;
	font-size: 90%;
}
.insidelayout #container #wholepage#management {
	height: 400px;
}
.insidelayout   #container   .BottomContenttable   {
	padding-left: 20px;
}
.insidelayout.form1 {
	font-size: 80%;
}
.insidelayout  #container  #mainContent.label   {
	font-size: 75%;
	padding-bottom: 1%;
}
.insidelayout #container #wholepage table {
	font-size: 100%;
}
.insidelayout   #container   #wholepage   .newslist  {
	font-size: 80%;
	color: #00C2FF;
	text-decoration: none;
}
.insidelayout #container #mainContent #AboutSunflower {
	border-bottom: 1px dotted #CCCCCC;
	color: #000000;
}
.insidelayout #container #bottomrightcontent a.industrylist {
	font-size: 80%;
	font-weight: bold;
	color: #00C2FF;
	text-decoration: none;
}
.insidelayout #container #bottomrightcontent {
	padding-left: 10px;
	padding-top: 10px;
}
.insidelayout #container #mainContent #form7 #sprytextarea1 .style9 {
	vertical-align: top;
}
.insidelayout  #container  #wholepage  .sitemap  {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #00C2FF;
}
.tablerowborder          {
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
}
.insidelayout  #container  #wholepage  .industryresources  {
	text-decoration: none;
	font-size: 80%;
	color: #00C2FF;
	font-weight: bold;
}
.insidelayout #container #mainContent #advisory #advisorybox {
	border-bottom: 1px dotted #666666;
}
.insidelayout #container #wholepage .insidemain  .bluelink {
	color: #00C2FF;
	text-decoration: none;
	font-size: small;
}
.insidelayout #container #mainContent #lambulletlist .lambulletlist {
	list-style: disc inside;
	left: 100px;
}
.sprytabbedpanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	background-color: #FC3;
	margin: 2px;
	padding: 2px;
	overflow: scroll;
}
