

/* HEADER
--------------------------------------------------------- */
#ja-header { 
	background: #333; 
	position: relative; 
	z-index: 10; 
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	}

#ja-header .main {
	height: 100px;
	padding: 0;
	overflow: hidden;
}

#ja-header .main .main-inner1{
	background: url(/IAF/templates/ja_purity_ii/images/header-mask.png) no-repeat right top;
	margin-left: 0px;
	margin-right: 0px;
    height: 100%;
}
			 
/* Main Nav ---*/
#ja-mainnav {
	background: url(/IAF/templates/ja_purity_ii/images/grad1-mask.png) repeat-x top #444;
	border-top: 1px solid #666;
	line-height: 1;
	position: relative;
	z-index: 11;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

#ja-mainnav .main { 
	font-size: 12px; 
	height: 33px;
	}



/* Logo Image ---*/


h1.logo a span { position: absolute; top: -1000px; }
h1.logo, div.logo-text { float: left; z-index: 1; position: relative; }
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }
			 
	

h1.logo { 
height: 100px; 
width: 1200px; 
}

h1.logo a {
	background: url(/IAF/images/headers/briafheader.jpg) no-repeat left; 
	display: block;
	height: 100px;
	width: 1600px;
}
	

-----------------------------------*/
/* Mega Menu  ---*/	
.ja-megamenu { margin: 0; padding: 0; }
.ja-megamenu a.over, .ja-megamenu a.active { color: #ffffff !important; }

ul.megamenu { margin: 10px;} 


.ja-megamenu ul.level0 {
	border-right: 1px solid #666666;
	float: left;
	margin: 0;
	padding: 0;
}

.ja-megamenu ul.level0 li.mega {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.ja-megamenu ul.level0 li.mega  a.mega {
	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	color: #cccccc;
	display: block;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 8px 15px;
	text-decoration: none;
}


.ja-megamenu ul.level0 li.active.active {
	background: url(/IAF/templates/ja_purity_ii/images/grad1-mask.png) repeat-x top #006699;
}
.ja-megamenu ul.level1 li.mega { border-top: 1px dotted #444444; float: none;}
.ja-megamenu ul.level1 li.mega.first { border-top: 0; }


/*Add Ons*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	 
}

ul { list-style: none; } 

table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }

/* Clearfix
-------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Generic Styles
-------------------------------------------------------------*/
.clear, .divider {clear: both;}
.no-display {display: none !important;}
.nowrap,.nobr {white-space: nowrap !important;}
.no-border {	border: 0 !important; }
.no-padding {padding: 0 !important}
.no-margin 	{margin: 0 !important;}

/*Alignment---*/
.v-top 		{vertical-align: top;}
.v-middle	{vertical-align: middle;}
.v-bottom 	{vertical-align: bottom;}
.a-left		{text-align: left;}
.a-center	{text-align: center;}
.a-right		{text-align: right;}
.left		{float: left;}
.right	{float: right;}
.auto-width {width: auto;}






@media only screen and (max-width: 700px) {
 
	#ja-mainnav {
    visibility: hidden;
    display: none;
	}
		
}		