@charset "utf-8";
/* CSS Document */

* { /* below used for turning off all default styles */
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
    text-align: center;
	font-family: "Arial";
} 

#wrapper {
	width: 800px;
    margin: 0 auto; /* needed to center everything on the page */
}


h1, h2 {
	color: #03045F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-top: 12px;
	padding-bottom: 10px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}

h5 {font-weight:bold;
color: #03045F;}

#banner {
	margin-top: 20px;
}

#navigation {
	background-image:url(../images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:34px;
}

ul.nav {
	margin-left: 60px; /* style left margin (or start) of the menu */
	list-style:none;
	padding-left: 0;
	padding-top: 8px; 	/* style text from top */
	padding-bottom: 5px;
}


ul.nav li{
	display:inline;
}
	
ul.nav a{
	border-bottom: none;
	padding: 5px 5px 5px 5px;
	margin-right: 45px;  /* controls spacing on the right side of each link., change in case you add more items to navigation bar */
	text-decoration:none;
	font-weight:bold;
	color:#DDD; /*text colour */
}

ul.nav a:hover{
	color:#9D1869; /*hover colour */
}


#content {
	text-align:left;
	padding-left: 40px;
	padding-right: 40px;
}

#content p {
	text-indent: 25px;
	padding-bottom: 10px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	margin-bottom: 30px;
	}
	
.copyright {
	color:#CCC;
	font-size:12px;
	padding-top: 10px;
	margin-right:25px;
	text-align:right;
}
em {
	font-style:italic;
}

.pictures {
	border: 2px solid #2800A2;
	padding: 3px;
	margin: 6px;
}

.buy-now {
	border: thin solid #2800A2;
	width: 90%;
	text-align:center;
}

.countries {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}

