@charset "utf-8";
/* Default CSS Document for www.bedsensor.co.uk */

/* 1. Layout Styles */
/* 2. Text Styles */
/* 3. List Styles */
/* 4. Link Styles */
/* 5. Image Styles */
/* 6. Form Styles */


/* 1. Layout Styles **************************************************************************************************/

* { /* Global reset */
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg-head.png) repeat-x top left #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

#container {
	background: url(../images/bg-body.png) no-repeat top left;
	height: 64px;
	width: 100%;
	margin-top: 0;
}

#mainbody {
	float: left;
	background: url(../images/bg-side.png) no-repeat top left;
	width: 880px;
	min-height: 450px;
	overflow: auto;
	padding-left: 120px;
	margin-bottom: 50px;
}

#header {
	float: left;
	background: #FFFFFF;
	height: 120px;
	width: 880px;
	border-bottom: 1px solid #E77225;
}

#nav {
	float: left;
	height: 60px;
	width: 880px;
}

#content-left {
	float: left;
	width: 650px;
	min-height: 390px;
	overflow: auto;
	background: url(../images/bg-bodymap.jpg) no-repeat top left;
}

#content-right {
	float: right;
	width: 200px;
	min-height: 390px;
	overflow: auto;
	padding-left: 10px;
}

#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #E77225;
	height: 80px;
	padding-top: 10px;
}

.gallery {
	margin: 20px 0 0 20px;
}


/* 2. Text Styles **************************************************************************************************/

h1 {
	margin: 5px 0 0 5px;
	height: 50px;
	width: 220px;
	background: url(../images/logo220x50.png) no-repeat top left;
	text-indent: -9999px;
}

h2 {
	font-size: 1.35em;
	letter-spacing: -1px;
	padding-bottom: 22px;
}

h3 {
	font-size: 0.85em;
	color: #E77225;
	font-weight: bold;
	padding-bottom: 15px;
}

#content-left p {
	font-size: 0.8em;
	line-height: 16px;
	padding-bottom: 10px;
}

#content-right p.small {
	font-size: 0.7em;
}

#footer p {
	text-align: center;
	font-size: 0.7em;
	color: #999999;
	line-height: 16px;
}	

/* 3. List Styles **************************************************************************************************/

#header ul {
	margin-left: 670px;
	margin-top: -95px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #E77225;
	list-style: none;
}

#header ul li {
	line-height: 18px;
}

#header ul li.list-title {
	padding-bottom: 12px;
}

#header ul li span {
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	margin-left: 15px;
}

#nav ul {
	list-style: none;
	margin-left: 1px;
}

#nav ul li {
	display: inline;
	background: url(../images/nav-li.png) no-repeat left;
	line-height: 45px;
	padding: 8px 30px 8px 42px;
}

ul#copylist {
	margin-left: 25px;
	font-size: 0.8em;
	list-style: none;
	margin-bottom: 20px;
	margin-top: 5px;
}

ul#copylist li {
	background: url(../images/bg-li.gif) no-repeat top left;
	line-height: 16px;
	padding-left: 15px;
}

dl {
	font-size: 0.8em;
}

dt {
	font-weight: bold;
	color: #E77225;
}

dd {
	margin-left: 80px;
	margin-top: -18px;
	line-height: 19px;
}

/* 4. Link Styles **************************************************************************************************/

a {
	color: #E77225;
	text-decoration: underline;
}

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

#header ul li span a {
	color: #333333;
}

#header ul li span a:hover {
	color: #333333;
	text-decoration: none;
}

#nav ul li a {
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #E77225;
	text-decoration: underline;
}

#content-right a img {
	border: none;
	outline: none;
}

#footer p a {
	color: #999999;
	text-decoration: underline;
}

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

a.window {
	cursor: pointer;
	border: none;
}

.gallery a img {
	border: 7px solid #CCCCCC;
	outline: none;
}

.gallery a:hover img {
	border: 7px solid #E77225;
	outline: none;
}

/* 5. Image Styles **************************************************************************************************/

#header img {
	margin-top: -55px;
	margin-left: 340px;
}

#content-right img {
	margin-bottom: 15px;
}

img.nodisp {
	display: none;
}

.gallery img {
	margin: 5px;
}

/* 6. Form Styles **************************************************************************************************/

form#contactus {
	position: relative;
	margin: 10px;
	width: 600px;
	min-height: 380px;
	overflow: auto;
	padding-top: 10px;
	background: url(../images/bg-form.png) repeat-y;
}

form#contactus p label {
	float: left;
	position: absolute;
	font-size: 1em;
	font-weight: bold;
	line-height: 15px;
}

form#contactus input {
	float: left;
	position: absolute;
	padding-top: 2px;
	width: 160px;
	height: 19px;
	border: 1px solid #D4D2D3;
	background: url(../images/bg-input.png) #FFFFFF repeat-x bottom left;
	margin-top: -14px;
	left: 160px;
}

form#contactus textarea{
	float: left;
	position: absolute;
	width: 420px;
	padding: 1px;
	height: 190px;
	border: 1px solid #D4D2D3;
	background: url(../images/bg-textarea.png) #FFFFFF repeat-x bottom left;
	margin-top: -14px;
	left: 160px;
}

form#contactus input.submit, form#contactus input.reset {
	margin-top: 180px;
	width: 60px;
	height: 24px;
	border: none;
	background: none;
	cursor: pointer;
}

form#contactus input.reset {
	left: 230px;
}

form#contactus input.submit {background: url(../images/bg-submit.png) no-repeat;}
form#contactus input.submit:hover {background: url(../images/bg-submit-over.png) no-repeat;}
form#contactus input.reset {background: url(../images/bg-reset.png) no-repeat;}
form#contactus input.reset:hover {background: url(../images/bg-reset-over.png) no-repeat;}










