html{
	overflow-y:scroll 
}

body{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; color: #333; 
	background: rgb(249,248,245) 0 0;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

#header {
	width: 920px;
	height: 118px;
	background: #fff url(images/img_shadows.gif) repeat-y center top;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

#content {
	position: relative;
	width: 920px;
	margin: 0;
	background: #fff url(images/img_shadows.gif) repeat-y 0 0;
	padding: 14px 10px;
	float: left;
}

#sidebar {
	width: 175px;
	position: relative;
	float: left;
}

/* *** NAV *** */

.navbar {
	width: 141px;
	margin: 0 0 0 16px;
	padding: 0;
	position: relative;
	font: 10px Arial, Helvetica, sans-serif;
}

.navbar ul {
	margin: 0;
	padding: 0;
	width: 141px;
}

.navbar li {
	list-style-type: none;
	list-style-image: url(images/link_arrow.gif);
	background: rgb(204,204,204) url(images/link_arrow.gif) no-repeat -2px 1px;
	width: 141px;
	margin: 0 0 1px;
	padding: 0;
	height: 24px;
	display: block;
}

.navbar li:hover {
	background-color: #999;
}

.navbar li.selected_li {
	background-color: rgb(144,39,142);
}

.navbar a {
	background-color: rgb(230,230,230);
	padding-left: 6px;
	display: block;
	margin-left: 20px;
	vertical-align: top;
	height: 18px;
	padding-top: 6px;
	text-decoration: none;
	color: #333;
	border-left: 1px solid #fff;
}

.navbar a:hover {
	background-color: rgb(204,204,204);
}

.navbar a.selected_nav {
	background-color: rgb(0,102,179);
	color: #fff;
}

/* *** HOME *** */

#home {
	width: 726px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#home p {
	margin-top: 12px;
	margin-bottom: 0;
}

/* *** PRICES *** */

#description {
	width: 549px;
	float: left;
	position: relative;
}

#description li {
	list-style-type: none;
	border-bottom: 1px solid silver;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#prices {
	width: 172px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	text-align: right;
}

#prices ul {
	padding-left: 0;
}

#prices li {
	list-style-type: none;
	border-bottom: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 0;
}

.title_description {
	background-color: rgb(0,102,179);
	display: block;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.title_price {
	background-color: rgb(66,128,188);
	display: block;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

/* *** PAGE LAYOUT *** */

#main_text {
	width: 429px;
	margin: 0;
	padding: 0 30px 0 10px;
	float: left;
	position: relative;
}

#main_text h2 {
	margin-top: 20px;
}

#side_text {
	width: 240px;
	margin: 0;
	padding: 10px;
	float: left;
	position: relative;
	background-color: rgb(242,242,242);
}

.sub_box {
	border: 1px solid silver;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 8px;
}

.sub_box p {
	line-height: 20px;
	font-size: 13px;
}

.sub_box strong {
	font-weight: bold;
	color: rgb(144,39,142);
}

/* *** FOOTER *** */

#footer {
	background-image: url(images/img_shadows.gif);
	width: 920px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	background-color: #fff;
	clear: both;
	padding-bottom: 10px;
}

.footerbox {
	width: 863px;
	background-image: url(images/img_footerbg.gif);
	height: 22px;
	border: 1px solid silver;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 16px;
	padding-top: 10px;
	color: #333;
	font-size: 10px;
	position: relative;
}

.footerbox a {
	color: #fff;
	text-decoration: none;
}

.footerbox .copyright {
	color: #fff;
	float: right;
	position: absolute;
	right: 10px;
	top: 11px;
}

.footerbox a:hover {
	color: #333;
}

#shadow_base {
	width: 920px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(images/img_shadow_base.gif) repeat-x;
	position: relative;
	height: 10px;
}

/* *** Global Formatting *** */

img,h1,h2,h3,h4,h5,h6 {
	margin: 0; 
	padding: 0; 
	border: none; 
}

.text_purple {
	color: rgb(144,39,142);
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 14px;
}

h2 {
	color: rgb(0,102,179);
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

a {
	color: rgb(144,39,142);
}

a:hover {
	color: #333;
}

.inputTextBoxes {
	background: rgb(250,249,247);
	width: 318px;
	color:#333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 3px;
}

.inputPostcode {
	background: rgb(250,249,247);
	width: 105px;
	color:#333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 3px;
}

.td_padding {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}