* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4D340D;
    background: #f9f6f1;
}

a {
    text-decoration: none;
}

#wrapper {
    margin: 0 auto 10px;
    width: 968px;
}

#menu {
    background: url(images/menu.gif) no-repeat top left;
    overflow: hidden;
    padding: 15px 0 20px;
}
#menu a:hover{font-weight:bold;
			 font-size:16px;
			 color:#FF0000;
			 }
#menu ul {
    list-style-type: none;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    display: block;
    width: 12%;
    text-align: center;
    float: left;
    font-family: Georgia;
    font-size: 14px;
    color: #fff;
}

#banner {
    margin-top: 0px;
}

.content {
    background: url(images/content_bg.gif) repeat-y;
    margin-top: 0px;
}

.box-inside {
    background: url(images/content_inside.gif) no-repeat;
    padding: 25px;
}

.box-inside1 {
    background: url(images/content_inside1.gif) no-repeat;
    padding: 25px;
}

.box-inside1 img {
    margin: 0 10px 0 0;
}

.box-footer {
    background: url(images/content-footer.gif) no-repeat;
    font-size: 0;
    height: 13px;
    overflow: hidden;
}

p {
    padding: 0 0 10px;
}

.add_cart div {
    padding: 5px 0 0;
}

h1 {
    padding: 10px 0;
}

ul {
    padding-left: 25px;
}

select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px
}

#footer {
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
}

.dpDiv {
}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #505050;
    background-color: #ece9d8;
    border: 1px solid #AAAAAA;
}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
    border: 1px solid #ece9d8;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
    background-color: #aca998;
    border: 1px solid #888888;
    cursor: pointer;
    color: red;
}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: white;
}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
    font-size: 12px;
    color: gray;
    font-weight: bold;
}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
    color: 4060ff;

font-weight:bold;
}
/* the forward/backward buttons at the top */
.dpButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
    padding: 0px;
}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
}
.searchrow {clear: both;padding-top: 5px;} 
.searchrow span.label {float: left;width: 150px;text-align: right;}
.searchrow span.formw {float: right;width: 720px;text-align: left;}
/* Contact.... */
.contactbox{ margin-bottom:30px; }
.contact{ padding:10px; color:#6E5729; font-size:11px; font-weight:bold; background:#FFFFFF; height:1%}
.contactrow {clear: both;padding-top: 5px;}
.contactrow span.label {float: left;width: 150px;text-align: right;}
.contactrow span.formw {float: right;width: 720px;text-align: left;}