/* ---------------------------
Saratoga Supplements
Official Color Scheme:
#FFFFCD: (OFF-WHITE, page background)
#003466: (NAVY BLUE)
#FF9934: (ORANGE)
#CCCC9A: (GREY, image borders)
--------------------------- */

/* ===================================================================== */
/* Redefine standard HTML tags */
* {		/* Set margin & padding of all elements to 0 */
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFff;
/*	cursor: default; */ /* Prevent "text" cursor */
}

a {text-decoration: none}	/* All links */
a:link,
a:visited {color: #000000}	/* Default */
a:hover,
a:active  {color: #CD3333}	/* Hover */

.nav {font-weight: bold}		/* All nav links */
.nav a:link,
.nav a:visited {color: #000000}	/* Nav Default */
.nav a:hover,
.nav a:active  {color: #CD3333}	/* Nav Hover   */
.nav a.current {color: #249024}	/* Nav Current */


/* ===================================================================== */
/* Set styles for browser consistency */
p {margin: 0 0 12px}		/* Set paragraph margin               */
a img {border-width: 0}		/* Remove border from image links     */
ul {list-style-type: disc}	/* Set bullet type for unordered list */
ul, ol {text-align: left}	/* Set left alignment for all lists   */
li {margin-left: 20px}		/* Set left margin for list elements  */


/* ===================================================================== */
/* Absolutely positioned elements */
.position {							/* AP container */
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
}
.position * {position: absolute}	/* AP elements */
.position * * {position: relative}	/* AP nested elements */


/* ===================================================================== */
/* Set up basic table form structure */
table td.value span.zip,
table td.field {
	font-weight: bold;
	text-align: right;
}
table td.value {
	text-align: left;
}
table td.value span.zip {
	display: inline-block;
	width: 75px;
	margin-right: 5px;
}
b.req {color: #D1202A}	/* Required form fields color */


/* ===================================================================== */
/* Redefine header tags */
h1, h2, h3 
{font-family: Verdana, Arial, Helvetica, sans-serif}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 3px;
}
hr {
	border: 0;
	color: #CCCC9A;
	background-color: #CCCC9A;
	height: 2px;
	width: 100%;
	text-align: left;
}


/* ===================================================================== */
/* Define all global styles */
table#main {
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 6px;
	border: 1px solid #003466;
}
td#header {
	height: 60px;
}

div#search {
	position: absolute;
	top: 8px;
	left: 576px;
	width: 300px;
	font-size: 26px;
	font-weight: bold;
	z-index: 7;
}

div#livehelp {
	position: absolute;
	top: 85px;
	left: 1019px;
	width: 150px;
	font-size: 26px;
	font-weight: bold;
	z-index: 7;
}

td#content {
/*	height: 420px;	*/
}
td#footer {
	height: 24px;
	font-weight: bold;
	background-color: #FF9934;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #003466;
}
td#footer,
td#footer a:link,
td#footer a:visited {color: #000000}
td#footer a:hover,
td#footer a:active  {color: #D1202A}

td#sidebar h2,
td#sidebar h3 {
	height: 19px;
	font-size: 14px;
	padding: 4px 5px;
	margin-top: 12px;
	margin-bottom: 3px;
	border: 1px solid #CCCC9A;
	background-position: bottom;
	background-repeat: repeat-x;
}
td#sidebar h2 {
	color: #FFFFFF;
	background-image: url(images/bg_h2.jpg);
}
td#sidebar h3 {
	color: #FFFFFF;
	background-image: url(images/bg_h3.jpg);
}

div#copyright {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 6px 0 10px;
}
div#copyright,
a.applebox:link,
a.applebox:visited,
a.applebox:hover,
a.applebox:active,
a.applebox:link    span,
a.applebox:visited span {color: #000000}	/* Copyright line default color  */
a.applebox:hover   span,
a.applebox:active  span {color: #D1202A}	/* Rollover color for "applebox" */