/* Persistant CSS Document for Inuk Networks B2B site */

/* TAGS ............................................................................. */

body {
	text-align: center; /* fix for ie6-PC xml page: centre the content */
	color: #342c24;
	margin: 0px;
	padding: 0px;
	background: #fff url(../__images/back.gif) 50% 0 repeat-y;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: lighter;
	margin: 0 0 12px 0;
	color: #625445;
}
h2 {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
}
h3 {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #7b6853;
}
h4 {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	margin: 15px 0 5px 0;
	color: #8f8174;
	border-top: 1px dotted #b0aaa4;
	padding-top: 10px;
	clear: both;
}
h6 {
	font-size: 10px;
	line-height: 13px;
	font-weight: lighter;
	margin: 15px 0 0 0;
	color: #c8bcb0;
	clear: left;
}
html p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
p, td, dt, dd, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, 
a:visited {
	color: #342c24;
	text-decoration: underline;
	background: transparent;
}
a:hover,
a:focus {
	color: #8b5827;
	text-decoration: underline;
	background: transparent;
}

/* General CLASSES ...................................................................... */

.hide {
	display: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.h1_secondline {
	font-size: 16px;
	color: #766554;
}
.caption {
	font-size: 11px;
	color: #8f8174;
	line-height: 14px;
	margin-top: 0;
}
.footers {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 6px 0;
	color: #675f57;
}
.footers a:link, 
.footers a:visited {
	color: #675f57;
	text-decoration: underline;
	background: transparent;
}
.footers a:hover,
.footers a:focus {
	color: #342c24;
	text-decoration: underline;
	background: transparent;
}

/* IDs & associated CLASSES ............................................................ */

#container {
	position: relative;
	margin: 0 auto; 
/*	position: absolute;
	left: 50%;
	margin-left: -380px; */
	padding: 0;
	border: 0;
	width: 760px;
}

/* ..................................................................................... */
#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 760px;
	height: 93px;
	background: #d8d1c9 url(../__images/header_back.jpg) 0 0 no-repeat; 
	text-align: right;
	z-index: 1;
}
#header ul { /* define links in top right... */
	margin: 10px 20px 0 0;
	padding: 0;
	color: #efece9;
}
#header li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	font: 12px/12px "Trebuchet MS", Verdana, Arial, sans-serif;
}
#header li a:link,
#header li a:visited {
	color: #efece9;
	text-decoration: none;
	background: transparent;
}
#header li a:hover,
#header li a:focus {
	color: #342c24;
	text-decoration: underline;
	background: transparent;
}
#header img {
	display: none;
}
#header li a.freewire {
	padding-left: 16px;
	background: url(../__images/freewire_sml.gif) 0 -100px no-repeat;
}
#header li a.freewire:hover,
#header li a.freewire:focus {
	padding-left: 16px;
	background: url(../__images/freewire_sml.gif) 0 3px no-repeat;
}

/* ..................................................................................... */
#logo {
	position: absolute;
	top: 20px;
	left: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 165px;
	height: 50px;
	text-align: left;
	z-index: 2;
}
#logo a img {
	border: none;
	margin: 0;
	padding: 0;
}
#logo a img:link,
#logo a img:visited {
	background: url(../__images/inuk_logo_R.gif) 165px 0 no-repeat;
}
#logo a img:hover,
#logo a img:focus {
	background: url(../__images/inuk_logo_R.gif) 0 0 no-repeat;
}
/* Only IE-win sees this. Hide from IE5/mac \*/
* html #logo a:link,
* html #logo a:visited {
	background: url(../__images/inuk_logo_R.gif) 165px 0 no-repeat;
}
* html #logo a:hover,
* html #logo a:focus {
	background: url(../__images/inuk_logo_R.gif) 0 0 no-repeat;
}
/* End hide from IE5/mac */

/* ..................................................................................... */
#pic {
	position: absolute;
	top: 93px;
	left: 0;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #fff;
	width: 760px;
	height: 114px;
	text-align: left;
}
#pic h2 {
	margin: 60px 0 0 35px;
	padding: 0;
	display: none;
}

/* ..................................................................................... */
#nav {
	position: absolute;
	top: 210px;
	left: 505px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 255px;
	background: #c9c3ba url(../__images/navBack.jpg) 0 0 no-repeat;
	text-align: left;
}


#nav li { /* GLOBAL RULES for navigation list... */
	list-style: none;
}
#nav li.sectionEnd {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #d4d0c9;
}
#nav li.sectionEnd2 {
	margin: 0 0 12px 0; 
}
#nav li a {
	display: block;	
	width: 215px;
}


#nav ul { /* LEVEL 1 navigation list... */
	margin: 24px 20px 0;
	padding: 0;
}
#nav ul li {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-indent: 5px;
}
#nav ul li a:link,
#nav ul li a:visited {
	color: #595959;
	text-decoration: none;
	background: transparent;
}
#nav ul li a:hover,
#nav ul li a:focus {
	color: #fff;
	text-decoration: none;
	background: url(../__images/level1_link_rollover.jpg) 0 50% no-repeat;
}


#nav ul ul { /* LEVEL 2 navigation list... */
	margin: 0;
	padding: 0;
}
#nav ul ul li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	background: url(../__images/level2_link_back.gif) 0 100% no-repeat;
	text-indent: 16px;
}
#nav ul ul li a:link,
#nav ul ul li a:visited {
	color: #7b6853;
	text-decoration: none;
	background: transparent;
}
#nav ul ul li a:hover,
#nav ul ul li a:focus {
	color: #fff;
	text-decoration: none;
	background: url(../__images/level2_link_rollover.jpg) 0 100% no-repeat;
}
#nav li.youAreHere_level2 {
	background: url(../__images/level2_youAreHere.gif) 0 100% no-repeat;
}


#nav ul ul ul { /* LEVEL 3 navigation list... */
	margin: 0;
	padding: 0 0 6px 0;
}
#nav ul ul ul li {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	background: transparent;
	text-indent: 30px;
}
#nav ul ul ul li a:link,
#nav ul ul ul li a:visited {
	color: #595959;
	text-decoration: none;
	background: none;
}
#nav ul ul ul li a:hover,
#nav ul ul ul li a:focus {
	color: #fff;
	text-decoration: none;
	background: transparent;
}
#nav li.youAreHere_level3 {
	background: url(../__images/level3_youAreHere.gif) 0 50% no-repeat;
}

/* ..................................................................................... */
#info {
	position: absolute;
	top: 210px;
	left: 0;
	margin: 0;
	padding: 25px 0 15px;
	border: 0;
	width: 505px;
	background: #ebe7e4 url(../__images/contentBack.jpg) 0 0 no-repeat;
	text-align: left;
}
#info p, /* put margin on elements, not padding on div to avoid box model hacks */
#info td,
#info ol,
#info h1,
#info h2,
#info h3,
#info h4,
#info h5,
#info h6,
#info dt,
#info dd,
#info #caption {
	margin-left: 35px;
	margin-right: 75px;
}
#info h3 a:link, 
#info h3 a:visited {
	color: #7b6853;
	text-decoration: underline;
	background: transparent;
}
#info h3 a:hover,
#info h3 a:focus {
	color: #342c24;
	text-decoration: underline;
	background: transparent;
}
#info img, /* style images in the info div (default is floated right) */
#info a img {
	border: 1px solid #fff; 
	float: right;
	margin: 3px 75px 10px 20px;
	padding: 0;
}
#info img.noFloat,
#info a img.noFloat {
	border: none;
	float: none;
	margin: 3px 10px 5px 0;
}

#info ul { /* style lists in the info div */
	margin: 5px 75px 10px -5px;
	padding: 0 0 0 45px;
	list-style-image: url(../__images/nav_bullet3.gif);
}
#info li {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding: 0 0 2px 0;
}
#info li.uk {
	padding-left: 20px;
	background: url(../__images/flagUK.gif) 0 6px no-repeat;
}
#info li.canada {
	padding-left: 20px;
	background: url(../__images/flagCanada.gif) 0 6px no-repeat;
}
