﻿body 
{
	padding: 15px 0px 0px 0px;
	margin: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
img
{
	border: 0px;
}
a
{
	text-decoration: none;
	border-bottom: dotted 1px;
	color: #3a66dd;
}
a:hover
{
	text-decoration: underline;
	border-bottom: none;
	color: #3a66dd;
}
td { font-family: Arial; font-size: 12px; }
th { font-family: Arial; font-size: 12px; background-color: #eeeeee;}
/*h2 { font-family: Arial; font-size: 20px; color:blue;}*/

li { padding-top: 2px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#mainBody
{
	border: solid 1px #d3d4d6;
	width: 990px;
	/*height: 800px;*/
	background-color: #f3f3f3;
	background-image: url(images/body_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}
#mainHeader
{
	position: relative;
	width: 958px;
	height: 150px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 12px;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
}
#mainHeaderLogo
{
	left: 0px;
	position: absolute;
	width: 300px;
	height: 150px;
}
#mainHeaderMenu
{
	left: 300px;
	position: absolute;
	width: 658px;
	height: 150px;
	text-align: right;
}
a.plain
{
	border-bottom: none;
	text-decoration: none;
}
a.plain:hover
{
	border-bottom: none;
	text-decoration: none;
}
.mainMenuItem
{
	padding-top: 4px; 
	width: 90px;
	height: 30px;
	border-top: 0px;
	border-left: solid 1px #d2d4d3;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-size: 10px;
	color: #a0a1a3;
	cursor: pointer;
}
.mainMenuSubItem
{
	padding-top: 2px; 
	padding-right: 2px;
	width: 120px;
	height: 30px;
	border-top: 0px;
	border-left: solid 1px #d2d4d3;
	border-right: solid 1px #d2d4d3;
	border-bottom: solid 1px #d2d4d3;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size: 10px;
	color: #a0a1a3;
	cursor: pointer;
	background-color: White;
}
.menuHover
{
	background-image: url(images/menu_selected_bg.png);
}
.menuSubHover
{
	background-image: url(images/menu_selected_bg.png);
}
.menuHomeSelected
{
	background-color: #77848a;
}
.menuSolutionsSelected
{
	background-color: #5dba45;
}
.menuFeaturesSelected
{
	background-color: #ffea00;
}
.menuPurchaseSelected
{
	background-color: #6265ac;
}
.menuContactSelected
{
	background-color: #ee1b2e;
}
#mainContent
{
	position: relative;
	padding-bottom: 20px;
}
#mainContentLeft
{
	width: 230px;
	text-align: left;
	vertical-align: top;
}
#mainContentRight
{
	width: 760px;
	text-align: left;
	vertical-align: top;
}

.starList
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.starList li 
{
	font-size: 12px;
	padding-left: 18px;
	padding-top: 7px;
	background-image: url(images/red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#homeColourHeader
{
	position: relative;
	width: 200px;
	height: 8px;
	background-color: #77848a;
}

#homeMainBody
{
	width: 718px;
	border: solid 1px #d2d4d3;
	background-color: White;
	padding: 5px;
}
#homeMainBodyHeader
{
	height: 30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #77848a;
}
#homeMainBodyForm
{
	font-family: Arial;
	font-size: 12px;
	width: 678px;
	background-image: url(images/form_bg.png);
	background-repeat: repeat-x;
	padding: 5px;
}

.homeList
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.homeList li 
{
	font-size: 12px;
	padding-left: 18px;
	padding-top: 7px;
	background-image: url(images/red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	GENERAL CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img.screenshot
{
	border: solid 1px #f2f2f4;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
a.screenshot
{
	font-size: 10px;
}

.DropDownList
{
	width: 172px;
	font-family: Arial;
	font-size: 12px;
	color: #393939;
	border: solid 1px #d2d4d3;
}
.TextBox
{
	width: 170px;
	font-family: Arial;
	font-size: 12px;
	color: #393939;
	border: solid 1px #d2d4d3;
}
.StandardButton
{
	width: 100px;
	font-family: Arial;
	font-size: 12px;
	color: #5e5e5e;
	border: solid 1px #d2d4d3;
}
.SmallGreyButton
{
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	color: #828282;
	cursor: pointer;
}
.GreenLink
{
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	color: #5dba45;
	cursor: pointer;
	text-decoration: none;
}
.GreenLink:hover
{
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	color: #5dba45;
	cursor: pointer;
}
.TreeView
{
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size: 10px;
}
.TreeViewRootNode
{
	font-weight: bold;
}
.TreeViewSubNode
{
	color: #393939;
}
.ErrorMessage
{
	color: Red;
	font-family: Arial;
	font-size: 10px;
}
.textArial12
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
}
.textArial11
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
}
.textArial10
{
	font-family: Arial;
	font-size: 10px;
	color: Black;
}
.pageMenuColumn
{
	width: 85px;
	height: 80px;
	border: none;
	vertical-align: top;
	text-align: center;
}
.pageMenuLink
{
	font-family: Arial;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: none;
}
.pageMenuLink:hover
{
	font-family: Arial;
	font-size: 11px;
	color: Black;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SOLUTIONS CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#solutionsColourHeader
{
	position: relative;
	width: 200px;
	height: 8px;
	background-color: #5dba45;
}
#solutionsMainBody
{
	width: 718px;
	border: solid 1px #d2d4d3;
	background-color: White;
	padding: 10px;
}
#solutionsMainBodyHeader
{
	height: 30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #5dba45;
}
#solutionsMainBodyForm
{
	width: 678px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/form_bg.png);
	background-repeat: repeat-x;
	padding: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURES CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#featuresColourHeader
{
	position: relative;
	width: 200px;
	height: 8px;
	background-color: #ffd600;
}

#featuresMainBody
{
	width: 718px;
	border: solid 1px #d2d4d3;
	background-color: White;
	padding: 10px;
}

#featuresMainBodyHeader
{
	height: 30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #ffd600;
}
#featuresMainBodyForm
{
	width: 678px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/form_bg.png);
	background-repeat: repeat-x;
	padding: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PURCHASE CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#purchaseColourHeader
{
	position: relative;
	width: 200px;
	height: 8px;
	background-color: #6265ac;
}
#purchaseMainBody
{
	width: 718px;
	border: solid 1px #d2d4d3;
	background-color: White;
	padding: 10px;
}
#purchaseMainBodyHeader
{
	height: 30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #6265ac;
}
#purchaseMainBodyForm
{
	width: 678px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/form_bg.png);
	background-repeat: repeat-x;
	padding: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#contactColourHeader
{
	position: relative;
	width: 200px;
	height: 8px;
	background-color: #ee1b2e;
}

#contactMainBody
{
	width: 718px;
	border: solid 1px #d2d4d3;
	background-color: White;
	padding: 10px;
}
#contactMainBodyHeader
{
	height: 30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #ee1b2e;
}
#contactMainBodyForm
{
	width: 678px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/form_bg.png);
	background-repeat: repeat-x;
	padding: 20px;
}
