/* REDEFINED STYLES */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	line-height:18px;
	background-image: url(/images/common/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #990000;
}
a:hover {
	color: #B49A47;
}
a:active {
	color: #990000;
}
input,textarea,select {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
}

h2 {
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
h3 {
	font-size:16px;
	font-weight:bold;
}

/* GENERAL STYLES */

.txt-med {
	font-size:11px;
	color:#333333;
	line-height:15px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.link-darkbg {
	color:#CCCCCC;
}
.dropcap {
	font-size:36px;
	font-weight:bold;
}
.txt-intro {
	font-size:14px;
	line-height:26px;
}
.smallcaps {
	font-size:12px;
	color:#999999;
	font-variant:small-caps;
}
.header-large {
	font-size:24px;
	font-weight:bold;
	color:#000000;
}
.breadcrumb {
	font-size:10px;
	color:#666666;
}
.txt-small {
	font-size:10px;
	line-height:14px;
}
.txt-price {
	font-size:24px;
	color:#990000;
	text-align:center;
}

/* FOOTER STYLES */

.footer {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.footer a {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover {
	font-size:12px;
	color:#B49A47;
	font-weight:bold;
	text-decoration:none;
}
.footer-sub {
	font-size:10px;
	color:#CCCCCC;
}
.footer-sub a {
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
}
.footer-sub a:hover {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}


/* SLIDESHOW CENTERING FIX STYLES */

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}