/*******************************************
*
* Clear CSS
*
*******************************************/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*******************************************
*
* The Couture Doll Bed CSS
*
*******************************************/

html {
	height:100%;
	overflow-y:scroll;
}
body {
	height:100%;
	background:url(../images/bg.gif) repeat;
	font-family:"Trebuchet MS",Helvetica,Arial,Tahoma,sans-serif;
	font-size:13px;
	color:#000;
}
p,h1,h2,h3,h4,h5,h6 {
	padding:10px 0;
}
blockquote {
	margin:0px;
	padding:10px 0 10px 10px;
}
.quote {
   margin:1em 20px;
   padding-left:50px;
   background:transparent url(../images/quote.png) no-repeat;
   font-style:italic;
}
.notice {
	color:#FF0000;
	font-weight:bold;
}
ul,ol,li {
	/* margin:5px 2px; */
}
a,a:visited {
	color:#516854;
	text-decoration:none;
}
a:hover {
	color:#516854;
	text-decoration:underline;
}
h1 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:bold;
	color:#2d4630;
	text-transform:uppercase;
	border-bottom:solid 1px #bf0000;
}
h2 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:bold;
	color:#2d4630;
	border-bottom:solid 1px #bf0000;
}
h3 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	color:#2d4630;
	border-bottom:solid 1px #bf0000;
}
h4 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	color:#2d4630;
	border-bottom:solid 1px #bf0000;
}
h5 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:bold;
	color:#2d4630;
	border-bottom:solid 1px #bf0000;
}
h6 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#2d4630;
	border-bottom:solid 1px #bf0000;
}
#wrapper {
	position:relative;
	min-height:100%;
}
.clear {
	clear:both;
}
* html #wrapper {
	height:100%;
}

/*******************************************
*
* Header
*
*******************************************/

#header {
	width:960px;
	height:161px;
	background:url(../images/header-bg.png) #516854;
	margin:0 auto;
	text-align:center;
}

/*******************************************
*
* Navigation
*
*******************************************/

#nav_wrap {
	background:#000;
	width:960px;
	margin:0 auto;
}
.nav_content {
	width:960px;
	min-width:960px;
	margin:0 auto;
	color:#fff;
	text-align:center;
	padding:10px 0;
	text-transform:uppercase;
	font-size:16px;
}
.nav_content ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.nav_content ul li {
	position:relative;
	display:inline;
	float:left;
	padding-left:70px;
}
.nav_content ul li a {
	display:block;
	color:#fff;
}
body#index a#index_link,
body#about a#about_link,
body#about a#origins_link,
body#around a#about_link,
body#around a#around_link,
body#designer a#about_link,
body#designer a#designer_link,
body#exhibitions a#about_link,
body#exhibitions a#exhibitions_link,
body#news a#about_link,
body#news a#news_link,
body#aboutbeds a#aboutbeds_link,
body#aboutbeds a#exquisite_link,
body#handcrafted a#aboutbeds_link,
body#handcrafted a#handcrafted_link,
body#gallery a#aboutbeds_link,
body#gallery a#gallery_link,
body#shop a#shop_link,
body#shop a#intro_link,
body#beds a#shop_link,
body#beds a#beds_link,
body#rugs a#shop_link,
body#rugs a#rugs_link,
body#outfits a#shop_link,
body#outfits a#outfits_link,
body#accessories a#shop_link,
body#accessories a#accessories_link,
body#the_little_room a#shop_link,
body#the_little_room a#the_little_room_link,
body#ship a#shop_link,
body#ship a#ship_link,
body#privacy a#shop_link,
body#privacy a#privacy_link,
body#testimonials a#testimonials_link,
body#contact a#contact_link {
	font-weight: bold;
	text-decoration:underline;
}
body#index a#index2_link,
body#about a#about2_link,
body#around a#about2_link,
body#designer a#about2_link,
body#exhibitions a#about2_link,
body#news a#about2_link,
body#aboutbeds a#aboutbeds2_link,
body#handcrafted a#aboutbeds2_link,
body#gallery a#aboutbeds2_link,
body#shop a#shop2_link,
body#beds a#shop2_link,
body#rugs a#shop2_link,
body#outfits a#shop2_link,
body#the_little_room a#shop2_link,
body#accessories a#shop2_link,
body#ship a#shop2_link,
body#privacy a#shop2_link,
body#testimonials a#testimonials2_link,
body#contact a#contact2_link {
	font-weight: bold;
	text-decoration:underline;
}
.subnav {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
/*******************************************
*
* Main Content
*
*******************************************/

#content {
	background:#fff;
	width:920px;
	margin:0 auto;
	padding:20px
}
#left_content {
	float:left;
	width:740px;
}
#right_content {
	float:right;
	width:170px;
}
#shop_nav {
	float:left;
	width:80%;
}
#view_cart {
	float:right;
	width:100px;
	padding:10px 0 0 0;
}
/*******************************************
*
* Footer
*
*******************************************/

#footer {
	margin:0 auto;
	width:960px;
	background:#fff;
}
#footer_nav {
	width:960px;
	background:#000;
	margin:0 auto;
}
#copyright {
	padding:10px;
	font-size:0.9em;
}
#copyright_left {
	float:left;
	width:650px;
}
#copyright_right {
	float:right;
	width:270px;
	text-align:right;
}
