html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




body  {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background:  url(images/background.jpg) repeat-x #e5e5ed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #383566;
}

#big-surround {
	background:url(images/main-background.jpg) center no-repeat;
	background-position: top;
	width: 100%;
}

.twoColElsLtHdr #container { 
	width: 860px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header { 
	padding: none;
	height: 300px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

p {
	text-align:justify;
}

:focus {
	outline: 0;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 247px; /* since this element is floated, a width must be given */
	padding: none;
	margin-top: 125px;
}

.twoColElsLtHdr #mainContent {
	margin: 0 10px 0 255px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #383566;
	border-bottom: 1px solid #383566;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
::selection{ /* Safari and Opera */
	background:#5f5fa3;
	color:#FFF;
}
::-moz-selection{ /* Firefox */
	background:#5f5fa3;
	color:#FFF;
}

a img{ border:none; } 

a:link {
	color: #383566;
	font-weight: bold;
	
}
a:visited {
	color: #383566;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #383566;
	font-weight: bold;
}


#h-holder {
	width: 850px;
	height: 100px;
	float: left;
}

h1.logo {
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	
}

h1.logo a {
	display: block;
	width: 250px !important;
	width: 300px;
	height: 55px;
	margin: 10px 20px 0 195px;
}

#navigation-holder {
	width: 650px;
	float: right;
	height: 23px;
	margin: 7px 10px 0 0;
	text-align: right;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#first-contain {
	width: 595px;
	float: right;
	height: 140px;
	margin: 10px 10px 0 0;
	text-align:justify;
}

#first-contain p {
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-size: 12px;
}

#first-contain h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 26px;
	text-decoration:blink;
	color: #993399;
}

#tabsE {
      float:right;
      width:100%;
      line-height:normal;
}
    #tabsE ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align: right;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;	  
      }
    #tabsE a span {
      float:left;
      display:block;
      padding:5px 7px 4px 6px;
      color:#383566;
	  font-weight: bold;
	  text-transform: uppercase;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FF9900;
      }
    #tabsE a:hover {
      color: #FF9900;
      }

/*********** END OF MENU ***************/

#column1 {
	width: 287px;
	margin: 0 20px 10px 0;
	padding: 0;
	float: left;
}

#column2 {
	width: 284px;
	margin: 0;
	padding: 0;
	float: right;
}

#ingredients-col {
	width: 590px;
	margin: 0 0px 10px 0;
	padding: 0;
	float: left;
}

.viadrene {
	font-weight: bold;
	color: #5750c4;
	font-size: 110%;
}

.bold-list {
	font-size: 110%;
	font-weight: bold;
}

.bold-list li {
	line-height: 20px;
	padding-left: 10px;
}

.bold-ital {
	font-weight: bold;
	font-style: italic;
}

.make-point {
	padding: 10px;
	border: 1px dotted #383566;
	background-color: #FFFFCC;
	font-size: 105%;
}

.make-point p {
	padding: 0;
	margin: 0;
}


/************** super duper MBSlider witten by Mikey B @ Ascensor ***********************/

#slider {
	width:593px;
	height: 208px;
	overflow:hidden;
	margin-bottom: 15px;
}

#slider ul {
	overflow:hidden;
	width:9999px;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

#slider ul li {
	display:block;
	width:593px;
	height:208px;
	float:left;
}

.style87 {
color:#990000;
font-weight:bold;
}

.bodycopy {
font-size:12px;
text-align:left;
}

.ingred {
	height: 100px;
	overflow: hidden;
}

.question {
	font-weight: bold;
	font-size: 120%;
	padding: 0;
}

.question p {
	padding: 0;
	margin: 0;
}

.even {
	padding: 10px;
}

.alternate {
	padding: 10px;
	background-color:#d4d4f0;
}

