/*-----------------------------------------------------------------------------

Primary Barlow Wood Style Sheet

version:   1.0
author:    Tom Llewellyn
email:     tom@tomllewellyn.com
website:   http://www.tomllewellyn.com

-----------------------------------------------------------------------------*/

/* =General pre formatting

-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
p, pre, blockquote, fieldset {
	margin: 1em 0;
}

/* Centre align tables */
table {
	margin: 0 auto;
}

/* Class for clearing floats */
.clear{
	clear:both;
	line-height:0px;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Removes styling from all list items */
ul, li {
	list-style:none;
}
.underline {
	border-bottom: 1px dashed #006600;
}
h1 {
	font-size:2.0em;
	font-weight:normal;
	color: #f05b01;
	margin:0;
	padding:0;
}
h2 {
	font-size:1.8em;
	font-weight:normal;
	color: #f05b01;
	margin:0;
	padding:0;
}
select{
	font-size:1.0em; 
}

/*-----------------------------------------------------------------------------*/

/* =Global settings

-----------------------------------------------------------------------------*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	background-image:url(../images/back_body.gif);
	background-attachment:fixed;
	margin: 0 auto;
	padding: 0px;
	behavior:url( css/csshover.htc );
}

a:visited {
	text-decoration: none;
	color: #006600;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #f05b01;
}
ul.clients li {
	padding-left: 10px;
	margin-left: 10px;
	color: #f05b01;
	list-style-type: disc;
	list-style-position:inside;
}
/*-----------------------------------------------------------------------------*/

/* =Text formatting

-----------------------------------------------------------------------------*/

.text_green {
	color: #006600;
}
.text_orange {
	color: #f05b01;
}
.bold {
	font-weight: bold;
}
.padding_2px {
	padding: 2px;
	border: 1px solid #808080;
}
.padding_pic {
	padding-right:10px;
	padding-bottom: 10px;
}