@charset "UTF-8";
/* CSS Document */

body	{
	margin: 20px;
	background: url(/styles/default/graphics/body_bg.png);
}

*	{
	font-size: 13px;
	font-family: Trebuchet MS, Arial, sans-serif;
}

img	{
	border: 0;
	vertical-align: bottom;
}

div, form, ul, li, p, h1, h2, h3	{
	margin: 0;
	padding: 0;
}

input	{
	font-size: 11px;
	/*height: 12px;*/
}

select	{
	font-size: 11px;
	height: 18px;
}

h1	{
	color: #d71f85;
	font-size: 150%;
}

h2	{
	color: #d71f85;
	font-size: 130%;
}

h3	{
	color: #d71f85;
	font-size: 110%;
}

hr	{
	height: 3px;
	background: #d71f85;
	border: 0px;
}

a, a:visited	{
	color: #d71f85;
	text-decoration: underline;
}

a:hover	{
	color: #000;
	text-decoration: underline;
}


/* --------------------------------------------------------- layout styles */

#main_wrapper	{
	width: 932px;
	background: #fff;
	border: 2px solid #000;
	padding: 6px;
	margin: 0 auto;
}

#inner_wrapper	{
	border: 1px solid #000;
	background: #fbe8f3 url(/styles/default/graphics/header.png) no-repeat top center;
	width: 100%;
	display: table;
}

#logo a	{
	text-indent: -5555px;
	display: block;
	width: 250px;
	height: 124px;
	margin: 0 auto;
}

#wrapper_shoppingbag	{
	background: #fbe8f3 url(/styles/default/graphics/shoppingbag_bg.png) no-repeat bottom left;
	border-bottom: 22px solid #d71f85;
	width: 100%;
}

#wrapper_chair	{
	background: #fbe8f3 url(/styles/default/graphics/chair_bg.png) no-repeat bottom left;
	border-bottom: 22px solid #d71f85;
	width: 100%;
}

#content_wrapper	{
	float: right;
	width: 695px;
	padding-top: 20px;
	position: relative;
	display: block;
}

#sidenav_wrappper	{
	float: left;
	background: url(/styles/default/graphics/side_nav_top.png) no-repeat top;
	width: 178px;
	padding-top: 89px;
	margin: 20px 0 100px 0;
}

#sidenav	{
	background: url(/styles/default/graphics/sidenav_bg.png) no-repeat top;
	width: 148px;
	margin-left: 30px;
}

#sidenav_btm	{
	background: url(/styles/default/graphics/sidenav_btm.png) no-repeat bottom;
	width: 125px;
	padding: 20px 8px 20px 15px;
	position: relative;
}

#footer	{
	clear: both;
	text-align: center;
	font-size: 11px;
	padding-top: 15px;
}

#footer a	{
	font-size: 11px;
}


/* --------------------------------------------------------- home layout styles */

#frame_main	{
	background: url(/styles/default/graphics/home_large_frame.png) no-repeat;
	width: 456px;
	height: 391px;
	float: left;
}

#frame_main h1	{
	overflow: hidden;
	margin: 55px 19px 0 18px;
	width: 419px;
	height: 290px;
	text-align: center;
}

#frame_small1	{
	background: url(/styles/default/graphics/home_small_frame1.png) no-repeat;
	width: 219px;
	height: 218px;
	float: right;
}

#frame_small1 h1	{
	overflow: hidden;
	margin: 98px 0 0 31px;
	width: 156px;
	height: 104px;
	text-align: center;
}

#frame_small2	{
	background: url(/styles/default/graphics/home_small_frame2.png) no-repeat;
	width: 219px;
	height: 204px;
	float: right;
	margin-top: 10px;
}

#frame_small2 h1	{
	overflow: hidden;
	margin: 37px 0 0 31px;
	width: 156px;
	height: 104x;
	text-align: center;
}


/* --------------------------------------------------------- inner layout styles */

#main_title	{
	background:url(/styles/default/graphics/maintitle_bg.png) no-repeat top right;
	height: 64px;
	padding: 122px 0 0 136px;
	margin-bottom: 50px;
}

#main_title h1	{
	width: 191px;
	height: 46px;
	overflow: hidden;
}

#sub_title	{
	margin-right: 50px;
}

#contents	{
	margin: 30px 50px 50px 0;
}

#picture_frame	{
	background: url(/styles/default/graphics/picture_frame.png);
	width: 254px;
	height: 332px;
	float: right;
	margin: 0 0 10px 10px;
}

#picture_frame h1	{
	width: 210px;
	height: 286px;
	margin: 23px 0 0 22px;
	overflow: hidden;
}
