﻿/* Formatting */

A
{
	text-decoration				: none ;
	color						: #b7e3f1 ;
}
A:hover
{
	text-decoration				: underline ;
	color						: #F8D548 ;	
}
body
{
	background-color			: #A5B2CA ;
	font-family					: Verdana ;
	color						: White ;
	font-size					: 10px ;
}

TEXTAREA,
INPUT
{
	font-family					: Verdana ;
	font-size					: 10px ;
}

.BaseContentHolder
{
	background-image			: url('../Images/BaseBackground.jpg') ;
	width						: 800px ;
	height						: 599px ;
	margin						: 0px auto ;
	position					: relative ;
}

.Footer
{
	margin						: 5px auto ;
	font-size					: 9px ;
	text-align					: center ;
	background-color			: #336699 ;
	background-image			: url('../Images/BaseBackground.jpg') ;
	width						: 800px ;
	padding-top					: 3px ;
	padding-bottom				: 3px ;
}

.CapLeft
{
	background-image			: url('../Images/img_trngle_left') ;
	width						: 10px ;
	height						: 10px ;
	float						: left ;
}

.CapRight
{
	background-image			: url('../Images/img_trngle_right') ;
	width						: 10px ;
	height						: 10px ;
	float						: right ;
}

.MenuContentHolder
{
	height						: 22px ;
	padding-top					: 10px ;
	padding-left				: 35px ;
}

.BannerContentHolder
{
	height						: 160px ;
	width						: 800px ;
}

.BodyContentHolder
{
	width						: 800px ;
	height						: 400px ;	
}

.TopMenu
{
	margin-top					: 0px ;
}

.BulletBox
{
	background-image			: url('../Images/img_bulletbox.png') ;
	width						: 271px ;
	height						: 103px ;
	margin-left					: 16px ;
	padding-top					: 18px ;
}

.BulletPoint
{
	background-image			: url('../Images/img_bullet.png') ;
	width						: 13px ;
	height						: 13px ;
	float						: left ;
	margin-right				: 10px ;
	margin-left					: 40px ;
	margin-top					: 10px ;
}

.BulletTextBox
{
	width						: 200px ;
	height						: 13px ;	
	float						: left ;
	margin-top					: 10px ;
}

.BulletText
{
	font-family					: Arial ;
	font-size					: 10px ;
	font-weight					: bold ;
	color						: #03DAFF ;
}

.ArtOne
{
	width						: 260px ;
	height						: 245px ;
	float						: left ;
}

.ArtTwo,
.ArtThree
{
	width						: 420px ;
	height						: 180px ;
	float						: left ;
}

.ArtOne
{
	margin-left					: 35px ;
}

.ArtTwo
{
	margin-left					: 35px ;
	margin-top					: -90px ;
}

.ArtThree
{
	margin-left					: 35px ;
}

/* TEXT */

.TextHighlight
{
	color						: #F8D548 ;
	font-weight					: bold ;
}

.BodyText
{
	width						: 725px ;
	margin						: 25px auto 0px ;
}

/* IMAGES */

.ImageTFT
{
	background-image			: url('../Images/img_tft.png') ;
	width						: 108px ;
	height						: 190px ;
	position					: absolute ;
	left						: 340px ;
	top							: 25px ;
}

.ImageCDM
{
	background-image			: url('../Images/img_cdm.png') ;
	width						: 192px ;
	height						: 63px ;
	float						: right ;
	margin-right				: 30px ;
	margin-top					: 32px ;
}

.ButtonHome,
.ButtonXenops,
.ButtonContact
{
	width						: 40px ;
	height						: 40px ;
	margin-top					: 120px ;
	float						: left ;
}

.ButtonHome
{
	background-image			: url('../Images/img_button_hom.png') ;
	margin-left					: 50px ;
}

.ButtonXenops,
.ButtonContact
{
	margin-left					: 35px ;	
}

.ButtonXenops
{
	background-image			: url('../Images/img_button_xen.png') ;
}

.ButtonContact
{
	background-image			: url('../Images/img_button_cnt.png') ;
}

.ImageBullet
{
	background-image			: url('../Images/img_bullet.png') ;
	width						: 13px ;
	height						: 13px ;
}

.HeadingBackground
{
	background-image			: url('../Images/HeadingGraphic.png') ;
	height						: 39px ;
	padding-top					: 24px ;
	padding-left				: 33px ;
	font-weight					: bold ;
	color						: #F8D548 ;
	background-repeat			: no-repeat ;
	margin-bottom				: 5px ;
	margin-top					: 5px ;
}

.ArtThreeImage
{
	background-image			: url('../Images/img_sbslogo.png') ;
	height						: 110px ;
	width						: 100px ;
	float						: left ;
	margin-right				: 10px ;
	background-repeat			: no-repeat ;
}

.ImageXenops
{
	background-image			: url('../Images/img_xenops.png') ;
	height						: 64px ;
	width						: 145px ;
	float						: right ;
	margin-left					: 10px ;
	margin-bottom				: 10px ;
}
