/****************************************************************
 * Style Sheet Name: global.css                                 *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Global/Default Styles                      *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Navy Blue: 			#003366					 	    *
 * Light Blue (hover):	#115aed						    *
 * Grey (Footer BG):	#8792a0						    *
 * Dark Grey (text);	#414042                                *
 *                                                              *
 ****************************************************************/

/* Global Definitions */

html, body {
	margin: 8px 0 8px 0;
	padding: 0;
	background-image:url(bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#424752;
	font-size: 11px;
	
	
}

a, visited, active{
    text-decoration: underline;
    color: #003366;
}

a:hover {
    text-decoration: underline;
    color: #115aed;
}

#container {
	width: 950px;
	
	min-height: 540px;
	margin: 15px auto;
	padding: 0;
	border:#fff solid 8px;
	background-color:#d4dfe8;
}

p{
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 15pt;

}

.hide {
	display: none; 
}

/*** MAIN HEADER ****************************/
#header {
    width: 950px;
    height: 67px;
    margin: 0 auto;
    padding: 0;
    background-image: url(header.jpg);
    background-repeat: no-repeat;
}

#header h1 {
    display: none;
    background-image:url(bucket-left_02.jpg);
}

h2, h3 {display: none;}

h4 {
color:#7b1237;
font-variant: small-caps;
font-size:27px;
font-weight: bold;
margin-top:0px;
margin-bottom:15px;
}

.left {
width:180px;
padding:0px;
margin-bottom:20px;
margin-top:20px;
}

.right {
margin-top:5px;
width:220px;
float:right;
padding:0px;
margin-bottom:25px;
clear:right;
}

/*** BUCKETS ****************************/

#buckets{
    width: 950px;
    height: 95px;
    margin: 0;
    padding: 0;
    list-style-type: none;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#buckets li{
    margin: 0;
    padding: 0;
    display:inline;

}

.bucket-left{
    width: 317px;
    height: 95px;
    margin: 0;
    padding: 0;
    float:left;
    background-image:url(http://www.beddingplusmattress.com/img/bucket-left_01.jpg);
}

.bucket-left:hover{
    background-image:url(http://www.beddingplusmattress.com/img/bucket-left_02.jpg);
}



.bucket-center{
    width: 316px;
    height: 95px;
    margin: 0;
    padding: 0;
    float:left;
    background-image:url(http://www.beddingplusmattress.com/img/bucket-center_01.jpg);
}

.bucket-center:hover{
    background-image:url(http://www.beddingplusmattress.com/img/bucket-center_02.jpg);
}

.bucket-right{
    width: 316px;
    height: 95px;
    margin: 0;
    padding: 0;
    float:left;
    background-image:url(http://www.beddingplusmattress.com/img/bucket-right_01.jpg);
}

.bucket-right:hover{
    background-image:url(http://www.beddingplusmattress.com/img/bucket-right_02.jpg);
}

/*** WHITE LINE ****************************/

#white-line{
	width: 950px;
	height: 5px;
	background-color:#FFF;
	overflow:hidden;
}

/*** FOOTER ****************************/
#footer{
	
	padding-top: 10px;
	width: 950px;
	height: 25px;
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	background-image:url(bg-footer.jpg);
	background-repeat:repeat-x;
}

#footer a{
	margin-left:8px;
	margin-right:8px;
	padding: 0;
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
    text-decoration: underline;
    color:#BBDDE3;
}

#content {
width:100%;
background-image:url(bg-mattress.jpg);
height:216px;
}

#footer_text p {
display:inline;
margin-bottom:5px;
margin-top:-20px;
text-align:center;
color:#003366;
height:15px;
text-align:center;
font-size:10px;
}
#footer_text  {
margin-bottom:15px;
margin-top:-30px;
text-align:center;
color:#003366;
height:15px;
text-align:center;
font-size:10px;
}

