@CHARSET "UTF-8";

div#lay_content .center {
	text-align: center;
	background-color:white;
}

.tablediv {
	margin: 0 auto !important;
	text-align:center;
	clear:both;
}

table .pricing {
	font-size:xx-large;
}

table .med {
	background-color:#d0ffd0;
}

table .light {
	background-color:#e0ffe0;
}

table th {
	font-weight:bold;
}

table thead {
	background-color:#b0ffb0;
	font-weight:bold;
	text-align:center;
	font-size:larger;
}

table .tablefooter {
	background-color:#80ff80;
	text-align:center;

}

div#bodywrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1000px;
	background-color:white;
}

div#topbanner {
	background: #0e0e0e url('/img/inox_grad_bcgnd.gif') repeat-x;
	text-align:center;
	color:white;
	font-weight:bold;
	padding-bottom:10px;
}

div#topbanner img {
	margin: 0;
	margin-top: 10px;
}

div#lay_content img {
	margin-bottom: 10px;
}

div#lay_content form {
	margin-bottom: 30px;
}

div#all {
	background: #868686 url('/img/shadow_page.png') repeat-y center;
}

body {
	background: #868686; /* url('/img/shadow_page.png') repeat-y center*/
	color: black;
	text-align: justify;
	font-family: Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, strong {
	color: black !important;
	border: none;
}

/* Footer */

#lay_footer {
	width: 100%;
	clear: both;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 40px;
	text-align:center;
	font-size:x-small;
}

.subpage_links, .subpage_links a, #menu a {
	font-size: 14px;
	font-weight: bold;
	color: #929292;
	text-decoration:none !important;
}

.subpage_links a:hover {
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#menu {
	margin: 0 auto;
	padding-top:1px;
	width: 100%;
}

#menu li {
	display: inline-block;
	padding: 0 15px;
	border-right: solid 1px black;
	line-height: 150%; /* This is how we can manipulate the separator height */
}

#menu li.last {
	border-right: solid 0px black;
}

#text {
	position:relative;
	margin: 0 10px !important;
	text-align:center;
	clear:both;
}

#menu div {
	border-right-width:1px;
	border-right-color:black;
	border-right-style:solid;
	/*border-left-width:1px;*/
	/*border-left-color:black;*/
	/*border-left-style:solid;*/
}

#extra_data {
	float:left;
	position:relative;
	font-size:xx-large;
}

.menu_selected {
	text-decoration: underline;
	font-weight: bold;
	color: green;
}

.menu_selected a {
	color: green !important;
}

#text a {
	text-decoration: underline;
	border: none;
	color: black;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #008000;
	clear:both;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #008000;
}
h2 a{
	color: #008000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #008000;
}

/* features in 2 columns */

#column1 {
  margin-left:  46%;
	width: 45%;
}

#column1 li {
	text-align:left;
}

#column2 li {
	text-align:left;
}

#column2 ul {
	text-align:left;
	background-color:green;
}

#column2 {
  float: left;
  width: 45%;
	background-color:cyan;
	margin-top:0px;
	padding: 0 0 0 0;
}

p {
	font-size:11pt;
}

.featuretable {
	clear:both;
	text-align:justify;
	font-size:11pt;
	padding-right: 10px;
}

.featuretable td {
	text-align:justify;
	margin:0 0;
	padding:0 0;
}

.featuretable ul {
	margin:0 0;
	padding-right: 10px;
}

.featuretable li {
	margin:5px 5px;
}

.featuretourtable h2 {
	margin:20px 0 0 0;
	color:black;
}

.featuretourtable {
	clear:both;
	text-align:center;
	font-size:11pt;
	padding-right: 10px;
	margin: auto auto !important;
	width:90%;
}

.downloadtourtable {
	clear:both;
	text-align:center;
	font-size:11pt;
	margin: auto auto !important;
}

.downloadtourtable td {
	text-align:left;
}

.downloadtourtable .downloadtitle {
	text-align:right !important;
	padding-right:20px;
}

.downloadtourtable .downloadlink{
	font-weight:bolder;
}

.compatibility {
	font-size: 12px;
}

/*#features {*/
/*width:70%;*/
/*margin-left:15%;*/
/*margin-right:15%;*/
/*margin: auto auto !important;*/
/*text-align:center !important;*/
/*clear:both;*/
/*}*/


