/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(http://www.menxclusive.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(http://www.menxclusive.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(http://www.menxclusive.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* global style */
body {
	background: #000 url('../../images/bg_bdy01.jpg') 50% -20px no-repeat fixed;
	font:13px/1.5em 'Open Sans', sans-serif;
	color:#FFF;
}
em {
	font-style:italic;
}
a, a img, input {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#holder {
	width:100%;
}
#header {
	margin:0 auto;
	width:960px;
	height:245px;
	position:relative;
	z-index:950;
}
#logo {
	background: url('../../images/logo01.png') no-repeat;
	width: 595px;
	height: 113px;
	text-indent: -9999px;
	position: absolute;
	top: 40px;
	left: 0;
}
#logo a {
	width: 595px;
	height: 113px;
	display:block;
}
#headerTxt {
	visibility:hidden;
}
#mainNav {
	width:100%;
	height:51px;
	position:absolute;
	bottom:0;
	left:0;
}
#banner {
	margin:0 auto;
	position: relative;
	width:960px;
	max-width:960px;
	max-height:410px;
	display:table;
	clear: both;
	z-index: 900;
	overflow:hidden;
}
#banner img, #banner iframe {
        background: #000 url('../../images/loading.gif') 50% 50% no-repeat;
}
#content {
	margin:10px auto;
	border-bottom:2px solid #444;
	background: rgba(0, 0, 0, 0.85);
	width:960px;
	max-height:575px;
	display:table;
	position:relative;
	z-index:10;
	overflow:hidden;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.70);
}
#content h1, #content h2, #content h3, #content h4 {
	font:normal 1em/normal 'Open Sans', sans-serif;
	color:#78C;
}
#content h1 {
  color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 3px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  background: none
}
#content h2 {
	margin:10px 0;
	font-size:18px;
	text-transform:uppercase;
}
#content h3 {
	margin:10px 0;
	font-size: 18px;
}
#content h4 {
	margin:10px 0;
	padding:5px 0 5px 10px;
	border-left:3px solid #888;
	font-size:14px;
	color:#888;
}
#content p {
	padding:10px 0;
}
#content a:link, #content a:active, #content a:visited {
	color:#E7C;
	text-decoration:underline;
}
#content a:hover {
	color:#888;
}
#col-1 ul, #col-1 ol {
	list-style: none;
	padding: 15px 0;
}
#content li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url("../../images/bl02.png") no-repeat;
	line-height: 20px;
}
#col-1 {
	margin:0 auto;
	padding:20px 0;
	width:900px;
	clear:both;
	overflow:auto;
}
#collections #col-1 {
	overflow: hidden;
}
#stockists #col-1 {
	margin:0 0 0 25px;
	width:550px;
}
#vision #col-1 {
	margin:0 0 0 25px;
	width:550px;
}
#contact-us #col-1 {
	margin:0 0 0 25px;
	width:550px;
}
#col-1 blockquote {
	padding:10px 0 5px 0;
	clear:both;
	color:#888;
	font-size:14px;
	font-style: italic;
	font-weight:normal;
}
#col-1 iframe {
	margin:10px 0;
}
#col-2, #col-3 {
	display:block;
	position:relative;
}
#col-2 {
	width:525px;
	float:left;
}
#col-3 {
	width:325px;
	float:right;
}
#col-3 h3 {
	font-weight:bold;
	text-transform:uppercase;
}
#footerHolder {
	margin:0 auto; 
	background: url("../../images/bg_ftr01.jpg") 50% 0 no-repeat;
	width:100%;
	min-height:145px;
	clear:both;
}
#footer {
	margin:0 auto;
	padding:20px 0 50px;
	width:960px;
	font-size:11px;
	color:#888;
	clear:both;
	display:table;
	position:relative;
}
#footerTxt {
	margin-top:20px;
	width:550px;
	line-height:normal;
	display:block;
	float:left;
	clear:left;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#888;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
}
.social {
	list-style: none;
	position: absolute;
	right: 0;
}
#footerHolder .social {
	top: 35px;
}
.social ul {
	padding: 0;
}
.social li {
	margin:0;
	width: 36px;
	height: 36px;
	display: block;
	float: left;
}
.social li + li {
	margin-left:10px;
}
.social li a {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 6px 6px -4px rgba(0,0,0,1);
	box-shadow: 0 6px 6px -4px rgba(0,0,0,1);
	background: #3b5999 url("../../images/social01.png") 0 50% no-repeat;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
}
li.s02 a {
	background-color:#4cc2ff;
	background-position: -36px 0 !important;
}
li.s03 a {
	background-color:#c4312a;
	background-position: -72px 0 !important;
}
.social li a:hover {
	background-color: #78F;
}

/* forms */

.cms_form {
	margin:15px 0;
	width:300px;
}
.cms_form span {
	padding:0 0 5px;
	font-size:11px;
	font-style:italic;
	color:#999;
	display:block;
}
.cms_form fieldset > div {
}
.cms_form fieldset > div label, .cms_form fieldset > label {
	padding:3px 0;
}
.cms_form fieldset div div label {
	font-size:11px;
	font-weight:normal;
}
.cms_form input[type=text], .cms_form input[type=email], .cms_form textarea, .cms_form select {
	margin:5px 0;
	border:1px solid #999;
	background:#FFF;
	width:300px;
	text-indent:10px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	color:#333;
	display:block;
}
.cms_form input[type=text], .cms_form input[type=email] {
	height:22px;
	line-height:22px;
}
.cms_form textarea {
	padding:10px 0 0;
	height:50px;
}
.cms_form select {
	width:302px;
	height:22px;
	line-height:22px;
	text-indent:0;
}
.cms_form input[type=text]:focus, .cms_form input[type=email]:focus, .cms_form textarea:focus, .cms_form select:focus {
	border:1px solid #000;
	background:#F9F9F9;
}
.cms_form input[type=checkbox] {
	margin:0 0 5px;
}
.cms_form label + div + div {
	margin:0 0 10px;
}
.cms_form input[type=file] {
	margin:5px 0;
}
.captchapict {
	margin:0 0 5px;
	border:1px solid #999;
}
.captcha label {
	display: block;
}
.cms_submit {
	margin:5px 0 0;
	padding:0 25px;
	border:0 none;
	background: #78C;
	min-width:80px;
	height:40px !important;
	font: 16px/40px 'Open Sans', sans-serif;
	color:#FFF;
	text-transform:uppercase;
	display:block;
	float:left;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cms_submit:hover {
	background:#E7C !important;
	text-decoration:none !important;
}
.error_message {
	background: #F9F9F9;
	border: 1px solid #DDD;
	border-radius: 5px;
	color: #E00;
	display: table;
	font-size: 12px;
	padding: 5px 10px 5px 0;
}
.error_message ul {
	padding: 5px 0 !important;
}
.error_message li {
	background: url("../../images/bl_err01.png") 0 0 no-repeat !important;
	line-height: normal !important;
	margin-bottom: 0 !important;
	text-shadow:none !important;
}
/* tableMe */
table.tableMe {
	margin:15px auto;
	border:1px solid #000;
	border-width: 1px 1px 0 1px;
	display:table;
}
table.tableMe th {
	padding:5px 15px;
	border-bottom:1px solid #000;
	background:#000;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	color:#FFF;
	text-transform:uppercase;	
}
table.tableMe th + th {
	border-left:1px solid #111;
}
table.tableMe td {
	padding:5px 15px;
	border:1px solid #000;
	border-width:0 0 1px 0;
	background: rgba(0,0,0,0.85);
	vertical-align:top;
	color:#DDD;
}
table.tableMe td + td {
	border-width: 0 0 1px 1px;
}
table.tableMe td:hover {
	background: rgba(0,0,0,1);
	color:#FFF;
}
table.tableMe td:hover h3 {
	color:#FFF !important;
}
/* Stylesheet: theme Modified On 2014-06-06 12:54:09 */
.clearb {
	clear:both;
}
#menuwrapper {
	border-top:1px solid #444;
	width:100%;
	height:47px;
}
#primary-nav {
	margin:0 auto;
	display:table;
}
#primary-nav li li {
	min-width:150px;
}
#primary-nav, #primary-nav ul {
	list-style:none;
	padding:0 !important;
}
#primary-nav ul {
	padding:5px 0 !important;
	background:#000;
	-webkit-box-shadow:0 10px 10px 0 rgba(100, 100, 100, 0.05);
	box-shadow:0 10px 10px 0 rgba(100, 100, 100, 0.05);
	position:absolute;
	top:auto;
	display:none;
	z-index:1000;
}
#primary-nav ul ul {
	margin-left:-1px;
	left:100%;
	top:0px;
}
#primary-nav li {
	margin:-3px 0 0;
	text-align:center;
	float:left;
	line-height:45px;
	position:relative;
}
#primary-nav li li {
	padding:0 20px;
	float:none;
	position:relative;
	text-align:left;
	font-weight:normal !important;
	line-height:normal;
}
#primary-nav > li + li {
  margin-left:20px;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a, #primary-nav a:link, #primary-nav a:active, #primary-nav a:visited {
	padding:0 20px;
	border-top:6px solid rgba(119,136,255,0);
	display:block;
	font:14px/45px 'Open Sans', sans-serif; 
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
}
#primary-nav li li a:link, #primary-nav li li a:visited {
	padding:0;
	border:0 none;
	background:none;
	font-size:12px !important;
	color:#E7C;
	line-height:34px;
	text-transform:none;
}
#primary-nav ul li + li a {
	border-top:1px solid #111 !important;
}
#primary-nav > li.menuactive > a {
	border-color:#444;
	color:#78F;
}	
#primary-nav li:hover a {
	border-top:6px solid rgba(119,136,255,1);
	color:#E7C;
}
#primary-nav > li.menuactive:hover > a {
	color:#E7C;
}
#primary-nav li li a:hover {
	color:#FFF;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display:none;
}
/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display:block;
}
/* IE Hacks */
#primary-nav li li {
	float:left;
	clear:both;
}
#primary-nav li li a {
	height:1%;
}
/* Footer Links */

* html #footerNav {
	/* hide ie/mac \*/
   height:1%;/* end hide */
}
#footerNav {
	margin-top:10px;
	width:750px;
	float:left;
}
#footerNav p {
	display:block;
}
#footerNav li {
	list-style:none;
	font-size:11px;
	color:#FFF;
	line-height:11px;
	display:inline;
	text-transform:uppercase;
}
#footerNav li + li {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #FFF;
}
#footerNav a:link, #footerNav a:active, #footerNav a:visited {
	color:#FFF;
	text-decoration:none;
}
#footerNav li a:hover {
	color:#888;
}
#footerNav a.activeparent:hover {
	color:#888;
}
#footerNav li.activeparent a, #footerNav li a.menuactive span {
	color:#888;
}
/* Stylesheet: menu Modified On 2014-05-29 07:14:13 */
