/*STOCKSHEET~CONTACT*/
body {
	font-family: Georgia, "Palatino Linotype", "Trebuchet MS";
	font-weight:normal;
	font-size:62.5%;
	padding:0;
	margin:1px;
}

p	{
	font-size:1.2em;
}

td	{
	font-size:1.2em;
}

#lang	{
	margin-top:2px;
}

#lang a:link,
#lang a:hover,
#lang a:visited,
#lang a:active {
	white-space:pre;
	border:0;
	text-decoration:none;
}

#lang a:link {
	color:#000;
	font-size:small;
}

#lang a:hover {
	color:#C00;
	text-decoration:underline;
	font-style:italic;
}

#lang a:visited {
	color:#006633;
	font-size:small;
	text-decoration:underline;
	font-style:italic;
}

#lang a:active {
	color:#000;
	font-size:small;
	text-decoration:none;
}

#contact	{
	text-decoration:underline;
}
	
/*HEADER*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../images/corners.gif');
	height: 9px;
	font-size: 2px;
}

.top-left, .bottom-left { 
	margin-right: 9px;
}

.top-right, .bottom-right { 
	margin-left: 9px;
	margin-top: -9px;
}

.top-right {
	background-position: 100% 0px;
}
	
.bottom-left  { 
	background-position: 0 -9px;
}

.bottom-right { 
	background-position: 100% -9px;
}

.inside {
	border-left: 2px solid #663300; 
	border-right: 2px solid #663300;
	background: #fffbc6;            
	/*color: #000000;*/
	padding-left: 0px;              
	padding-right:0px;              
}

.notopgap    { margin-top: 0; } 

.nobottomgap { margin-bottom: 0; }

.inside p	{
	position:relative; /* Required for IE */
}

.logo	{
	background:#fffbc6;
}
	
.navbar	{
	background: url(../images/navbar.gif) repeat-x;
	height:35px;
	width: 100%;
	margin: 5px 0;
	border: 1px solid #006633;
}

/*STOCKSHEET*/

.strip {
	background:url(../images/bgalternative_4.jpg) no-repeat;
}

#stockword {
	margin-left:160px;
}

.stock{
	border:#999999;
	padding-left:1px;
	z-index:20;
}

.stock1 {
	border:#999999;
	padding-left:125px;
	z-index:20;
}

.stock2 {
	border:#999999;
	padding-left:125px;
	z-index:20;
}

.tblcolhead th,
.tblodd td,
.tbleven td  {
	border:1px solid #999999;
}

.avail {
	font-weight:bold;
	color:#cc0000;
}

.tableheader {
	background:#cccccc;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	padding-bottom:10px;
	border:solid #999999;
}

.tblcolhead {
	background:#669966;
}

.tblodd {
	background:#ccffcc;
}

.tbleven {
	background:#99cc99;
}

#brds1 {
	float:left;
	z-index:1;
	padding:100px 50px 0px 10px;
}


/*CONTACT*/

#tblcontact {
	background-color:#d5e9d7;
	border:1px solid #006633;
}

#inputtable	{
	background-color:#d5e9d7;
	border:1px solid #006633;
}

#footer {
	margin:0;
	padding-top:20px;
	border-top: 2px solid #bfb8b3;
	text-align:center;
	height:40px;
	background-color:#fff3e9;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:.9em;
}

#footer a:link	{
	color:#000;
	text-decoration:none;
}

#footer a:hover	{
	color:#000;
	text-decoration:underline;
}
	
#footer a:visited	{
	color:#663300;
	text-decoration:underline;
}

#footer a:active	{
	color:#000;
	text-decoration:none;
}

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
#shadow-container .shadow1 {
	background: #F1F0F1;
}
 
#shadow-container .shadow2 {
	background: #DBDADB;
}
 
#shadow-container .shadow3 {
	background: #B8B6B8;
}
 


