@import "_reset.css";

body {
	margin:0px;
	padding:0px;
	background:#edf4f7 url(../images/blue-bg.jpg) repeat-x;
}
p {
	font-family: Arial, Tahoma, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#888;
}

h2 {
	font-family: Arial, Tahoma, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	color:#F00;

}
a img {
	border:none;
}
a {
    color: #ff0800;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
ol {
  padding-top:15px;
  padding-left:25px;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #98AAB3;
}
ol li{
  list-style-type:decimal;
  list-style-position:outside;
  padding-left:25px;
  margin-bottom:10px;
}
#container {
	margin: 0px auto;
	width: 840px;
	height: 500px;
}
#header {
	margin:0 0 10px 0;
	padding:0;
	width:840px;
	height:75px;
	background:url(../images/nav-bg.jpg) repeat-x;
}
#logo {
	float:left;
	width:249px;
	height:75px;
  display:block;
  background:url(../images/logo-new2.jpg) no-repeat;
}
#logo a{
	width:249px;
	height:75px;
  display:block;
}
#nav {
	float:left;
}
#nav span, #logo a span {
	display: none;
}
#bullet ul {
	font-family: Arial, Tahoma, sans-serif;
	color:#888;
	font-size:12px;
}

#nav ul {
	margin-left:0px;
	margin-top:16px;
	margin-right:37px;
	padding:0;
	list-style:none;
}
#nav ul li {
	float:left;
	display:inline;
}
#nav #nav-1 {
	margin:0px;
	background:url(../images/our-product-over.jpg) no-repeat;
}
#nav #nav-1 a{
	background:url(../images/our-product-on.jpg) no-repeat;
	display:block;
	height:35px;
	width:101px;
}
#nav #nav-2 {
	margin:0px;
	background:url(../images/the-environment-over.jpg) no-repeat;
}
#nav #nav-2 a{
	background:url(../images/the-environment-on.jpg) no-repeat;
	display:block;
	height:35px;
	width:128px;
}
#nav #nav-3 {
	margin:0px;
	background:url(../images/competitions-over.jpg) no-repeat;
}
#nav #nav-3 a{
	background:url(../images/competitions-on.jpg) no-repeat;
	display:block;
	height:35px;
	width:102px;
}
#nav #nav-4 {
	margin:0px;
	background:url(../images/contact-us-over.jpg) no-repeat;
}
#nav #nav-4 a{
	background:url(../images/contact-us-on.jpg) no-repeat;
	display:block;
	height:35px;
	width:86px;
}
#nav #nav-5 {
	margin:0px;
	background:url(../images/where-to-buy-over.jpg) no-repeat;
}
#nav #nav-5 a{
	background:url(../images/where-to-buy-on.jpg) no-repeat;
	display:block;
	height:35px;
	width:106px;
}

#nav #nav-1 a:hover, #nav #nav-2 a:hover,
#nav #nav-3 a:hover, #nav #nav-4 a:hover,
#nav #nav-5 a:hover {
	background:transparent;
}
#nav-end {
	float:left;
	width:31px;
	height:58px;
	background:url(../images/nav-end.jpg) no-repeat;
}
#content {
	width:840px;
}
#content p {
  margin: 5px 0 10px 0;
	font-size: 12px;
	line-height: 15px;
}
#footer {
	margin-top: 5px;
	padding-bottom: 30px;
	width: 840px;
	height: 32px;
	background: url(../images/footer-bg.jpg) center no-repeat;
}
#footer p{
	float:left;
	font-size:9px;
	color:#ff8480;
}
#footer p a, #footer p a:visited{
	color:#ff8480;
	text-decoration:none;
}
#footer p a:hover{
	color:#ff0800;
	text-decoration:none;
}
#footer p.left{
	margin: 0px;
	padding: 23px 20px 0px 30px;
}
#footer p.right{
	margin: 0px;
	padding: 23px 30px 0px 20px;
}
.clearer {
	clear:both;
}
.spacer{
  padding:0 0 15px 0 !important;
}

.subheadingleft,
.subheadingright,
.sectionheading {
	color: #055fb7;
	font-family: sans-serif;
}

#infos-right .subheadingright {
	clear: both;
}

.subheadingleftII {
	color: #df2d2a;
	font-family: sans-serif;
	height:20px;
  	font-size: 11px !important;
  	padding: 0 !important;
  	margin: 0 !important;
  	font-weight:bold !important;
  	border: 0 !important;
  	background: 0 !important;
  	margin-top:0px !important;
  	clear: both;
  	width:205px;
	color:#df2d2a;
}



