﻿
/* HTML Tags */
body
{
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Sans-Serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: url( '../externalimages/txtureBlack.jpg' );
}

a
{
	color: #990000;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 5px;
	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Sans-Serif;
}

img
{
	border: none;
}

/* Begin Fix float container issues */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/* End Fix float container issues */

/* Site Classes */
#WholeSite
{
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	text-align: justify;
	overflow: hidden;
}

.RadMenu_Default
{
	padding-left: 50px;
	width: 698px;
}

.BBText
{
	color: #990000;
}

.CenterText
{
	text-align: center;
}

/* All non-nav, non-footer */
#ActualContent
{
	padding: 25px;
}

/***************** Default.aspx *****************/

/* Left side of home page */
#SiteBody
{
	float: left;
	width: 490px;
	padding-right: 10px;
}

/* Right side of home page */
#SiteRtGutter
{
	float: left;
	width: 187px;
	padding-left: 10px;
	border-left: solid 3px #CCC;
}

/* Main BB Graphic */
.BBGif
{
	float: left;
	margin: 0 10px 10px 0;
}

#SiteBody h1
{
	margin-top: 0;
	padding-top: 0;
}

#Easy123
{
	margin-bottom: 10px;
}

#SiteBody ul
{
	margin-top: 0;
	padding-top: 10px;
}

img.ManPC
{
	margin-top: 30px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 120px;
}

/* Test Drive Flash on the right handside */
.DfltDemo
{
	height: 75px;
	width: 190px;
}

/************** TestDrive.aspx ***************/
.BBDemoFlsh
{
	width: 700px;
	height: 600px;
}

/***************** gneralfaq.aspx *****************/
.FAQDefinition
{
	margin-bottom: 10px;
}

.FAQDefinition div
{
	margin: 5px 0;
}

.FAQDefinition .Col1
{
	font-weight: bold;
}

/***************** contactus.aspx *****************/
#contactus h1, #contactus h3
{
	margin-left: 0;
	padding-left: 0;
}

#contactus td
{
	padding: 10px;
}

#contactus ul.PhnLst
{
	margin: 0;
	padding: 0;
}

h2.frmTitle
{
	visibility: hidden;
	display: none;
}

input.frmBtn
{
	margin-left: 205px;
}

/* This is the ID that .NET gives its trace output information 9for debug purposes only */
#__asptrace
{
	background-color: #FFF;
}
