﻿html, body {
	color :#41535D;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

body {
	border-width: thin;
	font-family: Arial;
	font-size: 9pt;
	line-height:18px;
	background-color: Black;
}

A 		 {  text-decoration:none }
A:link   {	text-align: left;
} 
A:visited{  } 
A:active {  } 
A:hover  { color: White; background: #00AEEF; } 

.IntroBox {
	background-image:url('Images/IntroPage.gif');
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
}

.HomeBox {
	background-image:url('Images/HomePage.gif');
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
}

.AboutBox {
	background-image:url('Images/AboutBrandHub.gif');
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
}

.SystemBox {
	background-image:url('Images/BrandManagementSystem.gif');
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
}

.ModuleBox {
	background-image:url('Images/ManagementModules.gif');
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
}

.ModuleViewBox {
	background-image:url('Images/ImageTemplate.gif');
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
}

.ContactUs {
	background-image:url('Images/ContactUs.gif');
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
}

.Foundation {
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
	background-color:#FFFFFF;
}


.MenuTxt { 	
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	color : #00AEEF;
	line-height:14px;
}

.MenuTxt :link   { color : #41535D; } 
.MenuTxt :visited{ color : #41535D; } 
.MenuTxt :active { color : #41535D; } 
.MenuTxt :hover  { color : #00AEEF; background-color:transparent;} 

.MenuSelected {
	color :00AEEF;
}
 
.DiscTxt { 	
	white-space: nowrap;
	text-align: center;
	font-size: 8px;
}
.DiscTxt:link   { color : #41535D; } 
.DiscTxt:visited{ color : #41535D; } 
.DiscTxt:active { color : #41535D; } 
.DiscTxt:hover  { color : #41535D; background-color:transparent;} 

.ModuleTxt { 	
	white-space: nowrap;
	text-align: left;
	font-size: 10px;
	font-weight:bold;
	color : #41535D;
}
.ModuleTxt :link   { font-weight:normal; font-size:10px; color: #41535D; background: transparent;  } 
.ModuleTxt :visited{ font-weight:normal; font-size:10px; color: #41535D; background: transparent; } 
.ModuleTxt :active { font-weight:normal; font-size:10px; color: #41535D; background: transparent; } 
.ModuleTxt :hover  { font-weight:bold; font-size:10px; color: #41535D; background: transparent; } 

.SmallTxt { 	
	white-space: nowrap;
	text-align: center;
	font-size: 8px;
	color: #00AEEF;
	text-decoration:none;
}
.SmallTxt:link   { color : #00AEEF; } 
.SmallTxt:visited{ color : #00AEEF; } 
.SmallTxt:active { color : #00AEEF; } 
.SmallTxt:hover  { color : #41535D; background-color:transparent;} 

.ContactTxt { 	
	white-space: nowrap;
	font-size: 8pt;
	line-height:15px;

}

.legal {
	font-family: Arial;
	font-size: 12px;
	color :#41535D;
	background-color: transparent;
}

.LittleBar
{
	font-size: 8px;
}

