/*************************************************
* File: styles.css
* Author: George J Kollias
* Date Created: 04/05/2006
* Copyright © 2007 m-tech.
**************************************************
* About: This is the default cascading style
* sheet for the mtech.com.au website
*************************************************/

/* Default Elements */
FORM	{display:inline;}
BODY {margin-top:0px; margin-bottom: 0px; background-color:#ffffff;}
B	{color: #3F3F3F;}
.MainNavigation	{font-family: Arial; font-size:12px; color:#ffffff; text-decoration:none; font-weight: bold;}
.MainNavigation:Hover	{font-family: Arial; font-size:12px; color:#ffffff; text-decoration:underline; font-weight: bold;}


P	{font-family: Arial; font-size:12px; color:#8C8C8C; font-weight: normal; text-decoration:none;}
TD	{font-family: Arial; font-size:12px; color:#8C8C8C; text-decoration:none;}
INPUT	{font-family: Arial; font-size:12px; color:#8C8C8C; text-decoration:none;}
SELECT	{font-family: Arial; font-size:11px; color:#8C8C8C; text-decoration:none;}

LI	{font-family: Arial; font-size:12px; color:#8C8C8C; text-decoration:none; font-weight: normal;}
UL	{font-family: Arial; font-size:12px; color:#8C8C8C; text-decoration:none; padding-left:1.5em; margin-left:16;}
A	{font-family: Arial; font-size:12px; color:#666666; text-decoration:none;}
A:Hover	{font-family: Arial; font-size:12px; color:#FF6600; text-decoration:underline;}
A.menu	{font-family: Arial; font-size:12px; font-weight: bold; color:#FFF; text-decoration:none;}
A.menu:Hover	{font-family: Arial; font-size:12px; font-weight: bold; color:#FFF; text-decoration:underline;}

.HomeLink	{font-family: Arial; font-size:11px; color:#FF6600; text-decoration:none;}
.HomeLink:Hover	{font-family: Arial; font-size:11px; color:#FF6600; text-decoration:underline;}


.Footerlinks	{font-family: Arial; font-size:12px; color:#B2B2B2; text-decoration:none;}
.Footerlinks:Hover	{font-family: Arial; font-size:12px; color:#B2B2B2; text-decoration:underline;}

.GrowersLogin	{font-family: Arial; font-size:9px; color:#8C8C8C; text-decoration:none; font-weight:bold;}
.GrowersLogin:Hover	{font-family: Arial; font-size:9px; color:#8C8C8C; text-decoration:underline; font-weight:bold;}


/* Additional Elements */
.Main_Frame_left{
	 background: url('../images/bg_left.jpg') repeat-y;
	 align: right;
	 z-index: -1;
}

.Main_Frame_right{
	 background: url('../images/bg_rigth.jpg') repeat-y; 
	 z-index: -1;  
	 align: left;
}

.list_contents{
	border-bottom: 1px solid #DFDFDF;
}