body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px; 
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:14px;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:0px solid white;
	
	background: repeat-x bottom center #e5e5e5;
	
	/* The width of the gallery */
	width:970px;
    height: 100%;
	/*overflow:hidden;*/
}

#slides{
	/* This is the slide area */
	height:390px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:970px;
	overflow:hidden;

}

.slide{
	float:left;
	width:970px;
	height:390px;
}

.slide img{
	float:left;
	padding: 5px 10px 0 5px;
}
#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:116px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:visible;

}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}


#menu li a{
	display:block;
	height:45px;

}


ul#menu li.menuItem a:hover{
	/* The inactive state, highlighted on mouse over */
	background-position: 0 -45px;
	
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background-position:0 0;
}

#menu a img{
	border:none;
}

#menuItem-1 {
	display: block;
	width: 120px;
	height: 45px;
	background: url('../img/intro.png') top;
}
#menuItem-1:hover {
	background-position: bottom;
}

#menuItem-2 {
	display: block;
	width: 120px;
	height: 45px;
	background: url('../img/demo.png') top;
}
#menuItem-2:hover {
	background-position: bottom;
}

#menuItem-3 {
	display: block;
	width: 120px;
	height: 45px;
	background: url('../img/brochure.png') top;
}

#menuItem-3:hover {
	background-position: bottom;
}

#menuItem-4 {
	display: block;
	width: 120px;
	height: 45px;
	background: url('../img/value.png') top;
}

#menuItem-4:hover {
	background-position: bottom;
}

#menuItem-5 {
	display: block;
	width: 120px;
	height: 45px;
	background: url('../img/love.png') top;
}

#menuItem-5:hover {
	background-position: bottom;
}

#menuItem-6 {
	display: block;
	width: 120px;
	height: 45px;
	background: url('../img/get_started.png') top;
}

#menuItem-6:hover {
	background-position: bottom;
}

/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:970px;
	position:relative;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:5px;
	text-align:left;
}
