/* Designed by: Jessica Dell */

/* Colours
	Gold: #E0A040
	Red: #AF1418
	Dark Green: #004800
	Light Green: #006300
*/

/* Table of Contents
	Mass Reset
	Generic
	Header
	Utility
	Navigation
	Content
	Footer
	Photo Styling
*/

/* =Mass Reset v1.0 | 20020212
   Concept developed by: Eric Myer 
   (http://meyerweb.com/eric/tools/css/reset/)
----------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-size: 0.8em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Generic DIVs
----------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 940px;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px 3px #000;
	-moz-box-shadow: 0 0 5px 3px #000;
	-webkit-box-shadow: 0 0 5px 3px #000;
	height: 100%;	
}

/* =Header DIVS
----------------------------------------------------------- */

#header h1 {
	display: none;
}

#logo {
	float: left;
	padding:1px;
	clear: both;
	margin-top: 5px;
	margin-left: 55px;
}

#wowslider-container1 {
	clear: both;
}

#langauge-option p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;	
	text-align: right;
	padding-right: 60px;
	padding-top: 120px;
}

a:link {color: #093b50;}
a:hover {color: #227777;}
a:visited {color: #093b50;}
a:active {color: #093b50;}

/* =Content
----------------------------------------------------------- */

#content {
	clear: both;
	margin-top: 35px;
	margin-left: 55px;
	margin-right: 55px;
	text-align: left;
}

#content-narrow {
	margin-right: 55px;
	text-align: left;
	width: 450px;
}

h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 30px;
	color: #093b50;
	padding-bottom: 20px;
}

p {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 15px;
	line-height: 16px;
}

h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 20px;
	color: #093b50;
	padding-bottom: 20px;
	padding-top: 5px;	
}

h4 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 16px;
	color: #093b50;
	padding-bottom: 10px;
}

h5 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #093b50;
	padding-bottom: 10px;
	line-height: 150%;
}

ul {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 15px;
	line-height: 16px;
	list-style: circle;
	padding-left: 50px;
}

#salmon {
	width: 830px;
	vertical-align: center;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 15px;
	line-height: 16px;
	border: 2px solid #093b50;
}

#salmon td {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 15px;
	line-height: 16px;
	border: 2px solid #093b50;
}


#salmon .dark {
	background-color: #D3DCE0;
}

#salmon .light {
	background-color: ##E1E7EA;
}

/* =Footer
----------------------------------------------------------- */

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 60px;
}

#footer p {
	padding-top: 40px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
	text-align: center;
}

/* =Picture Formatting
----------------------------------------------------------- */

#photogallery {
	width: 850px;
}

#gallery-text {
	margin-left: 12px;
}

/* =Gift Shop
----------------------------------------------------------- */

#giftshop-firstitem {
	float: left;
	width: 200px;
	height: 200px;
}

#giftshop-next {
	margin-left: 10px;
	float: left;
	width: 200px;
	height: 200px;
}

#giftshop-footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 60px;
	clear: both;
}

#giftshop-footer p {
	padding-top: 40px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
	text-align: center;
}

