body,h1,h2,h3,p,quote,small,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:13px;
	/*background-color:#fff;*/
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family: 'Roboto', sans-serif !important;
}

body font,
body font li,
.kwmReviewRow{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 16px;
	    line-height: 24px;
}

body .page-title{
	font-size:35px;
	font-weight: 300;
	line-height: 39px;
}



/* 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:#DEDEDE solid 1px;
	
	/*background:url(img/panel.jpg) repeat-x bottom center;*/
	
	/* The width of the gallery */
	width:726px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}

#slides{
	/* This is the slide area */
	height:590px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:726px;margin:0 auto;
	padding:0;
	overflow:hidden;
}

.slide{
	float:left;
}
.menuItem{
	margin:0 auto;
	padding:0;}
#menu2{
	/* This is the container for the thumbnails */
	width:726px;
	height:61px;
	/*background-color:#fff);
	color:#fff;*/
	border:#DEDEDE solid 1px;
	margin:0 auto;
	padding:0px ;
}

.menuitem ul{
	margin:0px;
	padding:0px;
}

.menuitem li{
	/* Every thumbnail is a li element */
	width:75px;
	display:inline-block;
	list-style:none;
	height:61px;
	overflow:hidden;
	border:#DEDEDE solid 1px;
}

.menuitem li.inact:hover{
	/* The inactive state, highlighted on mouse over
	background:url(img/pic_bg.png) repeat;*/ 
}

.menuitem li.act,li.act:hover{
	/* The active state of the thumb 
	background:url(img/active_bg.png) no-repeat;*/
}

.menuitem li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail 
	width:2px;
	background:url(img/divider.png) no-repeat right;*/
}

.menuitem li a{
	display:block;
	/*background:url(img/divider.png) no-repeat right;*/
	height:61px;
	padding:0px;
}

a img{
	margin:0 auto;
	padding:0px ;
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:'Roboto', sans-serif !important;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:'Roboto', sans-serif !important;
	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:800px;
	/*position:relative;*/
	
	
}

a, a:visited {
	text-decoration:none;
	color:#999999;
	outline:none;
/*	background-color:#FFF;*/
}

a:hover{
	color: #08C;
	text-decoration: none;
}

