/* 
Intertrade US-Ireland CSS 
Date: 16/10/07
Code: Bluecube Interactive (TP)

Colour Ref:
Blue: #1396bc
Turquoise: #00999b
Gray: #515151

*/

/* CSS RESET */

html, body, div, blockquote, span, ol, ul, li, h1, h2, h3, p, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	vertical-align: baseline;
	}
	
/* LAYOUT */

#container {
	width: 90%;
	
	}

#header {
	background:#ffffff;
	height: 60px;
	}

#navigation {

	display:none;
	}

#content {
	font-size:12px;
	line-height: 1.5em;
	min-height: 360px;
	max-height: 1000px;
	}

#contenttext {
	padding-left: 20px;
	padding-right: 20px;
	}

#footer {
	display:none;
	}

/* GLOBAL STYLES */


body {
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	}

h1 {
	font-size:20px;
	font-weight:normal;
	}


h2 {
	font-size:16px;
	font-weight:bold;
	color:#003448;
	margin: 10px 0 10px 0;
	font-weight:normal;
	}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#003448;
	margin: 10px 0 10px 0;
	}
	
p {
	margin: 10px 0 10px 0;
	}

hr {
	width:90%;
	border: none 0;
	height: 0;
	text-align: center;
	border-bottom: dotted 1px #6a6a6a;
	background-color:#FFFFFF;	
}

/* TOP NAVIGATION */

#navlogo {
	float:left;
	width:127px;
	}

#headerlogo {
	display:none;

	}

#headerlinks {
	display:none;
	}


/* MAIN NAVIGATION */

ul#links {
	padding-top: 70px;
	}
	
#navigation li {
	display:inline;
	list-style: none;
	padding: 0 8px 0 8px;
	border-right: 2px solid #1396bc;
	font-size:12px;
	font-weight:bold;
	}

#navigation li.last {
	border-right: none;
	margin-right: 40px;
	}

#navigation a:link, a:visited, a:active {
	text-decoration:none;
	color: #6a6a6a;
	}

#navigation a:hover {
	text-decoration:none;
	color: #1396bc;	
	}
	
/* FOOTER NAVIGATION */

#footerlinks {
	display:none;
	}

#footerlinks li {
	display:inline;
	list-style: none;
	padding: 0 8px 0 8px;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	}

#footerlinks a:link {
	text-decoration:none;
	color: #ffffff;
	}

#footerlinks a:visited {
	text-decoration:none;
	color: #ffffff;
	}

#footerlinks a:active {
	text-decoration:none;
	color: #ffffff;
	}

#footerlinks a:hover {
	text-decoration:none;
	color: #C9F3FC;	
	}


/* CUSTOM CLASSES */

#contenttext li {
	margin-left: 14px;
	list-style-type: square;
	}

#contenttext a:link {
	text-decoration:none;
	color: #00999b;
	font-weight:bold;
	}
	
#contenttext a:visited {
	text-decoration:none;
	color: #00999b;
	font-weight:bold;
	}

#contenttext a:active {
	text-decoration:none;
	color: #00999b;
	font-weight:bold;
	}
	
#contenttext a:hover {
	color:#1396bc;
	}

.turquoise {
	font-weight:bold;
	color: #00999b;
	}
