/* Main CSS document for styles */

* {
	margin:0px;
	padding:0px;
	outline:none;
}


body {
	background-color: #FFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #666666;
	text-align:left;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
}

#container {
width:860px;
}

#header {
width:860px;
height:121px;	
}

#header div.holder {
height:83px;}

#logo {
background-image:url(../images/RuppertLandscapelogo.jpg);
background-position:top left;
background-repeat:no-repeat;
width:205px;
height:70px;
display:block;
float:left;
margin-left:34px;
margin-top:34px;
text-indent:-300px;
overflow:hidden;}

#nav {
	margin-top:00px;
	margin-left:250px;
	padding:0px;
	width: 630px;
	height: 30px;
	background: url(../images/nav.gif) no-repeat;
	position: relative;
}

#nav li {
	list-style-type: none;
	display: inline;
}
#nav a:link, #nav a:visited {
	position: absolute;
	top: 0px;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	
}
/* home */
#nav .home a:link, #nav .home a:visited {
	left: 8px; width: 65px;
}
#nav .home a:hover, #nav .home a:focus {
	background: url(../images/nav.gif) no-repeat -8px -30px;
}
.current-home .home a:link, .current-home .home a:visited {
	background: url(../images/nav.gif) no-repeat -8px -30px;
	cursor: default;
}

#nav .trees a:link, #nav .trees a:visited {
	left: 72px; width: 65px;
}
#nav .trees a:hover, #nav .trees a:focus,.current-trees .trees a:link, .current-trees .trees a:visited {
	background: url(../images/nav.gif) no-repeat -72px -30px;
}

#nav .services a:link, #nav .services a:visited {
	left: 137px; width: 85px;
}
#nav .services a:hover, #nav .services a:focus, .current-services .services a:link, .current-services .services a:visited {
	background: url(../images/nav.gif) no-repeat -137px -30px;
}

#nav .resources a:link, #nav .resources a:visited {
	left: 222px; width: 100px;
}
#nav .resources a:hover, #nav .resources a:focus, .current-resources .resources a:link, .current-resources .resources a:visited {
	background: url(../images/nav.gif) no-repeat -222px -30px;
}

#nav .contact a:link, #nav .contact a:visited {
	left: 322px; width:110px;
}
#nav .contact a:hover, #nav .contact a:focus, .current-contact .contact a:link, .current-contact .contact a:visited {
	background: url(../images/nav.gif) no-repeat -322px -30px;
}

#nav .order a:link, #nav .order a:visited {
	left: 432px; width:105px;
}
#nav .order a:hover, #nav .order a:focus, .current-order .order a:link, .current-order .order a:visited {
	background: url(../images/nav.gif) no-repeat -432px -30px;
}

#nav .careers a:link, #nav .careers a:visited {
	left: 537px; width:82px;
}
#nav .careers a:hover, #nav .careers a:focus, .current-careers .careers a:link, .current-careers .careers a:visited {
	background: url(../images/nav.gif) no-repeat -537px -30px;
}


#subnav {
	margin:0px;
	padding-top:17px;
	width: 740px;
	height: 24px;
	position: relative;
	text-align:left;
	background-color:#e0e0e0;
}

#subnav li {
	list-style-type: none;
	display: inline;
	margin:0px;
	margin-right:0px;
}

#subnav li a {
	background-color:none;
	font-size:11px;
	padding: 7px 10px 7px 10px;
	color:#444444;
	text-transform:uppercase;
	font-weight:bold;	
}

#subnav li a:hover {
	color:#00a600;
	text-decoration:none;
}

#subnav li a.selected {
	background-color:#FFFFFF;
	color:#00a600;
	
}

#dropdowns {
margin-left:258px;
margin-top:-15px;}

.dropdown {
position:absolute;
margin:0px;
z-index:100;
border:1px solid #56ad57;
display:none;}

.dropdown li {
list-style-type:none;
line-height:20px;
margin:0px;
}

.dropdown li a {
display:block;
width:160px;
line-height:16px;
margin:0px;
background-color:#56ad57;
border-bottom:1px solid #56ad57;
padding:5px 5px 5px 15px;
text-transform:uppercase;
font-size:11px;
color: #FFF;
}

.dropdown li a:hover {
text-decoration:none;
background-color:#008301;
}

.navtrees {
margin-left:63px;}

.navservices {
margin-left:128px;}

.navresources {
margin-left:213px;}

.navcareers {
margin-left:529px;}


/* CONTENT STYLES */

#content {
	border:1px dotted #9a9a9a;
	border-top:none;
	margin-left:90px;
	padding-right:15px;
	width:725px;
	background-color:#FFFFFF;
	margin-top:0px;
}

.body12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
ul {
list-style-type:square;

margin-left:20px;
margin-top:8px;	
margin-bottom:15px;
}

ul li {
margin-left:50px;
margin-bottom:8px;}

li {
line-height:21px;
font-weight:normal;}

.pdfs {
list-style-type:none;
margin-left:2px;
}

.pdfs li {
	list-style-type:none;
	background-image:url(../images/icn_pdf.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:23px;
	margin-left:10px;
}

.quick li {
	padding-left:5px;
	margin-left:10px;
}

.pdfs li a, .quick li a {
	font-weight:bold;
}

a {
	font-size: 12px;
	color: #009900;
	text-decoration:none
}
a:hover{
	color: #666666;
	text-decoration:underline
}

.rightFloat {
float:right;
width:230px;
margin:30px 0 0 15px;}

.headertxt {
margin:30px 0 0 22px;}

p {
margin: 10px 10px 10px 23px;}

h3 {
font-weight:bold;
color:#66666;
font-size:14px;
padding-left:22px;
margin-bottom:10px;}

.gloss {
display:inline-block; 
width:200px;
font-style:normal;
font-weight:bold;
}

dt {
font-weight:bold;
margin-left:43px;
display:block;}

dd {
margin-left:43px;
display:block;}

.formBox {
	border: 1px dotted #666666;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(../imgs/sub/footer_rpt.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.commentBox {
	background-image: url(../imgs/sub/footer_rpt.jpg);
	background-repeat: repeat-x;
	border: 1px dotted #666666;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.biggreen {
font-size:16px;
font-weight:bold;
text-transform:uppercase;
margin-right:25px;}

.biggreen:hover {
text-decoration:none;
}

.onpage {
font-size:16px;
color:#444444;
font-weight:bold;
text-transform:uppercase;
margin-right:25px;}

hr {
background-color:#FFF;
margin-left:15px;
border:none;
border-bottom:1px dotted #888;}

.imgleft {
float:left; 
padding:5px;
margin: 15px 15px 30px 23px; 
border:1px dotted #999;
}

.imgright {
float:right; 
padding:5px;
margin: 25px 0px 15px 23px; 
border:1px dotted #999;
}

/* STYLES FOR THE PRODUCT WINDOWS */

#firstpane {
margin-left:23px;}

#firstpane a.head {
display:block;
cursor:pointer;
margin:3px 0px 3px 0px;}

#firstpane table {
width:670px;}

a.head {
display:inline;
padding-left:30px;

}

a.image {
background-image:url(../images/CameraIcon25x20.jpg);
background-position:left;
background-repeat:no-repeat;
}

.productBox {
display:none;
width:690px;
margin-top:5px;
margin:0px;
background-color:#e3fce3;
color:#222222;
border-bottom: 1px solid #999;
border-top: 1px solid #999;
}

.productTitle {
padding:8px 0px 10px 5px;
font-size:21px;
color:#111111;
font-weight:bold;
}

.prices {
text-align:right;
width:90px;
padding-right:15px;
padding-left:10px;}

.prices a {
}

.prices strong {
float:left;}

.smalltxt {
font-size:10px;}

a.avail {

margin-top:5px;
display:inline;
}

.noShow {
position:absolute;
border:5px solid #003300;
display:none;
margin-left:0px;}

div.lb {
background-color:#333333;
opacity:.5;
position:absolute;
left:0px;
top:0px;
margin:0px auto;
width:100%;
height:100%;
vertical-align:middle;}

/* FORM STYLE */

form {
width:590px;
background-color:#efefef;
margin-left:20px;
padding-top:10px;}

form p {
display:block;
width:580px;
padding:2px;
text-align:right;
}

form table {
width:490px;
border: dashed 1px grey;
background-color:#ddd;

margin: 20px 0 20px 65px;
}

input.item {
width:280px;
margin:0px;}

input.spec {
width:90px;
margin:0px;}

input {
width:300px;
margin-right:40px;
font-size:13px;}

input[type=radio], .radio{
margin-left:10px;
margin-right:10px;
width:15px;
}

.radio {
margin-left:10px;
margin-right:10px;
width:15px;
}

.checkbox {
margin:0px;
padding:0px;
width:20px;
float:left;
margin-left:10px;}

.flush {
text-align:left;}

.formdone {
margin-left:23px;
margin-bottom:20px;
border:1px dotted #00bb00;
padding:20px;
background-color:#D7F5D1;
color:#009900;}

.spacer {
padding-left:238px;}

label {
width:220px;
float:left;
text-align:right;
font-weight:bold;
display:block;}

textarea {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
width:304px;
height:60px;
margin-right:40px;
font-size:13px;}

.submitbtn {
width:150px;
margin-right:190px;}

label.error {
float:right;
margin-right:35px;
margin-bottom:5px;
color:#EE0000;}

input.error, textarea.error {
padding:3px;
border: dashed 1px red;
}

/* FOOTER */

#footer {
	padding: 13px 0 0 40px;
	background-image:url(../images/dotted_footer.jpg);
	background-repeat:no-repeat;
	background-position:1px 0px;
	padding-left:170px;
	height:120px;
	width:650px;
	margin-top:-1px;
	text-align:right;
	font-size:10px;
}


#footer a {
text-transform:uppercase;
margin-left:5px;
margin-right:8px;
font-size:11px;
}



