/***************************************
**	Global Styles
****************************************/
* {
	font-family: arial;
	margin: 0px;
	padding: 0px;
}
body {
	background: #75de96;
	text-align: center;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#pcMain ul {
	margin-left: 15px;
}
#pcMain li {
	margin-left: 15px;
}
/***************************************
**	Site Structure
****************************************/
#wrap {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}
#header {
	padding: 30px 0;
}
#content_container {
	background: url('images/content_bg.png') repeat-y top left;
}
#content {
	background: url('images/navigation_bg.png') repeat-x top left;
	width: 100%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#navigation {
	height: 69px;
	width: 760px;
	background: url('images/navigation_right_corner.png') no-repeat top right;
}
#right_side {
	width: 760px;
	float: right;
	clear: none;
}

/***************************************
**	Header Styles
****************************************/
#banners {
	position: relative;
	background-color: #fff;
	border: 10px solid #eceb8e;
	float: right;
	height: 115px;
	width: 600px;
}
#banners img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo {
	margin: 20px 0 0 25px;
}

/***************************************
**	Navigation Styles
****************************************/
#navigation_links {
	float: right;
	clear: none;
	margin-top: 40px;
	margin-right: 15px;
}
#navigation_links li {
	float: left;
	list-style-type: none;
	margin: 0 5px;
}
#navigation_links li a {
	color: #000;
	*font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

/***************************************
**	Sidebar Styles
****************************************/
#top_left_sidebar {
	padding: 20px 0 10px 7px;
	float: left;
	width: 179px;
	background: url('images/top_left_sidebar_bg.png') no-repeat top left;
}
#top_left_sidebar_footer {
	width: 179px;
	height: 15px;
	background: url('images/top_left_sidebar_footer_bg.png') no-repeat top left;
	float: left;
	clear: left;
}
#bottom_left_sidebar {
	padding: 20px 0 10px 7px;
	float: left;
	clear: left;
	width: 179px;
	background: url('images/bottom_left_sidebar_bg.png') no-repeat top left;
}
#bottom_left_sidebar a {
	display: inline-block;
	padding: 2px 0;
	color: #333;
	font-size: 13px;
}
#bottom_left_sidebar ul {
	margin-left: 9px;
}
#bottom_left_sidebar_footer {
	width: 179px;
	height: 11px;
	background: url('images/bottom_left_sidebar_footer_bg.png') no-repeat top left;
	float: left;
	clear: left;
}
#sidebars ul {
	
}
#sidebars li {
	list-style-type: none;
}

/***************************************
**	Search Box
****************************************/
#shopping_cart {
	margin-right: 20px;
}
#search_box {
	float: right;
	margin-top: 30px;
	height: 21px;
	margin-right: 20px;
	*margin-top: 33px;
}
#search_box table td {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	height: 33px;
}
#search_input {
	width: 86px;
	height: 17px;
	background: transparent;
	*height: 21px;
	*width: 68px;
	border: 0px;
	padding: 4px 0 0 8px;
	_padding: 0px;
	_padding-bottom: 2px;
}
.submit_button {
	cursor: pointer;
}
#search_form {
	display: inline-block;
	_display: block;
}
#text_box_td {
	background: url('images/search_input_bg.png') no-repeat;
	background-position: center left;
}

/***************************************
**	Footer Styles
****************************************/
#footer_links {
	margin-left: 10px;
}
#footer_links li {
	margin: 10px 20px 30px 0;
	list-style-type: none;
	float: left;
}
#footer_links a {
	font-size: 12px;
	color: #fff;
}
#cart_footer {
	margin: 3px 10px 0 0;
	float: right;
}

/***************************************
**	Other Styles
****************************************/
.invisible_submit {
	position: absolute;
	visibility: hidden;
}
.clear_both {
	clear: both;
}

#pcMainArea {
	width: 730px !important;
}
#hoverPreview {
	display:none;
}
#catcontainer {
	z-index: 1 !important;
}