/* CSS Document created by www.crashingbydesign.com.au October 2007*/

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #585c56;
	text-align: center;
}

.skiplinks {
	position: absolute;
	top: -5em;
	left: 0;
	width: 100%;
	height: 1.2em;
	display:block;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.4em;
	background: transparent;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 0;
	z-index:100;
}

.skiplinks:focus, .skiplinks:active {
	top: 0;
	text-indent: 0;
	background: #B7BABC;
	color: #fff;
	border: 0;
} 

#container {
	margin: 0 auto;
	width: 100%;
	background: url(../images/headerbg.gif) repeat-x;
	position: relative;
}

#container2 {
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	background: #585c56 url(../images/container2bg.gif) repeat-x; 
	position: relative;
}

.inside #container2 {
	background: #585c56 url(../images/container2bg-inside.gif) repeat-x; 
}

#container3 {
	
	width: 100%;
	position: relative;
	background: #868479;
}


/*------------------------------------- HEADER -------------------------------------------*/

#header {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 890px;
	border: 0;
	z-index: 0;
	background: #585c56 url(../images/bedicon.gif) top right no-repeat;
}


#logo {
	width: auto;
	height: 103px;
	text-align: left;
	padding: 12px 0;
}



/*-------------------------------------------- NAV -------------------------------------------*/

#nav {
	height: 2.2em;
	width: auto;
	text-align: left;
	margin: 8px auto 0 auto;
	width: 890px;
	position: relative;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	height: 100%;
}

#nav ul li {
	display: inline;
	text-transform: uppercase;
	height: 100%;
}


#nav ul li a {
	text-decoration: none;
	color: #fff;
	margin: 0 -0.1em;
	/*line-height: 1.5em;*/
	line-height:1.8em;
	height: 100%;
	/*top right bottom left*/
	padding: 0.7em 0.7em 0.7em 0.7em;
	background: #585c56;
}

#nav ul li a:hover {
	background: #868479;
}

#nav ul li a.current {
	background: #868479;
}


/*-------------------------------------------- BANNER AREA ------------------------------------*/
#banner, #awards, #bedrngmenu {
	background: #F2F4ED url(../images/banner.jpg) no-repeat;
	height: 288px;
	margin: 0 auto;
	width: 890px;
}

.inside #banner {
	background: #E8EADF url(../images/banner-inside.jpg) no-repeat;
	height: 129px;
}

.inside #awards {
	background: #E8EADF url(../images/awards-banner.jpg) no-repeat;
	height: 129px;
}

.inside #bedrngmenu {
	background: #E8EADF;
	height: 129px;
}
#banner #productpromo {
	height: 235px;
	width: 224px;
	margin: 21px 21px 0 0;
	padding: 16px;
	float: right;
	background: #fcfdfb;
	font-size: 1.1em;
	color: #6C6E68;
	text-align: left;
}

#banner #productpromo p {
	clear: both;
	margin: 0;
	padding: 0;
}

#banner #productpromo a {
	color: #414741;
}



/*------------------------------------------- CONTENT -----------------------------------------------*/

#content {
	position: relative;
	height: auto;
	margin: 0 auto;
	width: 890px;
	padding: 0;
	color: #fff;
	text-align: left;
	font-size: 1.1em;
}


/* hack to ensure Mozilla browsers enclose the floated elements with the #content div */
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* end hack */



#content .column {
	width: 265px;
	float: left;
	margin: 15px 2em 0 1.1em;
	padding: 12px 0 3em 0;
}

#content .col3 {
	margin-right: 0;
}

.floatleft {
	float: left;
	margin: 0 1em 1em 0;
	border: 2px solid #414641;
}

.floatright {
	float: right;
	margin: 0 0 1em 1em;
	border: 2px solid #414641;
}


#content p {
	line-height: 1.6;
}

#content a, #content a:active {
	color: #BCBBB5;
}

#content a:visited {
	color: #fff;
}	

#content a:hover {
	text-decoration: none;
}
#content ul {
	margin-left: 2em;
	padding-left: 0;
	list-style-image: url(../images/bullet.gif);
}
#content li {
	padding: 0 0 0.6em 0;
	margin: 0;
	line-height: 1.1;
}

.membertop
{
    background-color: gray;
    clear: none;
}
    
h1 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform:lowercase;
}


.inside h1 {
	color:  #585C56;
	margin-bottom: 2em;
}

.membertop h1
{
    color: white;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #0076B4;
}

.inside h2 {
	color: #868479;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
}

h4 {
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #868479;
}


#content table {
	border-collapse: collapse;
	border: 1px solid #d1d1d1;
	margin: 1em 0;
	font-size: 1em;
}	

#content th {
	 background: #868479;
	 font-size: 1.1em;
}
#content th, #content td {
	border: 1px solid #d1d1d1;
	padding: 0.4em;
	text-align: left;
	vertical-align: top;
}

blockquote {
	margin-left: 0;
	padding-left: 2em;
	border-left: 5px solid #868479;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.mapbtn
{
    background-color: #21517C;
    border: 1px solid #fff;
    color: #ffffff;
    width: 7.5em;
    height: 18px;
    font-size: 1em;
    margin: 0 0 0 0;
    /*float: right;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor:pointer;
}

.storesrchbtn
{
    background-color: #21517C;
    border: 1px solid #fff;
    color: #ffffff;
    width: 2.5em;
    height: 21px;
    font-size: 1em;
    margin: 0 0 0 0;
    /*float: right;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor:pointer;
}

.viewallbtn
{
    background-color: #21517C;
    border: 1px solid #fff;
    color: #ffffff;
    width: 9em;
    height: 21px;
    font-size: 1em;
    margin: 0 0 0 0;
    /*float: right;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor:pointer;
}

#beddingfooter
{
    font-size: 9px;
    font-style: italic;
    text-align: center;
}

/*-------------------------------------------- FOOTER ----------------------------------------------*/

#footer {
	clear: both;
	color: #585c56;
	margin: 0 auto;
	width: 890px;
	padding: 2em 0;
	font-size: 1.1em;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}
.hidlinks
{
    display: none;
    visibility: hidden;
}
