@CHARSET "ISO-8859-1";

a:link,
a:visited {
	color: #9C7756;
	text-decoration: none;
}
a:hover {
	color: #5E5E5E;
	text-decoration: underline;
}

p {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 15px;
}

h2{
	margin: 6px 0px 6px 0px;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	margin: 8px 0px 3px 0px;
}
h4 {
	font-size: 11px;
	margin: 6px 0px 0px 0px;
}

img {
	border: none;
}

.footlink {
	padding-top: 10px;
	font-size: 11px;
	font-variant: small-caps;
	
	font-weight: bold;
}

#nav a.active {
	color: #d3001e !important; 
}

#nav a:link,
#nav a:visited {
	color: #5E5E5E;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	cursor: pointer;
}

#menu a:link,
#menu a:visited {
	color: #FFF;
}
#menu a:hover {
	color: #CCC;
	text-decoration: none;
}


#menu {
	font-size: 11px;
	line-height: 16px;
}



#content ul {
	padding-left: 25px;
	}
#content li {
	padding: 3px;
}



.contactform {
	padding: 25px 200px 15px 0;
}

.contactform td {
	white-space:nowrap;
}

.contactform input,
.contactform select {
	margin: 1px 0px;
	width:156px;
}

.contactform .left {
	float: left;
	clear: left;
	display: block;
	padding-top: 1px;
	
	width: 30%;
	padding-top: 2px;
	margin-left: 1px;
	margin-right: 10px;
}

.contactform .buttons input {
	float: none;
	height: auto;
	width: auto;
}

.contactform .buttons {
	text-align: right;
}

.contactform label.required {
	font-weight: bold;
}

.contactform textarea {
	height: 120px;
	width: 98%;
	margin-top: 5px;
}

.contactform br {
	clear: right;
}

.error {
	width: 96%;
	padding: 4px;
	margin-bottom: 8px;
	background-color: #FAA;
	border: #d3001e 1px solid;
}
.notice {
	width: 96%;
	padding: 4px;
	margin-bottom: 8px;
	background-color: #faf6d4;
	border: #ffea00 1px solid;
}


.shopform input {
	vertical-align: middle;
}

.numbercell {
	height: 14px;
	width: 24px;
	padding: 1px;
	
	background-color: #F3F3F3;
	border: 1px solid #999999;
	color: #5E5E5E;
	
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

