﻿/*-----------------------------------------------------------------------------
version:   1.0
author:    Marcel Wauters (All Directions)
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Class for clearing floats */
.clear {
	clear:both;
}

/* hide blocks (e.g. skipnavigation) */

.hide {
    display: none;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* ----------------------------------------------------------------------------- */

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin: 270px 0 0 0;
	padding: 0;
	line-height:1.5;
	background:#75766f url(../Images/General/MauquoyBackgroundSplash.gif) no-repeat 50% top;
	color:#000;
	text-align: center;
}
h1{
	height:128px;
	text-indent:-5000px;
	margin:0;
	padding:0;
}

p{
	margin:0;
	padding:0;
}

a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding: 0 12px;
}
li a{
    color: #000;
    font-weight: normal;
}
li a:hover{
    text-decoration: underline;
}
a:hover{
	
}
#content{
	margin: 0px auto;
	width: 80%;
	text-align: center;
}
#engraving,#medal,#monumunt{
	background:#fff;
	float: left;
	text-align:center;
}

#engraving,#medal{
	width:49%;
}

#monumunt{
	width:34%;
}

#engraving h1{
	background:url(../Images/General/MauquoyEngravingCompany.gif) no-repeat 50% top;
}

#medal h1{
	background:url(../Images/General/MauquoyMedalCompany.gif) no-repeat 50% top;
}

#monumunt h1{
	background:url(../Images/General/MonumuntBelgium.gif) no-repeat 50% top;
}

#engraving p{
	background:#437abc;
}

#medal p{
	background:#d1262c;
}
#monumunt p{
	background:#aca79c;
}
#monumunt div.description ul,
#medal div.description ul,
#engraving div.description ul{
	background-color: #fff;
	padding-bottom: 15px;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 80px;
}
.shop_stamps{
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 1em;
}
.shop_stamps a{
	font-weight: normal;
	text-decoration: none;
}
.shop_stamps a:hover{
	text-decoration: underline;
}
