/*	-------------------------------------------------------------
	-------------------------------------------------------------
	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: 754px;
}

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

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

#userMenu {
	margin: 0 auto 5px auto;
	width: 755px;
	font-size: 0.9em;
	color: #666;
}

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

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



/*	-------------------------------------------------------------
	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 {
	display: inline; /* silly ie6 fix */
	width: 465px;
	margin-left: 18px;
	padding: 12px 0 20px 0;
	float: left;
	line-height: 1.4em;
}

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



/*	-------------------------------------------------------------
	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 #bbb;
	color: #ec008c;
	font-weight: normal;
	padding: 5px 0 1px 0;
	margin-bottom: 5px;
}

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

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

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

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


/*	-------------------------------------------------------------
	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 0;
	text-align: center;
	font-size: 1.2em;
	color: #543e36;
	background: url(../images/quickLink_bg.gif) no-repeat 50% 100%;
	text-decoration: none;
}

#menuOther li a:hover {
	color: #ec008c;
}

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


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

#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
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
	border-top: 1px solid #999;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border-bottom: 1px solid #5fa349;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border-bottom: 1px solid #e5ca47;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}