/* 
(c) Copyright 2007 Sophie Randall Cards and Gifts Pty Ltd
Website design and development by Richard Lee
*/

@charset "utf-8";

body {
	margin: 0;
	padding: 10px;
	background: #DAE0E6;
	font: 14px/1.25 "Gill Sans MT", "Gill Sans", Arial, sans-serif;
	color: #333;
}

p {
	margin: 0 0 14px;
	padding: 0;
}

small {
	font-size: 70%;
}

h1 {
	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #670B03;
	margin: 0 0 22px;
	padding: 0;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #670B03;
	margin: 0 0 16px;
	padding: 0;
}

h4 {
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #670B03
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #670B03;
	outline-style: none;
}

a img {
	border: none;
}

.img_right {
	clear: right;
	float: right;
	margin: 0 0 18px 20px;
}

table {
	width: 100%;
	border-collapse: collapse;
	
}

th {
	padding: .3em;
	border-bottom: 3px double #666;	
}

td {
	padding: .3em .3em 1.25em;
	border: none;
	vertical-align: top;
}

#page {
	position: relative;
	width: 740px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

#header {
	position: relative;
	width: 738px; /* + padding = 740px */
	height: 128px; /* + padding = 128px */
	background: #670B03;
	text-align: center; /* IE centre hack */
	padding: 1px; /* FF collapsing margin fix */
}

#header h1 {
	width: 312px;
	height: 87px;
	overflow: hidden;
	margin: 5px auto 0;
	padding: 0;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 738px;
	height: 24px;
	text-align: center;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	text-align: left;
	padding: 2px 8px 4px;
}

#nav a {
	font: 16px Georgia, "Times New Roman", Times, serif;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFF;
}

#nav a:hover,  #nav a:active, #nav a:focus, #nav a.active {
	text-decoration: none;
	color: #FFEFBC !important;
}

#main {
	width: 700px;
	margin: 20px 20px 20px;
	padding: 0;
	text-align: left;
}

#main h2 {
	margin-bottom: 3px;
}

#main h3 {
	margin-top: 0;
}

#footer {
	clear: both;
	width: 700px;
	height: 50px;
	margin: 0 20px 20px;
	padding: 0;
}

#footer p {
	font-size: 11px;
	color: #555;
	text-align: center;
	margin: 3px 0;
	padding: 0;
}


/* Page Styles */
#journal {
	text-align: left;
	clear: both;
	width: 718px;
	height: 174px;
	margin: 0 10px;
	padding: 1px;
	background: #FFF url(../images/page.jpg) no-repeat;
}

#journal h3 {
	width: 164px;
	height: 24px;
	margin: 20px 20px 14px;
	padding: 0;
}

#journal h4 {
	
	float: left;
	margin: 0 0 4px !important;
	padding: 0;
}

#journal p {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}


#journal .pubDate {
	float: right;
	clear: none;
	color: #666;
}



#journal .more {
	
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 676px; 
	height: 71px;
	margin: 0 20px;
	padding: 0;
	overflow: hidden;
	border: none;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 676px; 
		height: 71px;
		overflow:hidden;
		/*float:left; uncomment to make horizontal scroller*/
		padding:0;		
	}
	div.scroller div.content {
		width: 10000px;
	}
	
	div.controls {
		width: 676px;
		margin: 0 20px;
		text-align: center;
		font-size: 10px;
	}
	
	div.controls a {
		
	}


#locations-list {
	width: 700px;
	padding: 10px 0 20px;
	background: #FFF;
}

#locations-list ul {
	list-style: none;
	width: 700px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666;
}

#locations-list li {
	float: left;
	width: 332px;
	height: 180px;
	margin: 6px;
	padding: 0;
	border-bottom: 1px dashed #666;
}

#locations-list img {
	float: left;
	clear: left;
	margin: 0 8px 8px 0;
}

#locations-list h4 {
	margin: 0 0 3px;
	padding-top: 0;
	color: #333;
}

#locations-list p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
}

#locations-list li.interest {
	border-bottom: none;
	background: #F2EAE8;
}

#locations-list li.interest h4 {
	margin-top: 10px;
	margin-left: 10px;
}

#locations-list li.interest p {
	margin: 10px;
	font-size: 16px;
	
}

.opening {
	padding-left: 4px;
	padding-right: 4px;
	background: #670B03;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}


#products-list {
	width: 700px;
	margin: 0;
	padding: 10px 0 20px;
	background: #FFF;
}

#products-list h2, #products-list h3 {
	margin: 0 10px 16px;
	
}

#products-list ul {
	list-style: none;
	width: 700px;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #666;
	
}

#products-list li {
	float: left;
	width: 332px;
	height: 170px;
	margin: 6px;
	padding: 0;
	border-bottom: 1px dashed #666;
}

#products-list img {
	float: left;
	clear: left;
	margin: 0 8px 8px 0;
}

#products-list h4 {
	margin: 0 0 3px;
	padding-top: 0;
	color: #333;
}

#products-list p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

#products-list li.quote {
	border-bottom: none;
	background: #F2EAE8;
}

#products-list li.quote h4 {
	margin-top: 10px;
	margin-left: 10px;
}

#products-list li.quote p {
	margin: 10px;
	font-size: 16px;
}


#suppliers {
	width: 720px;
	padding: 10px 0 20px;
	background: #FFF;
}

#suppliers h2, #suppliers h3 {
	margin: 0 10px 16px;
	
}

#suppliers p, #suppliers h4 {
	margin: 10px;
}

