@charset "utf-8";
/* CSS Document */

/* reset */  
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button 
{ 
	text-decoration:none;
	margin:0px; 
	padding:0px; 
	border:0px; 
	outline:0px; 
	font-size:1em; 
	font-family: Arial, sans-serif;
	font-weight:400;
}

*,
*:after,
*:before 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/*
Google Fonts:

font-family: 'Roboto Condensed', sans-serif; //not used
font-family: 'Alex Brush', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Cinzel', serif;

*/

/* Header/top related */

	#headContainer
	{
		background-color: #000000;
		padding: 0px;
		-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
		box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	}
	
	.printHeader
	{
		visibility:hidden;
		height:0;
	}

	.headGroup
	{
		height:275px;
		width: 950px;
		position: relative;
		text-align: left;
		padding:0px;
		margin:auto;
		background-image: url(../images/top-menu.jpg);
		background-repeat: no-repeat;
	}

	/* Main Menu */

		.headGroup table 
		{
			color: #FFFFFF;
		}

		.headGroup span 
		{
			margin: 0px;
			padding: 0px 0px 0px;
			display: block;
		}

		.menuButton 
		 {
			font-size: 0.813em;
			line-height: 20px;
			color: #ffffff;
			text-transform: capitalize;
			padding-bottom: 0px;
			font-weight: normal;
			text-decoration: none;
		}
		#headContainer a.menuButton:link
		{
			text-decoration: none;
		}

		#headContainer a.menuButton:hover 
		{
			color: #cbc6b1;
			text-decoration: none;
		}
		#headContainer a.menuButton:active 
		{
			color: #cbc6b1;
			text-decoration: none;
		}

		#menu_about 
		{
			position:absolute;
			top:63px;
			z-index:3;
			width: 175px;
			visibility: hidden;
			left: 484px;
		}
		#menu_listing 
		{
			position:absolute;
			top:63px;
			z-index:3;
			width: 175px;
			visibility: hidden;
			left: 584px;
		}
		#menu_selling 
		{
			position:absolute;
			top:63px;
			z-index:3;
			width: 175px;
			visibility: hidden;
			left: 651px;
		}
		#menu_buying 
		{
			position:absolute;
			top:63px;
			z-index:3;
			width: 175px;
			visibility: hidden;
			left: 716px;
		}
		#menu_service
		{
			position:absolute;
			top:63px;
			z-index:3;
			width: 175px;
			visibility: hidden;
			left: 776px;
		}

	/* End Menu */

	.homeName 
	{
		position:absolute;
		top:150px;
		left:110px;
		z-index:3;
		width:375px;
		text-align: center;
		font-size: 1.750em;
	}
	
	.homeName span
	{
		font-size: 2.143em;
		display:inline;
		padding:2px;
		font-family: 'Alex Brush', cursive;
		text-shadow: 2px 2px 5px #363636;
	}
	
	a.returnLink
	{
		color: #E9BC4A;
		text-transform: capitalize;
		font-weight: normal;
		text-shadow: 1px 2px 5px #363636;
	}
	a.returnLink:link
	{
		text-decoration: none;
	}

	a.returnLink:hover 
	{
		color: #cbc6b1;
	}
	
/* End Header/top */

#bodyHeightFix
{
	min-height: 333px;
}