html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}






html {
	overflow-y: scroll;
}

body {
	background: #d5f6ff;
	font-family: Helvetica, sans-serif;
	line-height: 120%;
}
a:link, a:visited, a:hover, a:active{
	color: red;
}


#shadow{
	background: url(../images/body-bg.png) center top #d5f6ff repeat-y;
	width: 1006px;
	margin: 0 auto;
}
p{
	margin-bottom: 10px;
}

#page-wrap{
	width: 920px;
	margin: 0 auto;
}

h1#head {
	text-indent: -9999px;
	width: 920px;
	height: 188px;
	display: block;
	background: url(../images/head.png);
}

#nav{
	width: 920px;
	height: 76px;
	background: url(../images/nav-bg.png);
}
	#nav ul{
		list-style-type:  none;
	}
		#nav ul li {
			float: left;
			display: inline;
			margin-top: 13px;
		}
			#nav ul li a {
				display: block;
				font-size: 18px;
				font-family: Helvetica, sans-serif;
				letter-spacing: -1px;
				text-decoration: none;
				color: #eee;
				text-transform: uppercase;
				padding-left: 0px;
				text-align: center;
				height: 43px;
			}
				#nav ul li a span{
					display: block;
					padding-top: 12px;
				}
			#nav ul li.home a {
				width: 102px;
				
			}
			#nav ul li.products-services a {
				width: 256px;
				
			}
			#nav ul li.domestic a {
				width: 141px;
				
			}
			#nav ul li.commercial a {
				width: 166px;
				
			}
			#nav ul li.upvc a {
				width: 94px;
				
			}
			#nav ul li.contact a {
				width: 133px;
				
			}
			#nav ul li a:hover{
				color: white;
			}
			
#main {
	/*min-height: 690px;
	height: auto !important;
	height: 690px;*/
	width: auto;
	/*background: url(../images/content-bg.png) no-repeat bottom right;*/
	padding: 0 20px;
	padding-bottom: 50px;
}
	#topbar {
		width: 860px;
		padding-bottom: 20px;
	}
		#topbar .left{
			float: left;
			width: auto;
			font-weight: bold;
			letter-spacing: -1px;
			font-size: 20px;
		}
		#topbar .right{
			float: right;
			width: auto;
			text-align: right;
		}
			#topbar .right a{
				text-decoration: none;
				font-weight: bold;
			}
	#content {
		width: 600px;
		font-size: 14px;
		float: left;
		color: #333;
	}
		h3 {
			font-size: 18px;
			font-family: Helvetica;
			letter-spacing: -1px;
			color: #222;
			font-weight: bold;
			padding-bottom: 5px;
			
		}
		div.photogroup{
			background: #ccc;
			padding: 10px;
		}
			div.photogroup img{
				float: left;
				margin: 5px;
			}
		img.discount{
			margin-top: 10px;
		}
		div.photo-link {
			float: left;
			height: auto;
			margin: 4px;
		}
		div.row {
			width: auto;
		}
			
	#sidebar {
		width: 260px;
		margin-left: 20px;
		float: left;
	}
		.sidebarimage{
			border: none;
		}

	#footer{
		background: #003399;
		color: white;
		font-size: 12px;
		text-align: center;
	}
	
	
/* EMAIL PAGE */

table.emailform tr td {
	padding: 5px;
}
	.label {
		text-align: right;
		vertical-align: top;
		padding-right: 5px;
	}


/* TOOLS */
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}