html {
	height: 100%;
	margin-bottom: 1px;
	/* hack to force scrollbar and stop nav elements jumping between pages */
}

body {
	margin : 0px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #000;
	padding: 0px;
	background: #fff;

}

div#container { 
margin: 0 auto 0 0;
width: 1000px;
}

h2 { 
margin: 10px 0;
padding: 0;
font-size: 1em;
}

.col3 h2 {
margin: 10px;
}

h1 { display: block;
font-size: 1.5em;
line-height: 1em;
font-weight: bold;
margin: 0 0 0.83em 0px;
}



#navcontainer {
width: 100%;
	font-size: 0.8em;
}




#nav {
	float:left;

display:inline; /* fix for IE6 double float margin */
	margin : 0 0 0 45px;
	padding: 0;
	padding-left : 15px;
	font-family: "Trebuchet MS", Verdana, sans-serif;

	font-weight: normal;
	/* border-bottom: 5px solid #ffc63b; */
position: relative; /* nearest positioned ancestor for sub-nav */
}

#nav li	{
	display : inline;
float: left;
	list-style-type : none;
	margin : 0;
	padding : 0;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;

}

#nav a:link, #nav a:visited	{
display: block;
	color : #666666;
	text-decoration : none;
	padding : 5px 0.8em 3px;
	margin: 0;
}

#nav ul {
display: none;
}

/*
#nav li:hover ul {
display: block;
position: absolute;
z-index: 30;
top: 1em;
left: auto;
padding: 3px 10px 5px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
*/


.tab_1 #tab_1 ul,
.tab_2 #tab_2 ul,
.tab_3 #tab_3 ul,
.tab_4 #tab_4 ul,
.tab_5 #tab_5 ul,
.tab_6 #tab_6 ul,
.tab_7 #tab_7 ul,
.tab_8 #tab_8 ul,
.tab_9 #tab_9 ul {
display: block;
position: absolute;
top: 2em;
left: 0;
}

#nav ul li a:link,
#nav ul li a:visited {
text-decoration: underline;
}

#me { float: left; 
margin: 3px 20px 5px 5px;}

img.right { float: right; 
margin: 3px 0 10px 10px;
-webkit-border-radius: 10px;
padding: 10px;
background: white;
margin: 0 0 10px 10px;
}

a.blocklink {
float: right; 
margin: 3px 0 10px 10px;
-webkit-border-radius: 10px;

background: white;
margin: 0 0 10px 10px;
width: 240px;
}

a.blocklink img {
display: block;
float: left;
}

img.left { float: left; 
margin: 3px 20px 20px 5px;
-webkit-border-radius: 10px;
padding: 10px;
background: white;
margin: 0 10px 10px 0;
}

ul {
list-style-type: disc;
margin: 0px;
padding: 0px;
margin-left: 50px;
}


ul.homelist {
list-style-type : none;
margin-left: 0px;
padding: 0;
font-size: 0.8em;
}


#gallery {
	list-style-type : none;
	margin : 0;
	padding : 0;
font-size: 0.8em;
border-bottom: solid 1px #ccc;
}

#gallery img {
float: left;
margin-left: -220px;
}

#gallery li {
margin: 10px 0;
padding: 10px 0 10px 220px;
border-top: solid 1px #ccc;
overflow: hidden; /* expand container around float */
}

#gallery li {
clear: both;
}

a img	{
border: none;
}

#clear { clear: both; }
/*
#nav #tab_1 a:link, #nav #tab_1 a:visited	{
background-color: #fac6aa;
}

#nav #tab_2 a:link, #nav #tab_2 a:visited	{
background-color: #fde2b8;
}

#nav #tab_3 a:link, #nav #tab_3 a:visited	{
background-color: #fffbc6;
}

#nav #tab_4 a:link, #nav #tab_4 a:visited	{
background-color: #e0edc5;
}

#nav #tab_5 a:link, #nav #tab_5 a:visited	{
background-color: #bedfc4;
}

#nav #tab_6 a:link, #nav #tab_6 a:visited	{
background-color: #bee0df;
}

#nav #tab_7 a:link, #nav #tab_7 a:visited	{
background-color: #bfe2f9;
}

#nav #tab_8 a:link, #nav #tab_8 a:visited	{
background-color: #c0cbe7;
}

#nav #tab_9 a:link, #nav #tab_9 a:visited	{
background-color: #bfb2d3;
}

*/

#nav a:hover	{
	color : #aaaaaa;
}




#header {
margin: 0 0 10px 45px; 
font-family: Arctic;
font-size: 2em;
}

/*
#header * {
vertical-align: middle;
}
*/

#header img {
margin: 20px 50px 0 20px;
}

#footer {
font-size: 0.8em;
margin: 20px 0 0 45px;
width: 700px; 
clear: both;
text-align: right;}

#footer img { margin: 20px;
margin-top: 5px; 
float: right;}

#footer p {
margin: 5px 20px 5px 20px;
}

#content { 
clear: both;
float: left;
display: inline; /* fix IE6 double float margin */
margin: 0 0 0 45px;
min-width: 650px;
width: 40.7em;
padding: 3em 25px 25px;
text-align: left;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

.oops {
text-decoration: line-through;
}

.theburonet {
font-style: oblique;
}

#tab_1, #nav li#tab_1:hover ul {border-color: #fac6aa;
background: #fac6aa;}
#tab_2, #nav li#tab_2:hover ul {border-color: #fde2b8;
background: #fde2b8;}
#tab_3, #nav li#tab_3:hover ul {border-color: #fffbc6;
background: #fffbc6;}
#tab_4, #nav li#tab_4:hover ul {border-color: #e0edc5;
background: #e0edc5;}
#tab_5, #nav li#tab_5:hover ul {border-color: #bedfc4;
background: #bedfc4;}
#tab_6, #nav li#tab_6:hover ul {border-color: #bee0df;
background: #bee0df;}
#tab_7, #nav li#tab_7:hover ul {border-color: #bfe2f9;
background: #bfe2f9;}
#tab_8, #nav li#tab_8:hover ul {border-color: #c0cbe7;
background: #c0cbe7;}
#tab_9, #nav li#tab_9:hover ul {border-color: #bfb2d3;
background: #bfb2d3;}

.tab_1 #content {border-color: #fac6aa;
background: #fac6aa;}
.tab_2 #content {border-color: #fde2b8;
background: #fde2b8;}
.tab_3 #content {border-color: #fffbc6;
background: #fffbc6;}
.tab_4 #content {border-color: #e0edc5;
background: #e0edc5;}
.tab_5 #content {border-color: #bedfc4;
background: #bedfc4;}
.tab_6 #content {border-color: #bee0df;
background: #bee0df;}
.tab_7 #content {border-color: #bfe2f9;
background: #bfe2f9;}
.tab_8 #content {border-color: #c0cbe7;
background: #c0cbe7;}
.tab_9 #content {border-color: #bfb2d3;
background: #bfb2d3;}

#sidebar .tab_1 {border-color: #fac6aa;
background: #fac6aa;}
#sidebar .tab_2 {border-color: #fde2b8;
background: #fde2b8;}
#sidebar .tab_3 {border-color: #fffbc6;
background: #fffbc6;}
#sidebar .tab_4 {border-color: #e0edc5;
background: #e0edc5;}
#sidebar .tab_5 {border-color: #bedfc4;
background: #bedfc4;}
#sidebar .tab_6 {border-color: #bee0df;
background: #bee0df;}
#sidebar .tab_7 {border-color: #bfe2f9;
background: #bfe2f9;}
#sidebar .tab_8 {border-color: #c0cbe7;
background: #c0cbe7;}
#sidebar .tab_9 {border-color: #bfb2d3;
background: #bfb2d3;}

br.clear { clear: both; }


#sidebar {
float: right;
display: inline; /* fix for IE6 double float margin */
width: 230px;
margin: 0 10px;
padding: 0;
font-size: 1em;
}

#sidebar div {
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
padding: 20px;
background: #ccc;
margin-bottom: 10px;
}

blockquote {
margin: 0;
padding: 0;
}

cite {
display: block;
text-align: right;
}

#fun-sidebox {
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
padding: 10px;
background: #ccc;
position: absolute;
top: 170px;
left: 3000px;
width: 160px;
}
/* preserve my code before I hack ...
.col3 {
display: inline-block;
margin: 0 10px 0 0;
padding: 200px 0 0 0;
width: 210px;
background: url(small-business-people.jpg) no-repeat center top rgba(255, 255, 255, 0.6);
font-size: 0.9em;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
vertical-align: top;
}

.col3 + .col3 {
background: url(good-value.jpg) no-repeat center top rgba(255, 255, 255, 0.6);
}

.col3.last {
margin: 0;
background: url(useable-and-accessible.jpg) center top no-repeat;
background-color: rgba(255, 255, 255, 0.6);
}
*/

.col3 {
margin: 0 10px 0 0;
padding: 200px 0 0 0;
width: 210px;
background: url(small-business-people.jpg) no-repeat center top white;
font-size: 0.9em;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}


.second {
background-image: url(good-value.jpg);
}

.col3.last {
margin: 0;
background-image: url(useable-and-accessible.jpg);
}

* html .col3 { background-color: rgb(255, 255, 255); }
* + html .col3 { background-color: rgb(255, 255, 255); }
/* IE 6 & 7 set background to transparent when they hit the rgba rule */

.col3 {
display:-moz-inline-box;
-moz-box-orient:vertical;
display:inline-block;
vertical-align:top;
word-wrap:break-word;
}

* html .col3 { display:inline; }
* + html .col3 { display:inline; }
.col3 > * { display:table; table-layout:fixed; overflow:hidden; }

.col3 p {
margin: 10px;
}

.col2 {
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 5px 7px 5px 88px;
width: 225px;
background: url(e-commerce.jpg) no-repeat;
background-color: rgba(255, 255, 255); /* for non CSS3 browsers, except IE6 & 7 */
background-color: rgba(255, 255, 255, 0.6);
font-size: 0.9em;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
min-height: 70px;
text-decoration: none;
}

* html .col2 {
height: 70px;
}

.col2 h2 {
display: run-in;
text-transform: capitalize;
margin-right: 1em;
}

.col2 {
clear: left;
}

.col2.rightmost {
margin-right: 0;
clear: none;
}

* html .col2 { background-color: rgb(255, 255, 255); }
* + html .col2 { background-color: rgb(255, 255, 255); }
/* IE 6 & 7 set background to transparent when they hit the rgba rule */

#small-web-sites {
background-image: url(small-web-sites.jpg);
}

#medium-web-sites {
background-image: url(medium-web-sites.jpg);
}

#large-web-sites {
background-image: url(large-web-sites.jpg);
}

#complex-web-sites {
background-image: url(complex-web-sites.jpg);
}

#self-managed-web-sites {
background-image: url(self-managed-web-sites.jpg);
}

#e-commerce {
background-image: url(e-commerce.jpg);
}

#hosting {
background-image: url(hosting.jpg);
}

#advice {
background-image: url(advice.jpg);
}

#gift-web-sites {
background-image: url(gift-web-sites.jpg);
}

#free-work {
background-image: url(free-work.jpg);
}

a:link {
color: black;
}

a:visited {
color: #555;
}

.tab_6 #content .left {
margin-top: 1em;
}