/*
	Stourbridge Turning and Grinding Limited
	Base Stylesheet
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 200%;
	color:#006699;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}

h2 {
	font-size: 150%;
	font-weight:bold;
}

h3 {
	font-size: 110%;
	font-weight:bold;
}

h4 {
	font-size: 100%;
	font-weight:bold;
	font-style:italic;
}

h5 {
	font-size: 100%;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.bodydiv {
	background-image: url(../graphics/background/bckgrnd_fade3.jpg);
	background-repeat:repeat-x;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
}

.logocolumn {
	width:150px;
	margin-left:4px;
}
.footer {
	font-size: small;
	color: #FFFFFF;
	clear:both;
	padding: 2px 4px 2px 4px;
	background-image:url(../graphics/background/bckgrnd_fade3.jpg);
	border:1px solid #000066;
}
.footerleft {
	float: left;
}
.footerright {
	text-align:right;
}

.newsdiv {
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:0px;
	margin-top:12px;
}
.newsheader {
	color:white;
	background-color:#338FA8;
	border-bottom: 1px solid black;
	padding:4px;
}
.newsheadline {
	padding: 4px;
	font-size:small;
}

.newsheadlinereadmore {
	text-align: right; 
	font-size:x-small; 
	padding-bottom:8px;
}

.bodycontentdiv {
	padding:4px 4px 4px 4px;
}

.white {
	color:white;
}
.black {
	color:black;
}
.darkblue {
	color:#338FA8;
}
.navbar {
	background-image: url(../graphics/background/tab_unselected.gif);
	background-repeat: no-repeat;
	color:#338FA8;
	float:left;
	width:100px;
	border-bottom: 1px solid #000066;
	text-align:center;
	margin:0px;
	padding: 4px 0px 2px 0px;
}

.navbar_selected {
	background-image: url(../graphics/background/tab_selected.gif);
	background-repeat: no-repeat;
	color:white;
	float:left;
	width:100px;
	border-bottom: 1px solid #338FA8;
	text-align:center;
	margin:0px;
	padding: 4px 0px 2px 0px;
}
.navbar_clear {
	border-bottom: 1px solid #000099;
	font-size:12px;
	text-align:right;
	margin:0px;
	padding: 4px 8px 2px 400px;
}
.navbar_text {
	font-size:12px;
	font-weight:normal;
	color:#338FA8;
}
.navbar_text:hover {
	font-weight:bold;
	text-decoration:none;
}
.navbar_text_selected {
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}
.picframe {
	border:1px solid black;
	margin-top:12px;
}

body {
	font-size:90%;
	font-weight:normal;
}
.smalltext {
	font-size:70%;
	font-weight:normal;
}
.navsubbar {
	color:#338FA8;
	background-color:#CCCCCC;
	border-bottom: 1px solid #000066;
}
.navsubbar_item {
	color:#338FA8;
	font-size:90%;
	font-weight:normal;
}
.navsubbar_selected {
	color:#338FA8;
	font-size:90%;
	font-weight:bold;
}
.plantlistimage {
	z-index:10;
	border: 1px solid #000000;
	position: absolute;
	display: none;
	width:320px;
	color:#338FA8;
	background-color:#FFFFFF;
	font-size:70%;
	font-weight:bold;
	text-align:center;
}

a {text-decoration:none; color:inherit;}
a:hover {text-decoration:underline;}