@charset "utf-8";
/* CSS Document */

body {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;	
	height: 				99%;
	margin:					0px;
	background-color:		#e6e6e6;	

}

a {
	color:					#9b3682;
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

#body-wrapper {
	position:				relative;
}

#content-wrapper, #page-top, #page-bottom {
	text-align:				left;
	position:				relative;
	width:					790px;
	border:					none;
	background-color:		transparent;
}

#logo-wrapper {
	background-image:		url(../_images/generic/bg.gif);
	background-repeat:		repeat-x;
	background-position:	top;
}

#content-wrapper {
	background-image:		url(../_images/generic/pagebg.gif);
	background-repeat:		repeat-y;
}

#logo-strip {
	text-align:				left;
	width:					770px;
	background-image:		url(../_images/generic/andrelleducationltd.gif);
	background-position:	right;
	background-repeat:		no-repeat;
	height:					68px;
}

#page-top {
	height:					115px;
	background-image:		url(../_images/generic/pagecurlbg.gif);
	background-repeat:		no-repeat;
	background-position:	top left;
}

#page-bottom {
	height:					30px;
	background-image:		url(../_images/generic/pageshadowbottom.gif);
	background-repeat:		no-repeat;
	background-position:	top left;
	color:					#91477f;
	font-size:				0.9em;
	padding-top:			13px;
	position:				relative;
	z-index:				12;
}

#page-bottom a {
	color:					#868686;
	text-decoration:		none;
}

#page-bottom a:hover {
	color:					#91477f;
	text-decoration:		underline;
}

#page-bottom .copyright {
	float:					left;
	color:					#868686;
	width:					280px;
	text-align:				right;
}

#page-bottom .legal {
	float:					left;
	width:					270px;
	text-align:				left;
	padding-left:			225px;
}

#strip {
	margin-top:				1px;
	background-color:		#777677;
	background-image:		url(../_images/generic/stripbg.gif);
	background-repeat:		repeat-x;
	background-position:	top;
	height:					10px;
	font-size:				1px;
}

.menu-column {
	width:					220px;
	float:					right;
}

.page-content {
	padding-top:			5px;
	width:					570px;
	float:					right;
}

.clr {
	clear:					both;
}

/*ie6 whitespace hack*/
.menu-column a {
	display: 				inline-block;
}

.menu-column a {
	display:				block;
}

/*main menu*/
.menu-column ul {
	margin-top:				0px;
	margin-bottom:			0px;
	padding-top:			0px;
	padding-bottom:			0px;
	margin-left: 			0px;
	padding-left: 			0px;
	color:					#ffffff;
} 

.menu-column ul li {
	background-image:		url(../_images/generic/menu1bg.gif);
	background-position:	top;
	background-repeat:		no-repeat;
	margin-left: 			0px;
	padding-bottom:			0px;
	padding-top:			1px;
	margin-top:				0px;
	margin-bottom:			0px;
	list-style:				none;
}

.menu-column ul li a{
	font-size:				1.2em;
	display:				block;
	padding-left:			46px;
	color:					#ffffff;
	text-decoration: 		none;
	margin-top:				0px;
	padding-top:			4px;
	padding-bottom:			4px;
	margin-bottom:			0px;
}

.menu-column ul li a:hover{
	background-image:		url(../_images/generic/menu1on.gif);
	background-position:	left;
	background-repeat:		no-repeat;
	/*font-weight:			bold;*/
}

.menu-column ul li a.active{
	background-image:		url(../_images/generic/menu1on.gif);
	background-position:	left;
	background-repeat:		no-repeat;
	font-weight:			bold;
}

.menu-column ul li a.parent{
	background-image:		none;
	font-weight:			bold;
}

/*Sub Menus*/
.menu-column ul ul, .menu-column ul ul ul, .menu-column ul ul ul ul {
	background-color:		#e6e6e6;
	color:					#ffffff;
}

.menu-column ul ul li, .menu-column ul ul ul li, .menu-column ul ul ul ul li  {
	background-image:		url(../_images/generic/menu2bg.gif);
	background-position:	top;
	background-repeat:		no-repeat;
	margin-left: 			30px;
	list-style:				none;
}

.menu-column ul ul li a, .menu-column ul ul ul li a, .menu-column ul ul ul ul li a{
	font-size:				1.0em;
	display:				block;
	padding-left:			16px;
	color:					#333333;
	text-decoration: 		none;
}

.menu-column ul ul li a:hover, .menu-column ul ul ul li a:hover, .menu-column ul ul ul ul li a:hover{
	background-image:		url(../_images/generic/menu2on.gif);
	background-position:	top left;
	background-repeat:		no-repeat;
	/*font-weight:			bold;*/
}

.menu-column ul ul li a.active, .menu-column ul ul ul li a.active, .menu-column ul ul ul ul li a.active{
	background-image:		url(../_images/generic/menu2on.gif);
	background-position:	left;
	background-repeat:		no-repeat;
	font-weight:			bold;
}

.menu-column ul ul li a.parent, .menu-column ul ul ul li a.parent, .menu-column ul ul ul ul li a.parent{
	background-image:		none;
	font-weight:			bold;
}

.menu-column ul li a.inv{
	font-size:				1.2em;
	display:				block;
	padding-left:			46px;
	color:					#ffffff;
	text-decoration: 		none;
	margin-top:				0px;
	padding-top:			4px;
	padding-bottom:			4px;
	margin-bottom:			0px;
	font-style:				italic;
}

.menu-column ul li a.activeinv{
	background-image:		url(../_images/generic/menu1on.gif);
	background-position:	left;
	background-repeat:		no-repeat;
	font-weight:			bold;
	font-style:				italic;
}

.menu-column ul li a.parentinv{
	background-image:		none;
	font-weight:			bold;
	font-style:				italic;
}
.menu-column ul ul li a.inv, .menu-column ul ul ul li a.inv, .menu-column ul ul ul ul li a.inv{
	font-size:				1.0em;
	display:				block;
	padding-left:			16px;
	color:					#333333;
	text-decoration: 		none;
	font-style:				italic;
}

.menu-column ul ul li a.activeinv, .menu-column ul ul ul li a.activeinv, .menu-column ul ul ul ul li a.activeinv{
	background-image:		url(../_images/generic/menu2on.gif);
	background-position:	left;
	background-repeat:		no-repeat;
	font-weight:			bold;
	font-style:				italic;
}

.menu-column ul ul li a.parentinv, .menu-column ul ul ul li a.parentinv, .menu-column ul ul ul ul li a.parentinv{
	background-image:		none;
	font-weight:			bold;
	font-style:				italic;
}

/*Sub Sub Menu*/

.menu-column ul ul ul li {
	background-image:		url(../_images/generic/menu3bg.gif);
	margin-left: 			5px;
}

/*Sub Sub Sub Menu*/

.menu-column ul ul ul ul li {
	background-image:		url(../_images/generic/menu4bg.gif);
	margin-left: 			5px;
}






.menu-footer {
	display:				block;
	height:					30px;
	background-image:		url(../_images/generic/menufooter.gif);
	background-position:	top right;
	background-repeat:		no-repeat;
}

.search {
	background-image:		url(../_images/generic/keywordsbg.gif);
	background-position:	bottom;
	background-repeat:		no-repeat;
	margin-left: 			30px;
	padding-top:			0px;
	padding-bottom:			1px;
	margin-top:				0px;
	margin-bottom:			0px;
	list-style:				none;
	height:					24px;
}

#form-search {
	padding:				0px;
	margin:					0px;
}

#form-search a {
	display:				inline;
	vertical-align:			bottom;
}

.keywords {
	font-family: 			Arial, Helvetica, sans-serif;
	margin-top:				3px;
	margin-left:			16px;
	background-image:		url(../_images/generic/keywordsbg.gif);
	border:					0 none;
	font-size:				1.0em;
	color:					#333333;
	width:					150px;
	display:				inline;
}

.menu-column ul li.first {
	background-position:	0px -1px;
	padding-top:			0px;
}

.menu-logos {
	margin-top:				50px;
	padding-left:			10px;
}

.page-inner-content {
	width:					570px;
	margin-top:				150px;
}

.page-inner-content-nobanner {
	width:					570px;
	margin-top:				0px;
}

.quote {
	width:					550px;
	text-align:				right;
	position:				absolute;
	top:					-80px;
	float:					right;
}

.intro {
	position:				absolute;
	top:					0px;
	float:					right;
}

.content {
	padding-left:			20px;
	padding-right:			25px;
	clear:					both;
	color:					#333333;
	line-height:			1.5em;
}

.content p {
	margin:					0px;
	padding-top:			0px;
	padding-bottom:			1.6em;
}

h1{
	margin-top:				0px;
	font-size:				1.8em;
	font-weight:			normal;
	color:					#676766;
	display:				block;
	border-bottom:			1px solid #676766;
	margin-bottom:			0px;
	padding-bottom:			4px;
}

h1 i {
	font-style:				normal;
	color:					#741c5e
}

h1 strong {
	font-weight:			bold;
	color:					#741c5e;
}

.ccolour {
	color:					#741c5e;
}

.content-what-next {
	padding-top:			15px;
	padding-left:			20px;
	clear:					both;
	color:					#333333;
	line-height:			1.5em;
}

.what-next {
	background-image:		url(../_images/generic/whatnextbg.gif);
	background-repeat:		no-repeat;
	margin-right:			15px;
	height:					38px;
	color:					#ffffff;
}

.what-next h3 {
	width:					96px;
	float:					left;
	font-size:				1.2em;
	font-weight:			normal;
	text-align:				center;
	padding-top:			7px;
	margin:					0px;
}

.what-next ul {
	float:					left;
	margin:					0px;
	padding:				0px;
	padding-left:			8px;
	font-size:				0.9em;
}

.what-next ul li {
	list-style:				none;
	float:					left;
	padding-top:			7px;
}

.what-next ul li a {
	color:					#ffffff;
	text-decoration:		none;
	padding-left:			6px;
	padding-right:			6px;
	border-left:			1px solid #ffffff;
}

.what-next ul li a:hover {
	color:					#ffffff;
	text-decoration:		underline;
}

.what-next ul li a.first {
	border-left:			none;
}

.what-next-image {
	float:					left;
	width:					96px;
	height:					140px;
	background-image:		url(../_images/generic/whatnext.jpg);
	background-repeat:		no-repeat;
	background-position:	5px 15px;
}

.what-next-details {
	float:					left;
	margin-left:			15px;
	width:					410px;
	color:					#666666;
	line-height:			1.5em;
}

.summary {
	margin-left:			10px;
	margin-right:			10px;
	padding-left:			10px;
	padding-bottom:			15px;
	font-size:				1.3em;
	line-height:			1.6em;
	font-style:				italic;
	color:					#888888;
}

.summary img {
	padding-bottom:			6px;
	padding-left:			4px;
	padding-right:			4px;
}

.controlstrip {
	display:				none;
}

.controlstripshow {
	clear:					both;
	display:				block;
	width:					570px;
	position:				absolute;
	z-index:				10;
	
}

.itemshow {
	/*border:					1px dashed #9b3682;*/

}

.itemhide {

}

.bboxoff {
	display:				none;
}

.bboxon {
	width:					546px;
	position:				absolute;
	display:				block;
	border:					2px dashed #9b3682;
	height:					100px;
	margin-left:			5px;
}

.spacer {
	height:					15px;
}

.clrspacer {
	clear:					both;
	height:					15px;
}

.popup {
	width:					542px;
	height:					218px;
	border:					#b3b3b3;
	background-color:		#ffffff;
	position:				absolute;
	z-index:				15;
}

.popup-message {
	height:					164px;
	padding-left:			10px;
	padding-top:			10px;
	padding-right:			10px;
}

.popup-title {
	background-image:		url(/_images/generic/popuptitlebg.gif);
	background-repeat:		repeat-y;
	height:					30px;
	margin-bottom:			10px;
}

.popup-title p {
	margin:					0px;
	padding-top:			7px;
	padding-left:			17px;
	color:					#ffffff;
	font-size:				1.2em;
}

.popup-image {
	background-image:		url(/_images/generic/cartlogo.jpg);
	background-repeat:		no-repeat;
	width:					96px;
	height:					120px;
	float:					left;
}

.popup-item {
	width:					255px;
	height:					120px;
	float:					left;
}

.popup-item p {
	margin:					0px;
	padding-top:			10px;
	padding-left:			10px;
	line-height:			1.8em;
}

.popup-item p i {
	color:					#666666;
	font-style:				normal;
}

.popup-controls {
	clear:					both;
	background-color:		#e0e0e0;
	height:					44px;
	text-align:				right;
	padding-right:			10px;
}

.popup-controls a {
	margin-top:				8px;
	display:				inline-block;
	padding-top:			4px;
	padding-bottom:			4px;
	padding-right:			20px;
	padding-left:			20px;
	background-color:		#838383;
	color:					#ffffff;
	font-size:				1.2em;
}

.popup-controls a:hover {
	background-color:		#76115c;
	text-decoration:		none;
}

.popup-breakdown {
	float:					left;
	width:					170px;
}

.popup-breakdown input {
	width:					64px;	
	border:					none;
	background-color:		#e5e5e5;
	margin-left:			25px;
	padding-top:			4px;
	padding-bottom:			4px;
	padding-right:			4px;
	margin-top:				1px;
	margin-right:			1px;
	text-align:				right;
}

.popup-breakdown input.qty {
	margin-top:				1px;
	margin-left:			1px;
	margin-right:			1px;
	background-color:		#e6cde0;
	float:					left;
}

.popup-breakdown label {
	clear:					both;
	display:				inline-block;
	width:					36px;
	text-align:				right;
	padding-right:			14px;
	padding-top:			8px;
	font-weight:			bold;
	color:					#666666;
	float:					left;
}

.popup-breakdown img {
	display:				block;
	float:					left;
	border:					none;
	vertical-align:			middle;
	padding-top:			4px;
	
}

#smallcart {
	width:					130px;
	height:					45px;
	margin-left:			20px;
	background-image:		url(/_images/generic/smallcart.gif);
	background-repeat:		no-repeat;
	background-position:	bottom left;
	padding-left:			60px;
	padding-top:			45px;
	font-size:				0.9em;
	color:					#75105c;
}

#smallcart a {
	color:					#999999;
	text-decoration:		none;
}

#smallcart a:hover {
	text-decoration:		underline;
	color:					#75105c;
}

.wait-mask {
	background:				#000;
	position:				absolute;
	top:					0;
	left:					0;
	width:					100%;
	height:					3000px;
	z-index:				5;
	opacity:				.5;
	filter: 				Alpha(opacity=50);
}

.subscriber {
	background-image:		url(/_images/subscribe/textheader.gif);
	background-position:	top left;
	background-repeat:		no-repeat;
	padding-top:			32px;
	margin-left:			9px;
}

.subscriber .subscribe {
	padding-left:			10px;
	width:					187px;
	height:					22px;
	background-color:		#ffffff;
	background-image:		url(/_images/subscribe/textbg.gif);
	background-position:	top left;
	background-repeat:		no-repeat;
	overflow:				hidden;
}

.subscriber .subscribe form {
	margin:					0px;
	padding:				0px;
}

.subscriber .subscribe .subscribeemail {
	width:					162px;
	border:					0px;
	padding-left:			0px;
	padding-right:			0px;
	font-size:				10px;
	color:					#85266e;
	vertical-align:			bottom;
	height:					18px;
}

.subscriber .subscribe a {
	vertical-align:			middle;	
}