@charset "utf-8";
/* CSS Document The Glucose Club */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

/* The Core Technique
================================= */

body {
	text-align: center;
	min-width: 760px;
}

#wrapper {
	width: 757px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg.gif) #fff;
}
#header {
	width: 729px;
	margin: -8px 0 0 14px;
}
#content {
	width: 636px;
	float: left;
	margin-left: 60px;
		min-height:556px;
        height:auto !important;
        height:556px;
}
* html #content {
	margin-left: 30px;
}

#left-col {
	width: 308px;
	float: left;
}
#right-col {
	width: 308px;
	float: right;
	margin-left: 20px;
}

#footer {
	clear: both;
	width: 713px;
	margin-left: 21px;
	background-image: url(../images/footer_wide.gif);
		background-repeat: no-repeat;
	text-align: center;
	color:#fff;
	height: 32px;
}

/* Add some padding 
================================== */

#content {
	padding-top: 10px;
	padding-bottom: 20px;
}

/* Pretty Stuff
================================== */

body {
	font: 62.5%/1.5 Arial, Verdana, sans-serif;
	background-color: #f6f6f6;
}

h1 {
	font-size: 2.2em;
	color: #ba2626;
    border-bottom:1px dotted #666666;
	padding-bottom:5px;
	margin-bottom:8px;
}

h2 {
	font-size: 1.8em;
	color: #ba2626;
}
h3 {
	font-size: 1.6em;
	color: #333;
	margin-bottom: 0.8em;
}
h4 {
	font-size: 1.2em;
	color: #333;
}
h6 {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
	color:#fff; 
	font-weight:bold; 
	margin: 0;
}

p, li {
	font-size: 1.3em;
	color: #333;
}

p {
	margin: 0.8em 0;
}

ul.benefits {
	margin:0 0 20px 5px;
	padding:0;
	list-style:none;
	color: #666;
}
ul.benefits li {
	width:90%;
	display:block;
	background:url('../images/tick.gif') top left no-repeat;
	margin:5px 0 0 5px;
	padding:1px 0 5px 22px;
	border-bottom:1px solid #cccccc;
}

/* Links
================================== */

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ba2626;
}
a:hover, a:active {
	text-decoration: underline;
	color: #999;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
/* Images
================================== */
.leftimg {
	float: left;
	margin: 0 15px 5px 0;	
}
.rightimg {
	float: right;
	margin: 0 0 5px 15px;	
}
.imgborder {
	border: 1px #999 solid;
}
.line_dot { 
	background: url(../images/line_dot.gif) top left repeat-x; 
	margin: 12px 0 5px 0;
}
.imgpolaroid {
	padding: 7px;
	border: 1px #999 solid;
}
.box {
  width: 263px;
  background: #ba2626 url(../images/box_bottom.gif) no-repeat left bottom;
  
}
.box h6 {
	background: url(../images/box_top.gif) no-repeat left top;
	padding: 10px 20px 0 20px;  
}
.box p {
  padding: 0px 10px 10px 10px;  
}
.box a {
	color: #fff;
}

/* Clearer
================================== */
.clearAll {
	margin: -1px 0 0;
	height: 1px;
	clear: both;
}
.clearLeft {
	clear: right;
}
	
/* Form
================================== */
 #contactform {
	margin: 0 0 25px 0;
	padding: 15px 0;
}
#contactform dl {
	font-size: 90%;
}
#contactform dt {
	color: #333;
	font-weight: normal !important;
}
#contactform dt em, #contactform .note em {
	color: #FFC201;
	font-weight: bold;
	font-style: normal;
}
#contactform #senderName, #contactform #senderEmail, #contactform #subject, #contactform #company, #contactform #deadline, #contactform #phoneNumber, #contactform #streetAddress, #contactform #suburb, #contactform #state, #contactform #postcode, #contactform #country {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
}
#contactform textarea {
	width: 320px;
	height: 180px;
	font-family: inherit;
	font-size: 1.5em;
	border: 1px solid #ccc;
	color: #444;
}
/* Homepage Header
================================== */
/*header*/
/*#header_logo{ width:729px;}
#header_logo .col_1{ width:574px;}
#header_logo .col_1 img{ margin:13px 0 0 36px;}
#header_logo .col_2{ padding-top:28px;}
#header_menu{ text-indent:8px; margin-top:51px;}
.h_baner{ margin:10px 0 26px 3px;}
.h_content{ width:707px; color:#3e3a37; line-height:15px; font-size:12px;}
/*==================list====================*/
/*.header_con { width:100%;}
.header_con .t { background:url(images/con_line1.gif) repeat-x top #ffffff;}
.header_con .b { background:url(images/con_line1.gif) repeat-x bottom;}
.header_con .l { background:url(images/con_line.gif) repeat-y left;}
.header_con .r { background:url(images/con_line.gif) repeat-y right;}
.header_con .l_t { background:url(images/con_left_top_h.gif) no-repeat left top;}
.header_con .r_t { background:url(images/con_right_top_h.gif) no-repeat right top;}
.header_con .l_b { background:url(images/con_left_bot_h.gif) no-repeat left bottom;}
.header_con .r_b { background:url(images/con_right_bot_h.gif) no-repeat right bottom;}
*/*/*/

.articles_webapp table tr td h3 {
 font-size:16px;
}

.articles_webapp table tr td p, .articles_webapp table tr td li {
 font-size:11px;
}
