/*
COLOUR SCHEME:
==================

#080852		logo colour
#3636a9		contrast lighter blue
#5555a9		another light blue
#14143e		a darker blue
*/


/*
Taken from original stylesheet
*/
body, td {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 140%;
}

body {
	background-color: #aaaac9;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 180%;
	color: #080852;
	line-height: 120%;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 150%;
	color: #080852;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 140%;
	color: #000;
}

q {
	font-size: 120%;
	font-style: italic;
	color: #5555a9;
}

/* === */


/*
Main content
*/
.content {
	padding: 10px;
	/*text-align: center;*/
	text-align: left;
}

.content a:link {text-decoration: none; color: #3636a9;}
.content a:visited {text-decoration: none; color: #3636a9;}
.content a:hover {text-decoration: none; color: #000000;}

#header {
	background-color: white;
}

#header img {
	margin: 0;
	padding: 0;
	border: 0;
}

#header_title {
	margin: 0;
	padding: 5px 10px;
	background-color: #080852;
	color: #ddd;
	width: 100%;
}
#header_title strong {
	color: #ccc;
}

#header_title strong a {
	color: #ccc;
	text-decoration: none;
}

#header_title2 {
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	text-align: right;
}

#main {
	margin: 0;
	padding: 0 2px;
	background-color: #fff;
	border: 1px solid black;
	border-top: none;
	clear: both;
	font-size: 11pt;
}

#main h1, #main p {
	padding: 0 4px 0 4px;
}

#main_video {
	width: 740px;
	margin: 1px;
	padding: 0 2px;
	background-color: white;
	height: 100%;
	float: right;
}

#main_video h1, #main_video p {
	padding: 0 2px 0 0;
}

#footer {
	clear: both;
	background-color: #080852;
	color: white;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 2em;
	padding: 0 10px;
	margin: 0 0 2em 0;
	text-align: center;
}

#footer a {
	color: white;
	text-decoration: none;
	padding: 4px 20px;
	margin: 0;
}

#footer a:hover {
	background-color: #5555a9;
}

/*
Menu
*/

.menu_horiz {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	}

div.menu_horiz {
	height: 160px;
	border-bottom: 1px dotted #5555a9;
	margin-bottom: 20px;
}

.menu_horiz li {
	/*display: inline;*/
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-color: white;
	width: 94px;
	height: 80px;
}

.menu_horiz li a {
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: black;
	margin: 0;
	display: block;
	width: 94px;
	height: 80px;
	background-color: white;
}

.menu_horiz li a:hover {
	filter: alpha(opacity=0); opacity:0.0; -moz-opacity:0.0;
}


.menu_beds_pine {background-image: url(../images/menu/beds_pine.gif); }
.menu_beds_divan {background-image: url(../images/menu/beds_divan.gif); }
.menu_beds_metal {background-image: url(../images/menu/beds_metal.gif); }
.menu_beds_bunk {background-image: url(../images/menu/beds_bunk.gif); }
.menu_beds_zip {background-image: url(../images/menu/beds_zip.gif); }
.menu_beds_leather {background-image: url(../images/menu/beds_leather.gif); }
.menu_beds_guest {background-image: url(../images/menu/beds_guest.gif); }
.menu_beds_electric {background-image: url(../images/menu/beds_electric.gif); }
.menu_beds_designer {background-image: url(../images/menu/beds_designer.gif); }

.menu_mattresses {background-image: url(../images/menu/mattresses.gif); }
.menu_headboards:hover {background-image: url(../images/menu/headboards.gif); }
.menu_suites:hover {background-image: url(../images/menu/suites.gif); }
.menu_carpets:hover {background-image: url(../images/menu/carpets.gif); }
.menu_furniture:hover {background-image: url(../images/menu/furniture.gif); }
.menu_design:hover {background-image: url(../images/menu/interior_design.gif); }


/*
Misc elements
*/

.textbox {
	text-align: left;
	padding: 4px;
	font-size: 12pt;
}

.textbox h3 {
	color: #fff;
	background-color: #5555a9;
	font-family: times, serif;
	font-size: 24pt;
	line-height: 1em;
	margin: 0;
	padding: 4px 3px;
}

.home_table {
	width: 100%;
	margin: 0;
	vertical-align: top;
}

.home_table tr {
	vertical-align: top;
}

.home_table td {
	margin: 0;
	padding: 0 0 20px 0;
}

.home_table_title {
	width: 300px;
	text-align: right;
}

td.home_table_title {
	padding-right: 20px;
}

.home_table_title h2 {
	color: #080852;
	vertical-align: top;
	font-family: times, serif;
	font-size: 30pt;
	text-transform: lowercase;
	letter-spacing: -2px;
	word-spacing: 1px;
	line-height: 1em;
}

.textbox2 {
	width: 450px;
	vertical-align: top;
	/*background-color: #4e4e4e;
	color: #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;*/
	text-align: left;
	margin: 0 5px 5px 0;
	padding: 10px;
}

.textbox2 h3 {
	font-family: times, serif;
	font-size: 22pt;
	font-weight: bold;
	/*color: #fff;
	background-color: #5555a9;*/
	color: #5555a9;
	padding: 4px 3px;
	letter-spacing: -2px;
	word-spacing: 1px;
	line-height: 1em;
}

.textbox2 ul {
	list-style: disc;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

.textbox2 ul li {
	padding: 4px 6px;
	line-height: 1em;
	color: #5555a9;
}

.textbox {
	width: 300px;
}

.products_list {
	width: 300px;
	/*border: 1px solid #000;*/
}

.products_list p {
	font-weight: bold;
}

.products_list a {
	font-weight: normal;
	font-size: 90%;
	color: #3636a9;
	padding: 2px;
}

.products_list a:hover {
	color: #fff;
	background-color: #3636a9;
	text-decoration: none;
}

.products_list h3 {
	color: #fff;
	background-color: #5555a9;
	font-family: times, serif;
	font-size: 24pt;
	line-height: 1em;
	margin: 0;
	padding: 4px 3px;
}

.phonebox {
	/*border: 1px solid black;*/
	text-align: left;
	padding: 4px;
	font-size: 11pt;
	font-weight: bold;
}

.phonebox table {
	margin: 0;
	padding: 0;
}

.phonebox td {
	width: 50%;
	font-size: 12pt;
	font-weight: bold;
}

.phonebox h3 {
	color: #fff;
	background-color: #5555a9;
	/*font-family: times, serif;*/
	font-size: 18pt;
	line-height: 1em;
	margin: 0;
	padding: 4px 3px;
}
