/*
#
# Site:         pfab
#
# File:         site.css
#
# Author:       Andrew Cope / Evergreen Computing Ltd
#
# Date:         March 2007
#
# Copyright:    (c) 2001 Evergreen Computing Ltd
#
*/
body {
	margin:0px;
	background: #800080 url(/gfx/back.jpg) repeat-x;
	font-family: Trebuchet MS, Trebuchet, Geneva, Arial, sans-serif;
	color: #000000; 
}
h1,h2,h3,h4,h5 {
	font-family: Trebuchet MS, Trebuchet, Geneva, Arial, sans-serif;
	color: #800080; 
}
h2 {
	margin-top:15px;
	margin-bottom:15px;
}
body,li,p,blockquote,td,textarea {
	font-family: Trebuchet MS, Trebuchet, Geneva, Arial, sans-serif;
	font-size:10pt;
	color:#000000;
}
th {
	font-size: 10pt;
	background:#CCCCCC;
}

.titletag {
	font-size:16pt;
	font-family: Trebuchet MS, Trebuchet, Geneva, Verdana, Arial, sans-serif;
	font-style:italic;
	color: #800080; 
}


A:link.sitemenu    { text-decoration: none; font-size:9pt; color:white; font-weight:bold }
A:visited.sitemenu { text-decoration: none; font-size:9pt; color:white; font-weight:bold }
A:hover.sitemenu   { text-decoration: none; font-size:9pt; color:#b59bdf; font-weight:bold }

.green   { color: #81b090; font-weight:bold; }

.little { font-size: 85% }

A:link    { color: #800080 }
A:visited { color: #800080 }
A:hover   { color: #b59bdf; background:none }

A:link.wl    { color: #fefefe }
A:visited.wl { color: #fefefe }
A:hover.wl   { color: #CCCCCC; background:none }

A:link.noul    { text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul   { text-decoration: none }

A:link.menu    { text-decoration: none; color:#008182; font-size:95% }
A:visited.menu { text-decoration: none; color:#008182; font-size:95% }
A:hover.menu   { text-decoration: none; color:#CCFFCC; font-size:95% }

A:link.topbar    { text-decoration: none; color:#fefefe; }
A:visited.topbar { text-decoration: none; color:#fefefe; }
A:hover.topbar   { text-decoration: none; color:#CCCCCC; }

.heading1 { font-size:150% }
.heading2 { font-size:125% }

.row_blue   { background-color:#000099 }
.row_white  { background-color:#FFFFFF }

input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	border-width:1;
	background-color:#DDDDDD;
	color: black;
}
input:focus, textarea:focus, select:focus
  { background : #EEEEEE;
    color : black; }

.proceed { background-color:#00AA66; color:white }

.searchinp { width:300px; }

h3.si_heading {
	background:#EEEEEE;
	margin-top:5px;
	margin-bottom:0px;
}

input.form_button {
	padding-bottom:23px;
}
.form_button {
	color: #666666;
	height:2em;
	padding:4px;
	margin: 0px;
	text-align:center;
	text-decoration: none;
	border: 1px solid black;
	border-top-color: #aaa;
	border-left-color: #aaa;
	border-bottom-color: #555;
	border-right-color: #555;
	background-color: #eeeeee;
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	cursor: hand;
}
.form_button:hover { color:#006600; background-color:#DDDDDD }

li.spaced {
	margin-bottom:10px;
}

.telephone {padding:10px; FONT-SIZE:10pt; LINE-HEIGHT:140%; FONT-WEIGHT:BOLD; COLOR: #606069; margin-left: 2px; margin-bottom: 10px; vertical-align:middle;}
.telephone .phicon { margin-right:15px;}

.silk_box {
	margin-left:5px;
	border:2px solid;
	padding:10px;
	background: #F6F7FB;
	float:right;
	width:40%;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.contactfield {
	width: 200px;
}

.lhs {
	margin:15px 20px 10px 10px;
}

h3.lhs {
	margin-top:20px;
}

.rhs_pic {
	float:right;
	margin:10px 0px 10px 20px;
}

.caption {
	margin-top:3px;
	font-style:italic;
	width:300px;
	font-size:80%;
}

.hlight0 { background: #FFFF00 }
.hlight1 { background: #CCFFCC }
.hlight2 { background: #CCCCFF }
.hlight3 { background: #FFCCCC }
