/*Front end generic site styles common to every page*/

/* Main page layout styles */
body {
	background-color: #CCD3BC;/* grey=#D4CFC9;*/
	font-family:verdana;
	font-size: 10px;
	color: #585858;
}

#layout {
	position:relative;
	width:750px;
	height:560px;
	z-index:1;
	margin: 40px auto 5px auto;
	padding: 20px 0px 0px 0px;
	background-image: url(../images/fhertzogbggreen.gif);
}

#maindisplay {
	position:relative;
	width:705px;
	height:434px;
	margin: 0px 20px 5px 21px;
	border: 1px solid #DCDCDC;
	background-color: #F1F3EE;
}
#mainimage {
	position:relative;
	width:705px;
	height:200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ccd3bc;
	background-image:url(../images/fhertzogmain.jpg);
	border-bottom: 1px solid #DCDCDC;
}
#mainnoimage {
	position:relative;
	width:705px;
	height:207px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ccd3bc;
}
/* Main text layout */
h1{
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding: 9px 0px 7px 10px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}
h2{
	font-size: 12px;
	font-style:italic;
	color: #687629;
	font-weight: bold;
	padding: 0px 0px 14px 10px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #DCDCDC;
}

.leftcol{
	width:330px;
	float:left;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.rightcol{
	width:330px;
	float:right;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/*Navigation bar styles*/
#navigation {
	position:relative;
	width:705px;
	height:43px;
	margin: 0px 20px 10px 21px;
	background-color: #F1F3EE;
	border: 1px solid #DCDCDC;
}
#navigation a:link,  #navigation a:visited {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545331;
	font-size: 10px;
	text-decoration: none;
	padding: 13px 16px 16px 15px;
	background-color: #F1F3EE;
	border: 1px solid #F1F3EE;
	display:inline;
	top: 14px;
}

#navigation a:hover {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 13px 16px 16px 15px;
	background-color:#CCD3BC;
	border: 1px solid #999999;
	top: 14px;
}

/*Links for subnav eg sfurniture pack shortcuts etc*/
a.subnav:link,  a.subnav:visited {
	font-family:verdana;
	font-size: 11px;
	color: #687629;
	text-decoration: none;
	font-weight:bold;
}

a.subnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

/*Large image links for selecting furniture packs and useed on the developers page*/
.furniturelink {
	float:left;
	margin:0px 5px 0px 5px;
	width: 100px;
	height:110px;
	background-image:url(../images/furniturepacklink.gif);
	padding: 5px 7px 0px 7px;
	text-align:center;
}
.linkimage{
	border:1px solid #D2D2D2;
	margin: 0px 0px 0px 0px;
}
a.furniturelinktext:link,  a.furniturelinktext:visited {
	font-family: "arial";
	font-size:16px;
	text-decoration:none;
	color: #45471F;
	}
a.furniturelinktext:hover {
	font-family: "arial";
	font-size:16px;
	text-decoration:none;
	color: #666666;
}
#linklayer{
	width:650px;
	height: auto;
	background-color:#F1F3EE;
	border:1px solid #DCDCDC;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}
.greenboldtext{
	color: #687629;
	font-weight: bolder;
}
