html
{
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	height: 100%;
}

body
{
	margin: 0px;
	/* padding: 0px; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;

/* Tab Menu */
	color: #ffffff; /* 333333 */
}

a:link
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:visited
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Tab Menu content		START */
#wrapper
{
	width: 1024px; /* Menu width */
	margin: 0 auto;
}

.box
{
	background: #000000;
}

.boxholder
{
	clear: both;
	/* padding: 5px; */
	background: #000000;
}

.tab
{
	float: left;
	height: 32px;
	width: 128px;
	margin: 0 0px 0 0;
	text-align: center;
	background: #000000 url(../Images/tab.jpg) no-repeat;
}

.tabtxt
{
	margin: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	/* padding: 9px 0 0 0; */
}
/* Tab Menu content		END */

/* .border
{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0c0c0c;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #0c0c0c;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0c0c0c;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0c0c0c;
} */

.Description
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.Footer
{
	background: url(images/Footer.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	/* padding: 0; */
}

.Reseller_Text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.TextField
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
	color: #FF9900;
}

.Footer_Heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.Footer_Text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

ul.menu
{
	list-style: none;
	margin: 0;
	/* padding: 0; */
}

ul.menu *
{
	margin: 0;
	/* padding: 0; */
}

ul.menu a
{
	display: block;
	color: #000000; /* Main menus Font colour */
	text-decoration: none;
}

ul.menu li
{
	position: relative;
	float: left;
	margin-right: 1px; /* Spacing between the Navigation Main menus */
}

ul.menu ul
{
	position: absolute;
	top: 26px;
	left: 0;
	background: #D1D1D1;
	display: none;
	opacity: 0;
	list-style: none;
}

ul.menu ul li
{
	position: relative;
	border: 0px none #FFFFFF; /* #aaaaaa	Sub menus border colour */
	border-top: none;
	width: 148px;  /* Sub menus width */
	margin: 0;
}

ul.menu ul li a
{
	display: block;
	/* padding: 3px 7px 5px; */
	background-color: #D1D1D1; /* Sub menus without sub-sub menus main colour */
}

/* Drill Down menu - On Mouse Over event colour */
ul.menu ul li a:hover
{
	background-color: #C5C5C5;
}

ul.menu ul ul
{
	left: 148px; /* Sub-Sub menus offset */
	top: -1px;
}

ul.menu .menulink
{
	border: 0px none #AAAAAA; /* Main menus border colour */
	/* padding: 5px 7px 7px; */
	font-weight: bold;
	background: url(../Images/header.gif);
	width: 111px; /* Menu size */
}

ul.menu .menulink:hover, ul.menu .menuhover /* Main menu onmouseover event */
{
	background: url(../Images/header_over.gif);
}

/* Sub menus with sub menus */
ul.menu .sub
{
	background: #D1D1D1 url(../Images/arrow.gif) 136px 8px no-repeat;
}

/* Sub-sub menus top border colour */
ul.menu .topline
{
	border-top: 0px none #AAAAAA;
}

/* ********** To force the "Footer" to be displayed at the bottom of the page at ALL times	START */
.Main_Div
{
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.Sub_Div
{
	width: 1024px; /* MUST set the exact size of the Footer */
	margin: 0px auto;
}
/* ********** To force the "Footer" to be displayed at the bottom of the page at ALL times	END */