/* CSS Document */

/* standard tag styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #F4EAEB; /* pale pink */
	margin: 0px;
	text-align: center;
	background-color: #000000;
}

p {
	font-size: small;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #BB7D82; /* darker pink */
	font-size: x-large;
	text-align: left;
	font-weight: normal;
}	

h2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #DBB9BB; /* mid-pink */
	font-size: medium;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	line-height: 140%;
}	

h3 {
	margin: 5px;
	text-align: left;
	font-weight: normal;
	font-size: large;
}

h3.red {
	color: #FF0000;
}
		
h4 {
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 20px;
	margin-right: 5px;
	text-align: left;
	font-weight: normal;
	font-size: small;
}

h4 a:link, h4 a:active, h4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h4 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h5 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}			

img {
	margin: 0px;
	border: none;
}				

td img {
	display: block;
}

ul {
	padding: 0px;
	margin: 0px;;
}

li {
	padding: 0px;
	list-style-image: none;
	list-style-position: inside;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-type: none;
	color: #074882;
	font-size: small;
}

hr {
	color: #E6E6E6;
	border: none;
	height: 1px;
}
	
a:link {
	color: #EAD5D6;
	text-decoration: none;
}

a:active {
	color: #EAD5D6;
	text-decoration: none;
}

a:visited {
	color: #EAD5D6;
	text-decoration: none;
}

a:hover {
	color: #EAD5D6;
	text-decoration: underline;
}

/* text styling */
.p_right {
	margin-top: 10px;
	text-align: right;
}

.arrow a:hover {
	text-decoration: none;
}

/* image styling */
#mainContentRight .img_float_left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	display: inline;
	border: none;
}

#mainContentRight .img_float_right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	display: inline;
	border: none;
}	

/* Layer Definitions */

/* Mainwrapper displays the background layer and content which will alter the length of the page */
/* This wrapper centres the page */
/* It is important to set the margins, page width and position to relative */
#centralposition {
	position:relative;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* This extra wrapper is required for the background slice to work in FireFox, etc */
/* Setting the background image in the centralposition layer does not work in FireFox when the position is set to relative */
#backgrdWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 960px;
	float: left;
	border: 5px solid #5C2B03; /*dark oak */
	/*background-color: #F2DBC6;*/
}

#backgrdWrapper img {
	margin: 0px;
	padding: 0px;
	display: block;
}

#topBanner {
	padding: 0px;
	border: none;
}	

#mainPage {
	margin: 0px;
	padding: 0px;
	width: 960px;
	border: none;
	float: left;
	background-image: url(../images/teff2_page_backgrd.jpg);
	background-repeat: no-repeat;
	background-position: center -170px;
	background-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5C2B03; /* dark oak */
}

#mainPage h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainPage p strong {
	color: #DBB9BB; /* mid-pink */
	font-size: medium;
	font-weight: normal;
}

#mainColumn {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 460px;
	border: none;
	float: left;
}

#mainPic {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 440px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #872b93;
}	
	
#mainContentLeft { /* left column - 380 pixels wide */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 85px;
	width: 380px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
}

#mainContentLeft img {
	display: block;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0px;
	border: none;
}

#mainContentLeft img.right {
	float: right;
}	

#mainContentRight { /* right column - 380 pixels wide */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 85px;
	width: 380px;
	border: none;
	vertical-align: top;
	float: right;
	text-align: left;
}

#mainContentRight img {
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	border: none;
}	

#mainContentRight object {
	margin-left: 70px;
	margin-right: auto;
}	

#mainContentRight embed {
	margin-left: auto;
	margin-right: auto;
}

#lowerNav {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 95px;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
	float:right;
	text-align: right;
}


#lowerNav p strong {
	font-size: medium;
}	


#lowerNav p.left {
	float: left;
}

#lowerNav p.right {
	float: right;
}

#lowerNav a {
	color: #FFFFFF;
}

#lowerNav a:hover {
	text-decoration: underline;
}		

#footerWrapper {
	width: 960px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #F2DBC6;
}	

#footer {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 7px;
	padding-left: 0px;
	color: #6F393E;
}	
	
#footer p {
	color: #6F393E; /* dark pink */
	font-size: medium;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 5px;
	margin-right: 60px;
	display: inline;
	text-align: center;
}	

#footer p.motto {
	font-size: 22px;
	color: #6F393E;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial;
	letter-spacing: 0.2em;
	font-style: italic;
	margin: 5px;
}


#footer h3 {
	font-weight: normal;
	font-size: small;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #6F393E;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #6F393E;
	text-decoration: underline;
	font-weight: bold;
}

/* top layers */
#menubar {
	position:absolute;
	left:90px;
	top:150px;
	width:800px;
	z-index:1;
	vertical-align: middle;
}

#menubar a:link, #menubar a:active, #menubar a:visited {
	color: #EAD5D6;
	text-decoration: none;
}

#menubar a:hover {
	color: #EAD5D6;
	text-decoration: underline;
}	

#menubar p {
	float: left;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	display: inline;
	vertical-align: middle;
	font-weight: normal;
}	

#menubar p.sel {
	color: inherit;
}

#enquiry, #emailafriend {
	width: 350px;
	background-color: #412124;
	opacity: .75;
	border: 1px solid #DDBFC2;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: auto;;
}

#enquiry img, #emailafriend img {
	margin: 0px;
	padding: 0px;
}			

#enquiry p, #emailafriend p {
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#specialoffer {
	width: 360px;
	border: 1px solid #DDBFC2;
	background-color: #412124;
	padding-top: 5px;
}

/* Table styling */
table.contactform {
	width: 100%;
	border: 1px dashed #F4EAEB;
}

table.contactform td {
	padding: 2px;
}	

table.contactform p.title {
	text-align: right;
	margin: 2px;
}

table.contactform p.box {
	text-align: left;
	margin: 2px;
}

/* Miscellaneous */
.asterisk {
	color: #FF0000;
}

.massive_red {
	color: #FF0000;
	font-size: 36px;
}

.quote {
	color: #666666;
	font-size: 36px;
}

.quote2 {
	color: #666666;
}	

.large_red {
	color: #FF0000;
	font-size: large;
}

.medium_red {
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
}	

p.left {
	text-align: left;	
}	

p.readmore {
	font-weight: normal;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
	text-align: right;
	padding-bottom: 10px;
	float: right;	
}

p.copy {
	margin-left: 10px;
	margin-right: 10px;
	color: #999999;
	font-size: small;
	text-align: center;
}

p.openinghours {
	font-size: large;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	color: #074882;
}	

p.xsmall {
	font-size: x-small;
}

p.youmightbeinterested {
	padding-bottom: 5px;	
}			