body {
	background-image:url(../styleImages/bg.png);
	background-position:center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding:0;
	background-color: #211d41;
	color: #404141;
	font: 12px Arial, sans-serif;
}

a {
	outline:none;
	border:none;
}

a img {
	border:none;
	}

#pageSurround {
	width: 765px;
	margin: 0px auto;
	padding: 0;
	background-color: #FFFFFF;
	border-left:2px solid #211d41;
	border-right:2px solid #211d41;
}

#PageOuter {
	background-image:url();
	background-position:center top;
	background-repeat:no-repeat;
	width:775px;
	margin:0 auto;
	padding:0;
}


#Header {
	background-image:url(../styleImages/header-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-align: right;
	height: 158px; 
	width: 765px;
	margin:0 0 -3px 0;
	}

#Nav {
	background-image:url(../styleImages/nav-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 35px;
	width:755px;
	margin:0 0 10px 0;
	padding:2px 0 0 10px;
	}

#Nav ul {
	margin:0;
	padding:0;
	}

#Nav li {
	list-style-type:none;
	display:inline;
	}

#Nav li a.home {
	background-image:url(../styleImages/home-btn-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	width:54px;
	display:block;
	float:left;
	text-indent:-3000px;
	padding:0;
	}

#Nav li a:hover.home {
	background-image:url(../styleImages/home-btn-hover-bg.png);	background-position:left top; background-repeat:no-repeat;
	}
	
#Nav li a.shop {
	background-image:url(../styleImages/shop-btn-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	width:52px;
	display:block;
	float:left;
	text-indent:-3000px;
	padding:0;
	}

#Nav li a:hover.shop {
	background-image:url(../styleImages/shop-btn-hover-bg.png); background-position:left top; background-repeat:no-repeat;
	}
	
#Nav li a.productinfo {
	background-image:url(../styleImages/productinfo-btn-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	width:120px;
	display:block;
	float:left;
	text-indent:-3000px;
	padding:0;
	}

#Nav li a:hover.productinfo {
	background-image:url(../styleImages/productinfo-btn-hover-bg.png);	background-position:left top; background-repeat:no-repeat;
	}

#Nav li a.gallery {
	background-image:url(../styleImages/gallery-btn-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	width:76px;
	display:block;
	float:left;
	text-indent:-3000px;
	padding:0;
	}
	
#Nav li a:hover.gallery {
	background-image:url(../styleImages/gallery-btn-hover-bg.png);	background-position:left top; background-repeat:no-repeat;
	}
	
ul#Nav li a.contact {
	background-image:url(../styleImages/contact-btn-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	width:73px;
	display:block;
	float:left;
	text-indent:-3000px;
	padding:0;
	}
	
#Nav li a:hover.contact {
	background-image:url(../styleImages/contact-btn-hover-bg.png);	background-position:left top; background-repeat:no-repeat;
	}
	
#Nav li a.testimonials {
	background-image:url(../styleImages/testimonials-btn-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:26px;
	width:116px;
	display:block;
	float:left;
	text-indent:-3000px;
	padding:0;
	}

#Nav li a:hover.testimonials {
	background-image:url(../styleImages/testimonials-btn-hover-bg.png);	background-position:left top; background-repeat:no-repeat;
	}
	
/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}

#Currency{
	padding: 15px 35px 2px 0;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	font-size:11px;
	color: #404141;
	text-transform:uppercase;
	margin:0pt 0pt 10px 0px;
	padding:3pt 0pt 2px;
	} 

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: #666;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color:3aa8cc;}


/**SHOPPING CART
************************/
#ShoppingCart {
	background-image:url(../styleImages/shoppingcart-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:-27px 0 0 0;
	padding: 5px 0 0 10px;
	width:211px;
	height:95px;
	float:right;
	font-size:12px;
}

#ShoppingCart .ViewBasket {
	padding:5px 10px 0 0;
	text-align:right;
}

#ShoppingCart a {
	color:#015796;
	text-decoration:none;
	padding: 3px 0 0 0;
	font-weight:bold;
}

#ShoppingCart a:hover {
	color:#404141;
	font-weight:bold;
}

/**SIDEBARBOX
************************/
.SidebarBox {
	background-image:url(../styleImages/sidebar-box.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 0 -2px ;
	padding:10px 0 0 10px;
	height:279px;
	width:212px;
	position:absolute;
	top:100px
}

.SidebarBox h3 {
	color:#015796;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin:0pt;
	padding:6px 0pt 5px 0px;
}

.SidebarBox .link {
	text-align:right;
	padding:0 5px 5px 0;
}

.SidebarBox .link a {
	color:#015796;
	text-decoration:none;
}

/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	left: 0px;
	width: 220px;
	height:700px;
	margin:0 0px 0 0; 
	padding:10px 0 0 5px;
	float: right;
	font-size:11px;
	z-index:20;
	}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #ffffff;
	height: 20px;
	width:100%;
	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	font-size: 14px;
	color: #015796;
	font-weight: bold;
	font-style: italic;
	text-align:left;
	}

.subHeading h3 a {
	color: #ffffff;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeading h3 a:hover {
	color: #ffad00;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin:0pt 10pt 5px 10px;
	padding:0pt 0pt 2px;
	}

.LeftBox a {
	color: #015796;
	text-decoration:none;
	}

.LeftBox a:hover {
	color: #ffad00;
	text-decoration:none;
	}

/**CART NAV
*************************/
.CartNav {
	font-size:12px;
	margin:0pt 10pt 5px 10px;
	padding:0pt 0pt 2px;
	}

.CartNav a {
	color: #015796;
	text-decoration:none;
	}

.CartNav a:hover {
	color: #404141;
	text-decoration:none;
	}

.CartNav ul {
	margin:3px 0 0 0;
	padding:0;
}

.CartNav li.nobullet {
	list-style-type:none;
	margin-left: -5px;
	}

.CartNav ul li {
	list-style-position:inside;
	margin:0px;
	padding:3px 0 3px 0;
	border-bottom:1px dotted #CCCCCC;
	}

/**LEFT COLUMN - PAYMENT ICONS
*******************************/
#PaymentIcons {
	background-image:url(../styleImages/payment.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #FFF;
	width:215px;
	height:234px;
	margin:0 0 15px 0;
	position:absolute;
	top:550px
}

/**LEFT COLUMN - MAILING LIST
*******************************/
#MailingList {
	padding:0px 5px 15px 5px;
	margin: 10px 5px 0 0;
	color:#404141;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	position:absolute;
	top:365px;
	}

#MailingList p {
	margin-bottom:5px;
	font-size:12px;
	}
	
#MailingList .SubmitBtn {
	background:none;
	background-color: #DFE0E0;
	color:#404141;
	border:none;
	cursor:pointer;
	display:block;
	float:right;
	margin:-25px 0px 0;
	padding:2px 0 2px 0;
	text-align:right;
	width:auto;
	height:auto;
}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #FFFFFF;
	background: #3AB0D6;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	margin:0;
	}

.ul-nav, .li-nav{
	font-size: 11px;
	display: block;
	}

.ul-nav{
	width: 190px;
	padding: 0px;
	font-size: 11px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	}

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	background-color:#3ab0d6;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #ffaa00;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a{
	padding: 2px;
	font-size: 11px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	color: #FFFFFF;
	text-decoration:none;
	}

.li-nav a:hover{
	padding: 2px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFAD00;
	text-decoration:none;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #FFAA00;}



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #404141;
	background: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:5px 0 0 10px;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	width:280px;
	text-align:left;
	font-size:12px;
	margin:0;
	padding:2px 0;
	}

#RandText a {
	color: #015796;
	text-decoration:none;
	font-weight:bold;
	}

#RandText a:hover {
	color: #404141;
	text-decoration:none;
	font-weight:bold;
	}
	
#RandDesc {
	width:260px;
	position:absolute;
	text-align:left;
	font-size:12px;
	margin:0 0 0 100px;
	padding:2px 0;
	color: #404141;
	}

/**MAIN CONTENT SECTION
************************/
#Content {
	position: relative;
	width:507px;
	float: left;
	margin: -10px 0 0 10px;
	padding:0;
	}


#Content p {margin:8px 0px 0px 0px; line-height:14px; background-color:transparent;}

#ContentBox {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


/**IMAGE GALLERY
************************/
#ImageGallery {
	margin:8px 0px 0px 0px;
	}
	
#ImageGallery img {
	border:3px solid #DFE0E0;
	float:none;
	margin:9px 8px 0 0px;
	padding:0px;
	text-align:center;
	}
	

/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	background:#FFFFFF; 
	height: 30px;
	padding:0;
	margin:0;
	}


h1 {
	font-size: 21px;
	color: #015796;
	font-weight: bold;
	font-style: italic;
	padding:6px 0 3px 0px;
	margin:0;
	}


h2 {
	font-size: 18px;
	color: #015796;
	font-weight: bold;
	font-style: italic;
	padding:6px 0 3px 5px;
	margin:0;
	}


h3 {
	margin:0;
	padding:5px 0 5px 0px;
	font-size: 16px;
	color: #015796;
	font-weight: bold;
	font-style: italic;
	text-align:left;
	}


h4 {
	font-size: 13px;
	color: #6F9994;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}

blockquote {
	font-size: 12px;
	color: #404141;
	font-weight: bold;
	padding:6px 0 3px 5px;
	margin:0;
	}

blockquote span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	}
	
/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb { display:none;}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	}


/**PAGE BASE
*******************/
#PageBase {
	background-image: url(../styleImages/pagebase-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px 0 -3px 0;
	padding:0;
	height:128px;
	width:765px;
	}

/**SITE DOCUMENTS
*******************/
#SiteDocs {
	background-image: url(../styleImages/footer-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	margin:0;
	padding: 15px 10px 0 10px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-size: 9px;
	height:24px;
	width:745px;
	}
	
#SiteDocsCart {
	background-image: url(../styleImages/footerCart-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	margin:0;
	padding: 15px 0 0 10px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-size: 9px;
	height:24px;
	width:755px;
	}

#SiteDocsCart a:link, #SiteDocsCart a:visited, #SiteDocsCart a:hover,
#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
	}

#SiteDocsCart a:hover,
#SiteDocs a:hover {
	color: #015796;
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin:8px 0px 0 0px;
	}
	
	
/**FEATURED PRODUCT - HOMEPAGE
*******************************/
#Featured Products {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#Inner {
	margin: 0px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	height: 145px;
	margin: 5px 5px 20px 5px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin:3px auto;
	border:3px solid #dfe0e0;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #404141;
	}

.LPName a:link, .LPName a:visited {
	color: #015796;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #404141;
	text-decoration:underline;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	font-style: italic;
	font-weight:bold;
	color: #ce2f19;
	}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #404141;
	background:#FFFFFF;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#ffaa00;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px dotted #CCC;
	margin-right: 10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px dotted #ccc;
	}

.catview a {
	color:#3AB0D6;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/


.catview {
	margin:5px 0;
	padding:0;
	width:98%;
	}

.catsep {
	padding-right:8px;
	padding-bottom:35px;
	}


.catsep h2, .catsep h2 a {
	font-size: 14px;
	color: #015796;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 3px 0px;
	margin:0;
	}

.catsep h2 a:hover {
	color:#404141;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
	color:#3AB0D6;
	text-decoration:none;
	}

.catview p {line-height:12px;}
.catview .Price {
	color:#CE2F19;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:center;
	margin:20px auto;
	padding:0;
	width:auto;
	height:auto;
	}

#MoreImages {}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.LightBox {
	float:left;
	margin:0 0 30px 15px;
	height:1%;
	}

.LightBoxImage {
	text-align:center;
	margin:0;
	padding:5px;
	border: 1px solid #CCC;
	}


/**PRODUCT DESCRIPTION
***********************/
#ProdDescription {
	text-align:left;
	padding:0;
	margin-bottom:20px;
	color: #404141;
	background: #FFFFFF;
	}

#ProdDescription h2 {
	color:#015796;
	border-bottom:1px dotted #CCCCCC;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	margin:0pt;
	padding:6px 0pt 5px 0px;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #cccccc;
	padding:10px 0;
	margin:0;
	text-align:left;
	height:20px;
	width:100%;
	}

#ProdPrice {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:50%;
	height:66%;
	font-size:20px;
	padding: 0;
	margin:0;
	text-align:left;
	color:#CE2F19;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	}

#ProdReviews {
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	margin:0 0 0 65px;
	}

#ProdReviews a {
	color: #404141;
	background: #FFFFFF;
	text-decoration:none;
	}

#ProdReviews a:hover {text-decoration: none; color: #FFAA00}

#TellAFriend {
	float:right;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:100%;
	margin:0;
	padding:4px 0 0 0;
	background:white;
	}

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	}

#TellAFriend a {
	color:#3aa8cc;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#211d41;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
	}

#Options {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #404141;
	background: #FFFFFF;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#404141;
	background: #FFFFFF;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #404141;
	font-size:14px;
	width:507px;
	margin:10px 0px 10px 0;
	padding: 10px 0px 10px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:2px 10px 2px 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}

/**CUSTOMER REVIEWS - RELATED PROD
**********************************/
#RelatedProducts {
	margin:10px 0 25px 0;
}

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #404141;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}


.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

#ReviewArchives {
	clear:left;
}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #ffffff; 
	padding: 3px;
	}	

.ReviewContent {
	padding: 5px;
	font-style:italic;
	color: #404141;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase; color:#015796; font-weight:bold;}

.ReviewedBy {
	color: #404141;
	background: #FFFFFF;
	padding: 3px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 10px 0;
	}

.Date {
	color: #404141;
	background: #FFFFFF;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #404141;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
}