﻿/*************************************************************************
	CTSJW - Computer Troubleshooters - John Wickham
	Developed by Peter Lewis - TheDevStudio - www.thedevstudio.com
	MODULE: 	global.css
	PURPOSE:	all rules for site
*************************************************************************/

/* Reset browser 
*************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*Auto float clearing for compliant browsers
*************************************************************************/
#wrapper:after,
#main:after,
#nav:after,
#content:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}


/* ###############   Fonts   ############### */

body, p, h1, h2, h3, h4 {
	font-family:Geneva,Arial,Helvetica,sans-serif;
}
body {
	font-size:62.5%;
}
p, a, li, dd {
	font-size:11px;
}

h6 {
	text-decoration: none;
	font-size: 13pt;
	color: #E76C24;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-size:12px;
}

/* ###############   Page Titles   ############### */
h1 {
	margin: 0 0 10px;
	font-weight:bold;
	font-size: 24px;
	color: #E76C24;
	font-family: Arial, Helvetica, sans-serif;
}
h2, h3, h4 {
	font-size:12px;
	font-weight:bold;
}
h2 {
	color:#036233;
	padding: 0 0 8px;
	border-bottom-width: thin;
	border-bottom-style: none;
}
h3 {
	color:#414141;
	margin:10px 0;
}

/* general styles *************************************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#E76C24;
	min-width: 775px;
	text-align: center; /*for IE*/
	background-image: url(../images/stripbgrnd1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#page {
	width: 100%;
	display: table;
	background-image: url(../images/website%20background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	color: #333;
	margin:0 auto;
	width:775px; /*for IE*/
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #00445D;
}
img {
	border: none;
}
p {
	margin: 1em 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
strong, b {
	font-weight:bold;
}
ul,
ol {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}
#skipto {
	position:absolute;
	left:-1000em;
}

/* ###############   Header   ############### */
#header {
	background: transparent url(../images/tt01_blank.gif) repeat-x scroll 0 100%;
	overflow:hidden;
	width:775px;
	margin:15px 0 0;
}
#header #logo {
	float: left;
}
#header #address,
#header #ct-tag {
	color:#fff;
	float: right;
	text-align: right;
}
#header #address {
	margin:25px 10px 0 0;
}
#header #address p {
	margin: 0;
}
#header #ct-tag {
	clear:right;
	margin:22px 10px 0 0;
}

/* ###############   All Areas   ############### */
#nav,
#content {
	clear: both;
	border-left: 2px solid #E76C24;
	border-right: 2px solid #E76C24;
}

/* ###############   Navigation Menu   ############### */
#nav {
	font-size:1.2em;
	background: transparent url(../images/menbar.jpg) repeat-x scroll 0 100%;
	overflow:hidden;
	height:28px;
}
#nav li {
	background: transparent url(../images/menbarl.jpg) no-repeat scroll 100% 0;
	float:left;
	line-height:26px;
}
#nav li a {
	float: left;
	padding: 0 10px;
	color:#036233;
	font-weight:bold;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:underline;
}

/* ###############   Footer   ############### */
#footer {
	clear:both;
	background-color: #036233;
	border-top: 10px solid #E76C24;
}
#footer p {
	clear:both;
	margin:0 0 0 10px;
	color:#FFF;
	padding-bottom:10px;
	text-align:left;
}
#footer ul {
	margin: 10px 5px 5px;
}
#footer li {
	padding: 0 5px;
	float:left;
	border-right: 1px solid #fff;
}
#footer li.last {
	border-right: none;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#fff;
}
#copyright {
	text-align:right;
	clear:both;
	float:right;
	color:#9C9561;
	margin:5px 0 0;
}

/* ###############   Content   ############### */
#content {
	background-color:#F9FCF3;
	padding:15px 12px 1px 15px;
}
#content p img {
	clear:left;
	border:none;
	display: block;
	margin:0 auto;
	padding: 0px;
}
#content li {
	list-style: disc inside;
	padding:0 0 5px 20px;
}
#content .ct-bottom {
	clear:both;
	text-align: right;
	margin: 0;
	color:#036233;
}
#content a {
	font-weight:bold;
	color:#036233;
}
#content a:hover {
}
#content .img-right {
	float: right;
}

#leftside {
	float:left;
	width:490px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.frame {
	border:1px dashed #CECECE;
	border-left:none;
	padding:10px 10px 10px 15px;
	margin:0 0 15px -15px;
}
#sidebar {
	float:right;
	text-align:center;
	width:250px;
	margin-bottom:10px;
}
#content .faded {
	color: #AAA;
}

/* ###############   Side Panels   ############### */
#content .boxout {
	border: 1px solid #CCC;
	background-color: #E5E5E5;
	margin:15px 3px 0 10px;
	text-align:left;
}
#content .boxout h4 {
	background-color:#E76C24;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:6px;
}
#content .boxout img {
	float:right;
	padding:10px 7px 10px 7px;
}
#content .boxout a img {
	float:left;
	padding:0 5px 0 0;
}
#content .boxout a {
	font-weight:normal;
}
#content .boxout a:hover {
	color:#000;
}
#content .boxout ul {
	margin:8px;
}
#content .boxout li {
	padding:0 0 2px;
	list-style:none;
}
#content .boxout p {
	margin:8px;
}


/* ###############   Home Page   ############### */
#content.homepage #framed {
	border:2px solid #E76C24;
	background-color:#036233;
	text-align:center;
	color:#FFF;
	margin:9px 6px 15px;
	padding:7px 5px;
	width:200px;
	font-size:12px;
	font-weight:normal;
}
#content.homepage p a img {
	padding:0;
}
#content.homepage table {
	margin:10px 0;
}
#content.homepage table td {
	border: 1px dashed #CCC;
	border-top: none;
	width:50%;
}
#content.homepage table .header td {
	border: 1px solid #CCC;
}
#content.homepage table h2 {
	background-color:#036233;
	color:#FFF;
	text-align:center;
	padding:5px;
	border: none;
}
#content.homepage table h3 {
	margin:0;
}
#content.homepage table p {
	margin:5px 0 0 35px;
}
#content.homepage table .header p {
	margin: 5px 7px;
}
#content.homepage #tablebox dl {
	float:left;
	width:100%;
	border-left: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	margin:0 0 15px -1px;
}
#content.homepage #tablebox dt {
	font-weight:bold;
	color:#036233;
	border-top: 1px dashed #CCC;
	padding:10px 10px 0;
	width:230px;
}
#content.homepage table img {
	float: left;
	vertical-align:text-top;
	margin:0 10px 0 0;
}
#content.homepage table td {
	padding:10px;
	margin-left:34px;
}
#content.homepage table .header td {
	padding:0;
	margin:0;
}


/* ###############   SPECIALS   ############### */
#content.specials p img {
	clear:both;
}


/* ###############   BLOG   ############### */
#content.blog .frame h3 {
	margin:10px 0 0;
}
#content.blog .frame .date {
	color: #888;
	margin:0 0 1em;
	text-align:right;
}


/* ###############   FAQ   ############### */
#faq h4,
#faq dt {
	background-color:#E4F3BE;
	padding:3px 8px;
	margin:5px 5px 5px 0;
	font-weight:bold;
}
#faq ul {
	margin:0 0 10px 0;
}
#faq li a {
	font-weight:normal;
}
#faq li a:hover {
	color:#000;
}
#faq dl {
	margin:30px 0 0;
}
#faq dt {
	margin:15px 5px 2px 0;
}
#faq dt span {
	margin:15px 10px 1px 0;
}
#faq dt a {
	float:right;
	font-size:16px;
	margin:0;
	text-decoration:none;
}
#faq dt a:hover {
	text-decoration:underline;
	color:#000;
}
#faq dd {
	border-left: 20px solid #ECECEC;
	margin:0 5px 0 0;
	padding:4px 10px 1px;
}
#faq dd p {
	margin: 5px 0 10px;
}


/* ###############   Data Backup   ############### */
#data p span {
	color: #E76C24;
	font-weight:bold;
}


/* ###############   BEST   ############### */
.best p {
	padding:0 0 15px 5px;
	color: #888;
	font-style: italic;
}

/* ###############   Services   ############### */
#services dt {
	padding:3px 0 0 8px;
	margin:5px 5px 0 0;
	font-weight:bold;
}
#services dt img {
	float:left;
	padding:0 15px 0 0;
}
#services dt a {
	float:right;
	font-size:16px;
	margin:0;
	text-decoration:none;
}
#services dt a:hover {
	text-decoration:underline;
	color:#000;
}
#services dd {
	margin:0 5px 0 53px;
	padding:4px 0 5px;
}
.heading {
	color: #E76C24;
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
}
