@charset "utf-8";
/* CSS Document */

/*/// BASIC STUFF ///*/

body, html {
    margin: 14px auto;
	padding: 0;
	background-image: url(../images/pandoraBG.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

body {	
	min-width:960px
}

a, a:visited {
	color: #ff01f6;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff01f6;
	text-decoration: underline;
}

a img, a:visited img, a:hover img, a:active img {
	border: 0;	
}


#wrap {
    margin:0 auto 0px;
    width: 960px;
	text-align: left;
}

.clearingDiv {
	clear: both;
}

.bold {
	font-weight: bold;	
}

.spacer30 {
	margin: 30px 0 0 0;	
}


.spacer50 {
	padding: 50px 0 0 0;	
}

#sidebar {
	text-align: center;
	font-size: 10px;
	width: 260px;
	float: left;
	margin: 0 0 0 22px;
}

#sidebar p {
	clear: both;	
}

#content {
	margin: 23px 0 0 304px;
	width: 618px;
}

#mainContentTop {
	background: url(../images/contentTop.gif);
	background-repeat: no-repeat;
	width: 618px;
	height: 12px;
}

#mainContent {
	background: url(../images/contentMiddle.gif);
	background-repeat: repeat-y;
	width: 568px;
	min-height: 655px;
	padding: 30px 25px 30px 25px;
}

#mainContentBottom{
	background: url(../images/contentBottom.gif);
	background-repeat: no-repeat;
	width: 618px;
	height: 12px;
	clear: both;
}

#logo {
	border: none;
}

.productItemNotFound {
	display:none;
}

.catalogueItemNotFound {
	display:none;
}

#sidebar ul, #sidebar li {
	margin: 0px 0px 6px 0px;
	padding: 0;
	list-style-type: none;
	text-align: -moz-center; 
}

/*/// NAV ROLLS ///*/

/* NAV1  */

#viewCrtBtn {
	background: transparent url(../images/viewCartBtnOff.gif) no-repeat;
    width: 158px;
}

#viewCrtBtn a, #viewCrtBtn a:visited {
	background: transparent url(../images/viewCartBtnOff.gif) no-repeat;	
    width: 158px;
	height: 36px;
	display: block;
}

#viewCrtBtn a:hover {
	background: transparent url(../images/viewCartBtnOn.gif) no-repeat;	
}

/* NAV2  */

#home {
	background: transparent url(../images/storeHomeOff.gif) no-repeat;
    width: 158px;
}

#home a, #home a:visited {
	background: transparent url(../images/storeHomeOff.gif) no-repeat;	
    width: 158px;
	height: 36px;
	display: block;
}

#home a:hover {
	background: transparent url(../images/storeHomeOn.gif) no-repeat;	

}

/* NAV3  */

#email {
	background: transparent url(../images/emailUsBtnOff.gif) no-repeat;	
    width: 158px;
}

#email a, #email a:visited {
	background: transparent url(../images/emailUsBtnOff.gif) no-repeat;	
    width: 158px;
	height: 36px;
	display: block;
}

#email a:hover {
	background: transparent url(../images/emailUsBtnOn.gif) no-repeat;	
}

/* NAV4  */

#mainSite {
	background: transparent url(../images/visitOurSiteBtnOff.gif) no-repeat;
    width: 158px;
}

#mainSite a, #mainSite a:visited {
	background: transparent url(../images/visitOurSiteBtnOff.gif) no-repeat;	
    width: 158px;
	height: 36px;
	display: block;
}

#mainSite a:hover {
	background: transparent url(../images/visitOurSiteBtnOn.gif) no-repeat;	
}

/* NAV5  */

#blog {
	background: transparent url(../images/blogOff.gif) no-repeat;
    width: 158px;
}

#blog a, #blog a:visited {
	background: transparent url(../images/blogOff.gif) no-repeat;	
    width: 158px;
	height: 36px;
	display: block;
}

#blog a:hover {
	background: transparent url(../images/blogOn.gif) no-repeat;	
}