/* general html styles */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}
a {
	color: #354F99;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
}
img{ 
	border: 0pt; 
}
input {
	color: #000000;
	font-size: 11px;
}
.inputgrey {
	color: #999999;
	font-size: 11px;
}
.rightalign {
	text-align: right;
	float: right;
}
.leftalign {
	text-align: left;
	float: left;
}
.centrealign {
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #C6C6C6;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #354F99;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #354F99;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 100%;
}

/* global colours used throughout site */
.bgcolour1 {
	background-color: #E6EAF3;
}
.bgcolour2 {
	background-color: #E8E2D0;
}
.bgcolour3 {
	background-color: #FFFFFF;
}
.bgcolour4 {
	background-color: #F3F3F3;
}
.bgcolour5 {
	background-color: #354F99;
}
.txtColour1 {
	color: #354F99;
}
.txtColour2 {
	color: #FFFFFF;
}
/* menu styles */
.menuPrimaryBg {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menuPrimary {
	padding: 0px;
	text-align: right;
}
#menuPrimary ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menuPrimary li {
	display: inline;
	padding-left: 6px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	line-height: 13px;
	margin: 0px;
}
#menuPrimary a {
	color: #000000;
	text-decoration: none;
}
#menuPrimary a:hover {
	color: #354F99;
	text-decoration: underline;
}
.menuMain {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #354F99;
	margin-bottom: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
#menuMainBg {
	padding: 0px;
	margin-bottom: 10px;
}
.menuMain ul {
	margin: 0px;
	padding: 0px;
}
.widthfreephone {
	width: 251px;
}

.menuMain li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F5F9;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	}
.menuMain li ul li {
	padding-left: 13px;
	background-image: url(../conservatory-blinds-images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -32px
	}
#menuFooter {
	padding-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#menuFooter ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menuFooter li {
	display: inline;
	padding-left: 6px;
	padding-right: 5px;
	margin: 0px;
	line-height: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#menuFooter a {
	color: #000000;
	text-decoration: none;
}
#menuFooter a:hover {
	color: #354F99;
	text-decoration: underline;
}

/* site specific styles */
.sizeMainTblWidth {
	width: 801px;
	text-align: left;
}
.leftcol {
	width: 156px;
	padding-right: 15px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.rightcol {
	width: 166px;
	padding-left: 15px;
	text-align: right;
	vertical-align: top;
}
.paddingCentreSection {
	padding-top: 8px;
	padding-bottom: 8px;
}
.HeaderFooterTxt {
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.paddingLogoArea {
	padding-bottom: 10px;
	padding-top: 10px;
}
.padding6Right {
	padding-right: 6px;
}
.copyright {
	text-align: center;
	height: 38px
}

/* side content boxes */
.rightcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #354F99;
	background-color: #E8E2D0;
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.boxTextArea {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	border-left-color: #C6C6C6;
	text-align: left;
}
.boxTextArea p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.boxPictureCell {
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	border-left-color: #C6C6C6;
}

/* centre section content */
.centreboxMainPicture {
	margin: 0px;
	padding: 0px;
}
.centrebox {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 1px;
	line-height: 15px;
}
.centrebox h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.centrebox p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.centrebox li {
	font-weight: bold;
	color: #354F99;
	list-style-type: disc;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.centrebox ul {
 margin-top: 0px; 
 margin-right: 0px;
 margin-bottom: 10px; 
 margin-left: 0px;
 list-style-type: disc;
 padding-left: 40px; 
 padding-right: 0px;
 padding-bottom: 0px;
 padding-top: 0px;
}
.callout {
	background-color: #F8F6F1;
	border: 1px solid #354F99;
}.redboldtxt {
	font-weight: bold;
	color: #FF0000;
}
.cellwidth100 {
	width: 100px;
}
.indent {
	padding-left: 30px;
}
.tableOutline {
	margin-bottom: 10px;
	border: 1px solid #C6C6C6;
}
.noprint {
	margin: 0px;
	padding: 0px;
}
.noprintheadtxt {
	margin: 0px;
	padding: 0px;
}
.noprintrightcol {
	margin: 0px;
	padding: 0px;
}
.print {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	display: none;
}
.zoomfix {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.inner{
	width:801px;
	margin:auto;
}.cellwidth125 {
	width: 125px;
}

