/*
 * style.css
 * colour scheme:
*/

body {
margin: 0;
padding: 0; 
color: #000000;
background-color: #333333;
font-family: arial, sans-serif, verdana;
font-size: 12px;
clear: both;
}

#container{
margin: 15px auto;
width: 850px;
height: 750px;
float: center;
background-color: #ffffff;
overflow: visible;
}

#topbar1 {
	margin: 0px;
	width: 850px;
	height: 70px;
}

#topbar2 {
	margin: 0px;
	width: 850px;
	height: 50px;
}

/*banner image across top of container */
#banner {
	margin: 0px;
	width: 850px;
	height: 360px;
	background : #ffffff url(../images/manonjetty.jpg) top right no-repeat;
	overflow: visible;
}

#headercontent {
	width: 480px;
	height: 220px;
	float: left;
	color: #666666;
	background-color: transparent;
	text-align: justify;
	font-weight: bold;
	margin-top: 80px;
	margin-left: 30px;
}

/* start of config
 * links and search box on rhs of banner 
 * div and a:link etc */
#toplinks {
	width: 250px;
	height: 30px;
	float: left;
	background-color: transparent;
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 20px;
}

#toplinks a {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}

#toplinks a:hover {
	color: #555555; 
	text-decoration: underline;
	font-weight: bold;
}
/* end of toplinks div config */

/* start of bottomlinks div config */
#bottomlinks {
	width: 450px;
	height: 85px;
	float: left;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 30px;
}

#bottomlinks a {
	color: #416477; 
	text-decoration: none;
	font-weight: bold;
}

#bottomlinks a:hover {
	color: #ffffff; 
	text-decoration: underline;
	font-weight: bold;
}
/* end of bottomlinks div config */

/* main content area 
 * full width of container */
p {
	margin-left: 30px;
	margin-right: 30px;
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	color: #666666;
	background: transparent;
	overflow: visible;
}

h3 {
	margin-left: 30px;
	margin-right: 50px;
	font-weight: bold;
	color: #666666;
	background: transparent;
}

table.price {
	margin: 0px;
	width: 450px;
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	background-color: #b8d1e4;
	border-width: 0px;
	border-collapse: collapse;
	border-style: solid;
}

tr.header {
	background-color: #7aced7;
}	

td.rowname {
	margin: 0px;
	width: 150px;
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-collapse: collapse;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

td.price {
	margin: 0px;
	width: 100px;
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-collapse: collapse;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}


