/*global*/
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #404040;
	background: #ffffff url(images/bricks.jpg) top center repeat;
}

/*text*/
p {line-height: 1.2em;}

h1 {line-height: 2.5em; font-size: 2em;}

h2 {line-height: 1em; font-size: 1em;margin-bottom: 8px;}

h3 {line-height: 1.4em; font-size: 1.2em;}

li {line-height: 1.2em;}

.centre {text-align: center;}

.right {text-align: right;}

a {color: #ef7f18;}

a,
a:visited {text-decoration: none;}

a:hover,
a:active {text-decoration: underline;}

/*box classes*/
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.fleft {float: left;text-align: left;}

.fright {float: right;text-align: right;}

.br {height: 1px;background: #c5c5c5;}

/*boxes*/
#main {
	width: 967px;
	margin: 0 auto;
	background: #324448 url(images/main-bg.jpg) top center no-repeat;
}
#main-l {
	background: url(images/left-rep.gif) top left repeat-y;
}
#main-r {
	background: url(images/right-rep.gif) top right repeat-y;
	padding-bottom: 30px;
}

#header {
	padding: 20px 0 17px 52px;
	position: relative;
}
#logo {
	position: absolute;
	display: block;
	height: 45px;
	width: 407px;
}
#phone {
	margin: -5px 0 0 552px;
}

#nav {
	padding: 11px 0 11px 17px;
	background: url(images/nav-bg.jpg) no-repeat;
	margin: 0 24px;
}
#nav img {
	margin-right: 7px;
	vertical-align: middle;
}
#bookmark {
	margin-left: 6px;
}
#nav a {
	color: #404040;
	font-size: 1.4em;
}
#nav a:hover {
	text-decoration: none;
}
#domain, #number {
	margin: 0 50px;
}

#photo {
	margin: 20px 0 0 24px;
}

#content-wrap {
	width: 630px;
	float: left;
}
#content-rep {
	background: url(images/content-rep.png) repeat-y;
	margin-left: 12px;
}
#content-top {
	background: url(images/content-top.jpg) no-repeat;
	min-height: 288px;
	padding: 23px 30px 0 30px;
}
#content-bot {
	height: 19px;
	background: url(images/content-bot.png) no-repeat;
	margin-left: 12px;
}

#content-top p {
	padding-bottom: 8px;
}

#fitting-door, #portfolio-door, #contact-door {margin: 15px 54px;}
#contact-door {margin-right: 0;}

#portfoliopage #content-top img {
	margin: 5px 8px;
	border: 1px solid #777777;
}

#footer {
	width: 965px;
	margin: 0 auto;
	text-align: center;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background: url(images/footer-rep.gif) repeat-x;
}
#footer .in {
	width: 967px;
	margin: 0 auto;
	height: 55px;
	background: url(images/footer-bg.jpg) center no-repeat;
}
#footer p {
	margin-top: 10px;
	line-height: 17px;
	font-size: 0.9em;
}
#footer .fleft {
	margin-left: 24px;
}
#footer .fright {
	margin-right: 24px;
}
#footer a {
	color: #404040;
}

#about, #conservatory {display: none;}

#TB_ajaxContent p {
	text-align: justify;
}

#TB_ajaxContent ul {
	width: 420px;
}

#TB_ajaxContent li {
	list-style: none;
	margin-left: 30px;
	padding-left: 15px;
	line-height: 16px;
	margin-top: 8px;
	background: url(images/bullet.gif) top left no-repeat;
}
#TB_ajaxContent img.fright {
	margin: 30px 35px 0 0;
}

/* Form Styling */
#add {
	float: left;
	width: 30%;
}
#form_div {
	float: left;
	width: 70%;
}
#form_div .fleft {
	margin-right: 20px;
}
#map {
}
.submit {
    background: #fff url(images/submit-off.jpg);
    margin-top: 5px;
    border: 0;
    height: 18px;
    width: 87px;
}
.submit:hover {
    background: #fff url(images/submit-on.jpg);
}
#form_div .right {
	margin-right: 25px;
}
.input {
    color: #666666;
	width: 170px;
	height: 15px;
	font-size:11px;
    border: 1px solid #c5c5c5;
    background: #fff url(images/grad.gif) top repeat-x;
}
.input:hover {
    color: #404040;
    border: 1px solid #ef7f18;
}
.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
	padding: 0px; line-height: 14px; margin: 0px;
	width: 170px;
	height: 76px;
	line-height: 11px;
	font-size:11px;
    border: 1px solid #c5c5c5;
    background: #fff url(images/grad.gif) top repeat-x;
}
.textarea:hover {
    color: #404040;
    border: 1px solid #ef7f18;
}


#towns{display:none;}