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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Helvetica;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MAIN STYLES */

html {
background-color: #000000;
}

#container {
background: url(../images/lifestylebg.jpg);
background-color:#000;
width: 320px;
}
#containerMobile {
background-color:#000000;
width: 320px;
}

#header {
background: url(../images/top.jpg);
width: 320px;
height: 80px;
}

#header img {
padding-top: 8px;
padding-left: 16px;
}

#content {
width: 320px;
height: 325px;
}
#contentMobile {
width: 320px;
overflow:auto;
background: url(../images/lifestylebg_mobile.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

#button {
background-color: #8c7344;
width: 320px;
height: 20px;
position: relative;
}
#buttonBig {
background-color: #8c7344;
width: 320px;
height: 40px;
position: relative;
}
#title {
float: left;
overflow:hidden;
}

#button img {
float: right;
padding-right: 10px;
}

#button h1 {
line-height: 19px;
font-family: Helvetica;
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding-left: 16px;
letter-spacing:0.5px;
}

#buttonBig img {
float: right;
padding-right: 10px;
}

#buttonBig h1 {
line-height: 19px;
font-family: Helvetica;
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding-left: 16px;
letter-spacing:0.5px;
}

#main {
padding: 16px;
}
#mainMobile {
padding: 16px;
line-height: 16px;
font-family: Helvetica;
font-size: 13px;
color: #ffffff;
text-align: left;
padding-bottom: 15px;
}
#main p {
line-height: 16px;
font-family: Helvetica;
font-size: 13px;
color: #ffffff;
text-align: left;
padding-bottom: 15px;
}

#bar {
background-color: #8c7344;
height: 2px;
}

#footer {
background-color: #231f20;
height: 160px;
width: 320px;
}

#footer h1 {
font-family: Helvetica;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-align: center;
line-height: 14px;
padding-top: 12px;
}

#footer p {
font-family: Helvetica;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-align: center;
line-height: 18px;
}

#footer p a {
font-family: Helvetica;
font-size: 9px;
font-weight: bold;
color: #ffffff;
text-align:left;
line-height: 12px;

}

#footer p a:hover{
	color:#666;
}

p#footer-text{
	font-size:9px;
}
