/*----------------------------------------
structure for www.conniescottage.co.uk
----------------------------------------*/

div#wrapper {
	width: 840px;
	margin: 0px auto 0px auto;
	background-image: url('../assets/page_bg_y.jpg');
	background-repeat: repeat-y;
	background-position: center top; }

div#header {
	width: 840px;
	height: 167px;
	background-image: url('../assets/header_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 0; }

div#main-nav {
	width: 300px; /* styles for mainNav are in nav.css */
	height: 125px;
	float: right;
	padding: 25px 45px 0 0; }

div#filling {
	clear: both;
	width: 800px;
	margin: 0 20px 0 20px; }
	
div#page-title {
	padding: 0 38px 0 38px; /* padding to centre line */
	background-image:url('../assets/line_725px.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px; }

div#left {
	float: left;
	width: 172px; /* subnav width */
	padding-left: 38px;
	padding-right: 46px; }

div#right {
	float: right;
	width: 482px;
	padding-right: 62px;
	padding-bottom: 25px; }

div#footer {
	clear: both; /* This is really important */
	width: 840px;
	height: 47px;
	background-image: url('../assets/footer_bg.jpg'); }

div#footer-left {
	float: left;
	padding-left: 35px;
	padding-top: 8px; }

div#footer-right {
	float: right;
	padding-right: 35px;
	padding-top: 8px; }

div#designed {
	width: 840px;
	margin: 0px auto 0px auto; /* There are more proerties for this id under STYLES */
	padding: 5px 0 20px 0; }



/*-------------------------------------
styles for www.conniescottage.co.uk
-------------------------------------*/

* {
	margin: 0;
	padding: 0; }

body {
	margin: 0px;
	background-color: #ffc;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; } /* Being overridden by div#right */
	
p {
	color: #666;
	line-height: 155%;
	margin: 6px 0 12px 0; }
	
p strong {
	color: #666;
	font-size: 12px; }
	
div#main-nav ul li a:hover {
	color: #990;
}

div#main-nav ul li span.selected {
	color: #990;
}
	
p.left-quote {
	color: #990;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 18px;
	margin-top: 24px; } /* won't need with '.side-left img', set new style for this */
	
p.left-number {
	color: #990;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: normal;
	margin-top: 24px; } /* won't need with '.side-left img', set new style for this */
	
p.line-after {
	border-bottom: #ccc dotted 1px;
	padding-bottom: 15px; } /* */

a, a:visited, a:active {
	color: #069; }

a:hover {
	text-decoration: none;
	color: #990; }

h1 {
	color: #6698b8; /* main page title and intro */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	padding: 25px 0 15px 0; }
	
h1.first-head {
	padding: 0 0 15px 0; }

h2 {
	color: #69c; /* main page head */
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 18px; }
	
h3 {
	color: #990; /* main page <p> head */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding: 25px 0 12px 0; }
	
img {
	border: 0; }
	
img.gallery {
	margin: 8px ;
	border: solid 4px #ccc; } /* style for gallery images */
	
.side-left img {
	padding: 24px 0 12px 0; }
	
.image-right {
	float: right;
	margin: 0 0 15px 20px; } /* NEW class may need to be created for images that appear within <p> */

.image-left {
	float: left;
	margin: 0 20px 15px 0; }

div#right ul {
	font-size: 12px;
	color: #963;
	list-style-type: disc;
	line-height: 155%;
	list-style-position: inside;
	margin: 0 0 20px; 0 }
	
div#right ul li {
	padding-bottom: 5px; }

div#right {
	font-size: 12px; }

div#left {
	color: #5EA7C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }

#topHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff; }

#footer { 
	font-size: 10px;
	color:#095aa5; }

#footer a, #footer a:visited, #footer a:active { 
	color: #095AA5;
	text-decoration: underline; }

#footer a:hover { 
	text-decoration: none; }

#designed {
	text-align: center;
	font-size: 10px;
	color: #666; }

#designed a, #designed a:visited, #designed a:active {
	color: #666;
	text-decoration: underline; }

#designed a:hover {
	text-decoration: none; }
	
/*-------------------------------------
styles for www.conniescottage.co.uk
-------------------------------------*/

table {
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	width: 100%; }
	
td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 0; }
	
td.month {
	color: #6698b8;
	font-weight: bold; }
	
td.price-right {
	text-align: right; }
	
td.price-right {
	text-align: right; }
	
td.no-border {
	border-bottom: 0; }
	
h3.table-after {
	padding: 25px 0 5px 0; }