/****** Core HTML Setup ******/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1.5;
	margin: 0;
	color:#000000;
	background:url(../images/bg.jpg) repeat-x #e5e5e5;
	padding-top:20px;
	padding-bottom:20px;
}

/****** Links ******/

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#de001a;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#right a {
	text-decoration:none;
	color:#de001a;
}

#right a:hover {
	color:#f36878;
}

/****** Text ******/

p { 
	margin-top: 0;
	margin-bottom: 0px;
}

p.contactText, .contactText p {
	font-weight:bold;
	font-size:24px;
}

p.shop {
	padding-right:0px;
}

.email {
	text-decoration: none;
	font-weight: bold;
	color:#de001a;
}

/****** Images ******/

img { border: 0 none; }

/****** Headers ******/

h1 {
	font-size:20px;
	font-weight:bold;
	color:#de001a;
}

h1.euphemia {
	font-family:Euphemia, Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#de001a;
	margin:0px;
	margin-bottom:-5px;
	padding:5px 0px 0px 0px;
}

#xmasOffer h1, #xmasOffer h3 {
	margin:0 0 5px 0;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#de001a;
}

h2.euphemia {
	font-family:Euphemia, Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#de001a;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#de001a;
}



/****** Template CSS ******/

#wrapper {
	margin:0 auto;
	width:1007px;
}

#header {
	width:1007px;
	overflow:auto;
	padding:0 0 10px 0;
}

#logo {
	float:left;
	padding-left:5px;
}

#xmasOffer {
	float:right;
	/*background:url(../images/xmas_tree.jpg) top left no-repeat;*/
	padding:0 0 0 85px;
	width:355px;
}

#contact {
	float:right;
	text-align:right;
	padding-right:10px;
}

#menu {
	clear:both;
	background:url(../images/menu_bg.jpg);
	width:985px;
	height:18px;
	padding:11px;
}

#mainContent {
	width:1007px;
	padding:10px 0px 10px 0px;
}

#left {
	float:left;
	width:622px;
}

#banner {
	width:622px;
	height:324px;
}

#content {
	width:592px;
	padding-left:10px;
	padding-right:10px;
}

#right {
	float:right;
	width:385px;
}

#findUs {
	width:362px;
	height:143px;
	background:url(../images/findus_bg.jpg);
	padding:10px 0px 15px 23px;
}

#commercial {
	width:207px;
	height:137px;
	background:url(../images/commercial_bg.jpg);
	padding:3px 155px 15px 23px;
}

#domestic {
	width:185px;
	height:138px;
	background:url(../images/domestic_bg.jpg);
	padding:3px 15px 15px 185px;
}

#shop {
	width:155px;
	height:102px;
	background:url(../images/shop_bg.jpg);
	padding:40px 205px 15px 25px;
	text-align:center;
}

#rightContact {
	float:right;
	width:385px;
	overflow:auto;
}

#contactInfo {
	float:left;
	width:215px;
	padding:0px 10px 0px 10px;
}

.clear {
	clear:both;
}

#footer {
	clear:both;
	width:1007px;
	border-top:1px solid #de001a;
}

#footerMenu {
	float:left;
	width:700px;
	padding-top:10px;
}

#copyright {
	float:right;
	width:307px;
	padding-top:10px;
	text-align:right;
}
	

/****** Menu's ******/

ul #menu, #menu ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

li #menu, #menu li {
	margin: 0;
    padding: 0;
	display:inline;
	padding-right:20px;
	padding-left:18px;
	background:url(../images/menu_splitter.jpg) top right repeat-y;
}

#menu a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

ul #footerMenu, #footerMenu ul {
	margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none;
}

li #footerMenu, #footerMenu li {
	margin: 0;
    padding: 0;
	display:inline;
	padding-right:15px;
	padding-left:0px;
}

#footerMenu a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

#footerMenu a:hover {
	color:#de001a;
	font-weight:bold;
	text-decoration:none;
}

/****** Unordered Lists ******/

#content ul {
	list-style-image:url(../images/logo_small.jpg);
}

#content li {
	padding-left:10px;
}

.list {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}



