/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#eee;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper { 
	  width: 100%;
  margin: 0px auto;
}
.nivo-directionNav{
	display:none;
}
.header{
  position: absolute;
  top: 0;
  z-index: 999;
  width:100%;
}
.header img{
	width:100%;
	}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.nav{
  position: absolute;
  right: 423px;
  top: 113px;
    font-family: sans-serif;
}
.nav ul li{
	display:inline;
	padding: 12px 15px 11px 15px;
	}
.nav ul li .sunav{
	display:none;	
	}
.nav ul li:hover .sunav{
	display:block;
	position: absolute;
	z-index:999;
	right: 242px;
	margin-top: 8px;
	}
.nav ul li .sunav li{
	display:block;
	background-color:#eda51c;
	padding:11px 30px 11px 30px;
	}
.nav ul li .sunav li:hover{
	
	color:#FFF;
	}
.nav ul li .sunav2{
	display:none;	
	}
.nav ul li:hover .sunav2{
	display:block;
	position: absolute;
	z-index:999;
	right: 70px !important;
 	margin-top: 8px !important;
	background-color:#eda51c;
	  text-align: center;
	  padding: 10px;
	
	}
.nav ul li .sunav2 li{
	display:block;
	padding:6px 22px 0px 22px !important;
	}
.nav ul li .sunav2 li:hover{
	background:none;
	color:#FFF;
	}
.nav ul li:hover{
	background-color:#ed1c60;
	color:#FFF;
	}
.nav ul li a:hover{
	color:#FFF;
	}
.nav ul li a{
	text-decoration:none;
	color:#000;
	}
#wrapper{
	min-height:650px;	
}




.product{
	width:580px;background-color:#dfdfdf;text-align:center;
	}
.product ul {
	list-style:none;}
.product ul li{
		width:182px;
		float:left;
		text-align:center;
		margin:5px;
		}
.product ul li p{
			font-family:calibri;
			font-size:12px;
			color:#000;
		    font-weight: bold;
			}