/*-----------------------------------------------------------------------------
Country Cove Cottage Style Sheet

version:   1.1 29 April 2008
author:    nigel wood
email:     studio@cobwood.co.uk
website:   http://www.cobwood.co.uk/
-----------------------------------------------------------------------------*/

/* =General   Note: layout color text [mbp]
-----------------------------------------------------------------------------*/

/* Remove padding, margin and outline */
* {
	margin: 0;
	padding: 0;
	outline:none;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* =Layout
-----------------------------------------------------------------------------*/
body {
	text-align:center;/* for IE quirks */
	background-color: #C0C0C0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100.01%;
	color: #0066CC;
}
#container {
	text-align:left;/* cancel body rule */
	width: 760px;
	height: 576px;
	background-color:#EFF8FF;
	margin:2px auto 2px auto;
	border-right: 2px solid #AAA;
	border-bottom: 2px solid #999;
}
#banner {
	height: 150px;
	background: #EFF8FF url(images/banner9.jpg) no-repeat top left;
	/*background-image:url(images/banner9.jpg);
	background-position: top left;	
	background-repeat:no-repeat;*/
}
#navigation {
	height: 25px;
	background: #AAA url(graphics/nav_bar.gif) repeat-x top left;
	/*background-color: #AAA;
	background-image:url(graphics/nav_bar.gif);*/
	text-align:center;
	/*color: #0066CC;*/
	border: 1px solid #D3D3D3;
}
#footer{
	clear:both;
	text-align:center;
}
#maintext{ height: 376px; }

#cottage #maintext{ height: 292px; }

#query{
	font-size:small;
	padding-left:10px;
}
/* =Typography
-----------------------------------------------------------------------------*/
/* Ensure Netscape inherits font family, color */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	font-family: Arial, Verdana, sans-serif;
	color: #0066CC;
}
p { font-size:small; }

p, h3 { padding: 4px; }

/* =Headings
-----------------------------------------------------------------------------*/
h3 {
	/*font-family:Arial, Verdana, sans-serif;*/
	font-size:medium;
	font-weight:bold;
	font-style:normal;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited { color: #448; }
a:link:hover, a:visited:hover { color: #224; }

#contact a {
	/*margin: 0;*/
	border: 1px solid #778;
	padding: 3px;
	background: #DDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
#contact a:link:hover, #contact a:visited:hover {
	border-color: #224;
}
#footer a{
	color: #666;
	text-decoration:none;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-weight:bold;
	text-decoration: none;
}
#navigation .current {
	padding: 6px 0 7px 0;
	background-image:url(graphics/arrow_blue.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* =Main Content
-----------------------------------------------------------------------------*/
.photos{
	float: right;
	border: 1px solid #999;
	margin: 5px;
	padding: 1px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/
#footer img{
	margin: 0 2px 0 2px;
	border: 1px solid #999;
}

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}
table{
	padding: 2px 0;
}
