/* =clear everything out
--------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =basic html redefinitions
--------------------------------------------------------------------*/
body {
	font-family: LombaMedium, Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #0f4358;
	text-align: left;
	background-color: #f8f5ea;
}

/* [LAYOUT]
--------------------------------------------------------------------*/
#wrapper, #footer {
	position: relative;
	width: 960px;
	text-align: left;
}

#wrapper {
	margin: auto;
}

#main {
	border-bottom: 1px #0f4358 solid;
	width: 960px;
	float: left;
}

#maincomm {
	background: url(/i/sidenav_bkgd.gif) repeat-y;
	border-bottom: 1px #0f4358 solid;
	width: 960px;
	float: left;
}

#info {
	padding: 40px 0 40px 40px;
	margin: 0;
	width: 760px;
	position: relative;
	float: right;
}

#largeinfo {
	padding: 40px 40px 160px 0;
	margin: 0;
	width: 800px;
	position: relative;
	float: right;
}


#footer {
   text-align: center;
   float: left;
   padding-bottom: 25px;
   padding-top: 25px;
}


/* [TYPOGRAPHY]
--------------------------------------------------------------------*/
h1 {
	font-family: OPTICloister, LombaMedium, Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 36px;
	color: #790000;
	font-weight: normal;
	margin-bottom: 10px;
}

h2, h3 , h4, h5, p, ul, ol {
	font-family: LombaMedium, Georgia, Palatino, Times, "Times New Roman", serif;
	color: #0f4358;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}

h3 {
	font-size: 18px;
	font-style: italic;
	text-transform: none;
	margin: 0;
}

h4, p, ul {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	text-transform: uppercase;
}

p {
	margin-bottom: 10px;
	line-height: 18px;
}

h5 {
	color: #154f66;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#footer p {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.docs {
	font-size: 14px;
	line-height: 18px;
}

ul.docs {
	margin: 0 0 20px 20px;
	
}

ul.docs li{
	margin-bottom: 10px;
}

	
/* [TOP SPECIFIC]
--------------------------------------------------------------------*/

#top {
	padding: 0;
}

#logo {
	position: absolute;
	top: 5px;	
	left: 60px;
	width: 206px;
}

#company {
	padding-left: 280px;
	padding-bottom: 20px;
}


/* [NAVIGATION]
--------------------------------------------------------------------*/
.hide {
	position: absolute;
	left: -9999px;
}

a:link {
	color: #790000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #154f66;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #790000;
	font-weight: normal;
	text-decoration: underline;
}

/* nav specific */
#nav {
	width: 960px;
	height: 45px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	float: left;
 	overflow: hidden;
    display: inline;
    margin: 0;
}

ul#nav li a {
   margin: 0 auto;
   display: block;
   overflow: hidden;
   padding-top: 45px;
   height: 0px !important;
   height /**/:45px; /*for IE5/Win only */	
}

li#n1 a { width: 94px;   background-image: url(/i/nav/nav_1home.gif); float: left;}
li#n2 a { width: 86px;   background-image: url(/i/nav/nav_2gallery.gif); float: left;}
li#n3 a { width: 129px;   background-image: url(/i/nav/nav_3custom.gif); float: left;}
li#n4 a { width: 119px;   background-image: url(/i/nav/nav_4communities.gif); float: left;}
li#n5 a { width: 110px;   background-image: url(/i/nav/nav_5contact.gif); float: left;}
li#n6 a { width: 185px;   background-image: url(/i/nav/nav_6warranty.gif); float: left;}
li#n7 a { width: 92px;   background-image: url(/i/nav/nav_7myhome.gif); float: left;}
li#n8 a { width: 145px;   background-image: url(/i/nav/nav_8design.gif); float: left;}

ul#nav li a:hover {
	background-position:  0 -45px;
}

ul#nav a.current {
	background-position:  0 -90px;
}

/*sidenav specific*/
#sidenav {
	width: 160px;
	background: url(/i/sidenav_bkgd.gif) repeat-y;
	text-indent: -9999px;
	float: left;
	list-style: none;
	text-align: right;
	text-indent: 15px;
	margin: 0;
	padding: 20px 0;
}

ul#sidenav li a {
	color: #f8f5ea;
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 15px;
	margin: 0;
}

ul#sidenav li a:hover {
	background: #082d3e;
	border-top: solid #f8f5ea 1px;
	border-bottom: solid #f8f5ea 1px;
	padding: 14px 15px;
}

ul#sidenav li a.current {
	background: #790000;
	border-top: solid #f8f5ea 1px;
	border-bottom: solid #f8f5ea 1px;
	padding: 14px 15px;
}

/*subnav specific*/
#subnav {
	width: 760px;
	height: 25px;
	background: #fff;
	float: left;
	display: inline;
	text-align: left;
	margin: 0 0 40px -40px;
	padding-left: 40px;
}

ul#subnav li{
	text-decoration: none;
	display: inline;
	position: relative;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 15px;
	margin: 0;
}

ul#subnav li a {
	color: #0f4358;
	text-decoration: none;

}

ul#subnav li a:hover {
	color: #154f66;
	text-decoration: none;

}

ul#subnav li a.current {
	color: #790000;
	text-decoration: none;
}

/*community specific*/
.community {
	width: 150px;
	margin: 0;
	padding: 0;
	background: #e0e3db;
	position: relative;
	text-indent: -9999px;
}

ul.community {
	float: left;
	list-style: none;
	text-align: right;
	text-indent: 10px;
	margin: 0;
}

ul.community li a {
	color: #0f4358;
	display: block;
	height: 30px;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	padding: 10px;
	margin: 0;
}

ul.community li a:hover {
	color: #f8f5ea;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	background: #839ca1;
}

.description {
	width: 150px;
	margin: 10px 0;
}

ul.description {
	list-style: none;
	color: #0f4358;
	margin-top: 20px;
	padding: 0;
	float: left;
	text-align: left;
}

ul.description li {
	color: #0f4358;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 0;
}

/*form specific*/
label {
	font-weight:normal;
}

fieldset {
	padding: 5px;
	margin:0 0 5 px 0;
	border:1px solid #154f66;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

input, textarea, select {
	font-size: 0.9em;
	padding: 2px;
}

input:focus, input:focus, textarea:focus, select:focus {
	background: #e0e3db; 
	border: 1px, solid #154f66;
}

input.text, input.title {
	margin: 5px 0;
	color: 082d3e;
	border: 1px solid #154f66;
}

input.text {
	width: 330px;
}

input.title {
	font-size: 1.5em;
}

input.radiogroup {
	margin: 10px;
}

input.submit {
	color: #0f4358;
	font-weight: bold;
	background-color: #e0e3db;
	border: 1px solid #154f66;
	padding: 5px;
	margin: 0 10px 10px 0;
}

input.reset {
	color: #0f4358;
	font-weight: bold;
	background-color: #e0e3db;
	border: 1px solid #154f66;
	padding: 5px;
	margin: 0 10px 10px 0;
}

textarea {
	width: 710px;
	height: 150px;
	margin: 5px 0;
	padding: 5px;
	border: 1px, solid #154f66;
}

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #154f66;
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

#reason, #state {
	padding: 5px;
}

/* [SPECIAL]
--------------------------------------------------------------------*/
.bold {
	font-weight: bold;
}

.bigger {
	font-size: 14px;
}

.space {
	margin-bottom: 40px;
}

.image {
	margin: 0 20px 20px 0;
	border: 1px solid #0f4358;
	float: left;
}

.imageline {
	margin: 0 18px 20px 0;
	border: 1px solid #0f4358;
	float: left;
}


/* [GRID]
--------------------------------------------------------------------*/

.container {  width: 800px;  margin: 0 auto; }
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin: 0;
}
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 40px; }
.span-2  { width: 150px; }
.span-3  { width: 190px; }
.span-4  { width: 230px; }
.span-5  { width: 380px; }
.span-6  { width: 420px; }
.span-7  { width: 570px; }
.span-8  { width: 610px; }
.span-9  { width: 760px; }
.span-10 { width: 800px; margin:0;}

}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


.box { 
  padding: 0;
  margin-top: 40px;
  float: left;
}

hr {
  background: #ddd; 
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}
.clearfix:after, .container:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}
.clear { clear:both; }
