/*---[ reset css ]-------------------------- */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* layout ---------------------------------------*/

body	{
color:#59442B;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:62.5%;
text-align: center;
background:#CA8C23 no-repeat top center url(../images/layout/page-top.jpg);
}

#container	{
width:770px;
margin:0 auto;
text-align:left;
background-image: url(../images/layout/container-bg.jpg);
background-repeat:repeat-y;
}

#container .inside	{
padding:0px 0px;
}

/* branding ------------------------------------*/
#branding	{
width:770px;
height:140px;
background-image: url(../images/layout/branding.jpg);

}

#branding h1	{
display:none;
}

#branding h2	{
display:none;
}

#nav_main	{
float:right;
width:410px;
margin:100px 15px 0 0;
}

/* --- #content ---------------------------*/
#content {
width:100%;
padding:10px 0 0 0;
min-height:420px;
_height:420px;/* for IE */
}

#content_main	{
float:left;
width:425px;

/*background:#ccc;*/
}

#content_main .inside	{
padding:0px 25px 0 35px;
}

#content_sub	{
float:right;
width:345px;
margin:0px;
}

#content_sub .inside	{
padding:0 35px 0 0;
}

#content_supp	{/* Home Page 'Teasers' */
clear:both;
padding:0 35px
}

#content_supp img	{
margin:0 0 15px 0px;
padding:4px;
border:1px solid #ceac52;
display:block;
}

.teaser	{
float:left;
width:210px;
margin:0 35px 0 0;
}

.teaser-last	{
float:left;
width:210px;
margin:0 0px 0 0;
}

.teaser ul, .teaser-last ul	{
margin:0 0 5px 0;
}

.teaser li, .teaser-last li	{
margin-left:20px;
font-size:1.2em;
list-style-type:square;
}

#content_supp .teaser p a, #content_supp .teaser-last p a	{
color:#ff4700;
padding:0 0 0 20px;
font-style:italic;
font-size:1em;
text-decoration:none;
}

#content_supp .teaser p a:hover, #content_supp .teaser-last p a:hover	{
text-decoration:underline;
}

#content_footer	{
width:770px;
height:90px;
margin:0 auto;
background-image: url(../images/layout/page-bot.jpg);
background-repeat: no-repeat;
clear:both;
}

#content_footer p	{
padding:18px 0 0 0;
text-align:center;
color:#81894e;
font-weight:bold;
}

/*--- SITE INFO ---------------------------------*/
#site_info	{
padding:50px 0 0 5px;
}

#site_info #nav_supp {
float:left;
color:#999;
padding:50px 0px 0 0;
}

#site_info #nav_supp a {
font-family:Georgia, "Times New Roman", serif;
font-size:0.9em;
line-height:150%;
font-weight:normal;
color:#999;
}

/*--- Menus ----------------------------------------*/
ul#navlist	{
margin:0;
padding:0px 0 0 0;
}

#navlist li	{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
display: inline;
list-style-type: none;
}

#navlist li a	{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.3em;
font-weight:bold;
color:#ff4700;
text-decoration:none;
padding-right:10px;
}

#nav_main a:hover	{
text-decoration:underline;
color:#ff4700;
}

/*---[ current menu state styles ]---------------------------*/
#home #nav-home a,
#products #nav-products a,
#services #nav-services a,
#info #nav-info a,
#contact #nav-contact a,
#links #nav-links a	{
text-decoration:underline;
color:#ff4700;
}

/*--- CLEAR THOSE FLOATS -----------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/*--- BLOCKQUOTE -------------------------------*/

blockquote {
float:left;
width: 300px;
margin:30px 0px;
padding:0;
position: relative;
}

p.quotebody {
font-family:Georgia, "Times New Roman", serif;
color:#8e5034;
font-size:3em;
line-height: 1.2em;
font-weight:normal;
font-style: italic;
padding:0 0px 0px 0px;
text-align:center;
}

p.quotecite {
color: #9d0a0e;
font-size: 125%;
font-weight: normal;
text-align: right;
padding-right: 15px;
padding-bottom: 15px;
margin-bottom: 0;
}

/* text styles ---------------------------------------------*/
h1	{
font-size:2.5em;
font-weight:normal;
color:#ff4700;
margin:0 0 5px 0;
}

h2	{
font-size:2em;
font-weight:normal;
color:#5B2908;
margin:0;
}

h3	{
font-size:1.8em;
font-weight:normal;
color:#5B2908;
margin:0;
}

.teaser h3, .teaser-last h3	{
font-size:2.5em;
font-weight:normal;
color:#ca8c23;
margin:0;
}

p, td	{
font-size:1.4em;
line-height:1.4em;
margin:0 0 20px 0;
}

address	{
font-size:1.4em;
line-height:1.4em;
margin:0 0 20px 0;
}

em	{
font-style:italic;
}

strong	{
font-weight:bold;
}
/* link styles --------------------------------------------*/
a:link, a:visited	{
color:#ff4700;
font-weight:bold;
text-decoration:none;
}

a:hover	{
text-decoration:underline;
color:#ff4700;
}

/* lists ---------------------------------------------------*/
ul.basiclist	{
margin:10px 0;
}

ul.basiclist li	{
margin-left:20px;
margin-top:5px;
font-size:1.5em;
list-style-type:square;
}

ol	{
margin:10px 0;
padding:0;
list-style-type:decimal;
}

ol li	{
margin-left:25px;
margin-top:5px;
}

ol.basicorderedlist	{
margin:10px 0;
list-style-type:decimal;
}

ol.basicorderedlist li	{
margin-left:25px;
margin-top:5px;
}

/* --- forms ------------------------------------- */

.row {
clear: both;
padding-top: 5px;
}

form {
margin-bottom: 1em;
}

fieldset {
margin-bottom: 20px;
padding: 10px;
border:1px solid #d3d3d3;
}		

legend {
padding: 0 10px;
background: #ffffff;
text-transform: uppercase;
color:#d9261c;
font-weight:bold;
font-size: 1.5em;
}

.formLabel {
font-size: 1.4em;
line-height: 1.6em;
text-align: right;
margin-right: 10px;
width: 70px;
float: left;
}

.formControl {
float: left;
width: 300px;
}

input, textarea {
border: 1px solid #d3d3d3;
padding: 2px;
font: 1.4em Arial, Verdana, sans serif;
}	

input {
font-size: 1.4em;
width: 300px;
}			

textarea {
width:300px;
}

.submitButton {
background: #eee;
font: bold 1.0em Arial, Verdana, sans serif;
padding: 4px 6px;
width: auto;
}

.highlighted {/* style for selected field */
background-color:#eee;
border-color:#000000;
}

SPAN#instruction {/* style for selected field instruction */
display:block;
color:#cc0000;
}	

/*-- images ---------------------------------------------*/

.img-left	{
float:left;
margin:0 10px 0 0;
}

.img-right	{
float:right;
margin:0 25px 0 10px;
}

.img-left-border	{
float:left;
margin:0 10px 0 0;
padding:4px;
border:1px solid #d3d3d3;
}


.img-right-border	{
float:right;
margin:0 0 0 10px;
padding:4px;
border:1px solid #ceac52;
}

.img-border	{
margin:0 0 15px 0px;
padding:4px;
border:1px solid #ceac52;
display:block;
}

.gallery-thumbs	{
margin:0px 0;
clear:both;
}

.thumb {
float:left;
margin:0 10px 0 0;
padding:4px;
border:1px solid #d3d3d3;
}

.caption	{
text-align:center;
font-size:1.2em;
padding:0 0 10px 0;
}