/* 
Baccus Consulting ltd - Main CSS Document

http://www.arcas.co.uk
Author - Simon Logan, Arcas Computing Ltd. 
URL: http://www.arcas.co.uk
Email: simon@arcas.co.uk
Created - 7th May 2008 */


/* IMPORT OTHER STYLE SHEETS */

  @import url("sIFR-screen.css");


/* END OF SS IMPORTS /*




/* MAIN LAYOUT AND STRUCTURE */

* {
margin: 0px;
padding: 0px;
}

body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}

#pageWrapper {
	margin: auto;
	width: 800px;
}

#header {
	height: 200px;
	width: 760px;
}

#pageHome #header {
	background: url(images/splashHome.jpg);
}
#pageAbout #header {
	background: url(images/splashAbout.jpg);
}
#pageWhatWeDo #header {
	background: url(images/splashWhatWeDo.jpg);
}
#pageWhoWeDoItFor #header {
	background: url(images/splashWhoWeDoItFor.jpg);
}
#pageContact #header {
	background: url(images/splashHome.jpg);
}


#logoContainer {
	float: left;
	height: 100px;
	width: 182px;
	position: relative;
	left: 0px;
	top: 0px;
}
#mainMenu {
	height: 43px;
	width: 760px;
}
#mainMenu ul {
	list-style-type: none;
	float: left;
}


#mainMenu li {
	float: left;
	display: block;
}
#mainContentWrapper {
	width: 740px;
	padding: 30px 10px 50px;
	float: left;
	line-height: 1.5em;
}
#wideColumn {
	float: left;
	width: 480px;
	padding-right: 40px;
}
#bgWrapper {
	background: url(images/main-bg.png);
	float: left;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
}
#thinColumn {
	float: left;
	width: 220px;
}
#thinColumn ul {
	list-style-type: none;
}
#thinColumn li {
	padding-bottom: 25px;
}
#footerArea {
	background: #8A004E;
	width: 740px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 27px;
	padding-top: 6px;
}
#validationBar {
	text-align: right;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: .8em;
	line-height: 2.4em;
	clear:both;
}
a:link {
	color: #8A004E;
}
a:visited {
	color: #8A004E;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
#copyrightArea {
	color: #FFFFFF;
	float: left;
	width: 370px;
}
#designByArea {
	color: #FFFFFF;
	float: right;
	width: 236px;
}

.mainMenuItem {
	display: block;
	color: #ffffff;
	width: 152px;
	float:left;
}

.mainMenuItem a{
font-size: 1.2em;
font-weight:bold;
line-height: 2em;
}

.mainMenuItem a:link{
color:#ffffff;
text-decoration: none;
}
.mainMenuItem a:visited{
color:#ffffff;
text-decoration: none;
}
.mainMenuItem a:hover{
color:#000000;
text-decoration: underline;
}
.mainMenuItem a:active{
color:#000000;
text-decoration: underline;
}

#fullColumn {
	width: 740px;
}
.divider {
	background: url(images/divider.png) no-repeat 20px;
	height: 41px;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin: auto;
}
h3 {
	padding-bottom: 20px;
	padding-top: 20px;
	clear: left;
}
p {
	padding-bottom: 15px;
}
.teamImage {
	float: left;
	width: 150px;
	padding-right: 15px;
	padding-bottom: 15px;
}
h2 {
	padding-bottom: 10px;
}
.smallerText {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}
.serviceList {
	padding-left: 40px;
	padding-bottom: 20px;
	color: #8a004e;
}
.clientlist {
	font-size: .7em;
	color: #8A004E;
	padding-left: 20px;
}
#thinColumn .clientlist li {
	padding: 0px;
}

/* FORM STYLING */

#fm_Contact {
	margin: 0px;
	padding: 30px 0px 0px;
	clear: both;
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCCCCC;
}
legend {
	font-weight: bold;
}
label {
	display: block;
}
input {
	width: 200px;
}
input:focus, textarea:focus {
background: #f0f0f0;
}
input[type="text"], textarea {
border-top: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

input[type="submit"] {
margin-top:20px;
width: 150px;
background-color:#8a004e;
color: #FFFFFF;
font-size:12px;
letter-spacing:.4em;
}

textarea {
	height: 100px;
	width: 250px;
}
.required {
	color: #990000;
}
/* END OF FORM STYLING */

.imagesFloatRight {
	margin: 5px 0px 5px 20px;
	border: 1px solid #999999;
	float:right;
}

.imagesFloatLeft {
	margin: 5px 20px 5px 0px;
	border: 1px solid #999999;
	float:left;
}
.affiliateList {
	padding-left: 60px;
	font-size: 0.7em;
	list-style-type: none;
	padding-top: 30px;
	list-style-image: url(images/arrow_bullet.gif);
}
