/*
 * HTML DEFINITIONS
 */

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 2em 0;
}

p {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

h1, h2, h3 {
  margin-top: 0.3em;
  margin-bottom: 0.4em;
  color: #000;
  font-weight:normal;
}

h1 {
  font-size: 1.6em;
  text-transform: capitalize;
  text-align: center;
}

h2 {
  font-size: 1.3em;
  text-align: left;
}

h3 {
  font-size: 1.1em;
  text-align: left;
}

form, img {
  border: none;
  margin: 0;
  padding: 0;
}

a {
  color: #000080;
  text-decoration: none;
}

a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
}

hr {
  display: none;     /* hr is used to break up content for non-css vistors, but never used otherwise */
}


div.clear{
  clear:both;
}


/*
 *  TEXT STYLES
 */

#adminlink {
  text-align: center;
  margin: 15px 0;
}

.offer_details {
  border: 1px solid #999;
  padding: 5px;
}

.feedback {
  width: 172px;
  height: 195px;
  background-image: url(../../images/feedback-note.jpg);
  background-repeat: no-repeat;
  margin: 10px;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 18px;
  float: left;
}

.feedback h2, .feedback h3, .feedback p {
  margin: 0;
  padding: 0;
  font-family: "Comic Sans MS", cursive;
  text-align: left;
}

.feedback h2 {
  margin-top: 20px;
  font-size: 15px;
  color: #8A070D;
}

.feedback h3 {
  font-size: 13px;
  color: #8A070D;
  font-weight: normal;
}

.feedback p {
  font-size: 12px;
  color: #000;
  margin: 7px 0;
  height: 90px;
  overflow: auto;
}

.feedback .date {
  margin: 0;
  padding: 0;
  font-family: "Comic Sans MS", cursive;
  font-style: italic;
  font-size: 10px;
  text-align: right;
  color: #333;
}


span.company_name {
  font-weight: bold;
  font-size: 1.1em;
  font-style: normal;
}

.codelist {
  padding: 0.4em;
  font-style: italic;
}

a.enquire{
  display:block;
  height:28px;
  line-height:28px;
  width:126px;
  color:white;
  text-align:center;
  font-weight:bold;
  background:url(../../images/template/enquire.png) top left no-repeat;
}

a.enquire:hover{
  background:url(../../images/template/enquire.png) bottom left no-repeat;
  text-decoration:none;
}


#project_mainimage {
  float: left;
  border-width: 1px;
  border-style: solid;
  margin: 4px 10px 10px 0;
}

#project_images {
  float: left;
  width: 270px;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.8em;
  margin: 0 0 10px 0;
}

#project_images a {
  margin-right: 5px;
}

#project_images img {
  border-width: 1px;
  border-style: solid;
}

#project_info {
  margin-bottom: 10px;
  margin-left: 270px;
}

#project_info, #project_info h1, #project_info h2 {
  text-align: left;
}

#project_info h1{
  font-size:16px;
}

#project_specs {
  clear: left;
  border-top: 1px dashed #B2B2B2;
  min-height: 135px;
}

#project_specs, #project_specs h1, #project_specs h2 {
  text-align: left;
}

#project_swatches {
  width: 82px;
  height: 160px;
  float: right;
  margin-top: 5px;
}

#project_swatches ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#project_swatches ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #555;
  text-align: center;
}

#project_swatches img {
  border: 1px solid #777;
}



#project_options {
  border-top: 1px dashed #B2B2B2;
  margin-top: 10px;
}

#project_levels {
  border-top: 1px dashed #B2B2B2;
  margin: 10px 0;
}

#price_matrix {
  margin: 0 auto;
}

#price_matrix tr.odd {
  background-color: #fff;
}

#price_matrix tr.even {
  background-color: #eee;
}

#price_matrix th {
  background-color: #fff;
  border: none;
  color: #555;
  font-weight: bold;
  text-align: center;
  padding: 0.2em;
}

#price_matrix td {
  border: 1px dotted #999;
  text-align: center;
  color: #000;
  padding: 0.2em;
}

#price_matrix td.featured {
  border: 1px dotted #900;
  background-color: #F0F7EA;
  font-weight: bold;
}


#project_accessories {
  border-top: 1px dashed #B2B2B2;
}

.project_accessory {
  float: left;
  width: 150px;
  text-align: center;
  margin-right:10px;
  margin-bottom:10px;
}

.project_accessory p{
  padding-top:20px;
  margin:0;
  background:url("../../images/template/included.png") no-repeat top center #63A93B;
  border:2px solid #777; 
}

.project_accessory h3 {
  text-align: center;
}

.project_accessory img {
  display:block;
  border-top: 1px solid white;
}


/*
.project_accessory {
  clear: left;
  padding: 10px 0;
}

.project_accessory img {
  float: left;
  margin: 0 10px 0 0;
}
*/

#project_customise {
  clear: left;
  text-align: center;
  padding-top: 1em;
  font-weight: bold;
}

.view_images{
  display:block;
  background:url(../../images/template/photo.jpg) top left no-repeat;
  height:20px;
  line-height:20px;
  padding-left:30px;
  color:#63A93B;
  font-size:15px;
}

.downloadspec {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  margin-left:15px;
  margin-top:10px;
}


.resultsoverview {
  clear: left;
  border-top: 2px solid #F26025;
  border-bottom: 2px solid #F26025;
  font-size: 12px;
}

.resultsoverview .activepage {
  font-size: 13px;
}

.resultsoverview p {
  margin: 3px;
}

.resultsoverview a{
  display:block;
  width:22px;
  height:22px;
  line-height:22px;
  float:left;
  background:url(../../images/template/page.png) 50% 50% no-repeat;
  text-align:center;
  color:#86878c;
  font-weight:bold;
}

.resultsoverview span{
  display:block;
  float:left;
  margin-right:10px;
  height:22px;
  line-height:22px;
  text-transform:uppercase;
}

.resultsoverview a:hover, .resultsoverview a.selected{
  background:url(../../images/template/page-hover.png) 50% 50% no-repeat;
  color:white;
  text-decoration:none;
}


#searchcontainer {
  margin: 0 auto;
}

.searchresult {
  margin:5px 1px;
  padding-bottom:10px;
  text-align: center;
  float: left;
  border-bottom: 1px dotted #777;
}

.searchresult a{
  display:block;
  padding: 3px;
  width: 175px;
}

.searchresult a:hover {
  border: 1px dotted #777;
  text-decoration:none;
  padding:2px;
}

.searchresult img{
  width:163px;
  height:122px;
}

.searchresult span{
  display:block;
}

.searchresult .title {
  height: 35px;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 12px;
  margin-top:0;
  margin-bottom:3px;
}

.searchresult .title .projectid {
  font-size: 11px;
  color: #444;
}

.searchresult .img{
  margin-bottom:3px;
}

.searchresult p {
  margin: 2px 0 0 0;
  font-size: 11px;
  color: #444;
  line-height: 12px;
}


.accessory {
  clear: left;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px dashed #B2B2B2;
  min-height: 134px;
}

.accessory_show {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 175px;
  height: 134px;
  float: left;
}

.accessory_show li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accessory_show li img {
  border: 1px solid #777;
}

.accessory_details {
  margin-left: 190px
}

.accessory h2 {
  font-size: 1.3em;
}

.accessory h1, #accessory h2 {
  text-align: left;
}

#links h2 {
  text-align: center;
  margin: 10px 0 0 0;
}

#links p {
  text-align: center;
  margin: 0;
}

#links h3 {
  text-align: center;
  margin:  0 0 10px 0;
  padding:  0 0 10px 0;
  color: #000;
  border-bottom: 1px dashed #777;
}

#links h3 a {
  color: #000;
}

#latest_newsletter {
  margin-top: 0;
  margin-right: 30px;
  text-align: center;
  color: #555;
}

#latest_newsletter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#latest_newsletter ul li {
  margin: 0;
  padding: 0;
}

#latest_newsletter p {
  margin-top: 10px;
  font-size: 0.8em;
}




/*
 *  DESCRIPTION POPUPS
 */

ol#alotgoesin, ul#spec_explainations {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#modalContainer li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 320px;
  overflow: auto;
  font-size: 12px;
}

#modalContainer li.short {
  height: 100px;
}

#modalContainer li h1 {
  margin: 0;
  text-align: center;
  margin-bottom: 6px;
  font-family: Arial, Helvetica, sans-serif;
}

#modalContainer li h2 {
  margin: 0;
  text-align: left;
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
}

#modalContainer li p {
  margin: 0;
  text-align: left;
  margin-bottom: 3px;
  font-family: Arial, Helvetica, sans-serif;
}


/*
 *  GALLERY
 */
.gallery_catlink {
  float: left;
  width: 160px;
  text-align: center;
  padding: 5px 10px 5px 0;
  overflow: hidden;
}

.gallery_catlink a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 5px;
  height: 140px;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  overflow: hidden;
}

.gallery_catlink a:hover, .gallery_catlink a:focus {
  border: 1px solid #bbb;
}

.gallery_catlink img {
  border: 1px solid #fff;
}

.gallery_imglink {
  display: block;
  float: left;
  width: 145px;
  overflow: hidden;
  text-align: center;
  margin: 10px;
  text-decoration: none;
  color: #000;
}

.gallery_imglink:hover, .gallery_imglink:focus {
  text-decoration: none;
  color: #000;
}

.gallery_imglink img {
  border: 1px solid #888;
}


/*
 * FORMS
 */

form {
  width : 100%;
  margin : 0;
  padding : 0;
}

fieldset {
  margin : 0 1em 0 0;
  padding : 0 1em 1em 1em;
  border-width : 1px;
  border-style: solid;
}

legend {
  font-weight : bold;
  margin : 0;
  padding : .5em;
}

fieldset p {
  clear: left;
  margin: 10px 0 10px 141px;
}

label {
  float: left;
  width: 133px;
  text-align: right;
  font-variant: small-caps;
  font-weight: bold;
  color: #333;
  margin-left: -140px;
  padding-top: 2px;
}

.formtip {
  font-size: 10px;
  color: #3F6EC8;
}

.submit {
  clear : both;
  padding-top : 1em;
}

input[type="text"], textarea, select {
  background-color: #fff;
  border: 1px solid #777;
  padding: 2px 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

input[type="text"]:focus, textarea:focus, select:focus {
  background-color: #eee;
  border: 1px solid #000;
}

input.small {
  width: 100px;
}

input.medium {
  width: 200px;
}

input.large {
  width: 320px;
}

textarea.medium {
  width: 200px;
  height: 60px;
}

textarea.large {
  width: 300px;
  height: 140px;
}

select.small {
  width: 100px;
}

select.medium {
  width: 200px;
}



#formerrors {
  border : 1px solid #8B1B17;
  margin-bottom: 20px;
  margin-right: 1em;
}

#formerrors legend {
  color: #8B1B17;
}

#formerrors ul {
  margin: 0 0 0 15pxem;
  padding: 0;
  color: #8B1B17;
  font-size: 11px;
}

#formerrors li {
  margin: 5px 0 5px 20px;
}



/*
 *  TEMPLATE
 */

#maxmin {
  width:980px;
  margin: 0 auto;
  border: 0;
  padding: 0;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  -moz-box-shadow:0px 0px 20px #888;
  -webkit-box-shadow:0px 0px 20px #888;
  box-shadow:0px 0px 20px #888;
}

#pageheader {
  height: 187px;
  background-repeat: no-repeat;
  text-align: right;
}

#printheader {
  display: none;
}

.clearfloats {
  clear: both;
}

#left {
  position:absolute;
  top: 187px;
	width: 200px;
  min-height: 600px;
  background-repeat: no-repeat;
  padding-top: 40px;
}

#right {
  float: right;
	width:226px;
  min-height: 560px;
  background-repeat: no-repeat;
  background-position:top right;
}

#centrecontent {
	color: #000;
  padding-left: 210px;
  padding-right: 230px;
}

#mainmenu_bg{
  position:absolute;
  width:980px;
  height:35px;
}

#mainmenu {
  width: 980px;
  height: 35px;
}

#mainmenu_bg {
  z-index: 3;
  background-repeat: repeat-x;
}

#mainmenu {
  z-index: 4;
}

#left_content {
  margin-left: 10px;
  padding-top: 12px;
  color: #444;
}

#left_content h1, #right_content h1 {
  background-repeat: no-repeat;
  overflow: hidden;
  width: 187px;
  height: 20px;
  text-align: center;
  font-size: 13px;
  color: white;
  font-style: normal;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom:8px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height:20px;
}

#search-price {
  background-repeat: no-repeat;
  width: 146px;
  height: 28px;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  color: #444;
}

#search-code {
  background-repeat: no-repeat;
  width: 146px;
  height: 28px;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  color: #444;
}

#search-code input {
  font-weight: normal;
  font-size: 11px;
  color: #444;
  border: none;
  background-color: transparent;
  width: 90px;
  margin: 0;
  padding: 0;
}

#codesearch_submit {
  cursor: pointer;
}


#pricelist {
  display: none;
  position: absolute;
  left: 55px;
  top: 100px;
  width: 134px;
  background-color: #fff;
}

#pricelist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#pricelist ul li {
  border: 1px outset #666;
  padding: 0.2em 0.4em;
  text-align: center;
  margin: 1px;
}

#pricelist ul li a {
  color: #000;
  text-decoration: none;
}

#catlist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom:10px;
}

#catlist li {
  background-repeat: no-repeat;
  overflow: hidden;
  width: 177px;
  height: 27px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 0px 10px 0 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
  line-height:20px;
}

#left_content a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#right_content {
  padding-top: 12px;
  margin-left: 15px;
}

#right a{
  display:block;
}

#right .optional_accessory{
  text-align:center;
}

#right .optional_accessory img{
  display:block;
  border-right:1px solid white;
  width:150px;
}

#right .optional_accessory h3{
  text-align:center;
}

#right .optional_accessory h4{
  margin:0;
  margin-top:5px;
  padding-bottom:5px;
}

#right div.img{
  width:150px;
  margin:0px auto;
  background:#63A93B url(../../images/template/option.png) top right no-repeat;
  padding-right:20px;
}

#right ul.options{
  margin:0;
  padding:0;
}

#right .option{
  text-align:center;
  width:200px;
  margin:0;
  padding:0;
  float:left;
  list-style:none;
  position:absolute;
}

#right .option h4{
  text-align:center;
  margin:0;
}

#right .next, #right .prev{
  display:block;
  float:right;
  width:20px;
  height:20px;
  cursor:pointer;
  margin-top:5px;
  margin-right:10px;
}

#right .prev{
  float:left;
  margin:0;
  margin-top:5px;
  margin-left:10px;
}

#right .green{
  width:210px;
  margin-bottom:10px;
}

#right .green a{
  color:white;
}

#right .green .top{
  background:url(../../images/template/green-top.png) top left no-repeat;
  height:24px;
  text-align:center;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
  font-size:13px;
  line-height:17px;
  padding-right:10px;
}

#right .green p{
  padding:5px;
  margin:0;
}

#right .green .mid{
  padding-right:10px;
  padding-bottom:20px;
  background:url(../../images/template/green-mid.png) top left repeat-y;
}

#right .green .bot{
  background:url(../../images/template/green-bot.png) top left no-repeat;
  height:23px;
  padding-right:10px;
}

#right .green h3{
  width:200px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:13px;
  color:white;
  position:absolute;
  margin-top:-20px;
  background:url(../../images/template/green-view.png) top left no-repeat;
  font-family:Arial, Helvetica, sans-serif;
}

#right .green h3.arrow{
  background:url(../../images/template/green-view-arrow.png) top left no-repeat;
}



#right .green p.comment{
  color:#5C2379;
  font-style: italic;
  font-family: "Times New Roman", Times, Serif;
  font-size:14px;
  padding:5px 10px;
  text-align:center;
}

#right .green p.author{
  text-align:right;
  padding-right:15px;
}

#right .green p.author span{
  display:block;
}

#right .green p.author span.name{
  font-weight:bold;
}


#right .purple{
  width:210px;
  margin-bottom:10px;
}

#right .purple a{
  color:white;
}

#right .purple .top{
  background:url(../../images/template/purple-top.png) top left no-repeat;
  height:24px;
  text-align:center;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
  font-size:13px;
  line-height:18px;
  padding-right:10px;
}

#right .purple p{
  padding:5px;
  margin:0;
}

#right .purple .mid{
  padding-right:10px;
  padding-bottom:20px;
  background:url(../../images/template/purple-mid.png) top left repeat-y;
}

#right .purple .bot{
  background:url(../../images/template/purple-bot.png) top left no-repeat;
  height:23px;
  padding-right:10px;
}

#right .purple .bot h3{
  width:200px;
  height:30px;
  line-height:26px;
  text-align:center;
  font-size:13px;
  color:white;
  position:absolute;
  margin-top:-20px;
  background:url(../../images/template/purple-view.png) top left no-repeat;
  font-family:Arial, Helvetica, sans-serif;
}

#left .green{
  width:187px;
  margin-bottom:10px;
}

#left .green a{
  color:white;
}

#left .green .top{
  background:url(../../images/template/left-top.png) top left no-repeat;
  height:24px;
  text-align:center;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
  font-size:13px;
  line-height:17px;
  padding-right:10px;
}

#left .green p{
  padding:5px;
  margin:0;
}

#left .green .mid{
  padding-right:10px;
  padding-bottom:20px;
  background:url(../../images/template/left-mid.png) top left repeat-y;
}

#left .green .bot{
  background:url(../../images/template/left-bot.png) top left no-repeat;
  height:23px;
  padding-right:10px;
}

#left .green .bot h3{
  width:180px;
  height:25px;
  line-height:22px;
  text-align:center;
  font-size:13px;
  color:white;
  position:absolute;
  margin-top:-20px;
  background:url(../../images/template/left-view.png) top center no-repeat;
  font-family:Arial, Helvetica, sans-serif;
}

#ascott{
  width:210px;
  margin-top:15px;
}

#ascott .top{
  background:url(../../images/template/top.png) top center no-repeat;
  height:20px;
  text-align:center;
  color:white;
  text-transform:uppercase;
  font-weight:bold;
  font-size:14px;
  line-height:20px;
  padding-right:10px;
}

#ascott .mid{
  background:url(../../images/template/mid.png) top center repeat-y;
  min-height:100px;
  padding:5px 0;
  padding-right:10px;
}

#ascott .bot{
  background:url(../../images/template/bot.png) top center no-repeat;
  height:23px;
  padding-right:10px;
}

#ascott p{
  text-align:center;
  padding:0 3px;
  margin:0;
  font-size:13px;
  font-family:'Times New Roman', Times, serif;
  line-height:1.25em;
}

#ascott p.image{
  padding:0;
  margin:8px 0;
  border-top:1px solid #293883;
  border-bottom:1px solid #293883;
}

#ascott strong{
  color:#181436;
}

#ascott strong.win{
  color:#b43128;
  font-size:14px;
}

#ascott form{
  margin:5px 0;
  position:relative;
  padding-bottom:15px;
}


#ascott input[type=text]{
  width:170px;
}

#ascott input{
  display:block;
  margin:0px auto;
}

#ascott input[type=submit]{
  position:absolute;
  background:url(../../images/template/submit.png) top left no-repeat;
  width:79px;
  height:32px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:0;
  line-height:20px;
  border:none;
  color:white;
  top:25px;
  left:65px;
  cursor:pointer;
}


#footer, #footer_print {
  text-align: center;
  font-size: 0.8em;
  color: #444;
  border-top-width: 1px;
  border-top-style: dashed;
  margin-top: 1.3em;
  padding: 0.5em;
  line-height: 1.6em;
  padding:0 255px;
}

#footer_print {
  display: none;
}

#enquire h1.title{
  margin:0;
  width:100%;
  margin-left:-18px;
  margin-top:-18px;
  padding:0px 18px;
  background:#D94220;
  color:white;
  text-transform:uppercase;
  font-family:arial, helvetica, sans-serif;
  font-size:16px;
  line-height:26px;
}

#enquire p.bold{
  font-weight:bold;
  text-align:center;
}

#enquire p.tel{
  color:#D94220;
  font-size:26px;
  line-height:26px;
  text-align:center;
  margin:0;
}

#enquire p.options{
  text-align:center;
}

#enquire p.options a{
  color:#D94220;
}

#enquire h1.name{
  font-size:16px;
  text-align:left;
}

#enquire .orange{
  color:#D94220;  
  font-family:arial, helvetica, sans-serif;
  text-align:center;
}

#enquire #lower{
  margin-top:8px;
}

#enquire textarea, #enquire input[type=text]{
  width:100%;
}

#enquire textarea{
  height:80px;
}

#enquire input[type=submit]{
  background:url(../../images/template/enquire.png) no-repeat scroll left top transparent;
  color:white;
  display:block;
  font-weight:bold;
  height:26px;
  line-height:20px;
  text-align:center;
  width:126px;
  border:none;
  cursor:pointer;
  margin:0px auto;
  font-size:11px;
  margin-top:10px;
}

/*
 * OTHER STYLES
 */

#debug {
  clear:both;
  font-family: "Courier New";
  color: #006600;
  background-color: #EEEEEE;
  border: 1px dashed #777;
  margin: 20px;
  padding: 10px;
  display:none;
}
table.pressFeatures th.firstTH{
  width:300px;
  text-align:left;
}

