body {
	margin:0;
	padding:0;
}
.hidden{
	position:absolute;
	left:-2000em;
	top:-2000em;
	height:1px;
	line-height:1px;
	overflow:hidden;
}

#centre {
	text-align:center;
	width:100%;
	float:left;
}

/* ---- Page border ---- */
#borderTop{
	width:775px;
	height:14px;
	background:url("../images/site_objects/bg_borderTop.gif") top left no-repeat;
	position: relative;
	margin: 0px 0 0 0;
	
}
#borderMiddle{
	/*width:767px; */
	padding:0 0 0 8px;
	background:url("../images/site_objects/bg_borderMiddle.gif") top left repeat-y;
	font-size:80%;
	margin: 0;
	
}
#borderBottom{
	width:775px; 
	height:14px;
	background:url("../images/site_objects/bg_borderBottom.gif") top left no-repeat;
	position: relative;
	margin: 0;
	
}

/* ------------- HOMEPAGE -------------- */
#homepage {
	width:754px;
	background:url("../images/site_objects/bg_bottomCurve.gif") bottom right no-repeat;
	height:400px;
}
#homepage #logo{
	margin-top:17px;
	float:left;
}

div.homepageMovie {
	float:left;
	padding:10px 0 10px 10px;
	margin:0;
}
div.homeForm {
	float:left;
	clear:both;
	padding:0 0 0 3px;
}


/* ------------- topbar -------------- */
#containerTop{
	width: 100%;
	position:relative;
}
#titleBar{
	width:748px;
	background:#EEEEEE;
	margin:0 0 0 5px;
}
#titleNav{
	width: 522px;
	text-align: right;
	padding: 10px 7px 0 0;
	margin-top:-10px;
}
/*--- tools ---*/
#toolsDiv {
	width: 528px;
	text-align: right;
	padding: 9px 2px 0 0;
	font-size:90%;
}
#toolsDiv a:link, #toolsDiv a:visited {
	color:#666666;
	text-decoration:none;
	padding:6px 6px 0 20px;
	width:120px;
	text-align:left;
}
#toolsDiv a.addpage:link, #toolsDiv a.addpage:visited {
	background:url(../images/buttons/icon_addtobasket.gif) no-repeat left bottom;
}
#toolsDiv a.viewbasket:link, #toolsDiv a.viewbasket:visited {
	background:url(../images/buttons/icon_viewbasket.gif) no-repeat left bottom;
	margin-left:7px;
}

#toolsDiv a:hover, #toolsDiv a:focus, #toolsDiv a:active {
	color:#CC1233;
	text-decoration:none;
}
div.titleBarTop {
	width:728px;
	text-align: right;
	font-weight:bold;
	color:#666666;
	padding: 7px 16px 0 0;
	font-size:90%;	
}
div.titleBarBottom {
	width:732px;
	padding: 8px 0 0 17px;
}
div.titleBarBottom img{
	position:relative;
	margin-bottom:-7px;
}

/* ---- middle section ---- */
#containerMiddle {
	/*width: 748px;
	width: 875px;*/
	margin: 0;
	/*background:red;
	float:left;*/
}
div.mainNav {
	float: left;
	width: 181px;
	padding-top:44px;
	
}
#mainContent {
	margin: 0 0px 0 23px;
	float: left;
	clear:right;
	width: 538px;
	font-size:95%;
	/*background:blue;*/
}


/* ---- Bottom section ---- */

#containerBottom{
	background:url("../images/site_objects/bg_bottomCurve.gif") bottom right no-repeat;
	width:754px;
	clear:both;
	
}


div.homePageLinks {
	background:0!important;
	margin-top:1.2em!important;
	
}

#footerNav{
	margin: 0px 0 30px 210px;
}

#footerLinks{
	padding: 20px 0 40px 23px;
	
}
#homepage #footerLinks{
	float:left;
	padding:14px 0 0 23px;
}
#homepage #bottomLinks{
	clear:both;
	float:left;
	padding:14px 0 0 23px;
	font-size:85%;
}

#footerLinks img{
	padding:0 10px 0 0;
	margin-top:-3px;
}


