/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

body {
  background: #3373BA url(/images/background.jpg) repeat-x;
  padding: 20px;
  font-family: Georgia,myriad,Verdana;
  font-size: 13px;
  line-height: 18px;
  color: #414141;
}

h1, h2, h3, h4 {
  color: #587da4;
}

h1 {
  font-size:15px;
  font-weight:normal;
  margin:10px 0;
}
h2 {
  font-size: 15px;
  margin: 12px 0;
}
h3 {
  color: #414141;
  font-size: 14px;
  margin-top: 22px;
}

p {
  font-size:14px;
  line-height:1.7em;
  margin:8px 0;
}

a {
  cursor: pointer;
  color: #414141;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrapper, #footer {
  margin: 0px auto;
  width: 1034px;
}

#wrapper {
  border: solid 10px #e5ecf5;
  background: white;
  padding: 7px;
  background: #fff url(/images/bottom-background.png) bottom left no-repeat;
}

#content {
  min-height: 300px;
  padding-top: 28px;
  padding-left: 40px;
  padding-bottom: 97px;
}

#header {
  background: #fff url(/images/top-background.png) top left no-repeat;
  margin: -7px;
  height: 125px;
}

#header img.logo {
  position:absolute;
  top:19px;
  margin-left: -7px;
}

#header #menu {
  width: 829px;
  margin-left: 242px;
}
#header #menu li {
  line-height: 12px;
  display: inline-block;
  float: left;
  border-right: solid 1px #e5ecf5;
}
#header #menu li.last {
  border-right: none;
}
#header #menu a {
  color: #587da4;
  text-decoration: none;
  display: block;
  padding: 9px 8px;
  font-size: 13px;
  text-align: center;
}
#header #menu a img{
  position:absolute;
  top:11px;
}
#header #menu a img.accessories{
  margin-left: 10px;
}
#header #menu a img.beds {
  margin-left: -8px;
}
#header #menu a img.mattresses {
  margin-left:10px;
  top: 7px;
}
#header #menu a:hover {
  text-decoration: underline;
}
#header #phone {
  color:#587DA4;
  font-family:verdana;
  font-size:17px;
  font-weight:bold;
  margin-left:510px;
  margin-top:48px;
  position:absolute;
}

#footer {
  padding: 0px 0;
  margin-top: 5px;
  color: white;
}

#footer #copyright {
  font-size: 11px;
  margin: 10px 0;
  text-shadow:1px 1px #222;
}
#footer #links {
  font-size: 11px;
  text-shadow:1px 1px #222;
}
#footer #links a {
  color: white;
  text-decoration:none;
}
label {
  font-weight: bold;
  margin: 2px 0;
  display: inline-block;
}
input, textarea {
  border: solid 1px #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  padding: 3px;
  color: #391808;
  width: 98%;
}
textarea {
  height: 120px;
}
input[type=button], input[type=submit] {
  background: url(/images/button-background.png) repeat-x;
  padding: 12px 7px;
  min-width: 100px;
  text-align:center;
  border-bottom: solid 1px #587da4;
  border-right: solid 1px #587da4;
  border-top: solid 1px #e5ecf5;
  border-left: solid 1px #e5ecf5;
  text-decoration: none;
  font-size: 13px;
  width: auto;
  height: 42px;
}
input[type=button]:hover, input[type=submit]:hover {
  border: solid 1px #587da4;
}

.errorExplanation {
  background: #FF3333;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: white;
  font-weight: bold;
}
.errorExplanation h2 {
  color: white;
  margin: 4px 0;
  font-size: 16px;
}
.errorExplanation p {
  margin: 4px 0;
}
.errorExplanation ul {
  list-style-type: disc;
}
.errorExplanation li {
  margin-left: 25px;
}
.fieldWithErrors {
  display: inline;
}
.fieldWithErrors label {
  color: #FF3333;
}
.fieldWithErrors input, .fieldWithErrors textarea {
  border-color: #FF3333;
}

.clear {
  clear: both;
}

.loading {
  display: none;
}
#flash-notice, #flash-error {
  border-bottom:1px solid;
  border-top:1px solid;
  font-weight:bold;
  margin:3px -3px 14px -44px;
  padding:10px 0 10px 30px;
  background-repeat: no-repeat;
  background-position: 10px 8px; 
}
#flash-error {
  border-color: red;
  color: red;
  background-color: pink;
  background-image: url(/images/error.png); 
}
#flash-notice {
  border-color: green;
  color: green;
  background-color: lightgreen;
  background-image: url(/images/success.png); 
}

#header #showroom-search {
  position:absolute;
  margin-left:838px;
  margin-top:56px;
}
#header #showroom-search input {
  width: 94px;
}
.watermark {
  color: #999;
}

a.button {
  display: inline-block;
  background: url(/images/button-background.png) repeat-x;
  padding: 12px 10px;
  min-width: 100px;
  text-align:center;
  border-bottom: solid 1px #587da4;
  border-right: solid 1px #587da4;
  border-top: solid 1px #e5ecf5;
  border-left: solid 1px #e5ecf5;
  text-decoration: none;
  font-size: 15px;
  vertical-align: middle;
}

a.button:hover {
  border: solid 1px #587da4;
}
a.button span {
  background: url(/images/go.png) no-repeat right center;
  padding-right:15px;
}

a.button.small {
  font-size: 13px;
  padding: 7px 4px;
  min-width: 30px;
}

#welcome {
  background: url(/images/homepage-image.png) no-repeat right top;
  height: 466px;
  margin-left: -20px;
  margin-bottom: -97px;
}

#welcome .koala {
  margin-left:572px;
  margin-top:242px;
  position:absolute;
}

#welcome #buttons {
  margin-left:34px;
  margin-top:346px;
  position:absolute;
}
#welcome #buttons #row2 {
  padding-left: 20px;
}

#welcome #gallery {
  height:196px;
  margin-top:26px;
  position:absolute;
  text-align:center;
  width:448px;
}


#gallery .jcarousel-item {
  height:121px;
  width: 140px;
  border: solid 4px white;
}

#gallery .jcarousel-prev, #gallery .jcarousel-next {
  height:40px;
  margin-top:54px;
  position:absolute;
  width:40px;
}

#gallery .jcarousel-prev {
  background:transparent url(/images/gallery-prev.png) no-repeat scroll 0 0;
  margin-left: -8px;
}

#gallery .jcarousel-next {
  background:transparent url(/images/gallery-next.png) no-repeat scroll 0 0;
  margin-left: 435px;
}

#contact {
}

#contact #general {
  float: left;
  width: 233px;
}
#contact #general .phone {
  display:block;
  font-size:20px;
  margin:20px 0;
}
#contact #showrooms {
  padding:0 8px;
  float:left;
  width:374px;
}
#contact #form {
  float:left;
  width:327px;
  padding: 10px 20px 0 0;
}
#contact #form form {
  margin-top: 40px;
  background: #f2f6f9;
  padding: 10px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#contact #form form img.title {
  position: absolute;
  margin-top: -40px;
}
#contact #showrooms .showroom {
  display: inline-block;
  width: 176px;
  zoom: 1;
  *display: inline;
}

#contact #form a.button {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  margin-left: 140px;
}

#content > #showrooms {
  min-height: 500px;
}

#showrooms #map {
  float:right;
  height:500px;
  width:500px;
  margin-top: 67px;
}

#showrooms #search {
  width: 400px;
}
#showrooms #search input {
  width: 80%;
}

#showrooms #results {
  width: 440px;
  background: #f2f6f9;
  padding: 30px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 20px 0;
}

table {
  width: 100%;
}
table td, table th {
  padding: 6px 4px;
  text-align: left;
  vertical-align: middle;
}

table tr.alternate td {
  background: #fff;
}

#videos {
  height: 520px;
}

#videos #player {
  position: absolute;
  width: 640px;
  height: 480px;
}
#videos #episodes {
  position: absolute;
  margin-top: 10px;
  margin-left: 640px;
  background: #f2f6f9;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  padding: 20px 30px;
}
#videos #episodes .title {
  position: absolute;
  margin-top: -50px;
}
#videos #episodes .video {
  margin: 15px 0;
  width: 240px;
  border: solid 1px transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}

#videos #episodes .video:hover {
  background: white;
}
#videos #episodes .video.selected {
  background: white;
  border: solid 1px #587da4;
}
#videos #episodes .video img {
  float: left;
  margin: 5px 5px;
}
#videos #episodes .video span.name {
  display: block;
  margin: 6px 0 4px 0;
}
#videos #episodes .video span.description {
  display: block;
  font-weight: bold;
  margin: 0 0 4px 0;
}
#videos #episodes .video a.video-link {
  display: none;
}

#posts, #post-details {
}
#posts {
  width: 350px;
  margin-left: 230px;
  clear: right;
}
.post h2 {
  font-size: 22px;
}
#posts .post img {
  float: left;
  margin: 10px 10px 10px 0;
  clear: left;
}
#post-details .post-body img {
  float: left;
  margin: 10px 10px 10px 0;
  clear: left;
}

#post-details .post-body img {
  float: left;
  margin: 10px 10px 10px 0;
  clear: left;
}

#history {
  padding: 10px; 
  border: solid 1px #ccc;
  width: 180px;
  float: left;
  background: #f2f6f9;
}

#history ul.posts {
  display: none;
}
#history a {
  cursor: pointer;
}
#history ul {
  list-style-position:inside;
  list-style-type: disc;
}
#history ul ul {
  margin-left:17px;
}
#history ul ul li {
}

a#subscribe {
  background:transparent url(/images/rss.jpg) no-repeat scroll left center;
  display:inline-block;
  font-size:14px;
  font-weight:bold;
  margin-top:10px;
  padding:3px 0 0 29px;
}

#product {
  min-height: 400px;
}
#product #image {
  width: 500px;
  height: 400px;
  float: right;
  margin: 10px;
  text-align: right;
  padding: 10px;
}
#product #info {
  margin-top: 30px;
}
#product #info img.title {
  position: absolute;
  margin-top: -50px;
}
#product #info #specs {
  background: #f2f6f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 30px 10px 20px;
  float: left;
  margin-right: 20px;
  width: 250px;
}
#product #info #details {
  margin: 0 20px;
}
#product #info #details span#label {
  font-weight: bold;
  display: block;
}
#product #info #details span#price {
  font-weight: bold;
  display: block;
  font-size: 24px;
  margin-bottom: 17px;
}

#products {
  text-align: center;
}
#products .product {
  display: inline-block;
  text-align: center;
  width: 300px;
  border: solid 5px transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 8px;
  zoom: 1;
  *display: inline;
}
#products .product:hover {
  border-color: #f2f6f9;
}
#products .product a {
  display: block;
  font-size: 16px;
}
#footer .addthis_toolbox {
  background: white;
  padding: 5px;
  width: 160px;
  position: absolute;
  margin-left: 880px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
