/* GENERAL STYLES */
/*** Stylesheet by AppStract 2008 ***/
@import url('/css/Sitemap.css');
@import url('/css/XSLTSearch.css');
@import url('/css/Hacks.css');

body
{
	background: url('/media/AppStract/CssImages/BackgroundTile.png');
	color:#CCC;
	padding:0 0 40px;
	margin:0;
	font-size:12px;
	line-height:18px;
	font-family:"Lucinda Grande", Geneva, Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, ul, li, p
{
	margin:0;
	padding:0;
}
h1
{
	color:#f7eead;
	font-size:130%;
	padding:10px 0 5px;
}
h2
{
	color:#f7eead;
	font-size:120%;
	padding:8px 0 5px;
}
h3
{
	color:#f7eead;
	font-size:110%;
	padding:6px 0 5px;
}
p
{
	padding-bottom:10px;
}
a
{
	text-decoration:none;
	color:#f7eead;
}
	a:hover
	{
		text-decoration:underline;
	}
img
{
	border:none;
	behavior:url('/iepngfix.htc');
}
ul
{
	padding:0 0 0 20px;
}

/*** General page elements ***/
#top-shadow
{
	background:url('/Media/AppStract/CssImages/BackgroundShadow.png') repeat-x top;
	min-height:400px;
	height: auto !important;
	height:400px;
}
#container
{
	margin:0 auto;
	width:902px;
}
#logo
{
	padding:20px 0;
	height:100px;
	width:inherit;
	overflow:hidden;
	float:left;
}
	#logo #guldbrandsen
	{
		float:left;
	}
	#logo ul
	{
		float:right;
		padding:50px 0 0 0;
	}
		#logo ul li
		{
			float:left;
			list-style:none;
			padding:0 0 0 10px;
			height:26px;
			overflow:hidden;
		}
			#logo #sitemap a
			{
				height:20px;
				width:20px;
				overflow:hidden;
				display:block;
			}
			#logo #sitemap img
			{
				height:18px;
				width:19px;
			}
			#logo #home
			{
				_padding-left:452px;
			}
			#logo #home a
			{
				height:20px;
				width:20px;
				overflow:hidden;
				display:block;
			}
			#logo #home img
			{
				height:18px;
				width:19px;
			}
			#logo #search
			{
				height:21px;
				overflow:hidden;
			}
				#logo #search #search-field
				{
					border:solid 1px #f7eead;
					background-color:transparent;
					height:14px;
					font-size:12px;
					width:100px;
					padding:2px 3px 2px 3px;
					color:#ccc;
				}
				#logo #search #search-button
				{
					border:solid 1px #f7eead;
					background-color:transparent;
					height:20px;
					font-size:10px;
					color:#f7eead;
					cursor:pointer;
				}
	#logo img.logo
	{
		height:90px;
		width:253px;
	}
#stage
{
	border:solid 1px #f7eead;
	float:left;
	min-height:500px;
	height: auto !important;
	height:500px;
	background:#1a1a1a;
}
	#stage #top-media
	{
		width:898px;
		height:200px;
		margin:2px 2px 0;
		overflow:hidden;
	}

		#stage #top-media img
		{
		}

/*** Menu section ***/
#menu
{
	padding:3px 10px 3px 15px;
	background:url('/Media/AppStract/CssImages/MenuShadow.png') no-repeat top;
	margin:0 2px;
	width:873px;
	behavior: url('/iepngfix.htc');
}
	#menu ul
	{
		padding:0;
	}
		#menu ul li
		{
			float:left;
			list-style:none;
			padding:3px 0;
		}
			#menu ul li a
			{
				padding:3px 15px 3px 0px;
				color:#f7eead;
				overflow:hidden;
				height:18px;
				font-size:110%;
				text-transform:uppercase;
			}
				#menu ul li a.selected
				{
					text-decoration:underline;
				}
				#menu ul li a:hover
				{
					text-decoration:underline;
				}
.sub-menu
{
}
	.sub-menu li
	{
		list-style:none;
		padding:3px 0;
		text-align:left;
	}
		.sub-menu li a
		{
			padding:3px 15px 3px 0px;
			color:#f7eead;
			overflow:hidden;
			height:18px;
			font-size:100%;
			text-transform:capitalize;
		}
			.sub-menu li a:hover
			{
				text-decoration:underline;
			}
			.sub-menu .sub-pages
			{
				padding:0 0 5px 25px;
			}


/*** Content section ***/
#content
{
	clear:left;
}
#content-left
{
	float:left;
	padding:15px 15px;
	width:620px;
}
#content-right
{
	width:230px;
	padding:15px 10px;
	float:right;
}

/*** Contact information ***/
#contact-info
{
	padding:5px 0 0 0;
	clear:both;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#f7eead;
}
	#contact-info address
	{
		font-style:normal;
	}
	#contact-info a
	{
		color:#f7eead;
		text-decoration:none;
	}
		#contact-info a:hover
		{
			text-decoration:underline;
		}



/* EDITOR PROPERTIES */

