/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Remove link's colour and behavior */
a:link, a:visited, a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}

/* layout.css */

html 	{ text-align : center; }

body {
	position : relative;
	width : 740px;
	margin : 0 auto;
	text-align : left;
	background-color: #FFFFFF;
	color: #000000;
}

div#branding {
width : 100%; }

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 220%;
	color: #FF4040;
}

/*=== Branding Division ===*/
div#branding {
	height : 150px;
	background: transparent url(gfx/branding.jpg) no-repeat 0 0;
}

/*=== Main Navigation ===*/

div#navi_main {
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}

ul#navi_main_links {
	font-family: Verdana, "Lucida Sans", Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px 10px;
}

ul#navi_main_links li{
	display: inline;
	padding: 0 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

ul#navi_main_links li#nav_home {
	padding: 0 5px 0 0;
	border: none;
}

ul#navi_main_links a {
	color: #FFFFFF;
}

ul#navi_main_links a:hover {
	color: #000000;
}

/*=== Footer ===*/

div#site_info {
	position: relative;
	width: 100%;
	height: 30px;
}

div#site_info_content {
	font-family: Verdana, "Lucida Sans", Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px;
	text-align: center;
	line-height: 150%
}

div#site_info_content a {
	color: #FFFFFF;
}

div#site_info_content a:hover {
	color: #000000;
}


/*=== Content Division ===*/

div#content {
	position: relative;
	width: 100%;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 175%;
	color: #000000;
}

div#content_main {
	left: 0;
	width: 66%;
}

div#content_main_container {
	padding: 0 10px;
}

div#content_main p {
	margin-top: 1.0em;
	margin-bottom:1.5em;
}

div#content_normal {
	padding: 0 10px;
}

div#content_normal p {
	margin-top: 1.0em;
	margin-bottom:1.5em;
}

div#content_sidebar {
	left: 67%;
	width: 33%;
}

div#content_sidebar_container {
	padding: 0 10px;
}

div#content_sidebar p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.outline {
	background-color: #ffbfbf;
	padding: 10px;
	border: 1px dashed #000000;
	margin-top: 10px;
}

.bold {
	font-weight: bold;
	font-size: 16px;
}

.red {
	color: #FF0000;
}

table#contact tr td {
	padding: 5px;
}

table#affiliates-autocare tr td {
	font-size: 10px;
	padding: 5px;
}

table#affiliates-lifestyle tr td {
	font-size: 10px;
	padding: 5px;
}

table#membership_first tr td {
	font-size: 12px;
	padding: 5px;
}

table#membership_bundled tr td {
	font-size: 12px;
	padding: 5px;
}

table#membership_subsequent tr td {
	font-size: 12px;
	padding: 5px;
}

table#membership_addon tr td {
	font-size: 12px;
	padding: 5px;
}

.obl {background: url(gfx/obl.gif) 0 100% no-repeat #FF9900; width: 740px}
.obr {background: url(gfx/obr.gif) 100% 100% no-repeat}
.otl {background: url(gfx/otl.gif) 0 0 no-repeat}
.otr {background: url(gfx/otr.gif) 100% 0 no-repeat; padding:10px}
.rbl {background: url(gfx/rbl.gif) 0 100% no-repeat #FF0000; width: 740px}
.rbr {background: url(gfx/rbr.gif) 100% 100% no-repeat}
.rtl {background: url(gfx/rtl.gif) 0 0 no-repeat}
.rtr {background: url(gfx/rtr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */.style1 {
	color: #FFFFFF;
}
