/* CSS StyleSheet for Annelize Odendaal */

body {
	background-image: url(images/Logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #B78C9B;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #645A65;
	line-height: 20px;
	text-align: left;
}

a {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style: italic;
	color: #645A65;
	text-decoration: none;
	border-bottom: 1px #999999 dotted;	
}
	

#container {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 250px
}


#navbar {
	width: 1000px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}



#fish {
	width: 396px;
	height: 97px;
}

#fish a {
	width: 396px;
	height: 97px;
	display: block;
	background-position: 0px;
    border: none;
	
}

#fish a:hover {
	background-position: -396px;
}


#oval {
	width: 200px;
	height: 97px;
	float: left;
	padding-left: 4px;
}

#oval a {
	width: 200px;
	height: 97px;
	display: block;
	background-position: 0px;
	border: none;
	
}

#oval a:hover {
	background-position: -200px;
}


#header {
	width: 237px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 20px;
}

#top {
	width: 1000px;
	height: 200px;
}

#welcome {
	width: 750px;
	height: 300px;
	float: left;
	padding: 10px;
}


#contact {
	width: 200px;
	height: 310px;
	float: right;
	padding-left: 15px;
	padding-top: 10px;
}

#intro {
	width: 300px;
	height: 150px;
	float: left;
	padding: 10px;
}

#intro p {
	margin-top: 25px;
}

#testimonial {
	width: 410px;
	height: 170px;
	padding: 10px;
	float: left;
	margin-left: 10px;
}


#testimonial p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B78C9B;
	margin-top: 0px;
	margin-bottom: 8px;

}

#testimonial .smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
}

#quote {
	background-color: #F1E1FB;
	width: 200px;
	height: 160px;
	float: right;
	padding: 10px;
	margin-top: 15px;
	margin-left: 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#contleft {
	width: 720px;
	height: 350px;
	float: left;
	padding: 10px;	
}

#contright {
	width: 720px;
	height: 350px;
	float: right;
	padding: 10px;	
	position: relative;
}

#picright {
	width: 220px;
	height: 310px;
	padding-top: 60px;
	float: right;
	position: relative;
	clear: right;
		
}

#picleft {
	width: 220px;
	height: 310px;
	float: left;
	padding-left: 10px;
	padding-top: 60px;
}

#category {
	width: 980px;
	height: 30px;
	clear: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#img {
	width: 310px;
	height: 210px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
}

#info {
	width: 650px;
	height: 220px;
	float: right;
	clear: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#linkbar {
	width: 415px;
	height: 86px;
	float: right;
	clear: right;
}

#linkblock {
	width: 202px;
	height: 86px;
	float: left;
}

#linkblock2 {
	width: 202px;
	height: 86px;
	float: right;
}

#linkblock2 a {
	width: 202px;
	height: 86px;
	background-position: 0px;
	display: block;
	border: none;
}

#linkblock2 a:hover {
	background-position: -202px;
}

#copyright {
	width: 350px;
	height: 10px;
	margin-top: 50px;
	padding-bottom: 100px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style: italic;
	color: #645A65;
	float: right;
	clear: left;
	text-align: right;
}

.line {
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #D3CBD5;
}

.left {
	float: left;
}

.right {
	float: right;
}

.products {
	background: url(images/Products.png) no-repeat;
}

.fb {
	background: url(images/FB.png) no-repeat;
}

.mail {
	background: url(images/Email.png) no-repeat;
}

.home {
	background: url(images/Home.png) no-repeat;
}

.oticon {
	background: url(images/OticonLogo.jpg) no-repeat;
}

.noise {
	background: url(images/NoiseLogo.jpg) no-repeat;
}

.ralign {
	text-align: right;
	color: #C16FB8;
}

.centertext {
	text-align: center;
}





