/* --------------------------------------------------------------
						   Langham Nursery
						   Website by NAP3
						   www.nap3.co.uk
						   Date: 19.10.06
--------------------------------------------------------------- */

/* colours
orange: #F39334
blue: #4773B4
dark blue rollover: #17396C
*/

/* ----- global styles ----- */
* { 
	margin: 0; 
	padding: 0; 
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F39334;
	}
	
p { 
	font-size: 0.65em;
	line-height: 1.3;
	color: #000000;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	color: #000000;
	}
	
a:link, a:active, a:visited {
	color: #4773B4;
	text-decoration: none;
	}
	
a:hover { 
	color: #17396C;
	text-decoration: underline;
	}

img {
	border: 0;
	}

hr {
	display: none;
	}
	
ul {
	font-size: 0.65em;
}
	
/* ----- end global ----- */

#outer-wrapper {
	background: #FFFFFF url(../images/bg_header2.gif) 0 0 repeat-x;
	position: relative;
	width: 100%;
	height: 421px
	}
	
#outer-wrapper-int {
	background: #FFFFFF url(../images/bg_header_int.gif) 0 0 repeat-x;
	position: relative;
	width: 100%;
	height: 421px
	}

#inner-wrapper {
	position: relative;
	width: 790px;
	margin: 0 auto;
	}

#header {
	position: relative;
	height: 44px;
	width: 790px;
	}
	
#header img {
	position: absolute;
	left: 271px;
	top: 54px;
	}
	
#header p {
	color: #FFFFFF;
	text-align: center;
	padding: 11px 0 0 0;
	}
	
#header a:link, #header a:active, #header a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header a:hover { 
	color: #17396C;
	}

#content {
	position: relative;
	margin: 88px 0 0 0;
	width: 790px;
	}
	
#footer {
	position: absolute;
	left: 0px;
	top: 445px;
	width: 790px;
	}

#footer p {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #17396C;
	}
	
/* --------------------------------------------------------- */

#virtual-360 { 
	position: absolute;
	left: 230px;
	top: 5px;
	padding: 5px;
	background-color: #4773B4;
	}

#click-text {
	position: absolute;
	left: 0px;
	top: 273px;
	width: 790px;
	}

#click-text p {
	color: #4773B4;
	text-align: center;
	}

#left-text {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 210px;
	}

#left-text h2, #right-text h2 {
	padding: 0px 0px 10px 0px;
	}

#left-text p {
	text-align: left;
	padding: 0px 0px 10px 0px;
	}

#left-text p, #left-text h2, #right-text h2 {
	color: #4773B4;
	}

#right-text {
	position: absolute;
	left: 580px;
	top: 5px;
	width: 210px;
	}

#right-text ul {
	color: #4773B4;
	margin: 0px 0px 15px 20px;
	}

/* --------------------------------------------------------- */

#int-content {
	position: relative;
	margin: 88px 0 0 0;
	width: 790px;
}

#int-content p {
	text-align: center;
	color: #4773B4;
}

#form-content-left {
	position: absolute;
	left: 110px;
	top: 30px;
	text-align: left;
	}

#form-content-right {
	position: absolute;
	left: 420px;
	top: 30px;
	text-align: left;
	}

#form-content-left p, #form-content-right p {
	padding: 0px 0px 2px 0px;
	text-align: left;
	}
	
input { 
	margin: 0px 0px 2px 0px;
	}
	
.btns { 
	margin: 15px 5px 5px 0px;
	}

.select-field { 
	width: 80px; 
	}
	
/* --------------------------------------------- */

#address-detail {
	position: absolute;
	left: 50px;
	top: 85px;
	}
	
#address-detail p {
	text-align: right;
	font-size: 0.9em;
	}

#loc-map {
	position: absolute;
	left: 206px;
	top: 0px;
	text-align: left;
	}
	
#loc-map img { border: 1px dashed #00CCFF; }



/* test css  delete before going live */
.1 { font-size: 0.7em; color: #FF0000; }
.2 { font-size: 0.8em; }
.3 { font-size: 0.9em; }
.4 { font-size: 1em; }
.5 { font-size: 1.1em; }