.springpedic {}

body {
    margin: 0 0 0 0;
    background: #0e066e url(/content/images/backtop.png) repeat-x;
    color: #000;
    font-family: Arial, Verdana;
}

p, h1 {
	margin: 0 0 0 0;
}

#header, #main_content, #nav_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

#main_content>div {
	margin-left: auto;
	margin-right: auto;
}

#wrapper {

}

#header {
    height: 100px;
}

#main_content {
    background: whitesmoke;
}

#nav {
    height: 25px;
    width: 100%;
    background: #ccc;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
}

#nav_wrapper {

}

#nav ul {
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav ul li {
    float: left;
    width: 100px;
    text-align: center;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:active  {
    width: 100px;
    line-height: 25px;
    text-decoration: none;
    color: #000;
}

#nav ul li a:hover  {
    width: 100px;
    line-height: 25px;
    background: #ccc;
}

.navitem {
}

#logo {
    margin-top: 10px;
}

#img_home {
    background: url(/content/images/img_home.gif);
    height: 250px;
}

.content {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
}

.marquee {
    width: 450px;
    height: 200px;
    padding: 15px;
    display: none;
}

.leftCol {
    width: 100px;
    text-align: right;
	vertical-align: top;
}

.rightCol {

}

.msg {
    border: solid #000 1px;
    background: whitesmoke;
    color: red;
    height: 60px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 5px;
    -moz-border-radius: 5px;
}

.mattress_list {
	width: 700px;
	border: solid #000 1px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	-moz-border-radius: 5px;
}

#modal-overlay { 
    position: fixed; 
    z-index:100; 
    top: 0px; 
    left: 0px; 
    height:100%; 
    width:100%; 
    background: #000; 
    display: none; 
}

#modal-window { 
    position: fixed; 
    z-index: 102; 
    display:none; 
    top:50%; 
    left:50%; 
} 
#modal-window img { 
    display: block; 
    border: 3px solid #ccc; 
}

#modal-load { 
    position: fixed; 
    height:200px; 
    width:200px; 
    background: url(/content/images/loading.gif) no-repeat; 
    z-index:103; 
    top: 50%; 
    left: 50%; 
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ 
} 