@charset "utf-8";
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background-image:url(images/gradient_background.gif);
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-repeat: repeat-x;
	background-position: left bottom;
	
}

h1 {
	font-size:1.50em;
	margin-bottom: 0;
	margin-top:0px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#66cc00;
}

h2 {
	font-size:0.95em;
	margin-bottom: 0;
	margin-top:0px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#66cc00;
}

h3 {
	font-size:0.95em;
	margin-bottom: 0;
	margin-top:0px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color: #666666;
}


p {
	font-size:0.75em;
}

ul {
		font-size:0.75em;
}

#menu {
padding-left:0.11em;
}	

#banner {
background-image:url(images/banner.gif);
width:871px;
height:191px;
}

#bannertext {
	width:530px;
	height:150px;
	padding-top:55px;
	padding-left:20px;
	color:#FFFFFF;
	font-size:17px;
	font-family:"Century Gothic", sans-serif, Verdana, Arial;
}	

#overimage {
	float:right;
	width:100px;
}	


#mainContent {
 height:100%;
 
 }
 
#leftcontent {
	width:400px;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
}

#rightcontent {
	width:410px;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
}		


#container{
	padding:0px 14px;
	overflow:auto;
		
}

#content{
	padding-left:0.16em;
	width:867px;
	height:auto;
	margin-top:5px;
	overflow:auto;
	
}


#boxcontainer{
	width:867px;
	background-color:#FFFFFF;
	margin: 10px auto;
	
	}

/* Cornered Content */
 /* set background images for corners */
.bx {
	background-image:url(images/content_main.gif);
	background-repeat:repeat-y;
	
	

}
.bxtop div {
	background: url(images/content_top.gif) no-repeat top left;
	
}

.bxtop {
	background: url(images/content_top_right.gif) no-repeat top right;
	
}
.bxbot div {
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	

}
.bxbot {
	overflow:auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
/* height and width details */
.bxtop div, .bxtop, .bxbot div, .bxbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.bxcontent {
	margin: 0 14px;
}
.bx {
	width: 100%;
	overflow:auto;
}


.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	
	
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer {
	background-color:#990000;
	width: auto;
	height:20px;
	margin-bottom:10px;
	margin-top:10px;
	font-size: small;
	padding-left:33px;
	}
	
#footer a{
	color: #999999;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
.clear {
	clear:both;
}	

#priceleftcontent {
	width:300px;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
}

#pricerightcontent {
	width:500px;
	float:right;
	font:arial;
	font-size:18px;
	text-align:center;	
}


.datatable {
	border-collapse:collapse;
	width:100%;
	font-size:14px;
	
	
}


.pricecellleft {
	padding:0.3em;
	
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#0b640d');
	background:  -moz-linear-gradient(top,  #66cc00,  #0b640d);
	background: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#0b640d));
	border-right:1px solid #030;*/
}

.pricecellright {
	padding:0.3em;
	
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#0b640d');
	background: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#0b640d));
	background:  -moz-linear-gradient(top,  #66cc00,  #0b640d);
	border-left:2px solid #090;*/
}
.pricecellcenter {
	padding:0.3em;
	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#0b640d');
	background: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#0b640d));
	background:  -moz-linear-gradient(top,  #66cc00,  #0b640d);
	border-right:1px solid #030;
	border-left:2px solid #090;*/
}


.datatable th {
/*background-color: #333333;/*#25A301;*/
/*	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000));
	background:  -moz-linear-gradient(top,  #ccc,  #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/
	color:#66cc00;
	font-weight:bolder;
	
	font-size:16px;
	text-align:center;
	padding:0.3em;

}		

td#pricetable {
	font-size:14px;
	
	text-align:center;

	}
td#pricetablehead {
	
}


.prbx {
	background-image:url(images/table_main.gif);
	background-repeat:repeat-y;
}

.prbxtop div {
	background: url(images/table_top.gif) no-repeat top left;
	
}

.prbxbot div {
	background-image: url(images/table_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	

}
.prbxbot {
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left bottom;
	
	
}
/* height and width details */
.prbxtop div, .prbxtop, .prbxbot div, .prbxbot {
	width:500px;
	height: 14px;
	
}
.prbxcontent {
	margin: 0 14px;
}
.prbx {
	
	overflow:hidden;
}

/****************************
*							*
*	App Form				*
*							*
****************************/

#appformcontent {
	width:380px;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	
	
}
.appbx {
	background-image:url(images/appform_main.gif);
	background-repeat:repeat-y;
	}

.appbxtop div {
	background: url(images/appform_top.gif) no-repeat top left;
	
}

.appbxbot div {
	background-image: url(images/appform_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	

}
.appbxbot {
	overflow:auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	
	
}
/* height and width details */
.appbxtop div, .appbxtop, .appbxbot div, .appbxbot {
	width:352px;
	height: 14px;
	
}
.appformcontent {
	margin: 0 40px;
}
.appbx {
	
	overflow:hidden;
}

.appformtextbox {
	background-image:url(images/appform_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
.appformtextarea {
	background-image:url(images/appform_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	max-width:320px;
	max-height:200px;
}
#diagram1 {
	background-image: url(images/diagram1part1.jpg);
	height:291px;
	background-repeat: no-repeat;
}	

#diagram1part2 {
	background-image: url(images/diagram1part2.jpg);
	height:38px;
	background-repeat:no-repeat;
}		

.enlargebutton {
	float:right;
	padding-right:50px;
}

#diagram2 {
	background-image: url(images/diagram2part1.jpg);
	height:312px;
	background-repeat: no-repeat;
}		

#diagram2part2 {
	background-image: url(images/diagram1part2.jpg);
	height:38px;
	background-repeat:no-repeat;
}	

#downloadtop  {
	background-image: url(images/download_part1.jpg);
	height:80px;
	background-repeat:no-repeat;			
}	

	
#downloadbottom  {
	background-image: url(images/download_part3.jpg);
	height:65px;
	background-repeat:no-repeat;			
}	
.mfmclient {
	width:137px;
	height:24px;
	float:left;
	padding-left:10px;
}	

.mfmsetup {
	width:137px;
	height:24px;
	float:left;
	padding-left:10px;
}	
.mfmmulti {
	width:159px;
	height:24px;
	float:left;
	padding-left:10px;
}