﻿body
	{
		background-color: #666;
		text-align: center;
	}
#guiWebshop
	{
		width: 1012px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		padding-bottom: 100px;
	}
#guiSiteMenu
	{
		width: 106px;
		float: left;
		margin-top: 80px;
	}
#guiMainContent
	{
		float:left;
		width: 906px;
	}
	#guiMainContent .guiContentContainer
		{
			width: 895px;
			margin: 0;
		}		
		
		
#guiSiteHeader
	{
		position: relative;
		min-height: 80px;
		background: #333333;
	}
	#guiSiteHeader h2
	{
		height: 0px;
	}
#guiContent
	{
		
	}
#guiSiteFooter
	{
		margin-left: 106px;
		width: 906px;
		height:100px;
	}


/* SEARCH */
#guiSearch
	{
		position: absolute;
		left: -2px;
		top: 20px;
		height: 41px;
		width: 332px;		
	}
	#guiSearch img#logo
		{
			float: left;
		}
	#guiSearch div#input
		{
			position: relative;
			float:right;
			height: 41px;
			width: 203px;
			background-image: url('../images/searchInputBg.png');
			background-repeat: no-repeat;
		}
		#guiSearch div#input input.text
			{
				position: absolute;
				left: 10px;
				top: 10px;
				height:16px;
				width:160px;				
				vertical-align:middle;								
			}
		#guiSearch div#input input.button
			{
				position: absolute;
				left: 173px;
				top: 9px;
				width: 17px;
				height: 19px;
				background: none;
				cursor: pointer;
			}
			
#gui404
{
    background-color:#FFFFFF;
    height: 100%;
}
    #gui404 .Message
    {
        padding-bottom:100px;
        padding-left:40px;
        padding-top:40px;
        min-height:240px;
    }
        #gui404 .Message h1
        {
            color: #003366;
            font-size: 12px;
            font-weight:bold;
            padding-bottom: 20px;
        }
        
        #gui404 .Message h1 p
        {
            
        }