/*####################################
#	CSS RESET
####################################*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}
	
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}
	
a:focus {
	outline: none;
	}



/*####################################
#	BODY, HTML, MISC
####################################*/

body, html {
	background-color: #fff;
	color: #a6a09b;
	font: normal 12px Verdana, Arial, sans-serif;
	width: 100%;
	}
	
html>body {
	font-size: 12px;
	}
	
div#lcContainer {
	margin: 0 auto;
	padding: 24px;
	width: 702px;
	}
	
div#lcContainer div.clear {
	clear: both;
	}


/*####################################
#	HEADER
####################################*/

div#lcHeader {
	background: url(../images/layout/header_bottom_bg.gif) no-repeat 440px bottom;
	height: 287px;
	text-align: right;
	}
	
div#lcHeader h1 {
	background: url(../images/layout/header_top_bg.gif) no-repeat top left;
	float: left;
	margin-top: 69px;
	padding-top: 68px;
	}


/*####################################
#	FOOTER
####################################*/

#lcFooter {
	clear: both;
	font-size: 0.834em;
	}
	
#lcFooter p,
#lcFooter ul {
	margin-bottom: 14px;
	line-height: 1.1em;
	}
	
#lcFooter p.noMargin,
#lcFooter ul.noMargin {
	margin: 0;
	}
	
#lcFooter ul {
	list-style: disc;
	list-style-position: inside;
	}


/*####################################
#	BODY CONTENT
####################################*/

div#lcBody {
	margin: 7px 0 23px;
	}
	
div#lcBody div.left {
	background: url(../images/layout/body_left_bg.gif) no-repeat top left;
	float: left;
	padding: 28px;
	height: 156px;
	width: 425px;
	}
	
div#lcBody div.left p {
	color: #fff;
	font-size: 1.084em;
	line-height: 1.8em;
	margin-top: 4px;
	}
	
div#lcBody div.left p a {
	color: #fff;
	}
	
div#lcBody h3 {
	clear: left;
	margin-bottom: 32px;
	padding: 6px 222px 0 0;
	text-align: right;
	}
	
div#lcBody ul {
	background: url(../images/layout/body_ul_bg.gif) no-repeat 6px top;
	float: right;
	margin-top: -292px;
	padding-top: 103px;
	width: 221px;
	}
	
div#lcBody ul li {
	float: left;
	margin: 5px 0 0 6px;
	}
	
div#lcBody ul li a {
	background-image: url(../images/layout/buttons.gif);
	background-repeat: no-repeat;
	float: left;
	height: 104px;
	text-indent: -1000em;
	width: 104px;
	}
	
div#lcBody ul li a.productLink {
	background-position: top left;
	}
	
div#lcBody ul li a.productLink:hover {
	background-position: left -214px;
	}
	
div#lcBody ul li a.satisfaction {
	background-position: top right;
	}
	
div#lcBody ul li a.satisfaction:hover {
	background-position: right -214px;
	}
	
div#lcBody ul li a.triple {
	background-position: left -110px;
	}
	
div#lcBody ul li a.triple:hover {
	background-position: left -324px;
	}
	
div#lcBody ul li a.talk {
	background-position: right -110px;
	}
	
div#lcBody ul li a.talk:hover {
	background-position: right -324px;
	}
