/*
	Sealy Australia (Screen Styles)
	Created: CreatedDate, WDG Brisbane
	Current Version: January 2009, Phase New Media	
	
	# This stylesheet contains
	    - Base HTML Elements
	    - Link Styling
	    - Heading Styling
	    - Utility Styles
*/

/*
	** Imported stylesheets
*/
@import url(form.css);
@import url(structure.css);
@import url(components.css);
@import url(navigation-hover.css);


/*
	** Base HTML Elements
*/

html {overflow-y: scroll;}

body
{
	margin: 0;
	padding: 0 0 30px;
	
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}
#bedSelector
{
	background-image: url(../images/bed-selector-bg.jpg);
	background-repeat: repeat-x;
	background-color: #EBFFFF;
}

p
{
	margin: 5px 0 10px;
	
	line-height: 130%;
}

sup
{
	font-size: 60% !important;
}

ul, ol
{
	margin: 5px 0 10px;
	padding: 0;
}
ol
{
	margin: 6px 0 7px;
}
ul li, ol li
{
	margin-left: 25px;
	padding: 0;
}


/*
	** Link Styling
*/
a:link
{
	color: #005e8d;
}
a:visited
{
	color: #1488c1;	
}
a:hover,
a:active
{
	color: #1c2e36;
}
a img
{
	border: 0;
}


/*
	** Heading Styling
*/
h1, h2, h3, h4, h5, h6
{
	margin: 5px 0 10px;
	
	color: #1d4b78;
	color: #5e8333;
	font-family: Arial, Sans-Serif;
}
h1
{	
	margin: 0 0 2px;
	
	color: #3ca9d4;
	font-style: italic;
	font-size: 150%;
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-Serif;
}
#home .content h1
{
	width: 360px;
	height: 140px;
	margin: 0 0 15px;
	
	background-image: url(../images/welcome-to-sealy-new.gif);
	background-repeat: no-repeat;
	
	letter-spacing: -1000em;
	text-indent: -999em;
}
#welcome-animation
{
	width: 360px;
	height: 140px;
	margin: 0 0 15px 0px !important;
	padding:0px;	
}
h2
{
	font-size: 130%;
	font-style: italic;
}
h3
{
	font-size: 120%;
}
h4, h5, h6
{
	font-size: 110%;
}


/*
	** Utility Styles
*/
.offleft,
.sir h2,
.sir h3
{
	position: absolute;
	left: -8000px;
	width: 4000px;
}
hr 
{
	clear: both;
	visibility: hidden;
	height: 16px !important;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
.group
{
	margin: 15px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.center
{
	text-align: center !important;
}
.sir
{
	letter-spacing: -1000px;
	text-indent: -999px;
}
.newlink {
	display:none !important;
}
.hide
{
	display: none;
}
.invisible
{
	visibility: hidden;
}

.grey
{
	color: #5e5e5e;
}

.content img.right
{
	margin-left: 10px;
}
.mtop
{
	margin-top: 12px !important;
}

ul.flat
{
	list-style-type: none;
}
ul.flat li
{
	margin: 0 0 4px;
}
#mediabox ul.flat
{
	font-size: 110%;
}
#mediabox ul.flat li a span
{
	background-position: 0px 2px;
}