

A:link {color:#660000; text-decoration:underline;}
A:visited {color:#660000; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#700F28; text-decoration:none; font-family: Cochinchine, Cochin, CocktailRegular, Georgia, "Times New Roman", Times, serif; font-size: 19px; line-height: 26px; padding-right:20px; font-weight: lighter;}
A.nav:visited { color:#700F28; text-decoration:none; font-size: 19px; line-height: 26px;}
A.nav:hover { color:#AE7520; text-decoration:underline; font-size: 20px; line-height: 26px;}
A.nav:active { color:#AE7520; text-decoration:none; font-size: 20px; line-height: 26px;}

.mainText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #870101;
	text-decoration: none;
}

.headerText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #870101;
	text-decoration: none;
}

.headerText2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #209ACF;
	text-decoration: none;
}

.footerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #846538;
	text-decoration: none;
	letter-spacing: 2px;
}

.frame
{
padding: 0px;
border: 2px solid #700D28;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
max-width: 100%;
height: auto;
}

.smallframe
{
padding: 0px;
border: 1px solid #700D28;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
}

.resize
{
max-width: 100%;
height: auto;
}


.block
{
padding: 0px;
border: 1px solid #cccccc;
background: #FCB200;
padding: 5px;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #581B39;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	font: bold 19px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #cdcdcd,
		0px 0px 3px #cdcdcd,
		inset 0px 5px 12px #7A003B,
		inset 0px 15px 2px #6D0035,
		inset 0px 25px 25px #7A003B;
	}

.container2Column {
  clear: both;
  padding: 10px;
  margin: 0px;
  overflow:hidden;
 }
 
.profile2_1 {
  background-color: #;
}
.profile2_2 {
  background-color: #;
}

@media only screen and (min-width: 480px) {
.span2 {
  width: 48.4%;
}
.col2 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col2:first-child {
  margin-left: 0;
}
}


.container3Column {
  clear: both;
  padding: 0px;
  margin: 0px;
  overflow:hidden;
 }
.profile3_1 {
  background-color: #;
 }
.profile3_2 {
  background-color: #;
}
.profile3_3 {
  background-color: #;
}

@media only screen and (min-width: 480px) {
 .span3 {
  width: 32.2%;
}
.col3 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col3:first-child {
 margin-left: 0;
}
}
	

input[type=text] {
  width: ;
  padding: 6px 6px;
  margin: 8px 0;
  font-size: 18px;
  box-sizing: border-box;
}
input[type=submit] {
  width: ;
  padding: 6px 6px;
  margin: 8px 0;
  font-size: 18px;
  box-sizing: border-box;
}
select {
   font-size: 18px;
}

form {
    display: inline-block; //Or display: inline; 
}

.no-wrap-text {
    overflow: hidden;
  }

li {
  list-style-position: outside;
  margin-left: 35px;
}

    /* Reset & Base */
    body { margin: 0; padding: 0; font-family: 'Georgia', serif; color: #333; background: #fdfdfd; }
    a { text-decoration: none; color: #333; }
    ul { list-style: none; margin: 0; padding: 0; }

    /* Header */
    header {
      background: url('banner.jpg') center/cover no-repeat;
      height: 60vh;
      position: relative;
      display: flex; align-items: center; justify-content: center;
    }
    header h1 {
      background: rgba(255, 255, 255, 0.7);
      padding: 1rem 2rem;
      border-radius: 8px;
      font-size: 2.5rem;
    }

    /* Navigation */
    nav {
      background: #eee;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      position: sticky;
      top: 0;
      z-index: 100;
    }
    nav ul { display: flex; justify-content: center; }
    nav li { margin: 0 1rem; }
    nav a:hover { color: #555; }

    /* About / Intro */
    .intro {
      padding: 3rem 1.5rem;
      text-align: center;
      max-width: 800px;
      margin: auto;
    }

    /* Product Categories */
    .categories {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
      padding: 2rem 1rem;
    }
    .category-card {
      background: white;
      width: calc(33% - 2rem);
      min-width: 200px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.3s;
    }
    .category-card:hover { transform: translateY(-5px); }
    .category-card img { width: 100%; height: 200px; object-fit: cover; }
    .category-card h3 { margin: 0.5rem 0 1rem; }

    /* Footer */
    footer {
      background: #333;
      color: white;
      text-align: center;
      padding: 1.5rem;
      font-size: 0.9rem;
    }