/* CSS Document for HVP Shutters*/


/*--------------------------------
SITE COLOURS
---------------------------------
blue : #23479c
background : #d4d9e4
 border technical boxes: #B3B6E6
background technical boxes: #E6EAF7

*/


/*--------------------------------
ORDER OF  STYLES

GLOBAL
LAYOUT
NAVIGATION
TEXT STYLES
HEADINGS
LINKS
LISTS
IMAGES
FORMS
OTHER
---------------------------------*/

/*--------------------------------
       GLOBAL
---------------------------------*/

/*wireframing - borders around all divs during development

div {
margin: 0;
padding: 0; 
border: 1px solid red;
}*/


body {
	font-family:"Lucinda Grande", "Lucinda Sans Unicode", Verdana, sans-serif;
	font-size: 60%;
	background: #FFFFFF;
	margin: 0;
	padding: 0;


}

img {
      border:none;
margin:2px;
}

#subcontent-home img {
      border:solid 1px #E6EAF7;
}


/*--------------------------------
       LAYOUT
---------------------------------*/
#table {
width: 100%;
}


#header {
	width: 100%;
	height: 127px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

#logos {
	width: 760px;
	height: 127px;
	margin: 0 auto;
	text-align: right;
	padding: 0;
	margin-top: 0;
	background: url(../images/header-bg.jpg) no-repeat left top;
}

#navcontainer {
        width: 100%;
	background: #23479c url(../images/navcontainer-bg.gif) repeat-x;
	text-align: center;
}

#quicksearch {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#container {
	width: 760px;
	text-align: center;
	margin: 0 auto;
        padding-bottom:50px;
background: #fff url(../images/hvpBG.jpg) repeat-y;
}

#content-home {
	float: left;
	width: 340px;
	margin: 0;
	padding: 0 20px;
}




#content {
	float: left;
	width: 380px;
	margin: 0;
	padding: 20px 5px 30px;
	
}

#flexiglideproducts {
        background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
        margin-bottom: 0.5em;
}

#flexiglideproductsalt {
        border: 1px solid #b3b6e6;
	padding: 1em;
        margin-bottom: 0.5em;
}



#map {
	width: 440px;
	height: 350px;
}

#subcontent-home {
	float: right;
	width: 300px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#subcontent {
	float: right;
	width: 235px;
	padding: 20px 15px 15px 20px;
	margin: 0;
	text-align: left;
        
}

#flexiglideintro {
        background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
}

#downloads {
	background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
}

#otherproducts{
	background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
}

#technicalinfo{
	background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
}

#help{
	background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
}

#customercomments{
	background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
}

#emergencyrepair{
	background: white url(../images/emergencyrepairbg------remove this to use-----.gif) left top repeat-y;
	padding: 1em;
}

#approveddocumentb{
	background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
}

.box{
	background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
}

#footer {
	width: 100%;
	height: 220px;
	border-top: solid 1px #B3B6E6;
        background: #E6EAF7;
}

#footer div {
	width: 760px;
        margin: 0 auto;
        padding-top:30px;
	text-align: right;
	}


#clear {
	clear: both;
}

/*--------------------------------
       NAVIGATION
---------------------------------*/
#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: lighter;
	line-height: 2em;
}

#navcontainer li {
	display: inline;
}

#navcontainer a:link, #navcontainer a:visited {
	padding: 6px 10px 6px 10px;
	color: #fff;
	text-decoration: none;
}

#navcontainer a:hover, #navcontainer a:active {

	color: #fff;
	text-decoration: none;
	background: url(../images/navcontainer-here.gif);
}

.active a {
	color: #fff;
	text-decoration: none;
	background: url(../images/navcontainer-here.gif);
}


/*--------------------------------
       TEXT STYLES
---------------------------------*/

p {
font-size: 1.3em;
}

#content p {
	text-align: left;

}

li {
list-style: square;
}

#content div, #content-home div {
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}

 #content-home div .homebox {
padding: 0px;
}

#content div p, #subcontent div p, #content-home div p {
	color: #333;
	line-height: 1.6;
}

#content div ul {
	color: #333;
	line-height: 1.6;
}

#flexiglideintro p {
	color: #000;
        font-size:1em;
	padding-bottom: 0.5em;
}

#technicalinfo p {
	color: #000;
        font-size:1em;
	padding-bottom: 0.5em;
}

#technicalinfo h2 {
	color: #23479c;
        font-size:1em;
	font-weight:bold;
}

#help p {
	color: #000;
        font-size:1em;
	padding-bottom: 0.5em;
}

#downloads p {
	color: #000;
        font-size:1em;
	padding-bottom: 0.5em;
}

#customercomments p {
	color: #000;
        font-size:1em;
	padding-bottom: 2.5em;
}

#emergencyrepair p {
	color: #FFF;
        font-size:1.5em;
	padding-bottom: 2.5em;
}

#customercomments blockquote {
	color: #23479c;
        padding: 0;
        margin: 0;
        font-size:1.5em;
font-weight:bold;
font-style:italic;
        line-height: 1.5em;
	
}

#approveddocumentb p {
	color: #000;
        font-size:1em;
	padding-bottom: 2.5em;
}

#approveddocumentb blockquote {
	color: #23479c;
        padding: 0;
        margin: 0;
        font-size:1.3em;
font-style:italic;
        line-height: 1.5em;
	
}


.highlight {
	font-size: 120%;
	color: #23479c;
	font-weight: bold;
}

.box2 p {
	font-size: 1.2em;
	color: #fff;
	padding: 0 8px;
}

.paragraphpanel {
	background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
margin-bottom:20px;
}

.news {
	background: url(../images/news.gif) no-repeat left top;
	padding-left: 2em;
}

#footer p {
	color: #000;
        font-size:0.9em;
	padding-top: 1em;
	padding-right: 1em;
}

.req {
	color: red;
}

/*--------------------------------
       HEADINGS
---------------------------------*/
#logos h2 {
	text-align: right;
	padding: 0;
	margin: 0;
	padding-top: 1em;
	padding-right: 1em;
	color: #666;
	font-size: 1.6em;
}


h1 {
	font-size: 1.8em;
	color: #23479c;
	padding-left: 0px;
}

.emergency h1 {
color: red;
}

h2 {
	font-size: 1.6em;
	color: #23479c;
}

h3 {
	font-size: 1.4em;
	color: #23479c;
}

h4 {
	font-size: 1.3em;
	color: #23479c;
}



h5 {
font-size: 1.2em;
color: #23479c;
}

h6 {
font-size: 1.2em;
color: #23479c;
}





#footer div h2 {
	float: left;
	text-align: left;
	width: 300px;
	font-size: 1.3em;
	color: #23479c;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 1.3em;
}



.box1 h4 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 4;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	background: url(../images/button1.gif) no-repeat top center;
}

.box2 h4 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 5;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	background: url(../images/button2.gif) no-repeat top center;
}

/*--------------------------------
       LINKS
---------------------------------*/

.back {
	background: url(../images/arrow-left.gif) no-repeat 0 50%;
	padding-left: 20px;
	margin-left: 20px;
	text-decoration: none;
	font-size: 1.2em;
}

a:link {
	color: #2952b5;
}

a:visited {
	color: #777;
}

a:hover, a:active {
	color: #000;
}

.homebox, .homeboxAlt {
padding-left: 0 ;
}

.homebox h3, .homeboxAlt h3 {
padding: 1em 0.5em;
color:#fff;
font-size: 1.3em;
line-height: 2em;
margin: 0 auto;
}



.homebox a {
display: block;
width: 300px;
background: #23479c url(../images/homeboxbg.gif) repeat-x;
border: 1px solid #b3b6e6;
margin: 20px 0 0 0;
}



.homeboxAlt a {
display: block;
width: 120px;
background: #23479c url(../images/homeboxbg.gif) repeat-x;
border: 1px solid #b3b6e6;
margin: 20px 0 0 0;
}

.homebox a:link, .homeboxAlt a:link {
color:#fff;
text-decoration:none
}

.homebox a:visited, .homeboxAlt a:visited {
color:#fff;
text-decoration:none;
}

.homebox a:hover, .homeboxAlt a:hover {
color:#fff;
text-decoration:underline;
}

.homebox a:active, .homeboxAlt a:active {
color:#fff;
text-decoration:none;
}





/*--------------------------------
       LISTS
---------------------------------*/

.box1 ul {
	color: #fff;
	list-style-image: url(../images/bullet1.gif);
	font-size: 1.3em;
}





#content ul {
	font-size: 1.3em;
}

#content li {
	color: #333;

}

#content li a:link {
	text-decoration: none;
}



.listbox ul {
	padding: 0;
	margin-left: 0;
	}

.paragraphpanel li {
clear:both;
list-style: none;
padding: 0;
	margin: 0 auto;
	margin-left: -40px;
}

.paragraphpanel a {
	font-size:1.2em;

}

.paragraphpanel p {
margin-top:0px;	
font-size:0.9em;

}

.paragraphpanel img {
float:left;	
background: #e6eaf7;
	border: 1px solid #b3b6e6;
	margin: 0 15px 15px 0;
}

.listbox li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -40px;
}

.listbox a:link, .listbox a:visited {
	display: block;
	background: #e6eaf7;
	border: 1px solid #b3b6e6;
	padding: 1em;
	margin-top: 1em;
	list-style: none;
	text-decoration: none;
}

.listbox a:hover, .listbox a:active {
	background: #d5d9e5;
}

#quicksearch ul {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-left: 1em;
	padding-bottom: 10px;
	font-size: 1.2em;
}

#quicksearch li {
	display: inline;

	padding-right: 26px;
        list-style-type: square;
}

#quicksearch a {
	text-decoration: none;
}

.downloadlist {
list-style: none;
margin: 0;
padding: 0;
}

li.brochurepdf {
	background: url(../images/bullet-brochurepdf.gif) no-repeat ;
        padding: 0 5px 25px 40px;
    	font-size: 1.1em;
list-style: none;
}

li.technicalspec {
	background: url(../images/bullet-spec.gif) no-repeat ;
	padding: 0 5px 25px 40px;
	font-size: 1.1em;
list-style: none;
}

li.caddwg {
	background: url(../images/bullet-caddwg.gif) no-repeat ;
	padding: 0 5px 25px 40px;
	font-size: 1.1em;
list-style: none;
	
}

li.cadpdf {
	background: url(../images/bullet-cadpdf.gif) no-repeat ;
	padding: 0 5px 25px 40px;
	font-size: 1.1em;
list-style: none;
	
}





#footer ul {
	font-size: 1em;
}

#footer li {
	display: inline;
	padding-right: 26px;
        list-style-type: none;
}

#footer a {
	text-decoration: none;
}

#footer a:visited {
	color: #2952b5;
}

#footer a:hover, a:active {
	color: #000;
	text-decoration: underline;
}




















/*--------------------------------
       IMAGES
---------------------------------*/
#logos img {
	padding-right: 10px;
	padding-top: 40px;
}

 .thumbnail {
	float: left;
	width: 113px;
	margin: 10px;
	padding-right: 15px;
	}
	


.clearboth {
	clear: both;
	}

#footer img {
	padding-right: 10px;
}

#logo img {
	float: left;
}

/*--------------------------------
       FORMS
---------------------------------*/

#content fieldset {
	border: none;
}


#content form {
	width: 410px;
	margin: 0;
	padding: 0;
}

#content legend {
	font-weight: bold;
	color: #000;
}

#content label {
	display:  block;
	color: #333;
	padding-left: 20px;
}

#content input {
	width:  200px;
	height: 1.4em;
	margin-left: 20px;
	background: #d4d9e4;
	border: 1px solid #23479c;
}

#content input .btn {
	width: 10px;
}



/*--------------------------------
       BOXES
---------------------------------*/

.box1 {
	float: left;
	width: 174px;
	height: 210px;
	background: url(../images/box1-bottom.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	text-align: left;
	}

.box1 h3 {
	background: url(../images/box1-top.gif) no-repeat top left;
	margin: 0;
	padding: 6px 8px 4px 10px;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	height: 40px;
}

.box2 {
	float: left;
	width: 124px;
	height: 210px;
	background: url(../images/box2-bottom.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0;
	}

.box2 h3 {
	background: url(../images/box2-top.gif) no-repeat top left;
	margin: 0;
	padding: 6px 8px 4px 10px;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	height: 40px;
}

/*--------------------------------
       TABLES
---------------------------------*/

#staff {
	width: 400px;
	padding: 16px;
	margin-top: 40px;
}

#staff td {
	background: #d4d9e4;
	border: 1px solid #23479c;
	padding: 20px;
	}

.staffimage {
	padding: 4px;
	margin: 4px;
	border: 1px solid #23479c;
	background: #fff;
}









