/******************************** MAIN BODY **************************/
BODY{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight:bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color : white;
}

p {  }
/**************************** POSITIONING *******************************/

/***************** TOP MENU ***************/
#menu a i { visibility: hidden; }

a#imactive { 
  height: 88px;
  width: 170px;
  top: 27px; 
  left: 100px;
  position: absolute;
  text-decoration: none;
  /*border: #26a solid 1px;*/
}

a#email{
	
	font-size: 14px;
	font-weight:bold;
	color: black;
	position: absolute;
	top: 103px;
	left: 786px;
	text-decoration: none;
}

a#email:hover { color: #3D953A; border-bottom: none;}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	text-decoration: none;
}

a#active{
	position: absolute;
	top: 135px;
	left: 100px;	
}

a#active:hover { border-bottom: 1px solid #3D953A;}

a#team{
	position: absolute;
	top: 135px;
	left: 208px;
}

a#team:hover { border-bottom: 1px solid #3D953A;}

a#news{
	position: absolute;
	top: 135px;
	left: 318px;
}

a#news:hover { border-bottom: 1px solid #3D953A;}

a#charity{
	position: absolute;
	top: 135px;
	left: 461px;
}

a#charity:hover { border-bottom: 1px solid #3D953A;}

a#contact{
	position: absolute;
	top: 135px;
	left: 786px;
}

a#contact:hover { border-bottom: 1px solid #3D953A;}

a#home{
	position: absolute;
	top: 135px;
	left: 893px;
}

a#home:hover { border-bottom: 1px solid #3D953A;}


/**************************************/


/****************** INDEX *************/
#index
{
	position: relative;
	width: 1024px;
	height: 1024px;
	background-image: url(../images/index.jpg);
}

#activewear-btn 
{
	position: absolute;
	top: 524px;
	left: 74px;
}

#teamwear-btn 
{
	position: absolute;
	top: 524px;
	left: 369px;
}

#news-btn
{
	position: absolute;
	top: 524px;
	left: 664px;
}

a#profit{
	position: absolute;
	top: 775px;
	left: 114px;
}

a#profit:hover { border-bottom: 1px solid #3D953A;}
/**************************************/
/****************** ACTIVEWEAR *************/
#activewear
{
	position: relative;
	width: 1024px;
	height: 1024px;
	background-image: url(../images/activepage.jpg);
}

.catalog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight:bold;
}

.catalog:hover { border-bottom: 1px solid #3D953A;}
/**************************************/
/****************** TEAMWEAR *************/
#teamwear
{
	position: relative;
	width: 1024px;
	height: 1024px;
	background-image: url(../images/teampage.jpg);
}
/**************************************/

/****************** NEWSANDEVENTS *************/
#events
{
	position: relative;
	width: 1024px;
	height: 1024px;
	background-image: url(../images/newspage.jpg);
}
/**************************************/

/****************** CHARITY *************/
#charitypage
{
	position: relative;
	width: 1024px;
	height: 1024px;
	background-image: url(../images/charitypage.jpg);
}

#charityform
{
	position: relative;
	width: 590px;
	height: 600px;
	background-image: url(../images/charitypageform.jpg);
}

#formcontainer{
/*	border: #26a solid 1px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px;
	color: white;
}

/**************************************/

/****************** CONTACT *************/
#contactpage
{
	position: relative;
	width: 1024px;
	height: 1024px;
	background-image: url(../images/contactpage.jpg);
}
/**************************************/

/************ Container for Left Text Box ******************/
#leftcontainer{
/*	border: #26a solid 1px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px;
	color: black;
	position: absolute;
	top: 215px;
	left: 91px;
	width: 252px;
	height: 470px;
	line-height: 18.5px;
	text-align: left;
}
/***********************************************************/



