/* CSS Document */

body,td,th {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
body {
	margin: 0px;
	background: #a5a669;
	text-align: center;
	min-width: 900px;
}
#container {
	width: 800px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 800px;
	height: 80px;
	background: #a5a669 url(../img/sm-header.gif) no-repeat;
}
#header a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration:none;
	border: 0;
}
#nav {
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #c60;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .3em;	
}
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 7px 20px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	background: #c60;
}
#nav a:hover, body#shakers #t-shakers a, body#accessories #t-accessories a, body#about #t-about a, body#contact #t-contact a, body#order #t-order a {
	background: #de9449;
}
#content {
	width: 100%;
	min-height: 100px;
	background-color: #fff;
	overflow: hidden;
}
#home-content {
	background: #d9d9d9 url(../img/sm-home-bg.jpg) no-repeat;
	width: 800px;
	min-height: 496px;
}
#abouttext,#ordertext,#shakertop,#contactform {
	float: left;
	width: 469px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: inherit;
	color: #333;
	margin: 35px 35px 25px 25px;
	display:inline;
}
#abouttext,#ordertext,#shakertop {
}
#shakertop {
	width: 775px;
	margin: 35px 0 25px 25px;
	position: relative;
}
#abouttext p, #ordertext p, #shakertoptext p {
	font: 100%/175% Georgia, Times, serif;
}
#abouttext p {
	margin: 0 0 13px;
	padding: 0;
}
#producttext {
	font: 85%/150% Georgia, Times, serif;
	margin-top: 25px;
	margin-bottom: 30px;
}
#producttext h1, #ordertext h1, #shakertop h1 {
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 3px 0;
}
#producttext h2, #ordertext h2, #shakertop h2 {
	font-weight: normal;
	font-size: 115%;
	margin-top: 0;
}
#producttext .small,#ordertext .small {
	font-size: 85%;
	line-height: 140%
}
#shakertoptext {
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 27px;
	display: inline;
}
#shakertopthumbs {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.productsingle {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 27px;
	width: 166px;
	text-align: center;
	display: inline;
}

.productsingleshort {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 27px;
	width: 166px;
	text-align: center;
	display: inline;
	position: relative;
	bottom: -75px;
}

.productdouble {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 27px;
	width: 359px;
	text-align: center;
	display: inline;
}
.productdoubleright {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 27px;
	width: 359px;
	text-align: center;
	display: inline;
}
.productthird {
	float: left;
	margin-right: 27px;
	width: 230px;
	text-align: center;
	display: inline;
}
#gridcontainer {
	width: 775px;
	margin-left: 25px;
	margin-bottom: 25px;
}
.caption {
	display: block;
	font: 75%/120% "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 5px 0 0;
	text-transform: capitalize;
}
.vsmall {
	display: block;
	font: 10px/12px "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 2px 0 0;
	text-transform: lowercase;
}
#ordertext a,#abouttext a {
	color: #000;
	text-decoration: underline;
}
#ordertext a:hover,#abouttext a:hover {
	color: #989350;
}
#ordertext img.widget {
	border: 0;
	margin-right: 6px;
}


#contactform {
	float: left;
	width: 469px;
	font: 82%/125% "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 35px 35px 25px 25px;
	display: inline;
}
	
#radiobuttons input {
	float: left;
	margin-right: 15px;
	display: inline;
}
#radiobuttons label {
	width: 420px;
	margin: 2px 0 10px;
	padding: 0;
	float: left;
	display: inline;
}
#radiobuttons hr {
	margin: 25px 0;
	border-top: 1px solid #ddd;
	clear: both;
	width: 469px;
	height: 1px;
	visibility: visible;
}

#contactcontent {
	margin-left: 27px;	
}
#contactcontent label {
	display: block;
	margin-bottom: 7px;	
}
#contactcontent input[type=text]{
	display: block;
	margin-bottom: 20px;
	width: 350px;
	padding: 5px;
}
#contactcontent textarea{
	display: block;
	margin-bottom: 20px;
	width: 350px;
	padding: 5px;
	height: 200px
}

.subtlealert {
	color: #999;
}
.alert {
	color: #900;
}

input[type=text]#state {
	width: 50px;	
}

input[type=text]#zip {
	width: 100px;	
}

.button {
	display: block;	
}

#inset {
	float: right;
	font: 85%/150% Georgia, Times, serif;
	padding: 15px;
	background: #ededdb;
	margin: 25px 30px 35px 0;
	display: inline;
	width: 210px;
}
* html #inset {
	width: 240px;
	w\idth: 210px;
}

#inset h1 {
	font-size: 105%;
}
#inset p {
	margin-top: 5px;
}
#inset p.cols {
	float: left;
	margin-right: 25px;
	display: inline;
}
#inset p.clear {
	font: 0%/0%;
	clear: both;
	margin: 0;
}
#inset a {
	color: #000;
	text-decoration: none;
}
#inset a:hover {
	color: #989350;
}
#inset img {
	border-style: solid;
	border-color: #b6b283;
	border-width: 1px;
}
#inset img.widget {
	border: 0;
	margin-right: 6px;
}
hr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 20px;
}

#footer {
	clear: both;
	text-align: right;
	background: #a5a669;
	padding: 15px 30px;
	font-size: 70%;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #ededdb;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */