@charset "UTF-8";
/* CSS Document */

/****************************************  BRAND COLOURS *****************************************

red: #B32317;
green: #004F39;
blue: #003768;
beige:#DBD9D1;
bronze:#59592B;
dcd9ce
/


/****************************************  TEMPLATE *****************************************/

* {
	margin: 0;
	padding: 0;	
}
body {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
	color: #59592B;
	background-color: #dcd9ce;
	position:relative;
	font-size:80%;
}
#container {
	width: 980px;  
	margin: 20px auto; 
	text-align: left;
	position:relative;
	z-index:1;
}
#header {
	width: 940px;
	height:60px;
	padding:20px;
}
#header img {
	float:left;
	border:0;
}

#content, #contact-content {
	width:520px;
	padding:20px;
	border:1px solid #59592B;
	position:relative;
	top:0px;
	left:180px;
	background-color: #dcd9ce;

}
#content2 {
	width:520px;
	padding:20px 20px 0px 20px;
	border:1px solid #59592B;
	position:relative;
	top:0px;
	left:180px;
}
#footer {
	clear:both;
	text-indent: 392px;
	padding:20px;
	font-size:80%;

}
/****************************************  MENUS *****************************************/

#sub-nav {
	float:right;
	cursor: pointer;
}
.sub-menu {
	color:#59592B;
	cursor: pointer;
	padding:0 10px;
}
.sub-menu-rollover {
	color:#B32317;
	text-decoration:none;
	padding:0 10px;

}
.sub-menu-selected {
	color:#003768;
	text-decoration:none;
	padding:0 10px;
}

#main-menu {
	float:right;
	width:200px;
	margin:60px 20px 40px 0px;
	cursor: pointer;
}
* #main-menu {
	margin:60px 20px 40px 0px;
}
.main-menu {
	color:#59592B;
}
.main-menu-rollover {
	color:#B32317;
	text-decoration:none;
}
.main-menu-selected {
	color:#003768;
	text-decoration:none;
}

/****************************************  FLOATS & FIXES *****************************************/

.fltrt {
	float: right;
	margin-left: 20px;
}
.fltlft { 
	float: left;
	margin-right: 20px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/****************************************  TYPE & TEXT *****************************************/
p {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #59592B;		
	margin:10px 0;
	font-size:12px;
	line-height:18px;

}

h1 {
	font-size: 1.5em;
	font-weight:bold;
	color: #59592B;
	line-height: 100%;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 1.3em;
	font-weight:bold;
	color: #59592B;
	line-height: 100%;
	margin: 10px 0 10px 0;
}
h3 {
	font-size: 1.1em;
	color: #59592B;
	line-height: 100%;
	margin: 10px 0 10px 0;
}
h4 {
	font-size: 1em;
	color: #59592B;
	line-height: 100%;
	margin: 10px 0 10px 0;
}
a:link {
	color: #59592B;
	text-decoration: none;
}
a:visited {
	color: #59592B;
	text-decoration: none;
}
a:hover {
	color: #B32317;
	text-decoration: none;
	text-decoration: underline;
}
.blue {
	color:#003768;
}
/****************************************  HOMEPAGE *****************************************/

#gallery-window {
	width:520px;
	margin:6px 0 40px 0;
}
/****************************************  SHOP - OVERALL LAYOUT *****************************************/

#shop-container {
	width:520px;
}
/*#shop-breadcrumbs {
	width:520px;
	height:20px;
	margin-left:10px;
}*/
#shop-pagination {
	width:520px;
	/*height:20px;*/
}

/****************************************  SHOP - SMALL PRODUCT *****************************************/

/*#small-product {
	width:160px;
	height:160px;
	overflow:hidden;
	margin:0 13px 13px 0;
}*/
/*#small-product {
	width:160px;
	height:160px;
	overflow:hidden;
	float:left;
	margin:0 30px 20px 0;
}*/
#small-product {
	width:160px;
	height:160px;
	overflow:hidden;
}

/****************************************  SHOP - LARGE PRODUCT *****************************************/

#large-product {
	width:520px;
	overflow:hidden;
}
#go-back {
	margin-top:20px;
	font-weight:bold;
}
#poplets {
	margin:10px 0 10px 0;
}
/****************************************  BG IMAGE *****************************************/

img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
} 
#buy {
	float:right;
}

#contact-me {
	width:520px;
	height:350px;
	background-image:url(/Images/Misc/postcard.png);
	background-repeat:no-repeat;
	position:relative;

}
#contact-me-info {
	width:220px;
	height:430px;
	overflow:hidden;
}
#contact-me-details {
	width:200px;
	height:170px;
	position:absolute;
	top:150px;
	left:330px;
}
#contact-me-form {
	width:200px;
	height:220px;
	position:absolute;
	top:70px;
	left:30px;
}
#contact-me-form img {
	height:25px;
}
#contact-me-form textarea.cat_listbox {
	height:50px;
	width:200px;
	background-color:#DBD9D1;
	color:#59592B;
}

#contact-me-form .webform input {
	background-color:#DBD9D1;
	color:#59592B;
	width:200px;
}

#contact-me-form table.webform td {
	line-height:14px;
}
#contact-content {
	border:0;
	position:relative;
}
/**************************************** SUPERSIZED *****************************************/


#supersized {
	position:fixed;
}
#supersized img {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	margin-top:-20px;
	z-index: -1;
	-ms-interpolation-mode: bicubic; 
}

