/* CSS Document */

html,body{
	padding:0;
	margin:0;
	height: 100%;
	text-align:center;
	background-image:url(../images/background.gif);
	background-attachment:fixed;
	background-position:center;
	background-repeat:repeat;
	background-color:#666666;
	text-align:center;
}




/* Layer Positioning */



#parent{
	min-height: 100%;
	position:relative;
	top:0px;
	width:750px;
	margin: 0 auto;
	margin-bottom:0px;
	text-align:left;
	background-color:#0d0d0d;
	background-repeat:no-repeat;
	background-position: top right;
	z-index:30;
}

#title {
	position: relative;
	left:15px;
	top:0px;
	height: 115px;
	width: 225px;
}

#menuHome {
	position: absolute;
	top:125px;
	left:15px;
	height: 28px;
	width: 66px;
	z-index: 80;
}

#menuAbout {
	position: absolute;
	top:125px;
	left:120px;
	height: 28px;
	width: 68px;
	z-index: 80;
}

#menuContact {
	position: absolute;
	top:125px;
	left:226px;
	height: 28px;
	width: 89px;
	z-index: 80;
}

#header {
	position:relative;
	text-align: left;
	margin-left:15px;
	width: 720px;
}


#contentMain {
	position:relative;
	margin-top:19px;
	padding-bottom:15px;
	margin-left:15px;
	text-align: left;
	width: 720px;
	clear: none;
	display:block;
}

#contentHome {
	position:relative;
	margin-top:19px;
	xmargin-bottom:15px;
	margin-left:15px;
	text-align: left;
	width: 735px;
	clear: none;
	display:block;
}

#contentColour {
	position:relative;
	margin-top:19px;
	xmargin-bottom:15px;
	margin-left:15px;
	text-align: left;
	width: 720px;
	padding-right: 15px;
	clear: none;
	display:block;
	background-repeat: no-repeat;
	border-bottom: 15px solid #0d0d0d;
}

#contentLeft {
	position:relative;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	clear: none;
	margin-left: 15px;
	width:380px;
	z-index: 50;
}

#contentRight {
	position:relative;
	margin-top: 15px;
	margin-right: 15px;
	width:285px;
	text-align: left;
	float: right;
	display:block;
	z-index: 50;
}

#infoJuice{
	width:295px;
	height:140px;
	background: url(../images/info_juiceplus.gif) no-repeat;
	padding: 90px 0 0 18px;
}

#infoXooma{
	width:295px;
	height:140px;
	background: url(../images/info_xooma.gif) no-repeat;
	padding: 90px 0 0 18px;
}


#footer{
	position:relative;
	margin: 0 auto;
	margin-top: -50px;
	text-indent: 15px;
	padding-top:15px;
	width:750px;
	height:35px;
	text-align: left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #fff;
	background-color: #0d0d0d;
	z-index:50;
}


/* Text Styling */

p{  /* body text */
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size : 14px;
	color : #fff;
	line-height : 120%;
	margin-top : 0;	
	background-color : transparent;
}

#contentMain p {width:405px;}

h1{  /* heading */
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : #fff;
	line-height : 120%;
	margin-top : 0;	
	background-color : transparent;
}

h2{  /* heading */
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : #fff;
	line-height : 120%;
	margin-top : 0;	
	margin-bottom: 5px;
	background-color : transparent;
}

a{color: #fff; text-decoration: underline; font-weight: bold;}
a:hover{color:#00aa07;}

#menuHome a:hover{background-color: #00aa07;}
#menuAbout a:hover{background-color: #00aa07;}
#menuContact a:hover{background-color: #00aa07;}


/* classes */
.order {margin-left:-3px; margin-top:5px; margin-bottom: 10px;}
.headerimage {margin-top: 75px;}
.line {border-top: 1px solid #fff; width:720px; display:block; margin: 20px 0 30px 0;}
.banner {display: inline-block; width:367px; overflow: hidden;}
.banner img {margin: 0 0 -25px 0;}
.banner a {text-decoration: none;}
