/*	CSS Document for  Post Box Cottage
	Designed by the cube lab
	Designer name : Steve
	
	top bar and nav bar - #2b2e32 - dark blue
	
	banner bg - #98abd0 - light blue
	banner2 bg - #99d0c2 - light green
	
	footer - #646d75 light grey
	
	text - #333
	
	menu hover - #212427 - dark blue
	
	content - #F1F3F4 - off white

/*------------------------------
			GLOBAL
-------------------------------*/

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #f1f3f4 url(../images/bodybg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
}

body#heather {
	background: #f1f3f4 url(../images/bodybg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
}


body#homepage {
	background: #2b2e32;
}



img {
	border: none;
}

.clear {
	clear:both;
}

a:active
{
  outline: none;
}

a:focus
{
  outline: none;
}





/*------------------------------
			LAYOUT
-------------------------------*/

#container {
	width: 880px;
	margin: 0 auto;
	text-align: center;
}

#landing {
	position: relative;
	width: 580px;
	height: 320px;
	margin: 10% auto;
	margin-bottom: 0;
	background: url(../images/landingbg.gif) no-repeat;
}

#landing {
	color: #6c8e96;
	padding-top: 320px;
}

#header {
	position: relative;
	width: 880px;
	height: 250px;
	border-top: 12px solid #2b2e32;
	text-align: left;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}


#bannertab {
	position: absolute;
	top: 90px;
	left: 0px;
}


#gallery {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 390px;
	height: 250px;
	margin-right: 18px;
}

#navcontainer {
	width: 880px;
	height: 60px;
}

#content {
	float: left;
	width: 472px;
	margin-top: 10px;
	background: #f1f3f4;
	text-align: left;
	clear: both;
}

#inner {
	padding: 0 20px 0 10px;
}

#sidebar {
	float: left;
	position: relative;
	margin-top: 15px;
	width: 406px;
	text-align: left;
}

#map {
	width: 450px;
	height: 300px;
}

#footer {
	position: relative;
	background: #646d75 url(../images/footerbg.jpg) no-repeat;
	clear: both;
	height: 250px;
}

#footertext {
	position: absolute;
	top: 20px;
	left: 20px;
}








/*------------------------------
			NAVIGATION
-------------------------------*/

#navcontainer ul {
	padding: 0;
	margin: 0;
}

#navcontainer ul li {
	float: left;
	display: inline;
	font-size: 18px;
	list-style: none;
	text-decoration: none;
	line-height: 44px;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	padding: 12px 10px 20px 10px;
	color: #F1F3F4;
	text-decoration: none;
	display: block;
	
}

#navcontainer ul li a:hover {
	background: url(../images/navhoverbg.gif) repeat-x;
	
}

.active {
	background: url(../images/navhoverbg.gif) repeat-x;
}


/*------------------------------
			TEXT
-------------------------------*/
#inner p {
	color: #666;
	font-size: 15px;
}

#header .strapline {
	position: absolute;
	left: 10px;
	top: 210px;
	font-size: 20px;
	color: #F1F3F4;
}


#footertext p {
	float: left;
	clear:both;
	color: #fff;
	font-size: 15px;
	text-align: right;
	line-height: 25px;
	padding-right: 20px;
}

.linkstab {
	background: #646D75 url(../images/footerlinkbg.jpg) no-repeat;
	float: left;
	list-style: none;
	color: #2b2c32;
	font-size: 13px;
	text-align: left;
	padding: 35px 60px 45px 15px;
}

.cottagetab, .cottagetab2 {
	float: left;
	list-style: none;
	color: #2b2c32;
	font-size: 13px;
	text-align: left;
	padding: 30px 60px 45px 15px;
}

.cottagetab {
	background: #646D75 url(../images/bannertab2.jpg) no-repeat;
}

.cottagetab2 {
	background: #646D75 url(../images/bannertab1.jpg) no-repeat;
}

.linkstab li {
	padding-bottom: 5px;
}

.linkstab li a {
	text-decoration: underline;
	color: #2b2c32;
}

.cottagetab li, .cottagetab2 li {
	padding-bottom: 5px;
	text-indent: 90px;
}

.cottagetab li a, .cottagetab2 li a {
	text-decoration: underline;
	color: #2b2c32;
}

#footertext a {
	color: #2b2c32;
	font-style: normal;

}

#content a {
	color: #2b2c32;
	font-style: normal;
	text-decoration: underline;
}







/*------------------------------
			LINKS
-------------------------------*/

#landing a:link, #landing a:visited {
	color: #fff;
}

#landing a:hover, #landing a:active {
	color: #000;
}



/*------------------------------
			HEADINGS
-------------------------------*/

.home {
	font-size: 120%;
	color: #666;
	background: url(../images/heading.gif) no-repeat;
	text-indent: 50px;
	line-height: 35px;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 100%;
	color: #666;
}

h3 {
	font-size: 100%;
}

#landingtext h1 {
	color: #6c8e96;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}



/*------------------------------
			IMAGES
-------------------------------*/

.landingpic1 {
	position: absolute;
	left: 49px;
	top: 70px;
}

.landingpic2 {
	position: absolute;
	left: 349px;
	top: 70px;
}


#sidebar img {
	margin-right: 16px;
	padding-bottom: 16px;
	float: left;
}



/*--------------------------------
       FORMS
---------------------------------*/



/*------------------------------
			TABLES
-------------------------------*/




