@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: 100% "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
	color: #59592B;
	background-color: #59592B;
}
#container {
	width: 980px;  
	margin: 20px auto; 
	text-align: left;
}*/
body {
	font: 80% "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
	color: #59592B;
	background-color: #dcd9ce;
}
#container {
	width: 980px;  
	margin: 20px auto; 
	text-align: left;
	position:relative;
}
/*body {
	font: 100% "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
	color: #59592B;
	background-color: #59592B;
}
#container {
	width: 980px;  
	margin: 20px auto; 
	text-align: left;
	border:10px solid #B32317;
	background-color: #DBD9D1;
}*/
/*body {
	font: 100% "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
	color: #59592B;
	background-color: #B32317;
}
#container {
	width: 980px;  
	margin: 20px auto; 
	text-align: left;
	border:10px solid #59592B;
	background-color: #DBD9D1;
}*/
#header {
	width: 940px;
	height:60px;
	padding:20px;
}
#header img {
	float:left;
	border:0;
}
/*#content {
	width:520px;
	padding:20px;
	margin-left:180px;
	border:1px solid #59592B;
}*/
/*#content {
	width:520px;
	padding:20px;
	border:1px solid #59592B;
	position:absolute;
	top:105px;
	left:180px;
}*/
#content {
	width:520px;
	padding:20px;
	border:1px solid #59592B;
	position:relative;
	top:0px;
	left:180px;
}
#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 *****************************************/
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;
}