/*** Page level, generic classes ***/
/***********************************/

	body {
		margin: 10px 0 10px 0;
		padding: 10px 0 10px 0;
		
		background-image: url(../../include/img/bg/mainbg.gif);
		background-color: #a6a675;

		font-family: Tahoma, Verdana, Arial, Sans-Serif;
		font-size: small;
	}
	
	h1 {
		font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
		font-size: x-large;
		margin-top: 0;
	}
	
	h2 {
		font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
		font-size: small;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	div.centeredMainDiv {
	  position: relative;
	  top: 0;
	  right: 0;
	  margin: 0 auto;
	  width: 771px;
	  text-align: left;
	}
	
	img {
		border: none;
	}
	


/*** Header ************************/
/***********************************/

	#HeaderDiv {
		height: 196px;
		background-image: url(../../include/img/bg/headerbg.png);
	}



/*** MainDiv ***********************/
/***********************************/

	#MainDiv {
		background-image: url(../../include/img/bg/whitebg.png);
		padding: 0;
	}

	/* AutoClear */
	#MainDiv:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	#MainDiv #MenuDiv {
		float: left;
		padding-left: 0px;
		padding-right: 0px;
		width: 160px;
		height: 23em;
	}

	#MainDiv #ContentDiv {
		float: left;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 50px;
		width: 400px;
	}
	
	#MainDiv #AdminContentDiv {
		float: left;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 50px;
		width: 540px;
	}
	
	#MainDiv #RightContentDiv {
		float: left;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 50px;
		width: 140px;
	}
	
	#MainDiv #ContentDiv a,
	#MainDiv #ContactParagraph a,
	#MainDiv #RightContentDiv p a {
		color: Black;
		text-decoration: none;
		border-bottom: 1px dotted black;
	}
	
	#MainDiv #ContentDiv a:hover,
	#MainDiv #ContactParagraph a:hover, 
	#MainDiv #RightContentDiv p a:hover {
		color: Black;
		border-bottom: 1px solid black;
	}
	
	#MainDiv #ContactParagraph {
		padding-left: 20px;
		width: 350px;
	}
	
	#MainDiv #MenuDiv #GoldPartnerImg {
		display: block;
		padding: 0;
		margin: 50px auto 50px auto;
	}
	
	#EisfluuGlassIcon, #NovatroxIcon, #SConIcon {
		display: block;
		margin: 40px auto 30px auto;
	}
		
		
		
/*** Menu **************************/
/***********************************/

	#MenuList, #SubMenuList {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#MenuList li a {
	  	height: 1em;
		text-decoration: none;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		padding: 1px 1px 3px 10px;
		display: block;
	}
	
	#SubMenuList li a {
		height: 1em;
		text-decoration: none;
		border-left: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		padding: 1px 1px 3px 10px;
		display: block;
	}
	
	#MenuList li a.current,
	#SubMenuList li a.current {
		background-color: #d4eaef;
		background-image: url(../../include/img/bg/menubg.gif);
		background-repeat: repeat-x;		
	}
	
	#MenuList li a:link,
	#MenuList li a:visited,
	#SubMenuList li a:link,
	#SubMenuList li a:visited {
		color: #000;
	}
	
	#MenuList li a:hover,
	#SubMenuList li a:hover {
		background-color: #a9d5df;
		background-image: url(../../include/img/bg/menuselectedbg.gif);
		background-repeat: repeat-x;
	}

/*** Page specific *****************/
/***********************************/

	/* News */
	
	h2.news {
		clear: both;
		padding: 20px 0 0 0;
	}
	
	div.newsDate {
		float: left;
		color: #999;
		padding-bottom: 1px;
	}
	
	div.newsMore {
		float: right;
		color: #999;
		padding-bottom: 1px;
	}


	/* Prices */
	
	#PriceTable {
		border-collapse: collapse;
		border: 1px solid #d8d3a0;
		color: #555235;
	}
	
	#PriceTable thead tr {
		font-weight: bold;
		background: #fcf49c url(../img/bg/table_header_yellow.gif) repeat-x;
		/*background: #a6a675 url(../img/bg/table_header_beige.gif) repeat-x;*/
		
		border: 1px solid #d8d3a0;
	}

	#PriceTable th {
		padding: 5px 7px 5px 7px;
	}

	#PriceTable td {
		padding: 5px 7px 5px 7px;
		border: 1px solid #d8d3a0;
	}

	#PriceTable tr {
		border: 1px solid #d8d3a0;
	}
	
		

/*** FooterDiv *********************/
/***********************************/

	#FooterDiv {
		clear: both;
	}
	
	#FooterDiv #Info {
		color: #999;
		font-size: smaller;
		float: left;
		padding: 0 20px 0 20px;
		margin: 0;
	}

	#FooterDiv #Info a {
		color: #999;
	}

	#FooterDiv #Tech {
		color: #999;
		font-size: smaller;
		float: right;
		padding: 0 20px 0 20px;
		margin: 0;
	}

	#FooterDiv #Tech a {
		color: #999;
	}
	
	

/*** BottomDiv *********************/
/***********************************/

	#BottomDiv {
		clear: both;
		height: 20px;
		background-image: url(../../include/img/bg/bottombg.png);
	}

	
	a.signing {
		float: right;
		padding-top: 5px;
		padding-right: 5px;
		color: #999999
		/*overflow: scroll;*/
	}
	
	p.news {
		padding-top: 30px;
		color: #999;
	}