﻿	
	
	.shadow {
  /* needed for Internet explorer */
  filter: DropShadow(Color=#dcdcdc,OffX=10, OffY=10);
	filter:progid:DXImageTransform.Microsoft.DropShadow(color=#dcdcdc, offx=-10, offy=10)
	}
	
	.textshadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
  }
	#example {
	font-family: Verdana;
	font-size: 2.6em;
	font-weight: bold;
	color: Red;
	}
	div[id=example] {
	color: #000 !important;
	}
	#example:after {
	content: 'Web-Graphics';
	color: #c60;
	display: block;
	text-indent: -0.1ex;
	margin-top: -1.3em; 
	}

	 .spring{
	  width: 698px;
		height: 300px;
		background-image:url(../images/header.jpg);
		background-repeat:no-repeat;
		text-align:center;
		vertical-align: top;
	 }
	 
	 	.opening{
	  width: 698px;
		height: 300px;
		background-image:url(../images/h_b3.jpg);
		background-repeat:no-repeat;
		text-align:center;
		vertical-align: top;
	 }
	 
	 .imgonsale {
	 	width: 96px;
		height: 128px;
 
	}
	
		 .imgonsale2 {
	 	width: 96px;
		height: 128px;
   	/* needed for Internet explorer */
  	filter: DropShadow(Color=#dcdcdc,OffX=10, OffY=10);
		filter:progid:DXImageTransform.Microsoft.DropShadow(color=#dcdcdc, offx=-10, offy=10)
	}
	
	.subtop 
	{
	    width:420px;
	    font-family: Verdana;
	    font-size: 0.9em;
	    font-weight: bold;
	    color:#8B00D6;
	    text-align:left;
	}
	
	.subtop2 
	{
	    width:520px;
	    font-family: Verdana;
	    font-size: 0.9em;
	    font-weight: bold;
	    color:#8B00D6;
	    text-align:left;
	}
	
	div.rounded-box {
    position:relative;
    width: 9em;
    background-color: red;
    margin: 3px;
}


#divLink {font-size: small;
 font-family: Verdana, Geneva, sans-serif;
 color: #F5FFA4;
 background-color: #FF0184;
 text-align: justify;
 padding-left: 14px;
 padding-bottom: 24px;
}

#cat3 { font-size:xx-small;}



/*********************
GLOBAL ATTRIBUTES
*********************/
table td.topleft2, table td.bottomleft2, table td.topright2, table td.bottomright2
{width:10px; height:8px; background-color:#FFF; background-repeat:no-repeat; }

table td.topleft2    {background-image:url(../Images/corner_1grey.jpg);} 
table td.bottomleft2 {background-image:url(../Images/corner_2grey.jpg);} 
table td.topright2   {background-image:url(../images/corner_4grey.jpg);} 
table td.bottomright2{background-image:url(../images/corner_3grey.jpg);} 

table td.left2
{
	background-image:url(../Images/wall_1grey.jpg);
	background-repeat:repeat-y;
	width:10px;
} 
table td.top2
{
	background-image:url(../Images/wall_2grey.jpg);
	background-repeat:repeat-x;
	} 
table td.right2
{
	background-image:url(../Images/wall_3grey.jpg);
	background-repeat:repeat-y;
	width:10px;
	} 
table td.bottom2
{
	background-image:url(../Images/wall_4grey.jpg);
	background-repeat:repeat-x;
 } 
 

.groovybutton
{
	
    margin-bottom:4px;
    padding-right:4px;	 
	text-align:center;
	width:110px;	
	font-size:11px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	color:Black;	
	height:24px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#b4b4b4');
	border-style:outset;
	border-width:thin;

}

.groovybuttonover
{
	font-weight:bold;
	border-style:inset;
}

.groovybuttonon
{
	border-style:inset;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#EEEEEE');
	text-decoration:none;
}



gray_on_grovy_button
{
   font-size:16px;
   font-family:Arial,sans-serif;
   height:26px;
   background-color:#779999;
   background-color:#668888;
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
}




.textboxnumber { text-align:right;
				 font-weight:bolder;
				 color:Black; 	
				 border-style:none;  
				 width:42px;  }
				 
div.scroll {
height: 420px;
width:auto;
overflow: auto;
border: 1px solid #666;
background-color: #FFFFFF;
padding: 0;
} 

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
   			


