@charset "utf-8";
html {
	background-image: url(../images/html-background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address { /*this is where i have reset the vertical spacing on each block element*/
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	margin-top: 0em;
	margin-bottom: 0em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	margin: 1em;
	line-height: 1.5em;
	text-align: left;
}

blockquote {
	margin-top: 2em;
	margin-right: 10%;
	margin-bottom: 2em;
	margin-left: 10%;
}
.twoColFixLtHdr #container {
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 988px;
	background-color: #CCC;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header-gradient.gif);
	position: relative;
	background-repeat: repeat-y;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 0px;
	height: 125px;
	background-color: #FFF;
} 

#header img{
	margin-left: 20px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px; /*this moves the typed 'd3wey.com - IT and Wed Design - South Oxfordshire' out of the browsers site for SEO purposes*/
	text-indent: -1000em;
}
#HeaderTagMain    h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #555;
	font-style: oblique;
	position: absolute;
	left: 530px;
	top: 45px;
	visibility: visible;
	margin-top: 0px;
}
#HeaderTagSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	position: absolute;
	top: 105px;
	color: #555;
	text-align: center;
	visibility: visible;
	width: 100%;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
}

#sideBarAddress{
	background-color: #006792;
	padding:10px;
	margin:20px 4px 20px 4px;
	background-image: url(../images/stamp.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;

}
#sideBarAddress p {
	line-height:0.5em;
	color: #FFF;
	font-weight:bold;
	text-align:left;
	margin: 0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#sidebar1 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	margin-top:20px;
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 1.1em;
	margin: 5px 0px 5px 0px;
}

#sidebar1 ul {
	list-style:none;	
}
#sidebar1 li a:link,#sidebar1 li a:visited{
	padding:.2em .5em;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#555;
	margin-top: .5em;
	margin-bottom: .5em;
	text-decoration:none;
	line-height:1.2em;
	font-weight: bold;
	background-color:#9CF;	
}

#sidebar1 li a:hover {
	color: #fff;
	background: #009;
}
#sidebar1 li a.current, #sidebar1 li a.current:hover, #sidebar1 li a.current:active{
	color:#699;
	background:#fff;
	cursor:default;
}

.twoColFixLtHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
} 
#mainContent ul li{
	list-style-position: inside;
	list-style-image: url(../images/tick.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 2em;
	padding:.2em;
}

#mainContent ul p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 6em;
	color: #555;
	margin-top: .5em;
}



#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#666;
	
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin: 20px 0 0 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}

#footer ul {
	text-align:center;
}

#footer li{
	list-style:none;
	display: inline;
	font-size: .8em;
	margin: 0 15px 0 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#container #navBarHorizontalContainer  {
	margin: 0 0 0 250px;
	position: relative;
	height:2em;
}
#navBarHrz ul {
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	bottom:0px;
	right: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}#navBarHrz li  {
	float: left;
}
#navBarHrz li a:link,#navBarHrz li a:visited{
	padding:.2em .5em;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#555;
	margin-right: 0.5em;
	text-decoration:none;
	line-height:1.2em;
	font-weight: bold;
	background-color: #9CF;
}

#navBarHrz li a:hover {
	color: #fff;
	background: #009;
}

#navBarHrz li a.current, #navBarHrz li a.current:hover, #navBarHrz li a.current:active{
	color:#699;
	background:#fff;
	cursor:default;
}
.twoColFixLtHdr #container #lowerContentWrapper {
	height: 220px;
	position: relative;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #CCC;
}
.twoColFixLtHdr #container #lowerContentWrapper #lowerPic1 {
	position: absolute;
	top: 22px;
	left: 262px;
}
.twoColFixLtHdr #container #lowerContentWrapper #lowerPic2 {
	position: absolute;
	top: 1.5em;
	margin-left: 1em;
}
.twoColFixLtHdr #container #lowerContentWrapper #lowerPic3 {
	position: absolute;
	right: 58%;
	top: 115px;
}
.twoColFixLtHdr #container #lowerContentWrapper #lowerPic4 {
	position: absolute;
	top: 1.5em;
	left: 48%;
}
.twoColFixLtHdr #container #lowerContentWrapper #lowerPic5 {
	position: absolute;
	right: 30px;
	top: 23px;
}



#snippets {
	float: left;
	width: 200px;
	padding: 10px;
	height: 200px;
	
}
#snippets p {
	line-height: 2em;
	text-align:center;
}


#mainContent #frmContact fieldset {
	background-color: #CDDFE6;
	padding: .5em;
	margin: 1em 0 0 0;
	border: none;
}

#mainContent #frmContact legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
	background-color: #CDDFE6;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#mainContent #frmContact input, #mainContent #frmContact select {
	margin: 0 0 0 50px
}
#mainContent #frmContact input, #mainContent #frmContact input {
	margin: 0 0 0 0px
}


#mainContent #frmContact textarea#comments {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	padding: 1em 1em 1em 1em;
	font-size: 12px;
	width: 95%;
}
#mainContent #frmContact p, #mainContent #frmContact label {
	font-weight:bold;
	color: #000;
	margin: .5em;
}
.myPic {
	float: right;
	margin: 1em;
	
	
}
.logoTxtAlign {
	position:absolute;
	top:1.2em;
	left: 7em;
}
.questions {
	background-image: url(../images/questionsbkg.gif);
	background-repeat: repeat-y;
	font-weight: bold;
}
.answers {
	font-weight: bold;
	color: #000;
}
.twoColFixLtHdr #container #mainContent #careers h3 , .twoColFixLtHdr #container #mainContent #toolsOftrade h3,  .twoColFixLtHdr #container #mainContent #ddewey h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

.heading3Class {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #006;
	margin: 1em;
}
.generalHeading {
	font-weight: bold;
	text-decoration: underline;
}

.twoColFixLtHdr #container #mainContent #careers h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	margin-top: 10px;
}

.twoColFixLtHdr #container #mainContent #careers p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555;
}
.twoColFixLtHdr #container #mainContent #careers div      {
	margin: 10px 0 20px 0;
	padding: 5px;
	background-image: url(../images/careerDivbkg.gif);
	background-repeat: repeat-y;

}
.twoColFixLtHdr #container #mainContent #m1330 {
	background-image: url(../images/m1330.png);
	background-repeat: no-repeat;
	background-position: right;
}
.twoColFixLtHdr #container #sidebar1 #sideBarNav #sideContentUpper , .twoColFixLtHdr #container #sidebar1 #sideBarNav #sideContentLower{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.7em;
	margin-top: 1em;
	padding: 2px;
	background-image: url(../images/sideBarGrad.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #555;
	border-left-color: #555;
}
.twoColFixLtHdr #container #mainContent blockquote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(../images/careerDivbkg.gif);
	background-repeat: repeat-y;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent ol {
	margin-left: 2em;
	list-style-position: inside;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #555;
	font-size: 1em;
	line-height: 1.5em;
	background-image: url(../images/careerDivbkg.gif);
	margin-right: 2em;
	padding: 1em;
}
.twoColFixLtHdr #container #mainContent ol p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555;
	font-size: 0.8em;
	margin-left: 1.7em;
}
.processGraphics {
	float:right;
	margin-left: 0.5em;
}
.clock {
	background-image:url(../images/clock.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.twoColFixLtHdr #container #mainContent #servicesOffered h2 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	margin-top: 1em;
}
.twoColFixLtHdr #container #mainContent #servicesOffered p {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
.twoColFixLtHdr #container #mainContent #servicesOffered div {
	text-align: center;
	background-image: url(../images/thumbgallery-background.gif);
	background-repeat: repeat-y;
}

.servicesImgs {
	margin: 10px 20px 10px 20px;

}
.questionMark {
	background-image:url(../images/questionMark.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.twoColFixLtHdr #container #mainContent #gdPrices ul li {
	list-style-image: url(../images/subTick.gif);
	margin-top: .3em;
	margin-bottom: .3em;
}

.WWWClass {
	background-image:url(../images/WWWbckGrnd.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
}
.pencilClass {
	background-image: url(../images/3dPencil.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
}

