@charset "UTF-8";
@import url("reset.css");
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:180%;
	background: #FFF;
	margin: 0; /
	padding: 0;
	text-align: left; 
	color:#000000;
}


.container #container {
	width: 941px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
.container #header { 
	background: #FFF; 
	padding: 0 0px 0 0px;  
} 

.container #mainContent {
	padding: 0 0px 20 0px; 
	background: #FFFFFF;
}

.container #mainContent h1 {
	padding-top:30px;
	font-style:normal;
	font-size:25px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#018e6b;

}

.container #mainContent ul {
	list-style-type: disc;
	list-style-image:url(images/symbol_text.jpg);
	list-style-position: inside;
	margin-top:-10px;
	margin-left:-10px;

}

.container #mainContent ul li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:140%;
	text-align: left; 
	color:#666363;
	text-vertical-align:top;
}

.container #footer { 
	margin-top:40px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#58686d;
} 
.container #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 */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#58686d;
}

div.hr {
  height: 1px;
  background: #adbdb9;
}
div.hr hr {
  display: none;
}

div.hr2 {
  height: 1px;
  background: #fff;
}

div.hr2 hr {
  display: none;
}

.subtitle {
	font:Tahoma;
	font-size:10pt;
	font-style:normal;
	color:#635e5e;
	line-height:13pt;
	padding-top:30px;
	margin-left:15px;
}

.subtitle1 {
	font:Tahoma;
	font-size:10pt;
	font-style:normal;
	color:#635e5e;
	line-height:13pt;
	padding-top:30px;
	margin-left:10px;
}

.subtitle2 {
	font:Tahoma;
	font-size:10pt;
	font-style:normal;
	color:#635e5e;
	line-height:13pt;
	padding-top:30px;
	margin-left:-5px;
}

.productsimage{
	margin-top:30px;
	margin-bottom:15px;
}


.productstext{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:180%;
	text-align:center; 
	color:#000000;
}


.navi{
	background-color:#e2e1e1;
	list-style-image:url(images/navi_symbol.gif);
	list-style-position:inside;
	font:Tahoma;
	font-style:normal;
	text-decoration:none;
	font-size:11px;
	color:#000000;
	}
	
.navi:hover{
	background-color:#92c6b9;
	list-style-image:url(images/navi_symbol.gif);
	}
	
.profile{
	background-image:url(images/bg-profile.jpg);
	width:603px;
	height:463px;
	background-repeat:no-repeat
	}
	

#banner-box {
width:924px;
margin:0 auto;
}
#banner-box div {
width:924px;
}

.contact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	}
.nivoSlider {
    position:relative;
    width:923px; /* Change this to your images width */
    height:349px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}