body
{
    background-color: #333333;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12pt;
    margin: 0px auto;
    text-align: center;
}

@font-face
{
	font-family: "Swiss721BT-Light";
	src: url("../../content/fonts/Swiss721BT-Light.eot");
	src: local("Swiss721BT-Light"), url("../../content/fonts/Swiss721BT-Light.otf");
}

@font-face
{
	font-family: "Swiss721BT-LightItalic";
	src: url("../../content/fonts/Swiss721BT-LightItalic.eot");
	src: local("Swiss721BT-LightItalic"), url("../../content/fonts/Swiss721BT-Light.otf");
}

@font-face
{
	font-family: "Swiss721BT-Roman";
	src: url("../../content/fonts/Swiss721BT-Roman.eot");
	src: local("Swiss721BT-Roman"), url("../../content/fonts/Swiss721BT-Light.otf");
}

@font-face
{
	font-family: "WalbaumOSSSK-Italic";
	src: url("http://www.jnby.ca/community/wp-content/themes/jnby/js/fonts/WalbaumOSSSK-Italic.otf");
}

h1 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:15px 0 10px 0;
	line-height:20px;

}

h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:12px 0 0px 0;
	line-height:18px;

}


h3 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	margin:0px 0 15px 0;
	line-height:18px;
}

h4 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	line-height:14px;
	padding:0px;
	margin:10px 0 15px 0;	
}


ul	{
	margin:0;
	padding:0;
		
}

li {
	list-style:none;
	color: #FFFFFF;
    font: 13px/1.5em Arial,Helvetica,"Nimbus Sans L",sans-serif;
    margin: 1em 0 0;
}


p{
	color: #FFFFFF;
    font: 13px/1.5em Arial,Helvetica,"Nimbus Sans L",sans-serif;
    margin: 1em 0;
}


hr {
    border: 1px dotted #CCCCCC;
    clear: both;
    margin: 20px auto 10px auto;
}
a

{
    text-decoration: none;
    border: none;
    color: #B3B3B3;
}

a:link
{
    border: none;
}

a:active
{
    border: none;
}

a:visited
{
    border: none;
}

a:hover
{
    color: #FFFFFF;
}

a img
{
    border: none;
}

img.facebook
{
}

img.twitter
{
}

img.lookbook
{
}

span.footer
{
    font-family: Arial;
    font-size: 10pt;
    color:#FFF;
	text-align:left;
}

div.menu
{
    position: relative;
    height: 24px;
    width: 224px;
    background-color: #FFFFFF;
    margin-left: 32px;
	margin-right: 10px;
	float:right;
	z-index:150;
}

div.menu_inner
{
    background-color: #FFFFFF;
    padding: 0px;
    display: none;
    position: absolute;
    top: 24px;
	left:0px;
    width: 224px;
    text-align: left;
    padding-bottom: 8px;
}

div.menu_item
{
    font-family: Arial;
    font-size: 10pt;
    text-transform: uppercase;
    color: #000000;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px;
    width: 200px;
    cursor: pointer;
	text-align:left;
}

td.menu_item
{
    font-family: Arial;
    font-size: 10pt;
    text-transform: uppercase;
    color: #000000;
    width: 200px;
}

div.menu_item_small
{
    font-family: Arial;
    font-size: 8pt;
    text-transform: uppercase;
    color: #000000;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px 4px 4px 14px;
    width: 190px;
    cursor: pointer;
}

span.collection_title
{
    font-family: Arial;
    font-size: 18pt;
    text-transform: uppercase;
}

p.concept_leadin
{
    font-family: "Swiss721BT-Roman";
    font-size: 24pt;
    width: 600px;
}

p.concept_body
{
    font-family: "Swiss721BT-LightItalic";
    font-size: 18pt;
    width: 600px;
}

div.whitebar, .whitebar {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
	font-family: "WalbaumOSSSK-Italic";
    width: auto;
    color: #FFFFFF;
    font-size: 18pt;
}

.stylebook .whitebar {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
	font-family: "WalbaumOSSSK-Italic";
    width: auto;
    color: #FFFFFF;
    font-size: 18pt;
	font-style:italic;
}


/*////////////////// CAROUSEL HOME PAGE /////////////////////*/


div.header-carousel
{

	background:url("../../images/header.png") repeat-x scroll 0 0 transparent;
	position:relative;
	top:0px;
	margin: 0 auto;
	height:100px;
	width:1050px;

}

div.header_left_carousel
{
    width: 440px;
	float:left;
	padding-top:40px;
}

div.header_right_carousel
{
    width: 580px;
	float:right;
	padding-top:50px;
}

#header-social {
	float:right;
}

#content-carousel {
	height:500px;
	width:100%;	
}
#controls.holiday {
	background:url("../../images/header.png") repeat-x scroll 0 0 transparent;
}

div.footer-carousel {
    padding-bottom: 32px;
    padding-top: 20px;
    font-family: Arial;
    font-size: 10pt;
    color: #FFF;
	clear:none;
	}


/*////////////////// REGULAR HOME PAGE /////////////////////*/


div.container
{
    position: relative;
    width: 1024px;
    margin: 0 auto;
    height: auto;
    padding-top: 0px;
    text-align: left;
	z-index:100;
}


#header-body
{
    width: 1047px;
	float:right;
	clear:none;
}

div.header
{
    width: inherit;
	height:150px
}

div.header_left
{
    width: 440px;
	float:left;
	padding-top:40px;
}

div.header_right
{
    width: 580px;
	float:right;
	padding-top:50px;
}


div.header_right div
{
    float: right;
}

div.header img
{
    margin: 0 auto;
}

div.content
{
    width: inherit;
	margin-top: 0px;
}

img.home_img
{
    width: 1024px;
    height: 550px;
}

#home_vid
{
	background-image:url(../../images/home2/Ani1_A01.jpg);
	background-repeat:no-repeat;
    height: 520px;
	float:left;
}

div.concept_container
{
	padding-top: 8px;
	padding-bottom: 8px;
}

div.concept_container div
{
	float: left;
	width: 50%;
}

div.concept_left
{
}

div.concept_right
{
	position: relative;
}

div.community_gallery
{
	width: 541px;
    min-height: 275px;
}

div.community_gallery img
{
	margin-right: 15px;
	margin-bottom: 15px;
}

table
{
    margin: 0;
    padding: 0;
    border-collapse:collapse;
    border: 0;
}

td
{
    margin: 0;
    padding: 0;
}

tr
{
    margin: 0;
    padding: 0;
}

th
{
    margin: 0;
    padding: 0 8px 0 8px;
}

div.footer
{
    padding-bottom: 0px;
    padding-top: 40px;
    font-family: Arial;
    font-size: 10pt;
    color: #FFF;
	clear:both;
	height:60px;
}

div.footerleft {
	padding-top:5px;
	padding-left:10px;
	width:500px;
	float:left;
}

div.footerright {
	width:260px;
	float:right;
	padding-right:10px;
}

div.contact_item
{
    padding-bottom: 32px;
}

#legend {
	width:150px;
	float:right;
	text-align:right;
	margin-bottom:5px;	
}

#legend td {
	padding:5px;
}

div.tcontainer
{
}

div.tcontainer img
{
	border-right: 8px solid #333333;
	border-bottom: 8px solid #333333;
}


/* Style Book */

.stylebook h1 {
	color: #FFFFFF;
	font-family: 'WalbaumOSSSK-Italic';
    font-size: 16pt;
    font-style: italic;
	font-weight:normal;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 4px;
	text-transform:uppercase;
	width:100%;
	float:left;
}
.stylebook h2 {
	color: #FFFFFF;
	font-family: 'WalbaumOSSSK-Italic';
    font-size: 14pt;
    font-style: italic;
	font-weight:normal;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 4px;	
	text-transform:uppercase;
	width:100%;
	float:left;
}
.stylebook h3 {
	color: #FFFFFF;
	font-family: 'WalbaumOSSSK-Italic';
	font-size: 12pt;
    font-style: italic;
	font-weight:normal;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 4px 0;	
	text-transform:uppercase;
	width:100%;
	float:left;	
}
.stylebook h4 {
	
	
}
#thumbs li {
    margin-top:0px;
	margin-bottom:10px;	
	height:112px;
}

.stylebook .nav {
	border-top:1px #ffffff solid;
	border-bottom:1px #ffffff solid;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	line-height:16px;
	padding:8px 0;
	float:left;
	width:100%;
}

#bigpic {
    background:none;	
	margin-bottom:10px;
}

.fr {
	float:right;	
}

.fl {
	float:left;	
}