@charset "UTF-8";
/* CSS Document */

body, input, button, select{
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	text-rendering: optimizelegibility;
	background:#eee;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:980px;
	border:1px solid #c8c8c8;
	background:#FFF;
}
#top{
	height:78px;
	width:960px;
	margin:34px 10px 29px 10px;
}
.r{
	margin:0;
	padding:0;
	position:relative;
	display:block;
}
.r span{
	display:block;
	position:absolute;
	left:0; top:0; z-index:1;
	background-position:top left;
	background-repeat:no-repeat;
}
a.r span{
	cursor:pointer;
}

h1 a.r, h1 a.r span{
	width:181px; height:70px;
}
h1{
	font-size:140%;
	margin:0 0 0 10px;
	padding:0;
	text-transform:uppercase;
	float:left;
}
h1 a.r{
	font-weight:normal;
	text-decoration:none;
	border:0;
}
h1 a.r span{
	background-image: url(../images/nav/jbv_title.gif);
}
a img{
	border:0;
}
a{
	color:#1838c3;
}

/* lists */
ul, ol{
	margin-left:1em;
	padding-left:0;
}
ul li, ol li{
	margin-left:0.5em;
	padding-left:0.5em;
	margin-bottom:1em;
}

h2{
	font-size:180%;
	margin: 0.5em 0 1em 0;
	padding:0;
	line-height:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

h3{
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 1em 0;
	padding:0;
}
h4{
	font-size:100%;
	margin:1em 0;
	border-bottom:1px solid #333;
}
p{
	margin:0.5em 0 1em 0;
}

.span1 { width:60px; }
.span2 { width:140px; }
.span3 { width:220px; }
.span4 { width:300px; }
.span5 { width:380px; }
.span6 { width:460px; }
.span7 { width:540px; }
.span8 { width:620px; }
.span9 { width:700px; }
.span10 { width:780px; }
.span11 { width:860px; }
.span12 { width:940px; }

.col {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	padding:0 10px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	padding:0;
	width: auto;
	display: inline-block;
}
.row.padtop{
	margin-top:20px;
}


#top ul{
	list-style:none;
	margin:0 0 0 129px;
	padding:48px 0 0 0;
	height:30px;
	width:640px;
	overflow:hidden;
	_height:1%;
	float:left;
}
#top ul li{
	padding:0;
	margin:0 10px 0 0;
	display:block;
	float:left;
	height:30px;
}
#top ul li a{
	height:30px;
	text-decoration:none;
	color:#000;
}
#top ul li a span{
	height:30px;
}

#nav_home a.r, #nav_home a.r span{ width:70px;}
#nav_about a.r, #nav_about a.r span{ width:98px;}
#nav_collection a.r, #nav_collection a.r span{ width:132px;}
#nav_events a.r, #nav_events a.r span{ width:70px;}
#nav_fourcs a.r, #nav_fourcs a.r span{ width:113px;}
#nav_contact a.r, #nav_contact a.r span{ width:107px;}

#nav_home a.r span{ background-image:url(../images/nav/home.gif);}
#nav_about a.r span{ background-image:url(../images/nav/about.gif);}
#nav_collection a.r span{ background-image:url(../images/nav/collection.gif);}
#nav_events a.r span{ background-image:url(../images/nav/event.gif);}
#nav_fourcs a.r span{ background-image:url(../images/nav/fourcs.gif);}
#nav_contact a.r span{ background-image:url(../images/nav/contact.gif);}


#top ul #nav_contact{ margin:0;}

#foot{
	margin:20px 20px;
}

.collection h3{
	padding:10px;
	margin:0;
	color:white;
	background-color:#333;
	margin-bottom:1em;
}
.collection h3 a{
	color:#FFF;
	text-decoration:none;
}