/* 
  ------------------------------------------------
  Slim Secrets Structure Style Sheet
  
  (c) Digital Evolution 2010
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(../imgs/bg/bg_green.jpg);
	background-repeat: repeat-x;
	background-color: #9DEC3E;
	/*margin: 20px;*/
	padding: 0;
}
img {
	border: none;
}

#wrapper {
	width: 962px;
	margin: 0 auto;
}

#sitetop {
	padding: 0;
	margin: 0;
	background-image: url(../imgs/bg/bg_top.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height:52px;
}
#sitebot {
	padding: 0;
	margin: 0;
	background-image: url(../imgs/bg/bg_bott.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height:40px;
}
#masthead {
	color: #999999;
	background-color: white;
	background-image: url(../imgs/bg/bg_masthead.jpg);
	background-repeat: repeat-x;
	border-right: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	padding: 0px;
	margin: 0;
	height: 206px;
	
}

.masthead-left {
	width: 242px;
	float: left;
	
	
	
}

.masthead-right {
	width: 710px;
	float: left;
	margin-left: 4px;
	
}

.masthead-right h1{
	color: #006600;
	font-size: 1.8em;
	margin: 15px 15px 0 0;
	
}
.masthead-right h2{
	color: #565656;
	font-size: 1.3em;
	margin: 0 15px 0 0;
	
}

.masthead-right .mainmenu{
	margin: 84px 0 0 0;
	
}


/* Separator */
.sep {
	width: 950px;
	padding: 2px 4px;
	background-color: white;
	border-bottom: 8px solid #BAE85C;
	border-right: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
}


/* Animation */
#banner {
	width: 958px;
	margin: 0;
	padding-top: 20px;
	background-color: white;
	border-right: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	
	
}


#column_wrapper {
	background-color: white;
	border-right: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	margin-top: -10px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}



#left {
	width: 670px;
	float: left;
}
#right {
	width: 275px;
	float: left;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 10px;
	/*font-size: 0.8em;*/
	/*line-height: 1.65em;*/
}
#masthead .content {
	padding: 12px 16px;
	font-size: .8em;
	letter-spacing: .3em;
}

#footer {
	color: #4f6a17;
	background-color: transparent;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}

#footer .content-left {
	float: left;
	padding: 12px 24px;
	width: 432px;
}
#footer .content-right {
	float: left;
	padding: 12px 24px;
	width: 432px;
	text-align: right;
}
/*.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}*/

.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

.nomargintop {
	margin-top: 0;
}



/* Side buttons */

#right .side-buttons {
	padding: 10px 0 0 15px;
	
}


#right .side-buttons p{
	margin-bottom: 13px;
	
}

/* Subscribe Table */
#right .subscribe {
	width: 239px;
	margin: 30px 0 30px 15px;
	padding: 0;
	background-color: transparent;
}
#right .subscribe-hdr {
	
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../imgs/misc/subscribe_top.gif);
	background-repeat: no-repeat;
	width: 239px;
	height: 16px;
}
#right .subscribe-ftr {
	
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../imgs/misc/subscribe_bot.gif);
	background-repeat: no-repeat;
	width: 239px;
	height: 16px;
}
#right .subscribe-body {
	
	margin: 0 !important;
	padding: 0 !important;
	background-color: #086B08;
	width: 239px;
	
	
}

#right .subscribe-input{
	font-size: 0.8em;
	background-color: white;
	color: #333;
	margin: 0 15px 10px 15px !important;
	padding: 3px 4px;
}
#right .subscribe-submit-img{
	margin: 5px 15px 10px 15px !important;
	
}

/* Right Col items */
.roundedbox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	/*outline: 1px solid #80b515;
	outline-offset: 10px; Delete if you don't want an offset*/
	margin:20px 10px 10px 0;
	padding: 10px 10px;
	/*float: left;*/
	width: 240px;
	background-color: white !important;
	border: 2px solid #d6d6c6;
	color: #333 !important;
	font-size: 0.7em;
}



.roundedbox img{
	font-size: 1.0em;
	line-height: 1.1em;
	color: #658b19;
	margin: 30px 0 30px 0;

}

.imgblock {
	margin: 30px 0 15px 0;
}

.productoptions-bulk {
	margin-left: 10px;
}

