
/* DEFAULTS */

html {
}

body {
	padding:0;
	margin:0 auto;
	font-family:Helvetica, Arial, sans-serif;
	display:inherit;
	background-color:#63586e;
	}

p {
	font-family:Helvetica, Arial, sans-serif;
	margin: 5px 0 5px 0;
	}

ul{
	list-style-type: none;
	padding:0;
	margin:0;
}
	
.clear{
	clear:both;	
}

.floatRight{
	float:right;
}

img{
	border:0;	
}

/* LINK STYLE */

a {
	text-decoration: none;
	color: black;
}
a:link,  a:visited,  a:active {
	text-decoration: none;
	color: #330000; /* COLOUR CHANGE */
}
a:hover {
	text-decoration: underline;
	color: #ff0000 /* COLOUR CHANGE */
}


/* MAIN STRUCTURE */

#windowContainer{
	width:100%;

}

#bodyContainer{
	width:960px;
	background-color:#c7c9cb;
	background-repeat:repeat-y;
	margin: 0 auto;
	height:100%;
}
#bodyContent{
	width:940px;
	margin: 0 10px;
	background-color:white;
	
}

#mainContentContainer{
	position:relative;
	width:940px;
	text-align:center;
	margin: 10px 0;
}



#logo{
	position:absolute;
}


/* NAV BAR */

#navBarContainer{
	height:100px;
	padding: 25px 20px 0 20px;
}

#navBarTop{
	margin-top:5px;
	height:15px;
}
#navBarTop .navItem{
	padding:0 5px;
}
#navBarTop .navItem a{
	color:#939598;
	font-size:10px;
}

#navBarBottom{
	margin-top:5px;
	height:26px;
	background-color:#28BDBE;
}
#navBarBottom .navItem, #navBarBottom .navSeperator{
	background-color:#28BDBE;
}
#navBarBottom .navItem{
	padding:0 18px;
	height: 25px;
}
#navBarBottom .navSeperator{
	height: 25px;
	padding-top:2px;
	display:block;
	background:none;
	color:white;
}
#navBarBottom .navItem a{
	color:white;
	padding-top:4px;
	display:block;
	font-size:15px;
}
	
/* FOOTER */
#tagline{
	color:#0c4da2;
	text-align:right;
	margin:5px 20px;
	font-size:13px;
	margin-top:22px;/**added to accomand HO-Banner**/
}

#taglineHome{
	color:#0c4da2;
	text-align:right;
	margin:5px 20px;
	font-size:13px;
	margin-top:-20px;/**added to accomand HO-Banner**/
}

#tagBar{
	font-size:medium;
	background-color:#0c4da2;
	color:white;
	text-align:right;
	padding:5px 5px 5px 0px;	
	margin:0 20px 0 20px;
}

#globalFooter{
    position:relative;
}
#globalFooter ul.foot{
	height: 75px;
	margin-left:30px;
	position:relative;
	width:935px;
}

#globalFooter li.seperate{
}

#globalFooter li.footercat{
	float:left;
}

#globalFooter ul{
	padding-left:10px;
}

#globalFooter .first
{
	width:190px; 
	border-right: gray 1px solid;
	z-index:120;
}

#globalFooter .middle
{
	border-right: gray 1px solid;
	width: 185px;
	z-index: 120;
}

#globalFooter .last
{
	width:185px; 
	z-index: 120;
}

#globalFooter li.footercat a{
	font-size:10px;
	color:#b3b3b3;
	text-decoration:none;
}

#globalFooter li.footerHead, #globalFooter a.footerHead{
	color:#20BDBE !important;
	font-size:11px !important;
	font-weight:bold;
}

#globalFooter p#copyright{
	clear:both;
	position:relative;
	font-size:9px;
	color:#b3b3b3;
	padding:0px 0px 10px 0px;
	text-align:center;
}

#spring-outer-container
{
	position: relative;
	margin: auto;
	width: 960px;
	height: auto;
	min-height: 77em;
}

#petals-left {
	position:relative;
	background-image:url(../en/img/spring/petals-left.png);
	background-position:center;
	width:298px;
	}
	
#holiday-presents-left {
	position:relative;
	float:left;
	width:115px;
	height:169px;
	left:-298px;
	left: 0\9;
	*left:-58px;
	
	}
#holiday-presents-right {
	position:relative;
	float:left;
	width:115px;
	height:169px;
	left:-58px;
	left: 0\9;
	*left:-58px;
	}
#redCross{
    position:relative;
	margin: 0 auto;
	width:940px;
	text-align:center;
	display:none;
    }
.spaceOut
{
    height:20px;
    display:block;
    }   
	
	.spaceOutFR
{
    height:0px;
    display:block;
    } 
	
.btn-create-now {
	position: absolute;
    right: 172px;
    top: 109px;
}

#color-bar {
	position:fixed;
	left:0;
	top:0;
	background-color:#f89829;
	background-repeat:repeat-y;
	height:100%;	
}

/*#hoBanner
{
    left: 6px;
    position: relative;
    }*/
