body {
	background: #000000;
	margin: 0px;
	padding: 30px 0px 20px 0px;
}
body, div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	/*color: #3d3c3c;*/
	color: #808080;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	font-weight: bold;
}
h1.pageName {
	font-size: 24px;
	margin-bottom: 20px;
}
a:link, a:active, a:visited {
	color: #666666;
	font-weight: bold;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.standardText {
	line-height: 16px;
	margin-bottom: 30px;
}
hr {
	border-top: 1px solid #333;
	border-bottom: #000;
	height: 1px;
}

/** GRADIENT BOX **/

.boxContainer {
}
.box1 {
	background: url(https://www.yummietummie.com/riptfusion/media/images/box1.gif) left top no-repeat;
}
.box3 {
	background: url(https://www.yummietummie.com/riptfusion/media/images/box3.gif) right bottom no-repeat;
}
.box2 {
	background: url(https://www.yummietummie.com/riptfusion/media/images/box2.gif) right top no-repeat;
}
.box4 {
	background: url(https://www.yummietummie.com/riptfusion/media/images/box4.gif) left bottom no-repeat;
}
.boxContent {
	padding: 10px;
}
.boxContent div {
	color: #666;
}

/*** STRUCTURE ***/

#wrapper {
	 width: 900px;
	 margin: 0px auto;
}
#mainContent {
	margin-bottom: 30px;
}
#leftColumn {
	width: 240px;
	float: left;
	position: relative;
}
#rightColumn {
	float: right;
	width: 655px;
}
#largerMiImage {
	margin-left: -100px;
	border: none;
}

/*

This layout has a wide column on the left. and
a narrow column on the right.

*/
#twoColumnPage #leftColumn {
	width: 550px;
}
#twoColumnPage #rightColumn {
	width: 300px;
}

/*** HEADER ***/

#header {
	height: 90px;
	position: relative;
	margin-bottom: 30px;
}
#logo {
}
#topNav {
	position: absolute;
	right: 0px;
	top: -20px;
	height: 60px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	float: left;
}
#topNav ul li a {
	background: url(https://www.yummietummie.com/riptfusion/media/images/topNavBg.gif) left top repeat-x;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	border-right: 1px solid black;
}
#topNav ul li a:hover {
	color: #888888;
	background: url(https://www.yummietummie.com/riptfusion/media/images/topNavBgOvr.gif) left top repeat-x;
}

/*** LEFT COLUMN ***/

#titleRevolutionary {
	position: absolute;
	top: 40px;
	left: 0px;
}
#btnGetRipt {
	position: absolute;
	top: 480px;
	left: 0px;
}
#btnGetRiptText {
	position: absolute;
	top: 525px;
	left: 0px;
	width: 137px;
	text-align: center;
	font-size: 11px;
}
#quoteBox {
	float: right;
	border: 2px solid #333;
	margin: 0px 0px 30px 30px;
	width: 300px;
	padding: 20px;
}

/*** RIGHT COLUMN ***/

#feature {
	position: relative;
	top: -50px;
	left: 0px;
}
#pageGraphic {
	position: relative;
	top: -50px;
	left: 0px;
}

/*** FOOTER ***/

#footer div {
	font-size: 11px;
	color: #333;
}
#footer a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #808080;
}
#footerNav {
	margin-bottom: 20px;
}
#footerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNav ul li {
	display: inline;
}
#footerNav ul li a {
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#footerNav ul li a:hover {
}
#footerNav ul li span {
	padding: 0px 10px;
}
div#copyright {
	color: #333;
}
div#copyright a {
	color: #333;
}

/** PRODUCTS **/

#products {
	margin-bottom: 30px;
}
.product {
	width: 120px;
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
}

/** MORE INFO PAGE **/

#orderingOptionsWrapper {
	margin-bottom: 30px;
}
#bulletPoints .title {
	font-size: 14px;
	font-weight: bold;
}
#miPrice {
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
}

/** CART **/

table.cart td {
	border-bottom: 1px solid #333;
}
.boxContentTitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
textarea.instruct {
	border: 1px solid #666;
	background: #333;
}