﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background:#000000;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-family:"trebuchet MS", Helvetica, sans-serif;
	background-image: url("images/zebra.png");
	min-width:900px;
}



#sitemessage {
	display:block;
	float:right;
	background:#ffffff;
	max-width:240px;
	z-index:2;
	background:#ffffff url("images/stripe9.png");
}

#sitemessage p {
	padding:10px;
	margin:3px;
	border:5px #000000 ridge;


}


/*
#sitemessage {
	display:block;
	float:right;
	background:#ffffff url("images/sitemessage.png");
	text-align:center;
	vertical-align:middle;
	width:240px;
	height:150px;
	z-index:2;
}

#sitemessage p {
	padding: 20px;
}
*/

#outerbox {
	margin: 0;
	margin-top: 0;
}


#masthead {
	height:180px;	
	width:100%;
	background: url("images/leopard_bright.png");
}

#logo {
	height:180px;
	background: url("images/logo2b.png");
	background-repeat:no-repeat;
	background-position:center;
}

#top_nav, #shopcats, .cartbutton {
	font-family: "Comic Sans MS", "Curlz MT",cursive;
	font-size:large;
	font-weight:bold;	
	letter-spacing:.1em;
}

#top_nav {
	width:100%;
	background-color:#000000;
	text-align:center;
	/*border-bottom: 5px #FF0064 solid;*/
	border-top: 1px #A3A3A3 solid;
	border-bottom: 1px #A3A3A3 solid;

	
}

#top_nav ul  {
	/*display:inline;  Removes large gaps in IE/Win */
}


#top_nav a, #top_nav span a {
	display:inline-block;
	padding: 3px 10px;
	margin:5px 0 5px 5px;
	background-color:#FF0083;
	color:white;
	text-decoration:none;
	font-weight:bold;
	width: 6em;
}

#top_nav a:hover {
	background-color:#00C800;
	color:black;
}


#container {
	position:relative;
	margin: 0 auto;
	padding: 10px 0;
	width:900px;
	background-image: url("images/ornatelyfunky2.png");
	border-left: 3px #000000 solid;
	border-right: 3px #000000 solid;
	min-height:520px;
}

#left_col {
	width: 160px;
	float: left;
	margin: 0 10px;
	padding: 10px;
	background-color:#FF0083;
	background-color:#00C800;
	padding-bottom: 30px;

}

.cartbutton {
	margin-top:30px;
	border-top:2px #00C800 solid;
	border-top:2px #000000 solid;
}

#shopcats a, .cartbutton a {
	padding:5px 0;
	display:inline-block;
	color:white;
	text-decoration:none;
	border-bottom:2px #FF0083 solid;
	border-bottom:2px #00C800 solid;

}

#shopcats a:hover, .cartbutton a:hover {
	color:black;
	border-bottom:2px #00C800 dotted;
	border-bottom:2px #FF0083 dotted;

}

#page_content {
	margin: 0 10px;
	margin-left: 200px;
	min-height:490px;
	padding-bottom:20px;
	background:#ffffff url("images/fleur3.png") no-repeat bottom right;
}


#page_content_box {
	padding:20px;
	min-width: 640px;

}

#footer {
	clear: both;
	color:white;
	background:#000000;
	font-size:x-small;
	text-align:center;
	padding:5px 0;
	margin: 0 auto;
	width:906px;
}

img {
	border:0; 
}

table {
	background:#ffffff;
}

.boldtext {
	font-weight:bold;
}