/* -----------------------------------------------
Title:		Tummy Tee Default Styles
Author:		Andy Hunt
Modified:	November 20 2007
----------------------------------------------- */

/* Tag Styles
----------------------------------------------- */

body {
	color: #333333;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_grade3.png);
	background-repeat: repeat-x;
	background-color: #783B3D;
}

#container {
	width: 800px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border: 7px solid #783B3D;
	background-color: white;
}

img {
	margin: 3px;
	border-style: none;
}

p {
	margin-right: 10px;
	margin-left: 10px;
}

h1 {
	color: #783B3D;
	font-size: 18px;
	padding-top: 15px;
}

h2 {
	color: #783B3D;
	font-size: 16px;
}

h3 {
	color: #783B3D;
	font-size: 14px;
}

ul {
	color: #783B3D;
	list-style-image: url(images/bullet.png);
	margin-right: 5px;
}

/* Layout Styles
----------------------------------------------- */

/* Header & Footer Styles
----------------------------------------------- */
#header {
	height: 115px;
	width: 800px;
	background-image: url(images/header.png);
	margin: 0;
	padding: 0;
	background-color: #BA7375;
}

/* Nav Styles
----------------------------------------------- */
#nav {
	width: 800px;
	height: 25px;
	margin: 0;
	padding: 79px 0 0;
	text-align: left;
	text-transform: lowercase;
	color: #783B3D;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav a {
	font-size: 16px;
}

#nav ul{
	padding-top: 5px;
	margin: 0;
}

#nav li {
	display: inline ;
	list-style-type: none;
	margin: 8px;
}

#nav #home {
	
}

#nav #about {
	
}

#nav #contact {
	
}

#nav #tummytee {
	left: 210px;
	position: relative;
}

#nav #slimmer {
	left: 210px;
	position: relative;
}

.spacer {
	left: 210px;
	position: relative;
}


#footer {
	clear: both;
	color: #783B3D;
	font-size: 8px;
	text-align: center;
	height: 35px;
	width: 800px;
	background-color: #BA7375;
	border-top: 5px solid #783B3D;
}

#footer ul{
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer li{
	list-style-type: none;
	display: inline;
	padding-right: 3px;
}

/* Body Content Styles
----------------------------------------------- */
.section {
	color: gray;
	width: 800px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.section p {
	padding-right: 10px;
}

.section h1, h3 {
	text-align: center;
}

.section-fill {
	color: gray;
	width: 800px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	background-color: #783B3D;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 3px solid #E0C494;
	border-bottom: 3px solid #E0C494;
}

.section-fill h3 {
	text-align: center;
	color: #E0C494;
}

.col_l {
	width: 300px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.col_l h3, h4 {
	text-align: center;
	color: #783B3D;
}

.col_l h2 {
	text-align: center;
	color: #AAB585;
}

.col_l-home h2 {
	text-align: center;
	color: #AAB585;
}

.col_l ul {
	color: gray;
	list-style-type: none;
	font-size: 10px;
}

.col_r {
	width: 450px;
	float: left;
	margin: 2px 2px 5px 15px;
	border-left: 1px solid #BA7375;
	padding-left: 15px;
}

.col_r-home {
	width: 350px;
	float: left;
	margin: 2px 2px 5px 15px;
	border-left: 1px solid #BA7375;
	padding-left: 15px;
}

.col_l-home {
	width: 350px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.col_r h2, h3, h4 {
	text-align: center;
	display: block;
}

.col_r-home h2 {
	text-align: center;
	display: block;
	clear: both;
}

.col_l2 {
	width: 450px;
	float: left;
	margin: 2px 5px 5px 15px;
	padding-left: 15px;
	border-right: 1px solid #BA7375;
}

.col_l2 h3 {
	color: #783B3D;
	text-align: left;
	margin: 0 0 -10px 10px;
}

.col_l2 ul {
	list-style-image: url(images/bullet.png);
	margin-right: 5px;
	color: #333333;
}

.col_r2 {
	width: 300px;
	float: left;
	margin: 2px 2px 5px 5px;
}

.col_r2 h1, h2, h3{
	text-align: center;
}

buynow {
	padding-left: 0;
	position: relative;
	right: 50px;
}

.cellheader_bg {
	background-color: #783B3D;
	color: white;
	font-size: 10px;
}

.cell_bg {
	background-color: #AAB585;
	font-size: 10px;
}

img { border-style: none; }

h2 {
	color: #783B3D;
}

.inline li{
	list-style-type: none;
	display: inline;
	padding-right: 3px;
}

/* Link Styles
----------------------------------------------- */
a {
	color: #783B3D;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #783B3D;
	text-decoration: underline;
}

/* Class Styles
----------------------------------------------- */
.center { text-align: center; }

.right {
	float: right;
}

.left{
	float: left;
}

.leftcell {
	color: #AAB585;
	text-align: right;
}

.rightcell {
	color: #783B3D;
	text-align: left;
	font-weight: bold;
}

.table_border {
	border: 1px solid #783B3D;
	width: 300px;
	height: 130px;
	color: #783B3D;
	text-align: center;
	margin-left: 20px;
}

.buynow {
	margin: 15px;
}

.green { color: #AAB585; }
.red { color: #783B3D; }
.pink { color: #BA7375; }
.green { color: #AAB585; }
.light-tan { color: #F3EAC9; }
.tan { color: #E0C494; }
.brown { color: #8C6D40; }


/* Highslide Images
----------------------------------------------- */
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: silver;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* Highslide HTML
----------------------------------------------- */
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: silver;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

