@charset "utf-8";
/* CSS Document For In Tune Computing */

body {
	text-align:center;
	background-color: #fff;
	background-image: url(images/back.gif);
}
.footer {
	text-decoration:none;
	color:#000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.space10 {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
}
.space0 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.space01 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
.space01border {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	border: 1px solid #000000;
}
.spacecontact {
	padding-right: 150px;
}
.centre {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6633;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6633;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6633;
	font-weight: normal;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.listlinespace {
	font-weight: normal;
	line-height: 160%;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000066;
	font-size: 12px;
	text-decoration: none;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000066;
	font-size: 12px;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FF6633;
	font-size: 12px;
	text-decoration: none;
}
a.menu:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
}
a.menu:active {
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#FF6633;
	font-size: 12px;
	text-decoration: none;
}
a.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.bold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.bold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FF6633;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.bold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.bold:active {
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#FF6633;
	font-size: 12px;
	text-decoration: none;
}
ul {
	color: #FF6633;
	font-weight: bold;
	text-indent: 40px;
	list-style-position: inside;
	list-style-type: square;
	margin-top: 5px;
	line-height: 20px;
}
ol {
	color: #000066;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 5px;
	line-height: 20px;
}
/* Main Div Containers */

/* Container To Wrap Other Containers*/
#wrap {
	background-color: #FFFFFF;
	width:800px;
	text-align:left;
	margin:0 auto;
	border: 1px solid #CCCCCC;
}

/* Header Div Container */
#header {
	background-image: url(images/header.jpg);
	height: 145px;
	width: 800px;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffff00;
	margin:0 auto;
}

/* Content Div Container */
#content {
	height: auto;
	background-color: #FFFFFF;
}

/* Left Div Container Within Content Div Container */
#content .left {
	width:160px;
	background-color:#ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	height: 400px;
}
/* Right Div Container Within Content Div Container */
#content .right {
	width:600px;
	
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding: 10px;
}
/* Left Div Container Within Right Div Container */
.rightleft {
	width: auto;
	float: left;

}
/* Right Div Container Within Right Div Container */
.rightright {
	float: right;
	width: auto;

}
/* Footer Div Container */
#footer {
	background-image: url(images/footer2.jpg);
	height:80px;
	position:relative;
	clear: both;
}


/* Left And Right Div Containers Within Content Div Container */
.float-l {
	float:left;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	width: 160px;
	list-style-image: url(images/arrows.gif);
	list-style-position: inside;
	list-style-type: lower-roman;
}
.float-lb {
	float:left;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	width: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	padding-right: 0px;
	padding-left: 0px;
	left: 22px;
	top: 466px;
}
#swish {
	height: auto;
	width: auto;
	position: absolute;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.float-r {
	float:right;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	width: 580px;
	list-style-position: inside;
	list-style-type: square;
}
/* Copyright Div Container Within Footer Div Container */
.copyright {
	width:570px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align:center;
	position: absolute;
	right: 20px;
	bottom: 2px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/* Css XHTML W3C Logos Div Container Within Footer Div Container */
.w3c {
	width:176px;
	text-align:justify;
	position: absolute;
	left: 5px;
	bottom: 2px;
	color: #FFFFFF;
	padding: 2px;
}
