body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	font-size: 11px;
	line-height: 16px;
}
a:focus {
	outline: 0;
}
.twoColFixRtHdr #container {
	width: 975px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background01.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header {
	padding: 0 0px 0 300px;
	height: 117px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 128px;
	margin-top: 50px;
	padding-top: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 30px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 30px;
	margin: 5px 0 0 0;
	position: relative;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.roman9px {
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 1px;
}
.bold9px {
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
}
a:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.roman10px {
	font-size: 10px;
	line-height: 15px;
}
.roman11px {
	font-size: 12px;
	font-weight: normal;
}
.roman12px {
	font-size: 12px;
}
.bold10px {
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}
.bold11px {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
}
.bold12px {
	font-size: 12px;
	font-weight: bold;
}
.form {
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
}
.roman14px {
	font-size: 14px;
	line-height: 27px;
}
.background {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}
.roman10pxwide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #FFFFFF;
}
.bold12pxline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	background-image: url(../images/orange_line_horiz.gif);
	background-position: 18px;
}
.bold14px {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 18px;
}
.movingStills {
	font-size: 16px;
	font-weight: bold;
	padding-top: 70px;
	padding-right: 10px;
}
h2, h3, h4 {
	margin: 0px 0 6px 0;
	font-size: 11px;
	color: #FFF;
}
.h1Para {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px 0 6px 0;
}
h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
.MainContent, .MainContentSingle, .MainContentThumbs, .MainContentCaseStudies, .MainContentLrg {
	float: left;
	width: 540px;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
}
.MainContentLrg {
	width: 800px;
	margin-left: 0px;
}
.MainContentSamples {
	float: left;
	width: 812px;
	position: relative;
}
.MainContentSingle {
	width: 270px;
	margin-left: 0px;
}
.MainContentThumbs {
	width: 540px;
	margin-left: 10px;
}
.MainContentCaseStudies {
	width: 638px;
	padding-bottom: 20px;
}
.leftText {
	width: 255px;
	float: left;
	padding: 30px 5px 0 0;
}
.CaseStudiesThumbs {
	width: 151px;
	float: left;
	padding: 10px 0px 0 0;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}
.Orange {color: #FF6600}.title {
	background-color: #FF6600;
	color: #FFFFFF;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	float: left;
	height: 47px;
	width: 240px;
	text-align: left;
	line-height: 47px;
	padding-left: 20px;
}
.headline {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	float: left;
	height: 47px;
	padding: 0px 0 0 10px;
	width: 540px;
	line-height: 47px;
}
.black {
	color: #000000;
}
.ArialBlack, .ArialBlackOrange {
	font-family: "Arial Black", "Verdana Bold", "Arial Bold";
}
.ArialBlackOrange {
	color: #FF6600;
}
.white {
	color: #FFFFFF;
}
.Catslink a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	background-image: url(../images/AnimatedButton01.gif);
	background-repeat: no-repeat;
	line-height: 27px;
	background-position: 0 50%;
	display: block;
	margin-bottom: 6px;
}
.Catslink a:hover {
	color: #FF6600;
	background-image: url(../images/AnimatedButton02.gif);
}
.phoneNumber {
	padding-left: 20px;
	float: left;
	padding-top: 19px;
}
.LargeCats {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 30px;
	width: 200px;
}
.LargeCats a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	line-height: 24px;
}
.LargeCats a:hover {
	color: #FF6600;
}
.clearRight {
	clear: right;
}
.Numbers a {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	border: solid #FF6600 1px;
	display: block;
	text-align: center;
	margin-right: 2px;
	float: left;
	margin-top: 96px;
	border-bottom: 0;
	padding: 0 7px 0 7px;
}
.Numbers a:hover {
	background-color: #FF6600;
}
.NumbersCurrent {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	border: solid #FF6600 1px;
	display: block;
	text-align: center;
	margin-right: 2px;
	float: left;
	margin-top: 96px;
	border-bottom: 0;
	padding: 0 7px 0 7px;
	background-color: #FF6600;
}
.NavInstructions {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 20px;
	display: block;
	text-align: center;
	margin-right: 2px;
	float: left;
	margin-top: 96px;
	border-bottom: 0;
	padding: 0 7px 0 7px;
}
.Numbers a:active {
	background-color: #FFFFFF;
	color: #000000;
}
.FooterHeadings a {
	font-size: 14px;
	font-weight: bold;
	width: 238px;
	border: solid #FF6600 1px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px 10px 0px 10px;
	line-height: 16px;
	height: 60px;
	display: block;
}
.FooterHeadings a:hover {
	background-color: #FFFFFF;
	line-height: 16px;
	color: #000000;
	background-image: url(../images/white.gif);
}
.RightAdvert {
	float: left;
	width: 258px;
	margin-right: 12px;
	color: #FFF;
	margin: 5px 12px 5px 0;
}
.TopText {
	color: #999999;
	font-weight: bold;
	float: left;
	margin: 0 0 20px 30px;
	width: 800px;
	padding-bottom: 20px;
}
.CaseStudyText {
	float: right;
	margin: 6px 0 0px 10px;
	width: 638px;
}
.leftImage {
	float: left;
	margin-top: 10px;
}
.leftImageCentre {
	float: left;
	margin-top: 40px;
	margin: 20px 0 0 120px;
}
.leftImageCentreA {
	float: left;
	margin: 10px 0 0 120px;
	width: 550px;
}
.leftImageThumbs {
	float: left;
	margin-top: 10px;
	width: 540px;
}
.FloatLeft10pxTop {
	float: left;
	padding-top: 10px;
}
.floatLeft {
	float: left;
	margin: 0px 11px 10px 0px;
}
.floatLeftBottom {
	float: left;
	margin: 0px 11px 0px 0px;
}
a img {
	border: 0;
}
.MagnifyImage {
	float: left;
	margin-right: 10px;
}
.grey {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}
.Roman9px {
	font-size: 9px;
}
.BottomText {
	float: left;
	width: 530px;
	margin-right: 10px;
	color: #999;
	margin-bottom: 10px;
	margin-top: 5px;
}
.imgOrangeBorder {
	border: solid 1px #F96818;
	margin-bottom: 5px;
}
.PriceHeading {
	font-family: "Arial Black", "Verdana Bold", "Arial Bold";
	font-size: 14px;
}
.PriceWrapper {
	width: 800px;
	margin-top: 10px;
	float: left;
	border-bottom: solid 1px #FF6600;
	padding-bottom: 10px;
}
.greyA {
	color: #999999;
}
.TextIndented {
	float: left;
	margin: 10px 0 0 30px;
	width: 540px;
}
.LargeMovie {
	float: left;
	padding: 10px 0 0 0;
}
.FloatLeftSamples {
	float: left;
	margin: 10px 10px 0 0; 
}
.NextPanel a, .NextPanel a:hover, .NextPanel2 a, .NextPanel2 a:hover {
	background-image: url(../images/arrow_right.gif);
	float: right;
	width: 313px;
	background-repeat: no-repeat;
	background-position: left 6px;
}
.NextPanel2 a, .NextPanel2 a:hover {
	width: 265px;
}
.NextPanel a:hover, .NextPanel2 a:hover {
	background-image: url(../images/arrow_right_over.gif);
}
.PreviousPanel a, .PreviousPanel a:hover, .PreviousPanel2 a, .PreviousPanel2 a:hover  {
	background-image: url(../images/arrow_left.gif);
	float: left;
	width: 313px;
	background-repeat: no-repeat;
	background-position: right 6px;
}
.PreviousPanel2 a, .PreviousPanel2 a:hover  {
	width: 265px;
}
.PreviousPanel a:hover, .PreviousPanel2 a:hover {
	background-image: url(../images/arrow_left_over.gif);
}
.floatLeftOnly {
	float: left;
}
.FloatRight {
	float: right;
}
.FooterHeadingsHome, .FooterHeadingsHomeText {
	float: left;
	padding-bottom: 0px;
	margin: 0 10px 7px 0;
	width: 260px;
}
.FooterHeadingsHomeText a {
	border-bottom: solid #FF6600 1px;
	padding: 2px 0 5px 10px;
	display: block;
}
.FooterHeadingsHomeText a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(../images/white.gif);
}
.Home.Links {
	float: left;
	width: 900px;
}
