@charset "UTF-8";
body  {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 10px;
	line-height: 20px;
	background-color: #FFFFFF;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
} 
#header  { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.----------SIDEBAR_LEFT---------- {
}
#sidebar_left  {
	float: left; /* since this element is floated, a width must be given */
	width: 315px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/layout/logo_lejoubert.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	text-transform: uppercase;
	text-align: justify;
}
#sidebar_left_text {
	height: 220px;
	overflow: auto;
	margin-left: 40px;
	padding-right: 20px;
	text-align: justify;
	font-size: 10px;
	margin-top: 10px;
}
#sidebar_left_text_home {
	height: 220px;
	overflow: auto;
	margin-left: 40px;
	padding-right: 20px;
	text-align: justify;
	font-size: 10px;
	margin-top: 50px;
}
#sidebar_left_text_centered {
	text-align: center;
	vertical-align: top;
}
#div_align_centred {
	text-align: center;
}
#div_viewmap {
	background-image: url(../images/layout/map_marker.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100px;
	margin-left: 70px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#div_contactdetails {
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.----------MAINCONTENT {
}
#maincontent {
	margin-left: 320px;
}
#footer  {
	text-align: right;
	padding-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 15px;
	padding-left: 40px;
} 
#sidebar_right  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wines_factsheets {
	overflow: auto;
	height: 240px;
	padding: 20px;
	text-transform: uppercase;
	text-align: justify;
	margin-bottom: 20px;
	background-image: url(../images/layout/watermark_transp.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.----------THUMBNAILS {
}
#thumbnails_all {
	margin-top: 10px;
}
#thumbnail_div {
	float: left;
	width: 220px;
	margin-right: 10px;
}
#thumbnail_div_right {
	float: left;
	width: 220px;
}
#thumbnail_link {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#thumbnail_link_yourehere {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-image: url(../images/layout/bg_thumb_here.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.img_thumbnail {
	width: 210px;
	border: 5px solid #998B77;
	float: left;
}
.----------TEXT {
}
.heading_red_allcaps {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	margin-top: 15px;
}
.heading_black_bold_old {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-transform: capitalize;
}
.----------LINKS---------- {
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#link_youarehere {
	font-size: 17px;
	color: #660000;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 40px;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.whitelink {
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}
.whitelink a:link {
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
}
.whitelink a:visited {
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
}
.whitelink a:hover {
	text-decoration:underline;
	color:#ffffff;
	font-weight: bold;
}
.whitelink a:active {
	text-decoration:underline;
	color:#ffffff;
	font-weight: bold;
}

.----------IMAGES {
}
img { border: none; 
}
.gallery_thumbnail {
	border: 5px solid #998B77;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
}
.slideshow_images {
	height: 300px;
	width: 670px;
}
.caption_lejoubert {
	float: left;
	margin-right: 20px;
}
