﻿body,
	html {
	margin:0px;
	padding:0px;
	background:#d6d5d5;
	text-align: center;
	}

body{
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
min-width:790px;
}
		
/* -- CSS container menu -- */	
#shopping {
height:100%;
background:#ffffff;
padding:5px 10px 10px 10px;
}
		
#smrcontainer 	{
	text-align: left;
	margin: 0px auto;
	width:790px;
	height: 100%;
	background-color: #FFF;
}
		
#banner {
	background-color: #666;
	width: 790px;
	height:95px;
}

#logo {	
padding: 0px;
FLOAT: left;	
MARGIN: 0px;	
WIDTH: 210px;	
HEIGHT: 95px;
display: block;
background-image: url(../store_smr/images_smr/good_life_logo.jpg);
} 
		
#topbanner {
	float:right;
	width: 580px;
	height: 66px;
	background-image: url(../store_smr/images_smr/sm_logo.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
}

#navbox {
	height: 29px;
	width: 580px;
	margin: 0;
	float:right;
	padding: 0px 0px 0px 0px;
	background-image: url(../store_smr/images_smr/nav_bar_background.jpg)
}

		
#nav {
	float: left;
	width: 210px;
}
#nav p { margin-top: 0; }

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 530px;
	height: 100%;
	padding: 20px 30px 10px 5px;
	color: #333;
	float: right;
}

#content h1  {
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 1.5em;
color:#336699
}
	
#content h2 { margin-top: 0; }

#contentbox {
	background-image: url(../store_smr/images_smr/center_image.jpg);
	background-repeat: no-repeat;
	height: 239px;
	width: 539px;
	background-position: bottom center;
	}
	
#contentbox h1  {
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
padding: 20px 20px 0px 200px;
font-size: 2em;
color:#336699
}

#contentbox p {
padding: 0px 20px 5px 200px;
font-size: .9em;
color: #333;
}


#topheader {
font-size: .9em;
color: #333;
width: 540px;
}
		
#footer_inner {
	width: 760px;
	height: 160px;
	background-image: url(../store_smr/images_smr/roundedcornr_background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	padding-top:19px;
	}
	
	#footer {
	width: 790px;
	clear: both;
	text-align: right;
	border-top: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #336699 url(../store_smr/images_smr/footer_background.jpg) center top no-repeat;
}
		
#footerLinks {
	font-size: 11px;
	}
#copyright {
	font-size: 11px;
	}
			
/* -- end of CSS container menu -- */		

/* -- vertical menu --
“Top? “Right? “Bottom?and “Left?
 */

#blueblock{
	margin:-5px 0 10px 0;
	padding: 2px 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: .8em;
	color: #333;
	background-image: url(../store_smr/images_smr/left_nav_background.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;
}

#blueblock h1 {
margin:6px 5px 5px 10px;
font-size: 1.1em;
padding:0;
}

* html #blueblock{ /*IE 6 only */
w\idth: 190px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #999;
margin: 0;
}

#blueblock li a{
display: block;
padding: 8px 5px 4px 20px;
color: #333;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover  {
background-color: #2586d7;
color: #fff;
}

#blueblock li #current {
background-color: #2586d7;
color: #fff;
}
/* -- end of vertical menu -- */

/* --  top horizontal menu -- */
.solidblockmenu{
	margin: 0;
	padding: 0;
	font: normal .8em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	width: 580px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	display:block;
	float: right;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 4px 11px;
text-decoration: none;
border-right: 1px solid #999;
background-image: url(../store_smr/images_smr/blockdefault.jpg);
background-repeat: repeat-x;
background-position: center center;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../store_smr/images_smr/blockactive.jpg) center center repeat-x;
}


/* -- end of horizontal menu -- */

	
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #006699;
}

.footerTable {

}

/* rounded corner product box */
.roundedcornr_box {

	background: url(../store_smr/images_smr/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(../store_smr/images_smr/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(../store_smr/images_smr/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../store_smr/images_smr/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(../store_smr/images_smr/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 20px;
	font-size: 15px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -19px;
}
.roundedcornr_content { 
padding: 0 5px;

font-family: Arial, sans-serif;
font-size: .9em;
color: #333;
}

/* padding for product images */
.border {
padding: 5px 10px 5px 5px;
float:left;
}

.p_sm_heading  {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	color: #333;
	}


/* order box */
fieldset
{
border: 1px solid #000;
width: 90%;
padding-bottom: 10px;
}

label
{
width: 30%;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-size: .8em;
}

input
{
	color: #333;
	border: 1px solid #000;
	background-color: #fff;
}

.submit input
{
margin-left: 33%;
margin-bottom: 10px;
} 

.submit input
{
color: #fff;
border: 1px outset #999;
} 

.submit_qty
{
margin-left: 10px;
}

legend
{
color: #fff;
border: 1px solid #000;
padding: 2px 6px
} 

#us_order {
background-color: #ff9900;
color:#fff;
}
#not_us_order {
background-color: #003366;
color:#fff;
} 

#contact_us {
background-color:#666;
color:#fff;
}
