@charset "utf-8";
/* CSS Document 
	Created For: Call Care
	Created By:  Spin Advertising & Design
	Author:		 Will Dawber
	Created On:	 11/09/08
*/

a{
	text-decoration:none;
}

img{
	border:none;
	padding:0px;
}

body{
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.orangetext{
	color:#F99D1C;
}

.greytext{
	color:#808080;
}

.redtext{
	color:#971B1E;
}

#wrapper{
	width:775px;
	margin:0px auto;
	border:2pt solid #B2B2B2;
	*border:2px solid #B2B2B2;
	border-top:none;
	background:url(../images/wrapperbg.jpg) repeat-x bottom left;
}

/********************
	START HEADER
********************/
#headerwrapper{
	width:100%;
	background:url(../images/headerbg.jpg) no-repeat;
	height:263px;
}

#headerlogowrapper{
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	margin-left:30px;
	margin-top:35px;
}

#headerlogo{
	
}

#headerlogowriting{
	padding-top:5px;
	font-weight:bold;
}

#headerrightwriting{
	float:right;
	width:400px;
	margin-right:15px;
	margin-top:30px;
}
/********************
	END HEADER
********************/

/*********************
	START MAIN PAGE
*********************/
#mainpagewrapper{
	width:100%;
	clear:both;
}

/*START MAIN NAV*/
#mainnav{
	width:100%;
	margin:0px;
	text-align:center;
	background:url(../images/mainnavbg.jpg) repeat-x;
	height:29px;
	padding-top:2px;
}

#mainnav ul{
	display:inline;
	padding:0px;
	margin:0px;
	*margin-left:30px;
	*margin-top:-2px;
	*float:left;
}

#mainnav ul li{
	list-style:none;
	display:inline;
	*float:left;
	padding:3px 0px 8px 0px;
	*padding:3px 0px 8px 0px;
}

#mainnav ul li a{
	font-size:14px;
	font-weight:normal;
	color:#666666;
	padding:5px 20px 8px 20px;
	*padding:5px 20px 8px 20px;
}

#mainnav ul li:hover, #mainnav ul li.sfHover {
	background:url(../images/navhoverbg.jpg) top right no-repeat;
}

#mainnav ul li a:hover{
	color:#971B1E;
	background:url(../images/navhoverleftbg.jpg) top left no-repeat;
}

#freetriallink{
	background:url(../images/freetriallinkbg.gif) no-repeat top left;
	position:relative;
	margin:0px;
	padding:8px 18px 8px 18px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	*float:left;
	*margin-top:-5px;
	*margin-right:-25px;
	*margin-left:3px;
}
/*END MAIN NAV*/

/*START MAIN COLUMN*/
#maincolumnwrapper{
	width:405px;
	height:660px;
	float:left;
	padding:20px 84px 0px;
	margin-top:20px;
	margin-bottom:20px;
	background:url(../images/maincolumnbg.jpg) repeat-x;
	text-align:center;
	color:#666666;
	font-size:18px;
	line-height:28px;
	border-right:2px solid #B2B2B2; 
}

#maincolumnwrapper a{
	color:#971B1E;
}

#maincolumnwrapper a:hover{
	text-decoration:underline;
}
/*END MAIN COLUMN*/

/*START RIGHT COLUMN*/
#rightcolumnwrapper{
	float:right;
	width:200px;
	padding-bottom:10px;
}

#rightcolumnimproveyourbusinesswrapper{
	width:224px;
	height:424px;
	position:relative;
	float:right;
	margin-right:-35px;
}

#rightcolumnfreetrial{
	clear:right;
	font-size:22px;
	font-weight:normal;
	text-align:center;
	padding-top:20px;
}

#rightcolumnfreetrialimage{
	padding-bottom:5px;
}

#rightcolumnfreetrial a{
	font-size:18px;
	color:#4D4D4D;
}
/*END RIGHT COLUMN*/
/*********************
	END MAIN PAGE
*********************/

/*********************
	START FOOTER
*********************/
#footer{
	width:775px;
	margin:0px auto;
	padding:5px 0px;
	color:#999999;
	font-size:12px;
	text-align:center;
	line-height:20px;
}

.smallfooter{
	font-size:10px;
}


#footer a{
	color:#999999;
}

#footer a:hover{
	color:#999999;
	text-decoration:underline;
}
/*********************
	END FOOTER
*********************/

/**************************
	START SERVICES PAGE
**************************/
/*START TOP PAGE*/
#servicestopboxwrapper{
	width:100%;
	border-bottom:1px solid #971B1E;
	*height:268px;
	overflow:visible;
	background:url(../images/servicestopboxbg.jpg) repeat-x;
}

#servicestopboximage{
	float:left;
	width:100px;
	position:relative;
	margin-left:-27px;
}

#servicestopboxtext{
	width:390px;
	float:right;
	color:#4D4D4D;
	font-size:14px;
	font-weight:500;
	margin-right:170px;
	padding:17px 0px;
}
/*END TOP PAGE*/

/*START MAIN PAGE*/
#servicesmainpage{
	clear:both;
	width:100%;
	padding-bottom:40px;
	*padding-top:30px;
}

#servicestable{
	float:left;
	padding:0px 0px 0px 5px;
}

#servicesphonelady{
	float:right;
	position:relative;
	margin-right:-7px;
	margin-top:45px;
}

.servicesbox{
	background:url(../images/servicesboxbg.jpg) no-repeat;
	width:220px;
	height:93px;
	padding:15px 16px 15px 14px;
}

.servicesboxlogo{
	margin-left:0px;
	margin-top:0px;
}

#servicesnoneofthesefit{
	width:240px;
	padding:15px 0px;
	margin-left:5px;
	font-size:14px;
	border-top:1px solid #971B1E;
	border-bottom:1px solid #971B1E;
}

#servicesnoneofthesefit a{	
	color:#4D4D4D;
}
/*START SERVICES BOXES*/
.callcareservicesboxes{
	position:relative;
	padding:0px;
	font-size:12px;
	color:#4D4D4D;
	float:left;
}

.callcareservicesboxestopwrapper{
	background:url(../images/services%20pop%20up%20boxes/boxwrapperbg.png) repeat-y;
	padding-right:7px;
	width:332px;
}

.callcareservicesboxeslogo{
	padding:5px 0px 5px 10px;
	width:100%;
}

.callcareservicesboxesheading{
	font-size:16px;
	font-weight:bold;
	color:#F99D1C;
	line-height:26px;
}

.callcareservicesboxessubheading{
	font-size:12px;
	color:#000000;
	line-height:18px;
	font-weight:bold;
}

.callcareservicesboxesfreetrial{
	float:left;
	width:60px;
	margin-top:15px;
}

.callcareservicesboxesclose{
	float:left;
	padding-top:20px;
	margin-left:190px;
	font-size:12px;
	color:#971b1e;
}

.callcareservicesboxesclose:hover{
	text-decoration:underline;
}

#callcarelite{
	visibility:hidden;
	margin-top:-500px;
	margin-left:300px;
}

#callcareliteheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/services%20pop%20up%20boxes/headingBG-callcarelite.jpg) repeat-x;
	height:22px;
	width:316px;
	padding:2px 0px 2px 15px;
}

#callcarelitecontentwrapper{
	width:291px;
	padding:0px 25px 0px 15px;
	background:url(../images/services%20pop%20up%20boxes/contentBG-callcarelite.jpg) repeat-y;
}

#callcarelitebottom{
	width:100%;
	background:url(../images/services%20pop%20up%20boxes/bottomBG-callcarelite.png) no-repeat;
	width:339px;
	height:16px;
}

#callcarebackup{
	visibility:hidden;
	margin-top:-420px;
	margin-left:400px;
}

#callcarebackupheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/services%20pop%20up%20boxes/headingBG-callcarebackup.jpg) repeat-x;
	height:22px;
	width:316px;
	padding:2px 0px 2px 15px;
}

#callcarebackupcontentwrapper{
	width:291px;
	padding:0px 25px 0px 15px;
	background:url(../images/services%20pop%20up%20boxes/contentBG-callcarebackup.jpg) repeat-y;
}

#callcarebackupbottom{
	width:100%;
	background:url(../images/services%20pop%20up%20boxes/bottomBG-callcarebackup.png) no-repeat;
	width:339px;
	height:16px;
}

#callcarefreedom{
	visibility:hidden;
	position:absolute;
	margin-top:-140px;
	*margin-top:-650px;
	margin-left:300px;
	*margin-left:-330px;
}

#callcarefreedomheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/services%20pop%20up%20boxes/headingBG-callcarefreedom.jpg) repeat-x;
	height:22px;
	width:316px;
	padding:2px 0px 2px 15px;
}

#callcarefreedomcontentwrapper{
	width:291px;
	padding:0px 25px 0px 15px;
	background:url(../images/services%20pop%20up%20boxes/contentBG-callcarefreedom.jpg) repeat-y;
}

#callcarefreedombottom{
	width:100%;
	background:url(../images/services%20pop%20up%20boxes/bottomBG-callcarefreedom.png) no-repeat;
	width:339px;
	height:16px;
}

#callcarecallcentre{
	visibility:hidden;
	margin-top:-322px;
	margin-left:400px;
}

#callcarecallcentreheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/services%20pop%20up%20boxes/headingBG-callcarecallcentre.jpg) repeat-x;
	height:22px;
	width:316px;
	padding:2px 0px 2px 15px;
}

#callcarecallcentrecontentwrapper{
	width:291px;
	padding:0px 25px 0px 15px;
	background:url(../images/services%20pop%20up%20boxes/contentBG-callcarecallcentre.jpg) repeat-y;
}

#callcarecallcentrebottom{
	width:100%;
	background:url(../images/services%20pop%20up%20boxes/bottomBG-callcarecallcentre.png) no-repeat;
	width:339px;
	height:16px;
}

#callcareutilities{
	visibility:hidden;
	margin-top:-192px;
	margin-left:300px;
}

#callcareutilitiesheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/services%20pop%20up%20boxes/headingBG-callcareutilities.jpg) repeat-x;
	height:22px;
	width:316px;
	padding:2px 0px 2px 15px;
}

#callcareutilitiescontentwrapper{
	width:291px;
	padding:0px 25px 0px 15px;
	background:url(../images/services%20pop%20up%20boxes/contentBG-callcareutilities.jpg) repeat-y;
}

#callcareutilitiesbottom{
	width:100%;
	background:url(../images/services%20pop%20up%20boxes/bottomBG-callcareutilities.png) no-repeat;
	width:339px;
	height:16px;
}
/*END SERVICES BOXES*/
/*END MAIN PAGE*/
/**************************
	END SERVICES PAGE
**************************/

/*****************************
	START TESTIMONIAL PAGE
*****************************/
#testimonialtopboxwrapper{
	width:100%;
	border-bottom:1px solid #971B1E;
	clear:both;
	background:url(../images/maincolumnbg.jpg) repeat-x;
	*height:281px;
	*overflow:visible;
}

#testimonialgoodeconomicsense{
	float:left;
	margin-left:-26px;
}

#testimonialtopboxrightwrapper{
	float:right;
	margin-right:15px;
	padding-top:20px;
	*padding-top:10px;
	padding-bottom:0px;
}

#testimonialtopboxheading{
	color:#971B1E;
	font-size:36px;
}

#testimonialtopboxheadingsmaller{
	color:#4D4D4D;
	font-size:16px;
	padding-left:3px;
	padding-bottom:10px;
}

#testimonialtopboxtestimonialwrapper{
	border-top:1px solid #971B1E;
	width:560px;
	padding-top:15px;
        margin-bottom:-6px;
}

.testimonialtestimonialwrapper{
	*padding-bottom:10px;
        padding-bottom:15px;
	clear:both;
	font-size:14px;
	color:#4D4D4D;
}

.testimonialtestimonialimage{
	float:left;
	margin-right:5px;
	margin-top:-7px;
}

.testimonialtestimonialsmallwriting{
	font-size:11px;
}

/*START MAIN COLUMN*/
#testimonialmaincolumnwrapper{
	width:100%;
	clear:both;
	*padding-top:10px;
}

#testimonialmainheading{
	font-size:32px;
	color:#971B1E;
	font-weight:bolder;
	padding-left:20px;
	padding-bottom:10px;
	width:755px;
	background:url(../images/testimonial-headingbg.jpg) repeat-x bottom;
}

.casestudieswrapper{
	width:755px;
	margin:10px 10px;
	padding-bottom:10px;
	background:url(../images/testimonial-casestudiesbg.jpg) repeat-x bottom #f8f8fa;
}

.leftcasestudy{
	float:left;
	border-right:1px solid #999999;
	padding:0px 10px 5px 10px;
	margin-top:7px;
	font-size:11px;
	line-height:15px;
	width:345px;
	color:#4D4D4D;
}

.casestudyheading{
	font-size:16px;
	color:#F99D1C;
	font-weight:bold;
	padding-bottom:10px;
}

.rightcasestudy{
	float:left;
	padding:0px 10px 5px 20px;
	margin-top:7px;
	font-size:11px;
	line-height:15px;
	width:350px;
	color:#4D4D4D;
}

.casestudyspacer{
	clear:both;
	width:100%;
	background:url(../images/testimonial-casestudyspacerbg.jpg) repeat-x;
	height:7px;
	margin:5px 0px;
}

#casestudbottom{
	clear:both;
	width:100%;
	background:url(../images/testimonial-casestudybottombg.jpg) repeat-x;
	height:70px;
	padding-top:20px;
	margin-bottom:-0px;
}

#casestudybottomtext{
	color:#808080;
	font-size:22px;
	padding:15px 0px;
	margin:0px auto;
	width:700px;
	border-top:1px solid #F99D1C;
	border-bottom:1px solid #F99D1C;
	text-align:center
}

#lastCaseStudyWrapper{
	width:350px;
	margin:10px 10px;
	background:url(../images/testimonial-casestudiesbg.jpg) repeat-x bottom #f8f8fa;
	float:left;
	padding:0px 15px 15px 15px;
	font-size:11px;
	line-height:15px;
	color:#4D4D4D;
}

#casestudyLogoWrapper{
	width:335px;
	background:url(../images/casestudyLogoBG.jpg) repeat-x #6d0a0d;
	float:left;
	padding:15px 15px 15px 15px;
	text-align:center;
}

#casestudyLogo{
	width:142px;
	margin:0px auto;
}

#casestudyCallUs{
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
/*END MAIN COLUMN*/
/*****************************
	END TESTIMONIAL PAGE
*****************************/

/*****************************
	START ABOUT US PAGE
*****************************/
#aboutlookfamiliar{
	float:left;
	margin-left:10px;
	text-align:center;
	width:171px;
}

#aboutlookfamiliar a{
	font-size:18px;
	color:#4D4D4D;
}

/*START MAIN COLUMN*/
#aboutmaincolumn{
	float:left;
	width:560px;
	margin-left:10px;
}

#aboutmaincolumnheading{
	color:#971B1E;
	font-size:36px;
	border-bottom:1px solid #971B1E;
	width:100%;
	padding:5px 0px 10px 5px;
}

#aboutmaincolumnsubheading{
	font-size:18px;
	color:#808080;
}

#aboutmaincolumntext{
	width:500px;
	color:#4D4D4D;
	font-size:12px;
	padding:10px 0px 20px 5px;
}
/*END MAIN COLUMN*/
/*****************************
	END ABOUT US PAGE
*****************************/

/*****************************
	START CONTACT PAGE
*****************************/
.redLabel{
	color:#971B1E;
	font-size:12px;
	font-weight:bold;
}
/*****************************
	END CONTACT PAGE
*****************************/

/****************************
	START FREE TRIAL PAGE
****************************/
#freetrialmaintext{
	text-align:left;
	font-weight:normal;
	font-size:14px;
	color:#333333;
	line-height:18px;
}

#freetrialquote{
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:#333333;
	width:350px;
	text-align:center;
	margin-left:15px;
	line-height:18px;
}

#freetrialpagelink{
	text-align:center;
	width:100%;
	line-height:22px;
	padding-top:20px;
}
/****************************
	END FREE TRIAL PAGE
****************************/