@charset "UTF-8";
/* CSS Document */

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	
}
#container {
	width: 950px;
	background: #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 50%;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
} 
#header { 
    height: 100px;
	background: #000000; 
	
	padding: 0 0px 0 400px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the paddi. */
	border: 1px solid #ffffff;
}




#logo {
	
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 150px;
} 

 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 640px;
	border: 1px solid #ffffff;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
	margin: 0px;	
	
	
}	
	

	
#mainContent {
    border: 1px solid #ffffff;
	background: #000000;
	width: 795px;
	float: right;
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 450px;
	
	
}	
	
	
	
	/* styles for range page layout */
	
	
	
	
#leftcolumnRange { 
	float: left;
	width: 151px;
	background: #000000;
	height: 720px;
	border: 1px solid #ffffff;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
	margin: 0px;		
} 
	
	

#mainContentRange { /* the range page content box*/
	border: 1px solid #ffffff;
	background: #333333;
	width: 725px;
	float: right;
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	height: 710px;
	background-image: url(../images/backgrounds/box1bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}	
	#rangenav{/* the range page horizontal rollover images*/
	margin: 0px;
	padding: 0px;
	float:left;
	width: 95%;
	}	
		
		

#rangenav  ul{/* the range page horizontal rollover images*/

margin: 0px;
padding: 0px;
list-style-type: none;


}

#rangenav  ul li  {/* the range page horizontal rollover images*/
	float: left;
	background-repeat: no-repeat;

}

#rangenav  ul li a{/* the range page horizontal rollover images*/
	text-decoration: none;
	font-size:12px;
	float: left;
	margin: 0px;
	width: 160px;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #999999;
	
	
}

#rangenav  li a:hover{/* the range page horizontal rollover images*/
	color: #CCCCCC;
	background-image: url(../images/button_over.png);
	background-repeat: no-repeat;
	background-position: left;

	text-decoration: underline;	

}
	

	


#spacer  
{
	width: 149px;
	height: 30px;
}
	
#acio   
{
	background: url(../images/acio.gif);
	height: 137px;
}


#itana   
{
	background: url(../images/itana.gif);
	height: 137px;
}


#moto   
{
	background: url(../images/moto.gif);
	height: 137px;
}




#zara   
{
	background: url(../images/milas.jpg);
	height: 137px;
	
}	
	
	

#pura   
{
	background: url(../images/pura.gif);
	height: 137px;

}

#egome   
{
	background: url(../images/egome.gif);
	height: 137px
}


#romaplus   
{
	background: url(../images/romaplus.gif);
	height: 137px;
}



#raumteiler  
{
	background: url(../images/raumteiler.gif);
	height: 137px;
}


#avantgarde   
{
	background: url(../images/avantgarde.gif);
	height: 137px;
}



#classic  
{
	background: url(../images/classic.gif);
	height: 137px;
}


#raumteiler  
{
	background: url(../images/raumteiler.gif);
	height: 137px;
}

#individual  
{
	background: url(../images/room-individual.gif);
	height: 137px;
}










	
#horizontal_line { /* line */
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
} 



#textbox {
	border: 1px solid #ffffff;
	background: #333333;
	width: 553px;
	float:left;
	height: 188px;
	padding-top: 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box1bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	}	


#textbox2 {
	border: 1px solid #ffffff;
	background: #222222;
	color:#FFFFFF;
	width: 160px;
	float:right;
	height: 188px;
	padding-top: 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box2bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
	
	
	

/* styles for contact page layout */



	#leftcolumncontact {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 641px;
	border: 1px solid #ffffff;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
	margin: 0px;


}

	
	
	#mainContentcontact {/* styles for contact page layout */
    border: 1px solid #ffffff;
	background: #000000;
	width: 795px;
	float: right;
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 239px;
	
} 



#textboxcontact { /* styles for contact page layout */
	border: 1px solid #ffffff;
	background: #333333;
	width: 503px;
	float:left;
	height: 380px;
	background-image: url(../images/backgrounds/box1bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	}	



#textbox2contact {/* styles for contact page layout */
	border: 1px solid #ffffff;
	width: 230px;
	float:right;
	height: 380px;
	padding-top: 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(../images/backgrounds/box2bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	vertical-align: bottom;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	background-color: #222222;
	}	
	div.textrow4{
	float: right;
	text-align: left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;	
	
	}	
	div.textrow3 {
	float: right;
	text-align: left;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
  }	
	
	div.textrow2 {
	float: right;
	text-align: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
  }	
	
	div.textrow {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	float: right;
	clear: both;
  }

	
	
	div.row {
	clear: both;
	padding-top: 5px;
  }

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
  }

div.row span.formw {
	float: right;
	width: 380px;
	text-align: left;
  } 

 
 




 
 
  
	
/* styles for contact page sumit buttons */

.btn {

  font-size:12px;
	color: #ffffff;
	background: #000000;
	font-weight: normal;
	border: 1px solid #ffffff;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

.btn:hover {
  color: #000000;
  background: #cccccc;
   border: 1px solid #000000;
}











	
	
	/* end of styles for contact page layout */	
	
	
	
	
	
	/* individual products page layout*/
	
	
	
	
	#leftcolumnproducts {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */

	height: 620px;
	border: 1px solid #ffffff;

	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
	
	
	
	
}	
	
	
	
	
	
#textboxproducts { /* styles for content page layout */
	border: 1px solid #ffffff;
	background: #333333;
	width: 553px;
	float:left;
	height: 168px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box1bg.gif);
	background-repeat: repeat-x;
	
	}	



#textbox2products {/* styles for content page layout */
    border: 1px solid #ffffff;
	background: #222222;
	color: #ffffff;
	width: 160px;
	float:right;
	height: 168px;
	padding-top: 20px;
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
	background-image: url(../images/backgrounds/box2bg.gif);
	background-repeat: repeat-x;
}
	
	
	
	
	
	#leftcolumnproductsmiddle {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */

	height: 660px;
	border: 1px solid #ffffff;

	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;





}



		
	
#textboxproductsmiddle { /* styles for content page layout */
	border: 1px solid #ffffff;
	background: #333333;
	width: 553px;
	float:left;
	height: 208px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;	
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box1bg.gif);
	background-repeat: repeat-x;
	
	}	



#textbox2productsmiddle {/* styles for content page layout */
	border: 1px solid #ffffff;
	background: #222222;
	color:#ffffff;
	width: 180px;
	float:right;
	height: 208px;
	padding-top: 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box2bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px;
}
		
	
	
	
	
	
	
	
	


#leftcolumnproductsdeep {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */

	height: 740px;
	border: 1px solid #ffffff;

	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;





}



		
	
#textboxproductsdeep { /* styles for content page layout */
	border: 1px solid #ffffff;
	background: #333333;
	width: 553px;
	float:left;
	height: 288px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;	
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box1bg.gif);
	background-repeat: repeat-x;
	
	}	



#textbox2productsdeep {/* styles for content page layout */
	border: 1px solid #ffffff;
	background: #222222;
	color:#ffffff;
	width: 160px;
	float:right;
	height: 288px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box2bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	
	}
		
	
	#leftcolumnproductsdeep2 {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */

	height: 780px;
	border: 1px solid #ffffff;

	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;



}



		
	
#textboxproductsdeep2 { /* styles for content page layout */
	border: 1px solid #ffffff;
	background: #333333;
	width: 553px;
	float:left;
	height: 328px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;	
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box1bg.gif);
	background-repeat: repeat-x;
	
	}	



#textbox2productsdeep2 {/* styles for content page layout */
	border: 1px solid #ffffff;
	background: #222222;
	color:#ffffff;
	width: 160px;
	float:right;
	height: 328px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box2bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	
}
		
	


	
		
	
	#leftcolumnproductsdeep3 {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */

	height: 790px;
	border: 1px solid #ffffff;

	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;



}



		
	
#textboxproductsdeep3 { /* styles for content page layout */
	border: 1px solid #ffffff;
	background: #333333;
	width: 553px;
	float:left;
	height: 338px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;	
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box1bg.gif);
	background-repeat: repeat-x;
	
	}	



#textbox2productsdeep3 {/* styles for content page layout */
	border: 1px solid #ffffff;
	background: #222222;
	color:#ffffff;
	width: 160px;
	float:right;
	height: 338px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/backgrounds/box2bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	
}
	
		
	
	
	/* end of styles for products page layout */	
	
	
	
	
	
	
	
	
	
.titletxtlarge { 
font-family: Arial, Helvetica, sans-serif; 
font-size:20px; 
color:#CCCCCC;
font-weight:normal; 
text-decoration: none;

}
	


.navtxt { 
font-family: Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#CCCCCC; 
font-weight:normal; 
text-decoration: none;

}




.contacttxt { 
font-family: Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#CCCCCC;  
font-weight:lighter; 
text-decoration: none;

}




	
.titletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CCCCCC;
	font-weight:300;
	text-decoration: none;
	line-height: normal;
	vertical-align: text-top;
}


.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight:lighter;
	text-decoration: none;
	line-height: 18px;
	text-align: left;	
	
}


.smalltxt a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}
.smalltxt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}
.smalltxt a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}
.smalltxt a:hover { 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#999999;
font-weight:normal;
text-decoration:underline; 
 
}




.smalllink2txt { 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#CCCCCC; 
font-weight:bold; 
text-decoration:none; 
}

.smalllink2txt a:link{ 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#CCCCCC; 
font-weight:bold; 
text-decoration:none; 
}
.smalllink2txt a:visited { 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#CCCCCC;  
font-weight:bold; 
text-decoration:none; 
}
.smalllink2txt a:active{ 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#CCCCCC; 
font-weight:bold; 
text-decoration:none; 
}
.smalllink2txt a:hover { 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#999999;
font-weight:bold;
text-decoration:underline; 
 
}


.mediumlinktxt2 {
font-family: Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#999999; 
font-weight:normal; 
text-decoration:none;

}

.mediumlinktxt2  a:link{ 
font-family: Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#999999; 
font-weight:normal; 
text-decoration:none;
}
.mediumlinktxt2  a:visited { 
font-family: Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#999999;  
font-weight:normal; 
text-decoration:none; 
}
.mediumlinktxt2  a:active{ 
font-family: Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#999999; 
font-weight:normal; 
text-decoration:none;
}
.mediumlinktxt2  a:hover { 
font-family: Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#ffffff; 
font-weight:normal;
text-decoration:underline; 
 
}


.mediumlinktxt { 
font-family: Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#999999; 
font-weight:normal; 
text-decoration:underline; 
}

.mediumlinktxt a:link{ 
font-family: Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#999999; 
font-weight:normal; 
text-decoration:underline; 
}
.mediumlinktxt a:visited { 
font-family: Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#999999;  
font-weight:normal; 
text-decoration:underline; 
}
.mediumlinktxt a:active{ 
font-family: Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#999999; 
font-weight:normal; 
text-decoration:underline; 
}
.mediumlinktxt a:hover { 
font-family: Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#ffffff; 
font-weight:normal;
text-decoration:underline; 
 
}




.smalllinktxt { 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#CCCCCC; 
font-weight:normal; 
text-decoration:underline; 
}

.smalllinktxt a:link{ 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#CCCCCC; 
font-weight:normal; 
text-decoration:underline; 
}
.smalllinktxt a:visited { 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#CCCCCC;  
font-weight:normal; 
text-decoration:underline; 
}
.smalllinktxt a:active{ 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#CCCCCC; 
font-weight:normal; 
text-decoration:underline; 
}
.smalllinktxt a:hover { 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#ffffff;
font-weight:normal;
text-decoration:underline; 
 
}

 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	

}


dl, dt, dd, ul, li {/* these classes are for the nav dropdown menu */
	list-style-type:none;
	text-align: left;

}
#menu {
	width:151px;
	text-align: left;	
	
	

}
#menu dd {

    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	
	
	
}
#menu li {

text-align: left;	
line-height: 20px;


}
#menu li a{
 
 
color: #ffffff;
border: 0 none;
height: 100%;
text-decoration: none;
text-align: left;


}
#menu li a:hover{ 
	color:#999999;
	text-align: left;
	

    
}
#menu dt {
	cursor: pointer;
	line-height: 20px;
	text-align: left;
	font-weight: 400;
	color: #ffffff;
	border: 0px solid gray;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left:20px;		
	width:auto;
	
	
}
#menu dt a {

   color: #ffffff;
   border: 0px;
   height: 100%;
   width:auto;
   text-decoration: none;
   display: block;
   background-image: url(../images/rolloff.gif);
   background-repeat: no-repeat;
   padding-left: 20px;
   background-position: left;
	

	
}
#menu dt a:hover {
	
	color:#999999;
	border: 0px;
	height: 100%;
	width:auto;
	text-decoration: none;
    display: block;
	background-image: url(../images/rollon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left;
}



/*this ends the menu buttons*/

/*persistent page indicator */

body#aboutpage dt#about a, 
body#rangepage dt#range a,
body#homepage dt#home a, 
body#contactpage dt#contact a {
	line-height: 20px;
	text-align: left;
	font-weight: 400;
	color:#999999;
	border: 0px solid gray;
	height: 100%;
	background-image: url(../images/rollon.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
	background-position: left;
	
}


#copyrightbox {
	width: 200px;
	float:left;
	height: 200px;
	margin: 0px;
	text-align: left;
	padding: 0px;
	vertical-align: bottom;
	}	
