/*****************************************************************************/
/*Style Sheet for ETA Supplies *************************************************/
/*Kevin Jones ***************************************************************/
/*2007-08-13*****************************************************************/
/*****************************************************************************/

/*

No w loaded via stylesheet.php

@import url("menu.css");

*/
#z
{
	/* This is the image */
	z-index:10;
	margin-top:-190px;
	margin-left:525px;
}
#y
{
/*	background: url('/images/layout/z.png') no-repeat;*/
	z-index:-10;
	margin-top:0;
	visibility:none;
}
Body 
{
	background-color:black;
}

.Hidden
{
	width:0;
    height:0;
    visibility: hidden;
	overflow:hidden;
    display:none;
}


a:link.navlink,a:visited.navlink {
	color:#aaf;
	text-decoration: none;
}

a:hover.navlink {
	color:#eef;
	text-decoration: none;
}

a:link.footer,a:visited.footer {
	color:#aaa;
	text-decoration: none;
}

a:hover.footer {
	color:#fff;
	text-decoration: none;
}

#OverallContent
{
	border-style:solid;
	border-width:0px;
	border-color:red;
	background: url('/images/layout/background.png') top left no-repeat;
	margin: 0px auto; 
	width: 790px; 
	height:150px;	
	font-family:verdana;
	letter-spacing:0px;
	line-height:1.2em;
	font-size:10pt;
/*	font-weight:500; */
	color:white;
}

#InitiallyInVisible
{
	display:none;
}


#Content
{
	border-style:solid;
	border-width:0px;
	border-color:green;
	background: url('/images/layout/mainpadding.png') top left repeat-y; 
	float:left;
	width:100%;
}

#Header
{
	border-style: solid;
	border-width:0px;
	border-color:black;
	height:25px;
	background-color:black;
}

#MenuBar
{
	border-style: solid;
	border-width:0px;
	border-color:yellow;
	background: url('/images/layout/menubar.png') top left no-repeat;
/*	width:98%; */
	padding-left:1%;
	padding-right:1%;
	padding-top:1px;
	margin-top: 152px;
	height:38px;
	color:black;

}

#FPLeftPanel
{
	border-style: solid;
	border-color:yellow;
	border-width:0px;
	float:left;
	width:15%;
	padding:1%;
}

#FPCentrePanel
{
	border-style: solid;
	border-color:white;
	border-width:0px;
	float:left;
	width:46%;
	height:358px;
	margin-left:-30px;
	padding:1%;
	padding-left:30%;
	background: url('/images/layout/elvis.png') bottom left no-repeat; 
}

#FPCentrePanelText
{
	width:250px;
	padding-left:10px;
	font-size:.9em; 
}


#FPRightPanel
{
	border-style: solid;
	border-color:white;
	border-width:0px;
	float:left;
	width:160px;
	margin-left:-110px;
	padding:1%;
	font-size:.9em;
	line-height:.9em;
	font-style:italic;
}

#GenericPanel
{
	float:left;
	margin-left:0;
	width:98%;
	padding:1%;
}

#ProductSection
{
	width:80%;
	padding:5%;
}
#ProductSection img
{
	padding:7px;
	margin:10px;
	background:#aaa;
}



.LargeWhiteText
{
	color:white;
	font-size:2em;
	line-height:2em;
}

.MediumWhiteText
{
	color:white;
	font-size:1.4em;
	line-height:1.4em;
}
#AlignTextRight
{
	text-align:right;
}

form
{
	width:400px;
	line-height:27px;
	text-align:right;
}

table
{
	width:100%;
}

/*
td
{
	border-style: ridge;
	border-color:#aaa;
	border-width:3px;
}
*/

form input
{
	border-style: solid;
	border-width:1px;
	border-color:#666;	
	float:right;
	width:200px;
	height:20px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;
	font-size:.9em;
}

form select
{
	border-style: solid;
	border-width:1px;
	border-color:#666;	
	float:right;
	width:200px;
	height:20px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;
	font-size:.9em;
}

form textarea
{
	border-style: solid;
	border-width:1px;
	border-color:#666;	
	float:right;
	width:300px;
	height:200px;
	margin-top:2px;
	margin-bottom:3px;
	margin-left:10px;
	font-size:.9em;
}

.TwoPointGreyBorder
{
	border-style: solid;
	border-width:2px;
	border-color:#666;	
}

.TwoPointGreyBorder td, th

{
	padding:5px;
}

#Footer 
{
	border-style: solid;
	border-color:blue;
	border-width:0px;
	background: url('/images/layout/footerpadding.png') top left repeat-y; 
	float:left;
	width:98%;
	padding:1%;
	height:60px;
	color:white;
}

#LeftColumn350_PX
{
	float:left;
	width:340px;
	padding-left:10px;
}

#RightColumn420_PX
{
	padding-left:20px;
	float:left;
	width:400px;
}

img 
{
	border:0;
}

.RedText
{
	color:red;
}
