/**************************************************************
   AUTHOR:  Karla Osmers (Rossendale Winery)
   
 **************************************************************/
.block {
display:block;
margin-right: 45px;
margin-top: 2px;
padding: 10px;
}
/**************************************************************
   Width classes used by the site 
 **************************************************************/

.width300 {
  width: 300px;
}
.width330 {
  width: 330px;
}

.width500 {
  width: 500px;
}
.width590 {
  width: 590px;
}
.width650 {
  width: 650px;
}

.width800 {
  width: 800px;
}
.width900 {
  width: 900px;
}
.height10 {
height: 10px;}


/**************************************************************
   Alignment classes
 **************************************************************/

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}



/**************************************************************
   Border
 **************************************************************/
.shadowborder {
border-bottom: 2px solid #99cc99;
border-right: 2px solid #99cc99;
}

.border {
 border:1px solid black;
}
/**************************************************************
   background
 **************************************************************/
 
 .bg {
 background: url(../images/bg.gif) repeat;
 }
 
 .lansbg {
 background: url(../images/bg-lans.jpg) repeat;
 -moz-border-radius: 1em;
 }
 
 .opacitygreen {
 background-color: #99cc99;
 filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;
  
 }
 
 /**************************************************************
   padding  
 **************************************************************/
 
 .pad10 {
  padding:10px;}
	
	.padleft10
	{padding-left:10px;}
	.mar10 {margin:10px;}
