html { overflow: scroll; }
.copysmall {	font-size: 80%;}
a:focus, a:hover, a:active { outline:none } 
img {border: 0;}


h1 { 
	font-weight:bold;
	font-size:100%; 
	margin:0;
	}

h2 { 
	font-weight:bold;
	font-size:100%; 
	margin:0;
	line-height:1.6em;
	}
	
	
a:link {
	text-decoration: none;
	text-decoration: none;
	color: #ccc;}
a:visited {
	text-decoration: none;
	color: #ccc;}
a:hover {
	text-decoration: underline;
	color: #666;}
a:active {
	text-decoration: none;
	color: #ccc;}
a {
	font-family: Arial, Verndana, sans-serif;}


a.gallery:link {
	text-decoration: none; border:0;
}
a.gallery:visited {
	text-decoration: none; border:0;
}
a.gallery:hover {
	text-decoration: none; border:0;
}
a.gallery:active {
	text-decoration: none; border:0;
}




/*** Main container ***/
body { 	
	padding:0;
	margin:0 auto;
	font-family: Arial, Verndana, sans-serif;
	font-size: 70%;
	color: #ccc;
	background-color: #fff;
	width:100%;
	text-align:center;
	}

#container1 {
	width:100%;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	text-align:left; 
	position:relative;
	}

#container2 {
	width:650px;
	margin: 0 auto;
	padding:0;
	text-align:center;
	}
	


/*** Navigation ***/

#nav {	
	width:550px;
	margin: 0 auto;
	padding: 0;
	clear:both;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	float: left;
	margin: 0 60px 15px 0;
	padding: 0;
	list-style: none;
	}
	
.space_ro {
    display: block;
    width: 51px;
    height: 23px;
    background: url("images/nav_space_2.gif") 0 0 no-repeat;
    text-decoration: none;	
	}
	
a:hover.space_ro {
    background-position: -51px 0;
	text-decoration: none;
	}

.space_ro2 {
    display: block;
    width: 51px;
    height: 23px;
    background: url("images/nav_space_2.gif") -51px 0 no-repeat;
    text-decoration: none;	
	}
	
		
.people_ro {
    display: block;
    width: 70px;
    height: 23px;
    background: url("images/nav_people_2.gif") 0 0 no-repeat;
    text-decoration: none;	
	}
	
a:hover.people_ro {
    background-position: -70px 0;
	text-decoration: none;
	}

.people_ro2 {
    display: block;
    width: 70px;
    height: 23px;
    background: url("images/nav_people_2.gif") -70px 0 no-repeat;
    text-decoration: none;	
	}

	
.product_ro {
    display: block;
    width: 69px;
    height: 23px;
    background: url("images/nav_product_2.gif") 0 0 no-repeat;
    text-decoration: none;	
	}
	
a:hover.product_ro {
    background-position: -69px 0;
	text-decoration: none;
	}	

.product_ro2 {
    display: block;
    width: 69px;
    height: 23px;
    background: url("images/nav_product_2.gif") -69px 0 no-repeat;
    text-decoration: none;	
	}

.image_ro {
    display: block;
    width: 54px;
    height: 23px;
    background: url("images/nav_image_2.gif") 0 0 no-repeat;
    text-decoration: none;	
	}
	
a:hover.image_ro {
    background-position: -54px 0;
	text-decoration: none;
	}	

.image_ro2 {
    display: block;
    width: 54px;
    height: 23px;
    background: url("images/nav_image_2.gif") -54px 0 no-repeat;
    text-decoration: none;	
	}

.consult_ro {
    display: block;
    width: 61px;
    height: 23px;
    background: url("images/nav_consult_2.gif") 0 0 no-repeat;
    text-decoration: none;	
	float:right; 
	clear:both;

	}
	
a:hover.consult_ro {
    background-position: -61px 0;
	text-decoration: none;
	}	

.consult_ro2 {
    display: block;
    width: 61px;
    height: 23px;
    background: url("images/nav_consult_2.gif") -61px 0 no-repeat;
    text-decoration: none;
	float:right;	
	}		


#consultpage {
    width: 650px;
	height: 467px;
	margin: 15px 0 10px 0;
	padding:0;
	float:left;
	}
	
	
/*** Slideshow ***/

#slideshow {
    width: 650px;
	height: 435px;
	margin: 15px 0 10px 0;
	float:left;
	}
	

#nextprevious {
    width: 650px;
	height: 150px;
	padding:0;
	text-align:center;
	}
		
.left_ro {
    display: block;
    width: 70px;
    height: 13px;
    background: url("images/arrow_left.gif") 0 0 no-repeat;
    text-decoration: none;
	float:left;
	margin: 4px 0 0 58px;
	}
	
a:hover.left_ro {
    background-position: -70px 0;
	text-decoration: none;
	}
	
.right_ro {
    display: block;
    width: 41px;
    height: 13px;
    background: url("images/arrow_right.gif") 0 0 no-repeat;
    text-decoration: none;
	float:right;
	margin: 4px 58px 0 0;
	}
	
a:hover.right_ro {
    background-position: -41px 0;
	text-decoration: none;
	}

.imageheader { 
    width: 305px;
	float:left;
	text-align:center;
	margin: 0 0 15px 40px;
	}

/*** Forms ***/
input  { 
	margin: 0;  
	padding: 0;
	font-size: 1.1em;
	color:#afafaf;
	border: 1px solid #fff;
	overflow:hidden;
	width: 350px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
	
			

/*** Footer ***/
#footer {
	width:550px;
	margin: auto;
	margin-top: 35px;
	padding:0;

	}
	
#copyright {
	float:left;
	}
	
#sitemap {
	float:right;
	}