/* CSS Document */

body	{
	margin: 0px;
	padding: 0px;
	background: #000;
}

div, p	{
	font-size: 14px; 
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #333;
}

img	{
	border: 0;
}

/*-------------------------------------------------------------------------------- top container */
#topwall_bg	{
	background: url(/styles/default/graphics/topwall_bg.jpg);
	height: 191px;
}

#topwall	{
	background: url(/styles/default/graphics/topwall.jpg);
	width: 960px;
	height: 191px;
}

#logo	{
	float: left;
}

#logo a	{
	display: block;
	overflow: hidden;
	width: 230px;
	height: 191px;
	text-indent: -5000px;
}

/*-------------------------------------------------------------------------------- newsletter */
#newsletter_container	{
	float: right;
	position: relative;
	top: 45px;
	right: 113px;
}

.newsletter_input	{
	width: 179px;
	height: 18px;
	padding: 2px;
	color: #333;
	font: bold 12px "Times New Roman", Times, serif, Georgia;
	background: #fff;
	border: 1px solid #8B7351;
}

.newsletter_submit	{
	background: #E9E4D3;
	color: #8B7351;
	padding: 2px;
	font: bold 12px "Times New Roman", Times, serif, Georgia;
	height: 18px;
	width: 55px;
}

/*-------------------------------------------------------------------------------- top navigation */

#topnav	{
	position: absolute;
	top: 70px;
	left: 230px;
	width: 585px;
	margin: 0;
	padding: 0;
	z-index: 200;
}


/*-------------------------------------------------------------------------------- contents container styles */
#woodpanel	{
	background: url(/styles/default/graphics/woodpanel.jpg);
	clear: both;
	display: table;
	width: 100%;
}

#main_container	{
	width: 980px;
	background: url(/styles/default/graphics/jenas.jpg) no-repeat right top;
	display: table;
}

#left_container	{
	width: 203px;
	position: absolute;
	padding-top: 39px;
}

html>body #left_container	{
	width: 203px;
	position: absolute;
	padding-top: 40px;
}

#inner_container	{/*
	width: 777px;
	float: right;*/
}

#right_container	{
	float: right;
	width: 165px;
}

#shoppingbag_container	{
	text-align: center;
	padding-right: 10px;
	margin-top: 95px;
}

#center_container	{
	width: 750px;
	float: left;
	background: url(/styles/default/graphics/main_container.png) repeat;
	margin:20px;
}

#center_wall	{
}

#center_wall_top	{
	padding: 30px;
}

#center_wall_top table	{
	clear:both;
}

html>body #center_btm	{
	background: url(/styles/default/graphics/center_btm.png) no-repeat;
	height: 3px;
}

#center_btm /* for IE */	{
	background: url(/styles/default/graphics/center_btm.jpg) no-repeat;
	height: 3px;
	margin-bottom: 20px;
}

html>body #commerce_search	{
	background: #8B7351;
	height: 25px;
	text-align: right;
	padding: 5px 5px 0 0;
}

#commerce_search /* for IE */	{
	background: #8B7351;
	height: 30px;
	text-align: right;
	padding: 5px;
}

/*-------------------------------------------------------------------------------- side menus */
#byBrand	{
	background: url(/styles/default/graphics/byBrand.jpg) right no-repeat;
	height: 34px;
}


#byBrand_menu	{
	width: 174px;
	height: 113px;
	background: url(/styles/default/graphics/byBrand_menu_bg.jpg) no-repeat;
	margin-left: 29px;
}

#byCategory	{
	background: url(/styles/default/graphics/byCategory.jpg) right no-repeat;
	margin-top: 8px;
	height: 34px;
}

#byCategory_menu	{
	width: 174px;
	height: 113px;
	background: url(/styles/default/graphics/byCategory_menu_bg.jpg) no-repeat;
	margin-left: 29px;
}

.arrow_container	{
	float: left;
	background: #000;
	width: 15px;
	border: 1px solid #000;
	margin: 10px 0 10px 10px;
}

.arrow_down	{
	margin-top: 65px;
}

.menu_container	{
	text-align: right;
	float: right;
	padding: 10px 10px 10px 0px;
}

#sale	{
	height: 0;
	position: absolute;
}

#sale a	{
	display: block;
	overflow: hidden;
	height: 0;
	text-indent: -5000px;
	text-align: left;
}

#newArrivals	{
	background: url(/styles/default/graphics/NewArrivals.jpg) right no-repeat;
	margin: 8px 0 20px 0;
	height: 34px;
	clear: both;
}

#newArrivals a	{
	display: block;
	overflow: hidden;
	height: 34px;
	text-indent: -5000px;
	text-align: left;
}

/*-------------------------------------------------------------------------------- footer */
#footer	{
	clear: both;
	background-color: #000;
	padding: 5px;
	color: #F2E7D3;
	font-size: 10px;
}

#footer a	{
	text-decoration: none;
	color: #F2E7D3;
	margin: 0 10px;
}

#footer a:hover	{
	text-decoration: underline;
	color: #F2E7D3;
	margin: 0 10px;
}

#sentias	{
	background-color: #000;
	padding: 2px 5px;
	color: #8B7351;
	font-size: 9px;
}

#sentias a	{
	text-decoration: none;
	color: #8B7351;
}

#sentias a:hover	{
	text-decoration: underline;
	color: #8B7351;
}

/*-------------------------------------------------------------------------------- link styles */
a:link	{
	text-decoration: underline;
	color: #7A3308;
}
a:hover, a:active	{
	text-decoration: none;
	color: #7A3308;
}
a:visited	{
	text-decoration: underline;
	color: #666;
}

/*-------------------------------------------------------------------------------- styles */
h1	{
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0;
}

h2	{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
