@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: 11px;
	line-height: 18px;
	background-color: #6D93A9;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A7A19F;
	border-right-color: #A7A19F;
	border-bottom-color: #A7A19F;
	border-left-color: #A7A19F;
}
.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;
}

#container_fixed {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container_fluid {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container_lyteframe {
	text-align: left;
	padding: 25px;
}
#header {
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.----------HORZNAV---------- {
}
#horznav_fixed {
	color: #435F76;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 0px;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 14px;
}
#horznav_left {
	float: left;
	width: 300px;
}
#horznav_right {
	float: right;
}
#horznav_fluid {
	background-color: #DAE0E5;
	text-align: left;
}
.----------LYTEFRAME---------- {
}
.div_order_head {
	background-color: #435F76;
	margin-bottom: 10px;
	padding: 10px;
	color: #FFFFFF;
}
.div_selectsize {
	margin-bottom: 10px;
	padding: 10px;
}
.----------CONTENT01---------- {
}
#content_01 {
	background-color: #EBECEE;
	margin-bottom: 10px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/shade_horznav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_01_left {
	float: left;
	padding: 25px;
	width: 400px;
	text-align: left;
	margin: 25px;
	background-color: #DAE0E5;
}
#content_01_right {
	float: left;
	padding: 25px;
	width: 400px;
	text-align: left;
	background-color: #DAE0E5;
	margin: 25px;
}
#content_plainbody {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 25px;
	text-align: left;
	background-color: #EBECEE;
}
.----------SLOGAN---------- {
}
#content_slogan {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #EBECEE;
	color: #435F76;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url(../images/layout/shade_horznav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.----------SEARCH---------- {
}
#content_search {
	background-color: #DAE0E5;
	text-align: left;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content_search_heading {
	background-color: #DAE0E5;
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/shade_lightblue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 12px;
	color: #435F76;
}
#content_search_left {
	float: left;
	width: 50%;
	text-align: center;
}
#content_search_right {
	float: left;
	text-align: center;
	width: 50%;
}
.----------CONTENT02---------- {
}
#content_02 {
	background-color: #C7C3C0;
	margin-bottom: 10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#content_02_left {
	float: left;
	padding: 0px;
	width: 460px;
	text-align: left;
	background-color: #C7C3C0;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 25px;
}
#content_02_right {
	float: left;
	padding: 0px;
	width: 460px;
	text-align: left;
	background-color: #C7C3C0;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 15px;
}
.div_textbox01 {
	background-color: #DEDBD8;
	border: 1px solid #A8A1A0;
	padding: 15px;
}
.div_textbox01_message {
	background-color: #DDE3C8;
	border: 1px solid #A8A1A0;
	padding: 15px;
	font-size: 12px;
}
#content_02_centered {
	background-color: #C7C3C0;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
}
#content_02_box_centered {
	padding: 0px;
	width: 460px;
	text-align: left;
	background-color: #C7C3C0;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.---------NEWSMARQUEE---------- {
}
#content_newsmarquee {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #EBECEE;
	color: #435F76;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(../images/layout/shade_horznav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.----------GALLERY_SELECT----- {
}
#content_galleryselect {
	margin-bottom: 10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #EBECEE;
	text-align: left;
}
#label_wellington {
	width: 80px;
	height: 15px;
	z-index: 1;
	top: 310px;
	left: 100px;
	position: relative;
}
#label_paarl {
	left: 50px;
	top: 330px;
	position: relative;
	height: 15px;
	width: 80px;
	z-index: 2;
}
#label_franschhoek {
	position: relative;
	top: 360px;
	height: 15px;
	width: 80px;
	left: -30px;
	z-index: 3;
}
.----------GALLERY--------- {
}
#content_select_area {
	text-align: left;
	background-color: #C7C0BD;
	color: #FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
	padding: 1%;
	width: 98%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content_gallery {
	margin-bottom: 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 25px;
	background-color: #EBECEE;
	background-image: url(../images/layout/shade_horznav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.----------IMAGES---------- {
}
.----------featured---------- {
}
#content_featured {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #435F76;
}
.img_thumbnail_featured {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
	float: left;
}
.img_featuredimage {
	height: 135px;
}
.thumbnail_featured_image {
	background-color: #E3E3E3;
	margin-bottom: 2px;
	border: 5px solid #435F76;
}
.thumbnail_featured_caption {
	background-color: #E3E3E3;
	padding: 5px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}
.----------latest---------- {
}

#content_latest {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #DAE0E5;
	padding: 10px;
}
.img_thumbnail_latest {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
.thumbnail_latest_image {
	background-color: #E3E3E3;
	margin-bottom: 2px;
}
.img_latestimage {
	height: 150px;
}
.thumbnail_latest_caption {
	background-color: #E3E3E3;
	padding: 5px;
	font-size: 7px;
	text-transform: uppercase;
	text-align: center;
}
.-----featuredonsample--------- {
}

.img_thumbnail_featuredonsample {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
.thumbnail_featuredonsample {
	background-color: #E3E3E3;
	margin-bottom: 2px;
}
.img_featuredonsample {
	height: 45px;
	border: 2px solid #A7A19F;
}
.thumbnail_featuredonsample_caption {
	background-color: #E3E3E3;
	padding: 5px;
	font-size: 6px;
	text-transform: uppercase;
	text-align: center;
}

.----------gallery---------- {
}

#content_gallery {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 25px;
	text-align: left;
}

.img_thumbnail_gallery {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
	width: 200px;
}
.thumbnail_gallery_image {
	height: 100px;
	background-color: #E3E3E3;
	margin-bottom: 2px;
}
#gallery_NEXT {
	background-color: #435F76;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
.img_gallery {
	height: 100px;
}
.thumbnail_gallery_caption {
	background-color: #E3E3E3;
	padding: 5px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}
.photo_description {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EBECEE;
	border-right-color: #EBECEE;
	border-bottom-color: #EBECEE;
	border-left-color: #EBECEE;
}
.photo_buy {
	padding: 2px;
	color: #435F76;
	background-color: #DAE0E5;
	text-align: center;
	font-size: 15px;
}
.photo_buyorder {
	padding: 2px;
	color: #435F76;
	background-color: #DAE0E5;
	text-align: center;
	font-size: 15px;
	margin-bottom: 2px;
}
.photo_order {
	border: 5px solid #ECECEC;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 70px;
}
.photo_price {
	padding: 2px;
	font-weight: bold;
	color: #000000;
}
.photo_name {
	padding: 2px;
}
.----------FOOTER--------- {
}
#footer_fixed {
	width: 1000px;
	text-align: right;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_fluid {
	width: 100%;
	background-color: #435F76;
	height: 200px;
}
.----------TEXT---------- {
}
.heading01 {
	font-size: 14px;
	color: #314B63;
}
.search_button {
	text-align: left;
	background-color: #FFCC00;
	padding: 7px;
	border: 1px solid #7094AB;
}
.headingRed {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.heading02 {
	font-size: 25px;
	color: #F0F0F0;
	line-height: 25px;
}
.heading03 {
	font-size: 16px;
}
.heading04 {
	font-size: 15px;
	color: #333333;
}
.heading_box01 {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #435F76;
	text-align: left;
	padding: 8px;
	background-image: url(../images/layout/shade_heading_box01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
}
.heading_box02 {
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
	background-color: #435F76;
}
.text_small_allcaps {
	font-size: 9px;
	text-transform: uppercase;
	color: #435F76;
}
.----------IMAGES---------- {
}
img { border: none; 
}
.----------LINKS---------- {
}
a:link {
	text-decoration: none;
	color: #435F76;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #435F76;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #435F76;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #435F76;
	font-size: 12px;
}
a.maplink {
}
.maplink  a:link {
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #435F76;
}
.maplink  a:visited {
	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: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #435F76;
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.maplink  a:hover {
	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: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #DAE0E5;
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	color: #435F76;
}
a.whitelink {
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}
.whitelink a:link {
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}
.whitelink a:visited {
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}
.whitelink a:hover {
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
}
.whitelink a:active {
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}

.----------FORM---------- {
}
.td_padall_left {
	text-align: left;
	padding: 5px;
}
.textfield {
	padding: 1%;
	width: 98%;
	margin-bottom: 15px;
}
.textarea {
	padding: 1%;
	height: 75px;
	width: 98%;
	margin-bottom: 15px;
}
