body {
	font-family: arial, helvetica, sans serif;
	font-size: small;
	color: #666;
	margin: 0;
	padding: 0;
	background: #EBF1F5 url(images/page_background.jpg) repeat-x top left;
}

#wrapper {
	position: relative;
	width: 813px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 20px;
}

#header{
	width: 813px;
	background: #fff url(images/header_background.gif) no-repeat bottom left;
	height: 109px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#headerbar{
	width: 813px;
	height: 46px;
	background: #fff;
	float: left;
}

/*////////////////////////////
	BASKET AREA
////////////////////////////*/

#basketarea{
	width: 608px;
	height: 45px;
	background: #fff url(images/basket_background.gif) no-repeat top right;
	float: left;
}

.baskettext{
	color: #fff; 
	font-weight: bold;
	font-size: 90%;
	padding: 5px 0px 0px 45px;		
}

.baskettext a:link, .baskettext a:visited, .baskettext a:hover, .baskettext a:active{
	color: #F3EEC4;/* cream */
	text-decoration: underline;
}

/*////////////////////////////
	SEARCH BAR
////////////////////////////*/

#searchbox{
	float: right;
	padding: 10px 10px 0px 0px;
	margin: 0;
}

.searchbox{
	font-size: 90%;
	border: 1px solid #A369AC;
	margin: 0;
	vertical-align: top;
	padding: 1px 2px 1px 2px;
}

.searchbutton{
	color: #666;
	padding: 0;
	vertical-align: top;
	margin: 0;
}

/*////////////////////////////
	CONSULTATION BOX
////////////////////////////*/

#consultationarea{
	width: 195px;
	float: left;
}

.consultationpic{
	padding-left: 11px;
}

/*////////////////////////////
	CONTENT
////////////////////////////*/

#content{	
	position: relative;
	background: #fff url(images/header.jpg) no-repeat top left;
	width: 813px;
	margin: auto;
	min-height: 300px;
	padding: 0;
	float: left;
}

* html #content { height: 350px;}



/*////////////////////////////
	MENU
////////////////////////////*/

.menu{
	width: 195px;
	font-size: 90%;
	height: auto;
	background:  #fff url(images/menu_background.gif) repeat-y top left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
}

.menutitle{
	width: 159px;
	margin: 0;	
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	background:  #B48DBA url(images/menu_title_background.gif) no-repeat top right;
	padding: 2px 5px 2px 5px;
}
* html .menutitle{ width: 160px;}/* menu title width was short without this in IE6*/


.innermenu{
	width: 169px;
	margin: 0px 0px 5px 11px;
	padding: 1px;
	border: 1px solid #94CAE1;/* light turquoise*/
}

.menu ul{
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.menu ul li{
	list-style: none;
	list-style-image: none;
	background: #EEF3F6 url(images/menu_arrow.gif) no-repeat left;
	margin: 2px 0px 0px 0px;
	padding: 2px 21px 1px 16px;
}

.menu ul li a:link, .menu ul li a:visited, .menu ul li a:hover, .menu ul li a:active{
	color: #2493C1;/* turquoise */
	display: block;
	text-decoration: none;
	width: 133px;
	padding: 0;
	margin: 0;
}

.menu ul li a:hover{color: #A369AC;}/* drk purple */



/*////////////////////////////
	GET IN TOUCH BOX
////////////////////////////*/

#getintouchborder{
	width: 169px;
	margin: 0px 0px 5px 11px;
	padding: 1px;
	border: 1px solid #A369AC;/* drk purple */
}

#getintouchbackground{
	background:  #B48DBA url(images/getintouch_background.gif) no-repeat bottom right;

}

.getintouchtext{
	padding: 5px 0px 15px 10px;
	width: 149px;
	font-size: 90%;
	margin: 0;
	color: #fff;
}

.getintouchtext a:link, .getintouchtext a:visited, .getintouchtext a:hover, .getintouchtext a:active{
	color: #F3EEC4;/* cream */
	text-decoration: underline;
}

.getintouchphoto{
	width: 169px;
	height: 95px;
	padding: 0px;
	margin: 0;
	float: left;
}

/*////////////////////////////
	CLIENT LOGIN BOX
////////////////////////////*/

#clientloginborder{
	width: 169px;
	margin: 0px 0px 5px 11px;
	padding: 1px;
	border: 1px solid #94CAE1;/* light turquoise*/
}

#clientloginbackground{
	background:  #F5F8FA;

}

.clientlogintext{
	padding: 5px 10px 10px 10px;
	width: 146px;
	font-size: 90%;
	margin: 0;
}

.clientlogintext p{
	margin-bottom: 5px;
}

.logintitle{
	width: 154px;
	margin: 0;	
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	background:  #2493C1 url(images/menu_title_background2.gif) no-repeat top right;
	padding: 2px 5px 2px 10px;
}
* html .logintitle{ width: 155px;}/* menu title width was short without this in IE6*/


.smalltext{
	font-size: 90%;
	width: 145px;
	border: 1px solid #2493C1;
}

.login{
	background: #B48DBA;
	color: #fff;
	font-size: 90%;
	padding: 2px;
	border: 1px solid #B48DBA;
	margin-top: 4px;
}


/*////////////////////////////
	MAIN CONTENT
////////////////////////////*/

.textborder{
	float: left;
	width: 607px;
	min-height: 580px;
	border: 1px solid #94CAE1;/* light turquoise */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

*html .textborder{
	height: 580px;
}

.text{
	padding: 10px;
}

#breadcrumbs{
	background: #F5F8FA; /* light blue */
	font-size: x-small;
}

#breadcrumbs p{
	padding: 3px 5px 4px 10px;
	margin: 0;
}
/*////////////////////////////
	FOOTER
////////////////////////////*/

#footer{
	width: 813px;
	height: 72px;
	background:  #fff url(images/footer.gif) no-repeat top left;
	float: left;
}

#copyright{
	font-size: 80%;
	text-align: right;
	width: 813px;
	height: 80px;
	background:  #EBF1F5;
	float: left;
}

#copyright p{
	padding: 10px 10px 0px 0px;
	margin: 0;
}

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #A369AC;/* dark purple */
	text-decoration: underline;
}

a:visited{
    color: #A369AC;/* dark purple */
	text-decoration: none;
}

a:hover{
    color:  #2493C1;/* turquoise */
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #2493C1;/* turquoise */
	font-size: large;
	font-weight: normal;
	margin-top: 0;
}


h2{
	font-family: arial, helvetica, sans serif;
	color:  #2493C1;/* turquoise */
	font-size: medium;
	font-weight: bold;
}  


h3{
	font-family: arial, helvetica, sans serif;
	color: #A369AC;/* dark purple */
	font-size: small;
	font-weight: bold;
}


/*////////////////////////////
	OTHER
////////////////////////////*/

img{
	border: none;
	margin: 0;
	padding: 0;
}

.right{
	float: right;
	margin-left: 10px;
}

.left{
	float: left;
	margin-right: 10px;
}


.text ul
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

.small{
	font-size: x-small;

}




/*////////////////////////////
	E-Commerce CSS
////////////////////////////*/


/*//////////////////////////////////////////
	INDIVIDUAL PRODUCT AND TEXT UNDER IT
//////////////////////////////////////////*/

.lefttable{
	display: inline;
	padding: 0;
	float: left;
	margin: 12px 7px 12px 7px;
	width: 178px;
	border: 1px solid  #94CAE1;/* light turquoise*/
	background: #F5F8FA;
}

.imageheight{
	height: 150px;
}

.lefttable td{
	width: 178px;
	padding: 5px;
}

.title{
	height: 80px;
	font-size: 90%;
	background:  #F5F8FA url(images/product_table_back.gif) no-repeat bottom right;
	width: 167px;
}

.price{
	color: #A369AC;/* dark purple */
	font-weight: bold;
}

/*////////////////////////////
	PRODUCT DETAIL PAGE
////////////////////////////*/
#detaildiv{
	background: url(images/detail_background.jpg) repeat-y top left;
	padding: 0px 0px 5px 0px;
	width: 580px;
	float: left;
}

.productimageborder{
	padding: 1px; 
	border: 1px solid #E0CDE3;
	background: #fff;
	margin: 5px;
}

#productimages{
	padding: 0; 
	border: 1px solid #E0CDE3;
	background: #fff;
	margin: 5px 0px 0px 5px;
}

#producttext{
	width: 270px;
	height: 200px;
	
	/*background:  #fff url(images/detail_background.gif) no-repeat top right;*/
	float: right;
	padding: 10px 0px 0px 0px;
	margin: 0;
}

#producttext ul{
	margin-left: 20px;
	padding: 0;
}

#producttext li{
	margin-left: 0px;
}

#producttext h2{
	margin-bottom: 0;
}

.outofstock{
	color: #999;
	margin: 0;
}

#relatedproductsborder{
	/*border: 1px solid #46AEE3;
	background: #E0EDF6;*/
	height: auto;
	width: 99%;
	float: left;
}


#description{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	width: 100%;
	float: left;
}

#description h2{
	background: #B48EBA url(images/search_background.gif) repeat-y top right;
	color: #fff;/* white */
	margin-top: 0 auto;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
}

#relatedproductsborder h2{
	background:  #B48EBA url(images/search_background.gif) repeat-y top right;
	color: #fff;/* white */
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
}




/*////////////////////////////
	IMAGE GALLERY
////////////////////////////*/

.block
{
	width: 133px;
	float: left;
	background-color:  #FDE4F1;/* light pink */
}

.imggallrg
{
	border: 1px solid #D6609D;/* pink */	
}


/*////////////////////////////
	uc SEARCH
////////////////////////////*/


#search_table
{
		/* used for uc_search */
		color: #fff;
		font-weight: bold;
		background: #B48DBA url(images/search_background.gif) repeat-y top right;
		margin-bottom: 10px;
}

.searchsubmit{
		background: #2493C1;/* turquoise */
		font-weight: bold;
		font-size: x-small;
		color: #fff;
		border: 1px solid #2493C1;/* turquoise */
}

.searchclear{
		background: #A369AC;/* dark purple */
		font-weight: bold;
		font-size: x-small;
		color: #fff;
		border: 1px solid #A369AC;/* dark purple */
}

/*////////////////////////////
	CHECKOUT 
////////////////////////////*/

.basket
{
	border: 1px solid  #B48EBA;/* purple */
}

.basketheader td
{
	background-color:  #B48EBA;/* purple */
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}

.basketcell td
{
	border: 1px solid  #B48EBA;/* purple */
	padding: 3px;
}

.totals
{
	border: 1px solid #2493C1;/* turquoise */
	border-collapse: collapse;
}

.totals th
{
	background-color:  #2493C1;/* turquoise */
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}

.totals td
{
	border: 1px solid #2493C1;/* turquoise */
	padding: 3px;
	padding-left: 10px;
	text-align: right;
}

.singleborder
{
	border: 1px solid #2493C1;
}



#babybritelogo{
	width: 173px;
	margin: 0px 0px 5px 11px;
	padding: 0px;
}