/* CSS Document */
body {
 margin:0px;
 background-repeat:repeat-x;
 background-position:top;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}
.container {
 width:960px;
 margin:auto;
}
/* header */
#header {
 height:134px;
 background-repeat:no-repeat;
 background-position:0% 40px;
 width:960px;
}

/* top menu */
.topnav {
 height:29px;
 width:width:auto;/*591px;*/
 background-color:#FFFFFF;
 margin:105px 0px 0px 0px;
 background-position:right;
 background-repeat:no-repeat;
}
* html .topnav {
 width:auto; /*597px;*/
}
/* shadows */
.shadow {
 width:960px;
 margin:0px 0px 20px 0px;
 background-position:left
}

/* content */
.content {
 width:922px;
 background-color:#FFFFFF;
 min-height:568px;
 height:auto !important;
 height:568px;
 margin:0px 4px;
 padding:15px;
 position:relative;
}
.content th {
 text-align:left;
 font-size:16px;
 padding:20px 0px 0px 0px;
}
.content th label {
 color:#930102;
}
.content p label {
 color:#a80002;
 font-weight:bold;
}

/* boxes - cypress, teak, jarrah(box1) - news special(box2) */
.box1 {
 width:220px;
 min-height:222px;
 height:auto !important;
 height:222px; 
}
.box2 {
 width:250px;
 min-height:250px;
 height:auto !important;
 height:250px;
}
.box1 p, .box2 p  {
 padding:0px 10px;
 margin:10px 0px;
}
.box1, .box2 {
 margin:20px 5px 0px 0px;
 background-color:#fbfbfb;
 border:#CCCCCC 1px solid;
}

/* footer */
#footer {
 background-color:#a80002;
 height:22px;
 font-size:11px;
 padding:8px 0px 0px 0px;
}
#footer ul {
 margin:0px;
 padding:0px;
}
#footer li {
 list-style-type:none;
 display:inline;
 margin:0px 10px 0px 0px;
}
#footer a {
 text-decoration:none;
 margin:0px 10px 0px 0px;
}
#footer a:hover {
 text-decoration:underline;
}
#footer, #footer a {
 color:#cccccc;
}

/* specific texts */
.specific1 {
 color:#960202;
 font-size:14px;
}
.specific2 {
 color:#787677;
}


/* misc */
.left {
 float:left;
}
.right {
 float:right;
}
.clr {
 clear:both;
}