/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 14px Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	background: #543e36;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	margin: 0 auto;
	width: 960px;
}

#menu {
	padding-left: 80px;
	border-top: 5px solid #ec008c;
	background: #391f1f;
	height: 50px;
}

#header {
	background: #f7ded5 url(../images/header_bg.gif) repeat-x 65px 0;
	height: 215px;
}

#main {
	background: #f7ded5;
	padding: 0 0 20px 0;
}

#footer {
	background: url(../images/footer_bg.gif) repeat-x 0 5px;
	height: 180px;
	padding-top: 45px;
}



/*	-------------------------------------------------------------
	USERMENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userMenu {
	margin-bottom: 10px;
	padding: 10px 8px;
	color: #fff;
	border: 1px #ed6e64 solid;
	background: #f48071;
}

#content #userMenu a:link,
#content #userMenu a:visited {
	color: #fff;
}

#content #userMenu a:hover {
	text-decoration: none;
}



/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain {
	padding: 12px 0 0 0;
}

#menuMain li {
	display: block;
	float: left;
	padding: 0 15px;
}

#menuMain li a:link,
#menuMain li a:visited {
	float: left;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	color: #ebd7ac;
	font-size: 1.1em;
	line-height: 26px;
	height: 26px;
	background: url(../images/menuMain_left.gif) no-repeat left top;
}

#menuMain li a:link span,
#menuMain li a:visited span {
	display: block;
	padding-right: 10px;
	background: url(../images/menuMain_right.gif) no-repeat right top;
}

#menuMain li a:hover {
	color: #fff;
	background-position: 0 -52px;
	background-color:	#d1ba8a;
}

#menuMain li a:hover span {
	background-position: right -52px;
}

/*	Current Link
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#menuMain li a.active:link,
#menuMain li a.active:visited {
	color: #fff;
	background-color: #634e47;
	background-position: 0 -26px;
	padding-left: 10px;
}

#menuMain li a.active:hover {
	color: #fff;
	background-color: #d1ba8a;
	background-position: left -52px;
}

#menuMain li a.active:link span,
#menuMain li a.active:visited span {
	background-position: right -26px;
}
	
#menuMain li a.active:hover span {
	background-position: right -52px;
}
	


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
	
/*	-------------------------------------------------------------
	MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main .container {
	background: url(../images/main_bg.gif) repeat-y;
}

#mainTop {
	background: url(../images/main_top.gif) no-repeat top left;
}

#mainBot {
	background: url(../images/main_bot.gif) no-repeat bottom left;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}

#main #content {
	float: left;
	width: 650px;
	padding: 20px 20px 20px 25px;
	line-height: 1.4em;
}

#main #side {
	display: inline; /* silly ie6 fix */
	float: right;
	width: 206px;
	margin-right: 18px;
	padding-top: 25px;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	font: 1.9em Georgia, serif;
	color: #ec008c;
	font-weight: normal;
	padding: 5px 0 5px 0;
}

#content h2 {
	font: 1.4em Georgia, serif;
	border-bottom: 1px solid #ddd;
	color: #ec008c;
	font-weight: normal;
	padding: 5px 0 4px 0;
	margin-bottom: 5px;
}

#content h3 {
	padding: 5px 0 5px 0;
	font: 1.2em Georgia, serif;
	color: #777;
	font-weight: normal;
}

#content p {
	padding: 5px 0 10px 0;
	line-height: 1.3em;
}

#content a:link, #content a:visited {
	color: #ec008c;
}

#content a:hover {
	color: #a9196e;
}

#content ul li {
	padding: 5px 0 0 12px;
	background: url('../images/ul_li.gif') no-repeat left 12px;
}


/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	

/*	My Cart
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#myCart {
	padding: 7px 5px 7px 54px;
	background: #f089c6 url(../images/myCart_bg.gif) no-repeat 7px 11px;
	margin-bottom: 14px;
	border: 1px solid #e92d9c;
	color: #6b1134;
	font-weight: bold;
	font-size: 0.9em;
}

#myCart a:link,
#myCart a:visited {
	color: #9e3f64;
}
	

/*	Menu Other
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuOther {
	margin: 0 auto;
	width: 190px;
	padding-top: 8px;
	background: url(../images/quickLink_bg.gif) no-repeat 50% 0;
}

#menuOther li {
	display: inline-block; /* give ie6 a lil hand */
	width: 100%;
}

#menuOther li a:link,
#menuOther li a:visited {
	display: block;
	padding: 10px 0 15px 15px;
	font-size: 1.2em;
	color: #543e36;
	background: url(../images/quickLink_bg.gif) no-repeat 50% 100%;
	text-decoration: none;
}

#menuOther li a:hover,
#menuOther li.active a:link,
#menuOther li.active a:visited {
	color: #ec008c;
}

#menuOther li a span {
	letter-spacing: -1px;
}

#menuOther li ul li a:link,
#menuOther li ul li a:visited {
	font-size: 0.85em;
	padding-left: 28px;
}



/*	-------------------------------------------------------------
	HOME CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Home Products
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #product_boxes {
	padding-bottom: 30px;
}
	
#content .home_box {
	float: left;
	margin: 18px 20px 0 0;
	padding: 18px 16px;
	width: 170px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url('../images/home_featured_bg.gif') repeat;
}

#content .home_box.end {
	margin-right: 0;
}

#content .home_box h3,
#content .home_box h4 {
	padding: 3px 7px;
	font-size: 1.2em;
	background: #fff;
}

#content .home_box h4 {
	float: left;
}

#content .home_box h4,
#content .home_box h4 span {
	font-size: 0.9em;
	color: #684646;
}

#content .home_box h5 a:link,
#content .home_box h5 a:visited {
	float: right;
	padding: 3px 7px;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ec008c;
}

#content .home_box h5 a:hover {
	color: #fff;
	background: #f48071;
}

#content .home_box h3 a:link,
#content .home_box h3 a:visited {
	text-decoration: none;
}

#content .home_box .image {
	margin: 7px 0;
	padding: 2px;
	background: #fff;
	text-align: center;
}


/*	Home Categories
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #browse_categories {
	margin-bottom: 20px;
	border: 1px #f7ded5 solid;
}

#content #browse_categories .list {
	margin: 3px;
	padding: 12px 20px 15px 20px;
	border: 1px #f7ded5 solid;
	background: #f7ded5;
}

#content #browse_categories .list li {
	float: left;
	width: 150px;
}

#content #browse_categories .list li a:link,
#content #browse_categories .list li a:visited {
	text-decoration: underline;
	color: #ed6e64;
}

#content #browse_categories .list li a:hover {
	color: #ec008c
}


/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer a:link,
#footer a:visited {
	color: #968069;
}
	
#footerLogo {
	float: left;
}
	
#footer ul li {
	float: left;
	width: 280px;
}

#footer ul li p {
	padding: 0 0 10px 30px;
	font-size: 0.8em;
	color: #f8e4b6;
	line-height: 1.4em;
}

#footer span {
	color: #968069;
}

#footer #pxLogo {
	padding-top: 12px;
	text-align: right;
}



/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox {
	margin: 10px 0 10px 0;
	padding: 10px 10px 5px 35px;
	background: no-repeat 10px 10px;
	font-size: 12px;
}

.msgBox .title {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.msgBox .text {
	padding: 0 0 5px 0;
}

.msgBox a:link,
.msgBox a:visited {
	text-decoration: underline;	
}
	

/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.success {
	border: 1px solid #7fea6f;
	background-color: #dcf8d8;
	background-image: url(../../../images/icons/msgBox_success.gif);
	color: #009900;
}

.msgBox.success a:link,
.msgBox.success a:visited,
#content .msgBox.success a:link,
#content .msgBox.success a:visited {
	color: #009900;	
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.error {
	border: 1px solid #e9cc7c;
	background-color: #fdf0cd;
	background-image: url(../../../images/icons/msgBox_error.gif);
	color: #b17409;
}

.msgBox.error a:link,
.msgBox.error a:visited,
#content .msgBox.error a:link,
#content .msgBox.error a:visited {
	color: #a08106;	
}

/*	Fail
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.fail {
	border: 1px solid #f57878;
	background-color: #ffe1e1;
	background-image: url(../../../images/icons/msgBox_fail.gif);
	color: #cc3300;
}

.msgBox.fail a:link,
.msgBox.fail a:visited,
#content .msgBox.fail a:link,
#content .msgBox.fail a:visited {
	color: #cc3300;	
}
	


