/* Reset --------------------------*/
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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
	
ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Divs ----------------------------*/

#container {
width: 760px;
margin: auto;
border-style: solid;
border-width: 20px 26px 26px 26px;
}

#header {
height: 120px;
}

#mainmenu {
height: 40px;
height: 2.5em;
}

#mainmenu ul {
padding-top: .5em;
}

#mainmenu ul li {
display: inline;
margin-left: 20px;
}

#column1, #column2 {
float: left;
}

#column2 {
width: 500px;
}

#column1 {
width: 180px;
}

#column1 a, #column1 a:hover {
display: block;
}

#footer {
clear: both;
padding: 20px 20px;
}

#copyright {
float:right;
padding-bottom: 1em;
}

#menu {
width:130px;
padding-top: 80px;
}

#menu a {
height:26px;
margin-top: 1px;
padding-top: 3px;
}

/* Tags ---------------------------- */

p {
margin-bottom: 1em;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

blockquote {
padding: 20px 20px 5px 20px;
margin: 10px 30px 30px 30px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

h1 {
padding-top: 30px;
padding-bottom: 0px;
}

h3 {
margin: 1em 0 0 0;
}

img.floatright {
float: right;
}

ul, ol {margin-bottom: 1em;}


/* Classes--------------------------*/

.strap {
width: 760px;
height: 200px;
}

.strap p, .strap h4 {
padding: 20px 20px;
}

.strap-right {
float: right;
padding: 20px 20px;
}

.block {
padding: .4em 0 1em 1em;
}

.block h1 {
padding-bottom: 20px;
}

.block ul li {
padding-left: 20px;
background: url(http://www.consultdmw.co.uk/image/bullit.png) no-repeat 0 .5em;
}

.block ol { padding-left: 50px; }

.code-tab1 {padding-left: 1.5em}
.code-tab2 {padding-left: 3em}
.code-tab3 {padding-left: 4.5em}
.code-tab4 {padding-left: 6em}

.contact {
float: right;
padding: 26px 20px 0 0;
}

.indent20 {
padding-left: 20px;
}

.pad-logo {
padding: 16px 0 0  20px;
}

.smllnk {
}

hr {
border: 0;
color: white;
background-color: white;
height: 2px;
width: 100%;
margin-left: 12px;
}

/* Self-clear Floats ---------------*/

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
