@charset "utf-8";
/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	padding: 0;
	background-image: url(../image/p7exp_pbg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
}
p, h1 {
margin: 0 0 0 0; /*top,right,bottom,left*/
padding: 0 0 0 0;/*top,right,bottom,left*/
}


.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4580B8;
	border-right-color: #4580B8;
	border-bottom-color: #4580B8;
	border-left-color: #4580B8;
}


.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: 2px solid #4580B8;
	background-color: #4580B8;
	margin: 0px;
	float: left;
	position: relative;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}

.oneColFixCtrHdr  #header  .flag_uk {
	overflow: visible;
	position: absolute;
	visibility: visible;
	left: 844px;
	top: 3px;
}
.oneColFixCtrHdr #header .flag_fr {
	overflow: visible;
	position: absolute;
	visibility: visible;
	left: 870px;
	top: 3px;
}

.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(../image/Main-bg.jpg);
	background-position: 0px 35px;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	clear: left;
}

.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #FFFFFF;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
.mainMenuRight {
	width: 250px;
	float: right;
	padding: 5px;
}
.right-para {
	float: right;
}
.photoleft {
	float: right;
	padding: 10px;
}
.shop {
	float: right;
	border: 1px solid #666666;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 2px;
}

.tabs {
	margin-right: 2px;
	margin-left: 2px;
}
.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}
.photowrap {
	float: left;
	padding-right: 10px;
}
.li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.style1 {
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4A7CAD;
}
.style2 {
	font-size: 12px
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}


#mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 35px;
	text-align: left;
	list-style-image: url(../image/bullet.gif);
}
#mainContent li {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}
#mainContent li li {
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 120%;
	padding-right: 25px;
}

#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4A7CAD;
	color: #333333;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-right: 350px;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A7CAD;
	margin-right: 350px;
}

