@charset "utf-8";
/* CSS Document */

.MainCol{
width:770px;
float:left;
background-color:#fdfdfb;
}
.SideBarCol{
width:220px;
float:left;
background-color:#fdfdfb;
}

/* Boxes Styling */

.SideBarLinks p{
margin-top:0;
margin-bottom:0;
}
/* Text Colours */
.Red{
color:#990000;
}
.RedStrong{
color:#990000;
font-size:24px;
font-weight:bolder;
}
.PageTitle{
color:#CC0000;
font-size: 18px;
font-weight:bold;
background:url(../images/LogoBullet.gif) no-repeat -2px;
background-position:left;
border-bottom:#990000 solid 1px;
padding-left:15px;
margin-top:5px;
}
.LogoBullet{list-style:url(../images/LogoBullet.gif);}
.clean-gray{
border:solid 1px #DEDEDE; 
background:#EFEFEF;
color:#222222;
padding:0 4px 4px 4px;
margin-left:3px;
width:204px;
text-align:left;
}
.trGrey{
color:#666666;
background:#E5E5E5;
}
.trGreyLight{
color:#000;
background:#f7f7f5;
}
.trYellow{
color:#333333;
background:#ececec;
}
.trYellowLight{
color:#333333;
background:#f0f0f0;
}
.tcGreyLight{
color:#CC0000;
font-size:18px;
font-weight:bolder;
background:#F5F5F5;
}
.trCenter{
text-align:center;
}
.TableBorderOutside{
border:#E5E5E5 solid thin;
}
.Bullets{list-style:url(../images/Bullet1.gif);}
.HowProcessBoxesTitle{
color:#CC0000;
font-size:16px;
background:url(../images/HowProcessBoxTitle.gif) no-repeat;
height:72px;
width:740px;
}
.HowProcessBoxesTitle .Number{
padding:11px 0 0 20px;
color:#FFFFFF;
font-size: 36px;
font:Arial, Helvetica, sans-serif;
font-weight:bolder;
float:left;
}
.HowProcessBoxesTitle .Title{
padding:35px 0 0 50px;
color:#999;
font-size: 18px;
font:Arial, Helvetica, sans-serif;
font-weight:bolder;
float:left;
}
.HowProcessBoxes{
width:689px;
margin-left:35px;
background:#F0F0F0;
border-bottom:#E5E5E5 1px solid;
border-left:#E5E5E5 1px solid;
border-right:#E5E5E5 1px solid;
padding:5px;
}
.FontSmaller{
font-size:12px;
padding-bottom:5px;
}
.ProductsTitle{
width:760px;
background-color:#990000;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
}
.TestimonialsWrap{
width:760px;
}
.CenterThis{margin:0 auto; text-align:center;}
.TextAlignLeft{text-align:left;}