@charset "utf-8";
/* CSS Document */

BODY, HTML{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
FORM{
	margin: 0;
	padding: 0;
}

#bottomLinkBar{
	text-align: right;
	width: 900px;
	height: auto;
	position: relative;
	margin: auto;
	padding: 5px 0;
}

ul#bottomLinks, ul#bottomLinks li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	list-style: none;
	position: relative;
	margin: 0;
}
	ul#bottomLinks li{
		cursor: pointer;
		padding: 0 10px;
	}
	ul#bottomLinks li.last{
		padding-right: 0;
	}

#topLinkBar{
	text-align: right;
	width: 900px;
	height: auto;
	position: relative;
	margin: auto;
	padding: 5px 0;
}

ul#topLinks, ul#topLinks li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	list-style: none;
	position: relative;
	margin: 0;
}
	ul#topLinks li{
		border-right: 1px solid #000000;
		cursor: pointer;
		padding: 0 10px;
	}
	ul#topLinks li.last{
		border-right: none;
		padding-right: 0;
	}
	
	
#siteContainer{
	width: 900px;
	height: auto;
	margin: auto;
	position: relative;
}


#logoMenu{
	width: 900px;
	height: 115px;
	position: absolute;
	top: 25px;
	z-index: 100;
}

#homeLink{
	position: relative;
	width: 200px;
	height: 80px;
	cursor: pointer;
}


ul.mainmenu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	z-index: 50;
}
	ul.mainmenu{
		top: 92px;
	}
	li.mainbutton{
		display: inline;
		border-right: 2px solid #89cbc6;
		cursor: pointer;
		padding: 0 10px;
		position: relative;
	}
	ul.mainmenu li.last{
		border-right: none;
	}
	
	
ul.submenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	margin: 0;
	position: absolute;
	left: 0;
	top: 15px;
	border: none;
	display: none;
	z-index: 100;
	color: #000000;
	padding: 3px;
	background: #d1d98e;
}
	ul.submenu li{
		cursor: pointer;
		width: 110px;
		display: block;
		margin: 0;
		padding: 5px;
		border-top: 1px dashed #ffffff;
		border-left: 1px dashed #ffffff;
		border-right: 1px dashed #ffffff;
	}
	
	ul.submenu li.last{
		border-bottom: 1px dashed #ffffff;
		border-right: 1px dashed #ffffff;
	}
	.submenuHover{
		background-color: #bac777;
	}
	
#mainContent{
	width: 900px;
	height: 430px;
	margin: 0;
	position: relative;
	top: 121px;
}

#leftBlueColumn{
	height: 430px;
	width: 159px;
	float: left;
	position: relative;
}


#mainStage{
	height: 430px;
	width: 741px;
	float: left;
	position: relative;
}
*:first-child+html #mainStage{
	z-index:-1;
}

	.content{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		line-height: 19px;
		color: #6b6b61;
	}
	.content h1{
		font-size: 18px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		color: #3b2918;
	}
	.contact{
		position: relative;
		height: 180px;
		width: 420px;
		top: 130px;
		left: 165px;
	}
		.contact a{color: #6b6b61;text-decoration: none;}
		.contact a:hover{color: #6b6b61;text-decoration: underline;}
	.links{
		position: relative;
		height: 180px;
		width: 500px;
		top: 35px;
		left: 120px;
		font-size: 12px;
		line-height: 17px;
	}
	.orderstatus{
		position: relative;
		height: 180px;
		width: 500px;
		top: 35px;
		left: 120px;
		font-size: 12px;
		line-height: 17px;
	}
	.diamondbox{
		position: relative;
		height: 175px;
		width: 480px;
		top: 130px;
		left: 126px;
	}
	.fullsize{
		position: relative;
		height: 380px;
		width: 680px;
		top: 20px;
		left: 30px;
	}
		.faq{
			font-size: 12px;
		}

.clear{
	clear: both;
}
