/* Print CSS Document for Inuk Networks B2B site */

/* TAGS ............................................................................. */

body {
	text-align: center; /* fix for i6-PC xml page: centre the content */
	color: #342c24;
	margin: 0px;
	padding: 0px;
}
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;
	padding: 0;
	border: 0;
	width: 760px;
	text-align: center;
}

/* ..................................................................................... */
#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 760px;
	height: 93px;
	text-align: right;
}
#header ul {
	display: none;
}
#header img {
	display: inherit;
}

/* ..................................................................................... */
#logo {
	display: none;
}

/* ..................................................................................... */
#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 {
	display: none;
}

/* ..................................................................................... */
#info {
	position: absolute;
	top: 210px;
	left: 0;
	margin: 0;
	padding: 25px 0 0 0;
	border: 0;
	width: 760px;
	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: 15px;
	margin-right: 15px;
}
#info h3 a:link, 
#info h3 a:visited {
	color: #8f8174;
	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 15px 10px 10px;
	padding: 0;
}
#info img.noFloat,
#info a img.noFloat {
	border: 1px solid #fff;
	float: none;
	margin: 3px 10px 5px 0;
	padding: 0;
}
#info ul { /* style lists in the info div */
	margin: 5px 15px 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;	
}


