@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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7D6A5C;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 11px;
	line-height: 20px;
	background-image: url(../images/layout/back_snowmountain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F4F0E4;
}
hr {
	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: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
}
.twoColFixLt #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 199px;
	text-align: right;
	padding-top: 100px;
	margin-top: 25px;
	font-size: 11px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
} 
.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;
}
#panel_bodytext {
	background-repeat: no-repeat;
	background-position: center top;
	width: 780px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: justify;
	margin: 10px;
}
#bodytext_overflow {
	text-align: justify;
	vertical-align: top;
	color: #7D6A5C;
	margin-bottom: 15px;
	border: 1px none #BABEC0;
}
.div_textblock {
	height: 100px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #DBD2C6;
}
.div_textblock_news {
	height: 150px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 120px;
	background-image: url(../images/layout/newsballoon.png);
}
#panel_3chapters {
	background-image: url(../images/layout/panel_3chapters.png);
	height: 135px;
	margin-top: 25px;
	background-repeat: no-repeat;
	padding: 15px;
}
#chapter_01 {
	width: 180px;
	float: left;
	background-color: #BABEC0;
}
#chapter_02 {
	width: 180px;
	float: left;
	background-color: #BABEC0;
	margin-left: 15px;
	margin-right: 15px;
}
#chapter_03 {
	width: 180px;
	float: left;
	background-color: #BABEC0;
}
.chapter_caption {
	color: #FFFFFF;
	background-color: #BABEC0;
	text-align: center;
	padding: 7px;
	text-transform: uppercase;
}
.blueband {
	background-color: #BABEc0;
	height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.pinkband {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: right;
	font-size: 12px;
}
#breadcrumbshilite {
	background-image: url(../images/layout/panel_breadcrumbshilite.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
	padding: 10px;
}
#div_recordsetnav {
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	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: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
}
.----------text---------- {
}
.text_lightgrey {
	color: #eeeeee
}
.text_small_allcaps {
	font-size: 8px;
	text-transform: uppercase;
}
.text_heading_01 {
	font-size: 14px;
	font-weight: bold;
	color: #9EA2A4;
	text-transform: capitalize;
}
.text_heading_02 {
	font-size: 14px;
	font-weight: normal;
	color: #9EA2A4;
	text-transform: capitalize;
}
.text_heading03 {
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
}
.text_heading_04 {
	font-size: 14px;
	color: #666666;
}
.text_heading_pink {
	font-weight: bold;
	color: #FF7091;
	font-size: 14px;
}
.text_breadcrumb_01 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, Calibri;
}
.text_breadcrumb_02 {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 13px;
}
.----------mainpics---------- {
}
#mainpic_home {
	background-image: url(../images/mainpics/mainpic_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: capitalize;
	line-height: 15px;
	padding-right: 50px;
}
.txt_transpbg {
	padding: 2px;
	background-image: url(../images/layout/transp_black25.png);
	background-repeat: repeat;
	background-position: center center;
}
.-----katse {
}
#mainpic_katse_fish_farms {
	background-image: url(../images/mainpics/mainpic_farm_lesotho.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_the_farm {
	background-image: url(../images/mainpics/mainpic_farm.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_sustainability {
	background-image: url(../images/mainpics/mainpic_sustainability.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_impactassess {
	background-image: url(../images/mainpics/mainpic_eia.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_troutfarm {
	background-image: url(../images/mainpics/mainpic_dam.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_best_practice {
	background-image: url(../images/mainpics/mainpic_smokehouse.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 750px;
	padding-top: 300px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_growing_conditions {
	background-image: url(../images/mainpics/mainpic_growing_conditions.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_the_seasons {
	background-image: url(../images/mainpics/mainpic_seasons.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_the_people {
	background-image: url(../images/mainpics/mainpic_people.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_aquaculturalists {
	background-image: url(../images/mainpics/mainpic_aquaculturalists.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_the_community {
	background-image: url(../images/mainpics/mainpic_community.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_trout_farmers {
	background-image: url(../images/mainpics/mainpic_troutfarmers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
.-----royale {
}
#mainpic_royalehighlandstrout {
	background-image: url(../images/mainpics/mainpic_royale.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 750px;
	padding-top: 250px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 20px;
}
#mainpic_farming {
	background-image: url(../images/mainpics/mainpic_farming.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_farm_lesotho {
	background-image: url(../images/mainpics/mainpic_farm.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_hatchery_franschhoek {
	background-image: url(../images/mainpics/mainpic_hatchery_franschhoek.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_smokehouse {
	background-image: url(../images/mainpics/mainpic_smokehouse.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_marketing {
	background-image: url(../images/mainpics/mainpic_marketing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_the_brand {
	background-image: url(../images/mainpics/mainpic_the_brand.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_where_to_buy {
	background-image: url(../images/mainpics/mainpic_buy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_where_to_eat {
	background-image: url(../images/mainpics/mainpic_where_eat.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_processing {
	background-image: url(../images/mainpics/mainpic_processing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
.-----topnav {
}
#mainpic_news {
	background-image: url(../images/mainpics/mainpic_news.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_contact {
	background-image: url(../images/mainpics/mainpic_contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_press {
	background-image: url(../images/mainpics/mainpic_press.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
#mainpic_recipes {
	background-image: url(../images/mainpics/mainpic_recipes.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
	line-height: 40px;
}
#mainpic_chefs {
	background-image: url(../images/mainpics/mainpic_chefs.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 750px;
	padding-top: 275px;
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	font-size: 27px;
	text-transform: capitalize;
}
.-----lifecycle {
}
#mainpic_lifecycle_slide {
	width: 780px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	border: 10px solid #000000;
}

.----------images----------{
}
img { border: none; 
}
.thumb_inline {
	border: 5px solid #BABEC0;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.----------links----------{
}
.recordsetnav {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	background-color: #BABEC0;
	text-align: left;
	margin-right: 1px;
}
.link_youarehere {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B29D8F;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.link_youarehere_sub {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF7091;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.link_youarehere_subsub {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BABEC0;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
a:link {
	color: #7A7E7F;
	text-decoration: none;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
	color: #7A7E7F;
	text-transform: uppercase;
}
a:hover {
	text-decoration: underline;
	color: #7A7E7F;
	text-transform: uppercase;
}
a:active {
	text-decoration: none;
	color: #7A7E7F;
	text-transform: uppercase;
}
a.mainvertnav {
	text-decoration:none;
	text-transform: uppercase;
}
.mainvertnav a:link {
	text-decoration:none;
	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: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #7D6A5C;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	text-align: right;
	text-transform: uppercase;
	width: 200px;
}
.mainvertnav a:visited {
	text-decoration:none;
	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: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #7D6A5C;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	text-align: right;
	width: 200px;
	text-transform: uppercase;
}
.mainvertnav a:hover {
	text-decoration:none;
	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: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	background-color: #BABEC0;
	text-align: right;
	width: 200px;
	text-transform: uppercase;
}
.mainvertnav a:active {
	text-decoration:none;
	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: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	text-align: right;
	width: 200px;
	text-transform: uppercase;
	background-color: #BABEC0;
}

a.subvertnav {
	text-decoration:none;
	text-transform: lowercase;
}
.subvertnav a:link {
	text-decoration:none;
	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: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #7D6A5C;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	width: 200px;
	text-align: right;
	text-transform: capitalize;
	background-image: url(../images/layout/arrow_brown.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.subvertnav a:visited {
	text-decoration:none;
	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: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #7D6A5C;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	text-align: right;
	width: 200px;
	text-transform: capitalize;
	background-image: url(../images/layout/arrow_brown.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.subvertnav a:hover {
	text-decoration:none;
	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: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	background-color: #BABEC0;
	text-align: right;
	width: 200px;
	text-transform: capitalize;
}
.subvertnav a:active {
	text-decoration:none;
	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: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #7D6A5C;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	text-align: right;
	width: 200px;
	text-transform: capitalize;
}

a.subsubvertnav {
	text-decoration:none;
	background-image: url(../images/layout/arrow_left.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.subsubvertnav a:link {
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B29D8F;
	border-right-color: #B29D8F;
	border-bottom-color: #B29D8F;
	border-left-color: #B29D8F;
	color: #7D6A5C;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 200px;
	text-align: right;
	text-transform: capitalize;
	margin-right: 15px;
	background-image: url(../images/layout/arrow_left.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.subsubvertnav a:visited {
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B29D8F;
	border-right-color: #B29D8F;
	border-bottom-color: #B29D8F;
	border-left-color: #B29D8F;
	color: #7D6A5C;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	text-align: right;
	width: 200px;
	text-transform: capitalize;
	margin-right: 15px;
	background-image: url(../images/layout/arrow_left.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.subsubvertnav a:hover {
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	background-color: #BABEC0;
	text-align: right;
	width: 200px;
	text-transform: capitalize;
	margin-right: 15px;
}
.subsubvertnav a:active {
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	text-align: right;
	width: 200px;
	text-transform: capitalize;
	margin-right: 15px;
	background-color: #BABEC0;
}

a.pinklink {
	text-decoration:none;
	text-transform: uppercase;
	text-align: right;
}
.pinklink a:link {
	text-decoration:none;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF7091;
	padding: 7px;
	border: 1px dotted #FFFFFF;
	text-transform: uppercase;
}
.pinklink a:visited {
	text-decoration:none;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF7091;
	padding: 7px;
	border: 1px dotted #FFFFFF;
	text-transform: uppercase;
}
.pinklink a:hover {
	text-decoration:none;
	color: #FFFFFF;
	text-align: center;
	background-color: #BABEC0;
	padding: 7px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #B29D8F;
	border-right-color: #B29D8F;
	border-bottom-color: #B29D8F;
	border-left-color: #B29D8F;
	text-transform: uppercase;
}
.pinklink a:active {
	text-decoration:none;
	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: solid;
	border-left-style: none;
	border-top-color: #BABEC0;
	border-right-color: #BABEC0;
	border-bottom-color: #BABEC0;
	border-left-color: #BABEC0;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF7091;
	padding: 7px;
	text-transform: uppercase;
}

a.pinklink_slide {
	text-decoration:none;
	text-transform: uppercase;
	border: 20px none #BABEC0;
	vertical-align: top;
}
.div_pinklink_slide {
	margin-left: 10px;
}
.status {
	text-align: center;
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #BABEC0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.pinklink_slide a:link {
	text-decoration:none;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF7091;
	border: 1px none #FFFFFF;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 75px;
	padding-bottom: 7px;
	padding-left: 75px;
	font-size: 12px;
	font-weight: bold;
}
.pinklink_slide a:visited {
	text-decoration:none;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF7091;
	border: 1px none #FFFFFF;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 75px;
	padding-bottom: 7px;
	padding-left: 75px;
	font-size: 12px;
	font-weight: bold;
}
.pinklink_slide a:hover {
	text-decoration:none;
	color: #FFFFFF;
	text-align: center;
	background-color: #B29D8F;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 75px;
	padding-bottom: 7px;
	padding-left: 75px;
	border: 2px none #B29D8F;
}

.div_linksslideshow {
	color: #FFFFFF;
	background-color: #BABEC0;
	padding: 5px;
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 15px;
	font-weight: bold;
}
#facebook-icon {
	background-image: url(../images/layout/facebook-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #463516;
	border-right-color: #463516;
	border-bottom-color: #463516;
	border-left-color: #463516;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#blog-icon {
	background-image: url(../images/layout/blog-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-bottom: 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: #463516;
	border-right-color: #463516;
	border-bottom-color: #463516;
	border-left-color: #463516;
}
#movie-icon {
	background-image: url(../images/layout/movie-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #463516;
	border-right-color: #463516;
	border-bottom-color: #463516;
	border-left-color: #463516;
	padding-bottom: 5px;
}
#email-icon {
	background-image: url(../images/layout/icon-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #463516;
	border-right-color: #463516;
	border-bottom-color: #463516;
	border-left-color: #463516;
	padding-bottom: 5px;
}

