@charset "UTF-8";

body {
	background-image: url(images/bg_line.png);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.style4 {
	color: #CC0000;
	font-weight: bold;
}

.HeaderText {
	font-weight: normal;
	font-family: Georgia, Palatino Linotype,;
	font-size: 23px;
	color: #777777;
}

.HeaderInfo {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}

.NavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
	border-top: 6px solid #BCBCBC; 
	border-bottom: 2px solid #BCBCBC;
}

.MainHeaderH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color: #8C001A;
	padding-bottom: 0px;
	padding-top: 7px;
	line-height: 32px;
}

.ChaletH3 {
	font-family: Chalet-LondonNineteenEighty;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
}

.ChaletH4 {
	font-family: Chalet-LondonNineteenEighty;
	font-size: 16px;
	color: #CC6600;
	font-weight: bold;
}
.bronzecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666600;
	/* text-align: justify; */
}
.greybodycopyp {
	font-size: 9pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
}
.smallcopyp {
	font-size: 12pt;
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	padding-top: 2px;
	font-style: italic;
}
.DesignerItems-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666600;
}

.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	height: 100%; /* 35px */
	background-repeat: repeat-x;
}

 
.twoColElsRtHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	float: none;
	width: 650px;
	height: 175px;
	margin-left: 1.5em;
} 

.img {
	margin: 0px px px 0px;
	float: right;
}
.rightimage {
	float: left;
	margin-right: 7px;
	margin-bottom: 2px;
}
.offer {
	float: right;
	height: 83px;
	width: 305px;
	line-height: 12px;
	padding-top: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
}

