/* CSS for just intra - Simon Pollard for deckchair.co.uk 2008 */
/* Style for all page */
* { padding: 0; margin: 0; }
* html a:hover {visibility:visible}
html {
	height: 100%;
	text-align: center;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
img a {
	border: none;
}
a img {
	border: none;
}
h1 {	
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 25px;
}
h2 {	
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #6ca421;
	font-size: 15px;
	font-weight: bold;
}
h4 {
	color: #6ca421;
	font-size: 13px;
	font-weight: bold;
}
a {
	color: #1759b4;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 15px;
}
ul {
	margin-left: 20px;
	color: #6ca421;
}
li {
	margin-bottom: 5px;
}
span.black {
	color: #000000;
}
div#main {
	text-align: left;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/content-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
div#header {
	height: 140px;
	width: 850px;
	background-image: url(../images/header-footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
}
div#logo {
	height: 48px;
	width: 163px;
	background-image: url(../images/just-intra.gif);
	background-repeat:no-repeat;
	position: absolute;
	left: 35px;
	top: 60px;
}
div#logo a {
	display: block;
	height: 48px;
	width: 153px;
}
img#header-flower {
	position: absolute;
	left: 250px;
	bottom: 10px;
}

div#header-quote {
	background:url(../images/intra-quotes-ani.gif);
	background-repeat: no-repeat;
	width: 347px;
	height: 91px;
	padding-right: 25px;
	padding-top: 25px;
	float: right;
}

div#header-quote-bg {

	background-repeat: no-repeat;
	width: 347px;
	height: 91px;
	padding-right: 0px;
	padding-top: 0px;
	float: right;
	margin-right:20px;
	margin-top:15px;
}

#lang
{
	position:absolute; top:2px; left:758px;
}

span.green {
	color: #75b224;
}

a#header-home {
	position: absolute;
	bottom: 6px;
	right: 135px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a#header-contact {
	position: absolute;
	bottom: 6px;
	right: 40px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a#header-home:hover, a#header-contact:hover {
	text-decoration: underline;
}
div#content {
	margin-bottom: 10px;
	width: 850px;
}

div.greenline {
	width: 778px;
	height: 3px;
	font-size: 1px;
	background-color: #6ca421;
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
}
div#green-footer {
	background-image: url(../images/index-footer.jpg);
	background-repeat: no-repeat;
	width: 798px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}


/* MAIN PANEL */
div#main-panel {
	background-image: url(../images/main-panel-bg.jpg);
	background-repeat: no-repeat;
	width: 798px;
	height: 258px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div#mainlinks {
	position: absolute;
	bottom: 12px;
	left: 5px;
	width: 210px; 
}
div#mainlinks p {
	margin: 0px;
}
div#mainlinks a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
	width: 195px;
	padding-top: 10px;
	height: 25px;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
div#mainlinks a:hover {
	background-position: 0px -35px;
}
a.mainlinks-normal {
	background-image: url(../images/mainlinks-bg.jpg);
}
a#mainlinks-last {
	background-image: url(../images/mainlinks-bg-last.jpg);
}
span#main-panel-welcome {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 15px;
	font-weight: bold;
}
span#main-panel-welcome a {
	color: #000000;
}
span#main-panel-welcome a:hover {
	text-decoration: none;
}
/* END MAIN PANEL */

/* FOOTER CONTENT */
div#footer {
	padding-top: 15px;
	clear: both;
	height: 21px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	margin-left: 35px;
}
span#copywrite {
	font-size: 10px;
	color: #000000;
}
/* END FOOTER CONTENT */