/* CSS Document */
* {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: x-small;	
/* IE 5.5 can’t see the next line but all others can \*/
	font-size: small;
/* End hack - BTW it works for Mac IE too */
}

html {
   overflow-y: scroll;
   overflow: -moz-scrollbars-vertical;
} 

html, body {
/*	min-height: 100%;*/
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
	background: #C7E1EE url(../images/bgrnd.jpg) repeat-x;
}

p, h1, h2, h3, h4, h5, h6, strong {
	margin: 0px;
/*	padding: 0 10px 5px 0;*/
	padding-bottom: 3%;
}

p, strong, li {
	font-size: 88%;
	line-height: 130%;
}

/*p, strong, a, ol, ul, li {
	line-height: 130%;
}*/

strong {
	font-size: inherit;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000066;
}

h1 {
	font-size: 130%;
	padding: 2px 0;
	margin: 0 0 7px 0;
	border-bottom: dotted 1px #000099;
}

h2 {
	font-size: 100%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #000066;
}

h3 {
	font-size: 100%;
	margin: 0;
}

h4 {
	font-size: 110%;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	background: #000066;
}

h6 {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	border-top: dotted 1px #333333;
}

a:link,  a:visited {
	font-size: inherit;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

.clear-both {
	clear: both;
}

.spacer {
	clear: both;
	padding: 5px 0;
}

.display-none {
	display: none;
}

.dotted-line{
	border-bottom: dotted 1px #333333;
	margin: 10px 0;
	clear: both;
}

.note {
	font-size: 80%;
}

a.whitelink:link,
a.whitelink:visited {
	color: #FFFFFF;
}

a.whitelink:hover {
	color: #990000;
}

a.whitelink:active {
	color: #CCCCCC;
}

.caption {
	font-size: 10px;
	font-style: oblique;
}

.credits {
	font-size: 10px;
}

.align-left {
	align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

.image-left {
	float: left;
	margin: 0 10px 10px 0;
}



/* STRUCTURAL STYLING */

div#outer {
	width: 1100px;
/*	min-height: 70%;*/
/*	height: auto !important;*/
/*	height: 100%;*/
	margin: 0 auto;
	padding: 20px 0;
/*	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;*/
}

div#top {
	width: auto;
	background:url(../images/topbkgd.jpg) no-repeat;
	height: 81px;
}

div#inner {
	background-color: #FFFFFF;
	padding: 5px 0;
}

div#navwrapper {
	background: url(../images/navwrapperbkgd.jpg) no-repeat;
	height: 44px;
	border-bottom: solid 5px #FFFFFF;
}

.menu ul {
	margin: 0;
	padding: 18px 20px 0 20px;
}

.menu ul li {
	width: 93px;
	margin-right: 5px;
	float: left;
	text-align: center;
	background: url(../images/navtab-bkgd.gif) no-repeat;
}

.menu ul li:hover {
	background: url(../images/navtab-bkgd-over.gif) no-repeat;
	border-bottom: solid 5px #320198;
}

.menu ul li a:link,
.menu ul li a:visited {
	width: 87px;
	height: 21px;
	padding: 5px 3px 0 3px;
	margin: 0 5px 0 0;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	color: #000066;
}

.menu ul li a:hover {
	color: #FFFFFF;
}

.subMenu {
	height: 25px;
	margin: 0 0 0 10px;
	background: url(../images/subnavbkgd.gif) no-repeat;
}

.submenu ul {
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border: solid 1red;
}

.subMenu ul li {
	padding: 5px;
	border-right: solid 2px #FFFFFF;
	float:left;
}

.subMenu ul li:hover {
	background-color: #33CCCC;
}

.subMenu a {
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
}

#col1 {
	width: 188px;
	margin: 10px;
	background: #320198 url(../images/col1top.gif) top left no-repeat;
	float: left;
}

#col1 ul {
	margin: 0;
	padding: 10px 0 130px 0;
}

#col1 ul li {
	margin: 5px 0 5px 10px;
	border-bottom: dotted 1px #FFFFFF;
}

#col1 ul li a:link,
#col1 ul li a:visited {
	color: #FFFFFF;
	padding: 5px 0;
	display: block;
	text-decoration:none;
}

#col1 ul li a:hover {
	color: #FFCC00;
}

#col1 ul li a:active {
	color: #CCCCCC;
}

#col2 {
	width: 670px;
	margin: 10px 0 15px 0;
	float: left;
}

#col2 ul {
	margin: 0 0 0 15px;
}

#col2 ol {
	margin: 0 0 0 25px;
}

#col2 ul li {
	padding: 0 0 8px 0;
	list-style: square;
}

#col2 ol li {
	padding: 0 0 8px 0;
	list-style: decimal;
	font-size: 85%;
}

/* FORM STYLES */
div#col2 form.form fieldset {
	margin: 5px 0;
	padding: 0;
	border: none;
	clear: both;
}
div#col2 form.form label {
	width: 100px;
	margin: 0;
	padding: 0;
	float: left;
}

div#col2 form.form input.inputfield, 
div#col2 form.form textarea.inputfield {
	width: 200px;
	margin: 0;
	padding: 1	px;
	border: solid 1px #666666;
}

div#col2 form.form textarea.inputfield {
	height: 70px;
}

#col3 {
	width: 200px;
	margin: 10px 10px 0 0;
	float: right;
}

#col3 h3 {
	background-color: #000099;
	padding: 8px 3px;
	color: #FFFFFF;
}

#col3 ul,
.col3wrapper {
	margin: 1px 0 10px 0;
	padding: 3px 0 25px 10px;
	background: #CCCCCC url(../images/col3greyboxbottom.gif) bottom left no-repeat;
}

.col3wrapper {
	border-top: solid 1px #FFFFFF;
}

#col3 ul li {
	padding: 8px 0 2px 0;
	border-bottom: dotted 1px #999999;
}

#col3 ul li a:link,
#col3 ul li a:visited {
	color: #333333;
	text-decoration: none;
}

#col3 ul li a:hover {
	color: #000099;
}

#col3 ul li a:active {
	color: #999999;
	text-decoration: none;
}

#footer {
	width: auto;
/*	height: 57px;*/
	background: url(../images/footerbkgd.gif) bottom no-repeat;
	text-align: center;
}

#footer ul {
	margin: 0 10px 10px 10px;
	padding: 0px 5px 20px 5px;
	height: 6px;
	background-color:#33cccc;
}

#footer ul li {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
	
	border-right:1px solid #000099;
color:#000099;
float:left;
font-size:11px;
font-weight:bold;
margin-left:10px;
margin-top:6px;
padding-right:12px;
}

#footer ul li a {
	text-decoration: none;
}

#footer p {
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 25px;
}

.home-trapdoor1,
.home-trapdoor2,
.home-trapdoor3,
.home-trapdoor4,
.home-trapdoor5 {
	width: 289px;
	height: 174px;
	margin: 5px 3px 0 0;
	float: left;
}

.home-trapdoor1 {
	background: url(../images/home-windows-td.jpg) no-repeat;
}

.home-trapdoor2 {
	background: url(../images/home-doors-td.jpg) no-repeat;
}

.home-trapdoor3 {
	background: url(../images/home-conservatories-td.jpg) no-repeat;
}

.home-trapdoor4 {
	background: url(../images/home-extensions-td.jpg) no-repeat;
}

.home-trapdoor5 {
	background: url(../images/home-compodoors-td.jpg) no-repeat;
/*	margin: 8px 0 0 0;*/
}

.home-trapdoor1 a,
.home-trapdoor2 a,
.home-trapdoor3 a,
.home-trapdoor4 a,
.home-trapdoor5 a {
	width: 289px;
	height: 174px;
	display: block;
}

.home-trapdoor1 a span,
.home-trapdoor2 a span,
.home-trapdoor3 a span,
.home-trapdoor4 a span,
.home-trapdoor5 a span {
	display: none;
}

.webpresenterbkgd {
	width: 290px;
	height: 515px;
	margin-top:4px;
}

#bottom-logos {
	width: auto;
	height: 86px;
	background: url(../images/bottom-logos.jpg) no-repeat;
	clear: both;
}

.newsletters {
	width: 210px;
	float: left;
	padding: 5px;
	text-align: center;
}

.newsletters img {
	margin: 10px;
}

.newsletters a:link,
.newsletters a:visited {
	text-decoration: none;
}

.boxwrapper {
	width:44%;
	padding: 8px;
	margin: 0 10px 0 0;
	border: solid 1px #CCCCCC;
	background-color: #EDEDED;
	float: left;
}

table.datatable {
	border: solid 1px #DEDEDE;
}

table.datatable th {
	padding: 3px;
	font-weight: bold;
	padding: 5px;
	background-color: #CCCCCC;
}

table.datatable td {
	padding: 5px;
}

table.datatable th,
table.datatable td  {
	font-size: 85%;
}

.contact-left {
	width: 475px;
	float: left;
}

.contact-right {
	width: 375px;
	float: right;
}