
@import url("./nav.css");
@import url("./cmxform.css");


/*======================

Total Secure Scan

======================*/


* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e4e4e4 url('../images/core/bg.gif') top left repeat-x;
	color: #000000;
}


/*-----------------------
Standard
----------------------*/
h1 { 
	font-size: 2.4em;
	font-weight: normal;
	color: #555555;
}

h2 { 
	font-size: 1.6em; 
	color: #333333;
}

h3 { 
	font-size: 1.3em; 
	color: #575757;
}

h4 { 
	font-size: 1.2em; 
	color: #666666;
	font-weight: normal; 
}

h5 { 
	font-size: 1.1em; 
	color: #666666;
	font-weight: normal; 
}

p { 
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 15px 0;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #dbe7f9;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #ccc;
	padding: 2px;
	clear: right;
}

ul.list { 
	list-style: disc;
	margin-left: 40px; 
	margin-bottom: 15px;
	font-size: 1.2em;
}

ul.no-list { 
	list-style: none;
}

ul.list li { 
	line-height: 1.5em;
}

ol.list-no { 
	margin-left: 40px; 
	margin-bottom: 15px;
	font-size: 1.2em;
}

ol.list-no li {
	line-height: 1.5em;
}

a { 
	color: #62907d; 
	text-decoration: none; 
}

a:hover { 
	color: #62907d; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}

.green { 
	color: #325d4b;
}


/*-----------------------
Container
----------------------*/
div#container {
	width: 841px;
	margin: 0 auto;
	padding: 0 24px;
}


/* ---- Nav (see nav.css) ----- */


/*-----------------------
Header
----------------------*/
div#header {
	width: 841px;
	height: 101px;
	position: relative;
}

/* ---- logo ----- */
h2#logo a {
	background: url('../images/core/logo-totalsecure.gif') no-repeat 0 0;
	width: 353px;
	height: 43px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 27px;
}

/* ---- Slogan ----- */
h3#slogan {
	background: url('../images/core/slogan-home.gif') no-repeat 0 0;
	width: 278px;
	height: 54px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 35px;
	right: 7px;
}


/*-----------------------
Banner
----------------------*/
div#banner {
	height: 184px;
}


/*-----------------------
Content
----------------------*/
div#content {
	width: 841px;
	margin-top: 11px;
}

div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ---- Left Content ----- */
div.left-content {
	background: #ffffff;
	border: 1px solid #c5c5c5;
	float: left;
	width: 616px;
	padding: 28px 20px;
}

/* Page title */
h1.pagetitle {
	text-indent: -9999px;
	width: 587px;
	height: 19px;
}

body#home h1.pagetitle { background: url('../images/titles/welcome.gif') no-repeat; }
body#services h1.pagetitle { background: url('../images/titles/our-services.gif') no-repeat; }
body#contact h1.pagetitle { background: url('../images/titles/contact.gif') no-repeat; }
body#contact-thankyou h1.pagetitle { background: url('../images/titles/contact.gif') no-repeat; }
body#contact-thankyou .left-content {height:255px;}

/* Grey box */
div.grey-box {
	background: #bee0d1;
	color: #325d4b;
	border: 5px solid #fff;
	text-align: center;
	padding: 10px 2px;
	font-size: 1.2em;
}

/* ---- Right Content ----- */
div.right-content {
	width: 175px;
	float: left;
	margin-left: 8px;
}

/* Call to Action */
div.call-to-action-home {
	background: url('../images/core/cta-bg-bottom.gif') center bottom no-repeat;
	border: 0;
	padding-bottom: 36px;
	margin-bottom: 8px;
}

div.call-to-action-home h3 {
	background: url('../images/core/cta-bg-top.gif') top center no-repeat;
	padding: 18px 6px 0 6px;
	width: 163px;
}

div.call-to-action-content {
	background: url('../images/core/tile-cta.jpg') center top repeat-y;
	padding: 0 6px;
	height: 250px;
}

div.call-to-action-services {
	background: url('../images/core/cta-bg-bottom.gif') center bottom no-repeat;
	border: 0;
	padding-bottom: 36px;
	margin-bottom: 8px;
}

div.call-to-action-services h3 {
	background: url('../images/core/cta-bg-top.gif') top center no-repeat;
	padding: 18px 6px 0 6px;
	width: 163px;
}

/* Innerfade */
ul#cta-home,
ul#cta-services {
	padding-top: 10px;
	list-style-type: none;
	text-align: left;
}

ul#cta-home li,
ul#cta-services li {
	font-size: 1.2em;
	line-height: 1.5em;
}

ul#cta-home li img,
ul#cta-services li img {
	float: left;
	margin-right: 5px;
}

/* Affiliate Logo */
div.affiliate-logo {
	background: #ffffff;
	border: 1px solid #c5c5c5;
	padding: 18px 6px 10px 6px;
	text-align: center;
}

div.affiliate-logo img {
	border: 0;
	padding-top: 8px;
}

div.affiliate-logo img.ricoh {
	padding-top: 20px;
}

/* Contact */
div.right-contact {
	background:#fff url(../images/core/coin.gif) right top no-repeat;
	border: 1px solid #c5c5c5;
	margin-top: 8px;
	padding: 18px 6px 0 6px;
}

div.right-contact h2 {
	margin-bottom: 10px;
}

div.right-contact h3 {
	font-size: 1.3em; 
	color: #af9e68;
	margin-bottom: 10px;
}

div.right-contact p {
	font-size: 1.1em;
}


/* So the email address will fit - Brendan Marsh */
div.right-contact-email p {
	font-size: 1.0em;
}
	

/* Save the Planet */
div#save-the-planet-container { 
	position: relative; 
	height: 69px; 
}

h4#save-the-planet {
	background: url('../images/core/slogan-savetheplanet.gif') no-repeat 0 0;
	width: 229px;
	height: 69px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: -12px;
	left: -30px;
}

/* Economical */
div#economical { 
	position: relative; 
	height: 110px; 
}

h4#economical {
	background: url('../images/core/slogan-economical-3.gif') no-repeat 0 5px;
	width: 175px;
	height: 106px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: -5px;
	left: 0;
}


/*-----------------------
Contact
----------------------*/
div.contact {
	width: 300px;
	float: left;
}

div.map {
	width: 300px;
	float: left;
}

div.map img {
	border: 5px solid #dfdede;
}


/*-----------------------
Footer
----------------------*/
div#footer {
	background: url('../images/core/bg-footer.gif') no-repeat 0 0;
	height: 48px;
	margin: 8px 0;
	padding: 16px 22px;
	font-size: 1.1em;
	position: relative;
	line-height: 20px;
}

div#footer a { 
	color: #ffffff; 
	text-decoration: none; 
}

div#footer a:hover { 
	color: #ffffff; 
	text-decoration: underline; 
}

div#footer em.copyright {
	font-style: normal;
	/* padding-left: 200px; */
}

div.wflogo {
	position: absolute;
	top: 44px;
	right: 22px;
}

