.menu-bg {
background: url("images/topgreybar-bg.jpg");
background-repeat: repeat-x;
}

.floral-bg {
background: url("images/floral-background.jpg");
background-repeat: repeat-x;
}

.lightgreytop-bg {
background: url("images/box-lightgrey-top.jpg");
background-repeat: repeat-x;
}

.lightgreymain-bg {
background: url("images/box-lightgrey-main.jpg");
background-repeat: repeat-x;
}

.boxblacktop-bg {
background: url("images/box-black-top.jpg");
background-repeat: repeat-x;
}

.boxblackmain-bg {
background: url("images/box-black-main.jpg");
background-repeat: repeat-x;
}

.basebottom-bg {
background: url("images/base-bottom-bg.jpg");
background-repeat: repeat-x;
}

.Header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #F10801;
}
.SubMenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
}
.MainCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.PortfolioCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.SmallOrange {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.SubHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.BoxPanelGrey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D3CFAF;
}
.MainCopyOrange {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.submenul a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.submenul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.submenul a:hover {
	color: #999999;
	text-decoration: underline;
}
.submenul a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.boxli a:link {
	color: #FF0000;
	text-decoration: none;
}
.boxli a:visited {
	color: #FF0000;
	text-decoration: none;
}
.boxli a:hover {
	color: #999999;
	text-decoration: underline;
}
.boxli a:active {
	color: #FF0000;
	text-decoration: none;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:70% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  /*min-width: 500px;
  max-width: 600px;
  width: 560px; */
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#F57921;				   
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}



form input,select, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	font-family: calibri, arial, sans-serif;
	font-size: 13px;
	
	border: 1px solid;
	border-color: #000000;
	padding: 2px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}


a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.PortfolioCopy a:link {
	color: #666666;
	text-decoration: none;
}
.PortfolioCopy a:visited {
	text-decoration: none;
	color: #666666;
}
.PortfolioCopy a:hover {
	text-decoration: underline;
	color: #666666;
}
.PortfolioCopy a:active {
	text-decoration: none;
	color: #666666;
}

.shoppingcart{
    border-style:solid;
    border-top-color:#666666;
    border-bottom-color:#666666;
    border-left-color:#666666;
    border-right-color:green;
    border-width:1px;
    border-top-width:1px;
    border-left-width:1px;
       }


	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }	   
	  
	  .image{
	border-color: #A7986D;
	border-width:5px;
	border-style:solid;
      }
	   