BODY {font-family:arial,helvetica,sans-serif;font-size:12px;margin:0px auto;width:750px;
color:#000000;
position:relative;
background-color:#D1BBDA;
}
.accessibility,.topLink {display:none}
.clear {clear:both}
A {color:#0000ff}
DIV#siteOffline {background-color:red;color:#FFF;font-weight:bold;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;padding:3px 5px;text-align:center;margin-bottom:10px;border-bottom:2px solid black}
PRE {background-color:#FFC;border:1px dashed red;margin:10px;padding:10px; color:#000;}
DIV#container {
	background-color:#FFFFFF;
	border:2px solid #571A87;
	margin:0 auto;
	position:relative;
}

DIV#header {
	padding-top:10px;
}

H1#siteTitle {
	margin:0;
	padding:0;
}

H1#siteTitle A {
	margin:0;
	padding:0;
	display:block;
	width:256px;
	height:84px;
	margin:0px auto;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	
}

H1#siteTitle A SPAN {
	display:none;
}

H2#strapLine {
	position:absolute;
	top:0;
	left:0;
	
}

DIV#miniCart {
	position:absolute;
	top:10px;
	right:10px;
	border:2px solid #D1BBDA;
	padding:2px;
	font-weight:bold;
}

DIV#miniCart A {
	text-decoration:none;
	color:#D1BBDA;
}

DIV#miniCart A SPAN {
	color:#ff0000;
}

DIV#miniCart H3 {
	display:none;
}

DIV#topNav {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:15px;
	display:block;
	/*width:550px;*/
	width:100%;
	margin:0 auto;
	position:relative;
}

DIV#topNav UL {
	margin:0;
	padding:0;
	float:left;position:relative;
	left:50%;
}

DIV#topNav UL LI {
	margin:0;
	padding:0;
	list-style:none;
    float:left;position:relative;
    right:50%;
}

DIV#topNav UL LI A {
	padding:0px 10px 0px 10px;
	border-right:1px solid #A4A4A4;
	text-decoration:none;
	color:#a4a4a4;
}

DIV#topNav UL LI A.lastLink {
	border:none;
}
DIV#topNav UL LI A:hover {
	color:#D1BBDA;
}

DIV#content {
	clear:both;
}	

DIV#mainNav {
width:100%;
display:block;
padding-top:10px;
margin-left:1px;
position:relative;
}
.menu {
width:748px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:124px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:113px; 
height:20px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#571A87; 
padding-left:10px;
line-height:19px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:113px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#CEA8EE url(../images/drop.gif) bottom right no-repeat;
}

DIV#mainNav li.drop {
	background-image:url(../images/drop.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#320f4f url(../images/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#320f4f url(../images/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#CEA8EE;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#320f4f;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:21px;
left:0; 
width:150px;

}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
z-index:10;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#CEA8EE; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#320f4f;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#320f4f;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
DIV#content {
	padding-top:10px;
	border-bottom:2px solid #571A87;

}

BODY#index DIV#content {
	background-image:url(../images/index.jpg);
	background-position:2px 0px;
	background-repeat:no-repeat;
}

BODY#index DIV#pageContent {
	border-top:2px solid #571A87;
	margin-top:402px;
	
}

BODY#index DIV#pageContent H2#pageTitle {
	font-size:14px;
	text-align:center;
	margin-top:10px;
}

DIV#pageContent {
	margin-bottom:20px;
	color:#652D91;
	padding:0 20px;
}

DIV#pageContent HR {
	color:#571A87;
	background-color:#571A87;
	height:2px;
}

H2#pageTitle {
	margin-top:0;
}

DIV#footer {
	color:#c0c0c0;
	font-size:10px;
	padding:5px 10px 5px 10px;
}

DIV#footer A {
	color:#c0c0c0;
	text-decoration:none;
}

DIV#site-footer {
	float:left;
	width:45%;
	position:relative;	
}

DIV#gwp-footer {
	float:right;
	width:45%;
	text-align:right;
	position:relative;
}

DIV#leftBar {
	margin-left:10px;
	
}

DIV#menu2 {
	clear:both;
	float:left;
	position:relative;
	background-color:#ffffff;
	z-index:-40;
}

DIV#leftBar > DIV#menu2 {
	z-index:auto;
}

DIV#menu2 UL {
	margin:0;
	padding:0;

}

DIV#menu2 UL LI {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:5px;
	
}

DIV#menu2 UL LI A {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}

DIV#menu2 UL LI UL {
	margin:0;
	padding:0;
	margin-left:20px;
}

DIV#menu2 UL LI UL LI {
	margin:0;
	list-style-image:url(../images/bullet.gif);
	
}

DIV#menu2 UL LI UL LI A {
	color:#652D91;
	font-weight:normal;
}

BODY#shop DIV#pageContent {
	margin-left:170px;
}

BODY#shop H2#pageTitle {
	background-color:#EFEAF5;
	padding:5px;
	margin:0;
	font-size:14px;
	margin-bottom:10px;
	width:520px;
}

H2#pageTitle {
	background-color:#EFEAF5;
	padding:5px;
	margin:0;
	font-size:14px;
	margin-bottom:10px;
}

.productListing {
	margin:0;
	padding:0;
	float:right;
	background-color:#FFFFFF;
	position:relative;
	width:535px;
	z-index:-40;
}

DIV#pageContent > .productListing {
	z-index:auto;
}

DIV#pageContent > DIV.productListing {
}

DIV#categoryDescription {
	padding-bottom:25px;
	margin-bottom:10px;
	position:relative;
}

.productFullDescription {
}

.productImage {
	float:left;
	
}

.productImage IMG {
	border:none;
	
}

.productDetails {
	width:380px;
	float:left;
}

.productTitle {
	background-color:#EFEAF5;
	padding:5px;
	margin:0;
	font-size:14px;
}

.productShortDescription {
	padding:10px 20px;
	padding-bottom:30px;
}

.productMoreLink {
	position:absolute;
	bottom:5px;
	right:10px;
	width:110px;
	text-align:center;
}

.productMoreLink A {
	display:block;
	text-decoration:none;
	background-color:#EFEAF5;
	color:#571A87;
	padding:5px;

}

.productBackLink {
	float:right;
	margin-top:10px;
	width:110px;
	text-align:center;
}

.productBackLink A {
	display:block;
	text-decoration:none;
	background-color:#EFEAF5;
	color:#571A87;
	padding:5px;
}

.productName {
	background-color:#EFEAF5;
	padding:5px;
	margin:0;
	font-size:14px;
	margin-bottom:10px;
	width:520px;
}
.productAdd {
	background-color:#EFEAF5;
	padding:5px;
	width:50%;
	margin-top:10px;
	border:1px solid #571A87;
}

DIV#cartTable {
	background-color:#EFEAF5;
	border:1px solid #571A87;
	width:80%;
	margin:0 auto;
}

.button {
	display:block;
	text-decoration:none;
	background-color:#EFEAF5;
	color:#571A87;
	padding:5px;
	border:1px solid #571A87;
	cursor:pointer;
}
.orderButton {
	
	margin-top:10px;
	width:140px;
	text-align:center;
	border:1px solid #642B91;
}

.orderButton A {
	display:block;
	text-decoration:none;
	background-color:#EFEAF5;
	color:#571A87;
	padding:5px;
}

.checkoutTable {
	background-color:#EFEAF5;
	border:1px solid #571A87;
	width:80%;
	margin:0 auto;
}

.checkoutTable TD {
	padding:2px;
}

.formRequired {
	color:#ff0000;
}

.formLabel {
	text-align:right;
}

.formError {
	color:#ff0000;
	font-weight:bold;
}

.formErrors {
	background-color:#EFEAF5;
	padding:5px;
	color:#ff0000;
}

DIV#formMsg {
	margin:0 auto;
	font-weight:bold;
	text-align:center;
	width:80%;
	background-color:#EFEAF5;
	border:2px solid #571A87;
	padding:3px 5px;
	margin-bottom:10px;
}