@charset "utf-8";



/* 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,
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;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #613d17;
}

a:link {
	color: #613d17;
	text-decoration: none; 
}
a:visited {
	color: #613d17;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

html,body {
	font-size: 16px;
	overflow-x: hidden;
	line-height: 1.7em;
	color: #242424;
}
body {
}

fieldset,
img {
	border:0;
}

img {
	font-size: 0;
	vertical-align: bottom;
}

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

input {
	margin:0;
	padding:0;
}

p {
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

table {
	width:100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}



/* ~~ float/clear/class ~~ */
.txt_c {
color:#FFF;
font-size:13px;
}
.txt_s {
font-size:90%;
}

.right {
 text-align:right;
}

.ml0 { margin-left:0 !important;}
.ml5 { margin-left:5px !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}

.mb0 { margin-bottom:0 !important;}
.mb5 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb70 { margin-bottom:70px !important;}

.mt0 { margin-top:0px !important;}
.mt5 { margin-top:5px !important;}
.mt10 { margin-top:10px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}

.section {
margin: 0 0 15px;
}

.fl {
	float:left;
}
.fr {
	float:right;
}


/* # clearfix
---------------------------------------------------------------------------- */
.cf:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}

*:first-child+html .cf {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}
/* End hide from IE6/IE Mac */
