﻿*
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Tahoma, Verdana,Arial,Helvetica;
	font-size: 14px;
	background-color: gray;
}
img
{
	border-style: none;
}
a
{
	text-decoration: none;
	color: Blue;
}
a:hover
{
	color: Red;
}
#page
{
	width: 960px;
	margin: 0px auto;
	border: solid 1px black;
	background: white;
	padding: 2px;
	border-top: none;
	border-bottom: none;
	overflow: visible;
}
#page #leftCol
{
	width: 210px;
	float: left;
}
#page #mainCol
{
	width: 570px;
	float: left;
	overflow: hidden;
	min-height: 900px;
}
#page #rightCol
{
	width: 180px;
	float: left;
	overflow: hidden;
}
#page #topHead
{
	display: block;
	width: 960px;
	background-color: #023059;
	clear: both;
	height: 80px;
}
ul
{
	list-style: none none outside;
}
#footer
{
	display: block;
	clear: both;
	background-color: #023059;
	margin-bottom: 3px;
	height: 70px;
	width: 960px;
	padding: 5px 0 5px 0;
}
/*Navigation Menu*/
.navigation
{
	border: 1px solid #5263AB;
	width: 205px;
	background-color: #F9FFB7;
}
.navigation a.head
{
	cursor: pointer;
	border-bottom: 1px solid #477298;
	background: #023059 url(images/collapsed.gif) no-repeat scroll 3px 8px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	font-size: 14px;
}
.navigation a.head:hover
{
	color: #FFFF99;
}
.navigation a.selected
{
	background-image: url(images/expanded.gif);
}
.navigation a.current
{
	background-color: #FFFF99;
}
.navigation ul
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
.navigation li
{
	list-style: none outside none;
	display: inline;
}
.navigation li li
{
	display: block;
	border-bottom: dotted 1px #927212;
	padding: 5px 5px 5px 18px;
	background: #F9FFB7 url(images/bullside.png) no-repeat scroll 3px 7px;
}
.navigation li li a
{
	font-family: Tahoma;
	font-size: 14px;
	color: #927212;
	text-decoration: none;
}
.navigation li li a:hover
{
	color: #FF0000;
}
/*Navigation Menu Ends*/


#topSlide
{
	float: left;
}
.topAd
{
	height: 250px;
}
.softBox
{
	margin-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	border-bottom: dashed 1px gray;
}
.softBox .prodImg
{
	float: left;
	width: 150px;
	padding: 5px 0 0 10px;
	overflow: hidden;
}
.softBox .prodInfo
{
	float: left;
	width: 395px;
	padding: 5px 5px 5px 10px;
}
.softBox a
{
	text-decoration: none;
	color: #1380A7;
}
.softBox a:hover
{
	color: maroon;
}
.softBox .infoBox
{
	margin: 2px;
}
.softBox .infoBox .buySoft
{
	float: left;
	margin-left: 2px;
}
.softBox .infoBox .dlSoft
{
	float: left;
	margin-left: 15px;
}
.softBox .infoBox .softInfo
{
	clear: both;
	margin: 2px;
}
.prodHead
{
	font-size: 19px;
	font-weight: bold;
	color: #1380A7;
}
.prodTagline
{
	font-size: 14px;
	color: Gray;
}
ul.botProdList
{
	clear: both;
	display: block;
}
ul.botProdList li
{
	background: url(  'images/bullside.png' ) no-repeat 0px;
	margin-left: 5px;
	float: left;
	padding-left: 15px;
}
.softCat
{
	font-weight: bold;
	display: block;
	color: #55555A;
}
.botProdList li a
{
	color: #927212;
	text-decoration: none;
}
.botProdList li a:hover
{
	color: #FF0000;
}
ul.botBar
{
	display: inline-block;
	margin: auto;
}
ul.botBar li
{
	float: left;
	margin-left: 20px;
}
ul.botBar li a
{
	font-size: 16px;
	text-decoration: none;
	color: white;
}
ul.botBar li a:hover
{
	color: Yellow;
}
.footLinks
{
	margin: auto;
	width: 540px;
	height: 25px;
	margin-bottom: 10px;
	border-bottom: solid 1px white;
}

.siteLinks
{
	text-align: center;
	width: 170px;
	padding: 5px;
}
.siteLinks img
{
	padding: 3px;
	border: solid 1px gray;
}
.siteLinks a
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: Blue;
}

.siteLinks a:hover
{
	color: Red;
	text-decoration: underline;
}
h1
{
	padding-left: 5px;
	font-size: 22px;
	color: #023059;
	margin-bottom: 3px;
}

/*Content Pages*/
#tabs
{
	font-size: 14px;
	margin-top: 15px;
}
#tabs ul.headTabs
{
	float: right;
	background: #DBD7C1;
	width: 565px;
	padding-top: 4px;
}
.headTabs li
{
	margin-left: 8px;
	list-style: none;
}
* html #tabs li
{
	display: inline; /* ie6 double float margin bug */
}
.headTabs li, .headTabs li a
{
	float: left;
}
.headTabs li a
{
	text-decoration: none;
	padding: 8px;
	color: #0073BF;
	font-weight: bold;
}
ul.headTabs li.active
{
	background: #ffffff;
}
ul.headTabs li.active a
{
	background: url(img/nav-left.gif) no-repeat left top;
	border: solid 1px gray;
	border-bottom: none;
	color: #333333;
}
#tabs div.topTab
{
	background: #ffffff;
	clear: both;
	padding: 0 20px;
	min-height: 200px;
}
span.topicHead
{
	padding-left: 18px;
	font-weight: bold;
	background: url(  'images/rightarr.png' ) no-repeat;
	display: block;
	margin-bottom: 3px;
}
.overviewList tr td
{
	padding-top: 10px;
}
.overviewList tr td ul
{
	list-style: disc none outside;
	padding-left: 15px;
}
.overviewList tr td ul li
{
	clear: both;
	display: block;
}
.leftCol
{
	float: left;
	margin-right: 15px;
}
.prodFeatureHeads
{
	font-weight: bold;
	display: block;
	clear: both;
	padding: 15px 0 5px 0;
}
ul.prodFeatureList
{
	list-style: disc none outside;
}
.prodShot
{
	padding: 5px;
	margin: 10px;
	overflow: auto;
}
.prodShot img
{
	display: inline-block;
	padding: 3px;
	border: solid 1px gray;
}
.downloadSoft
{
	width: 80%;
	text-align: center;
	padding: 10px;
	margin: auto;
}
.downloadSoft img
{
	display: inline-block;
}
.prodSales
{
	padding-top: 15px;
	text-align: center;
	width: 80%;
	margin: auto;
	line-height: 150%;
}
.payBox
{
	background-color: #D3F097;
	border: solid 1px green;
	padding: 4px;
	margin: 4px;
}
.payBox .payments
{
	padding-left: 5px;
}
.payBox .payments .payItem
{
	padding-left: 10px;
	font-size: 12px;
}
/*Content Pages End*/
