/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: #fff;
	color: #646464;
	font-family:Arial,sans-serif;
	padding: 20px;
	font-size:0.8em;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p {
	line-height:1.6em;
	font-size: 0.86em;
	margin: 0 0 15px 0;
}

em {
	font-style: italic;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #F26522;
	text-decoration: none;
}

strong {
	font-weight: bold;
}
h4 {
	font-size:1.3em;
	font-weight:bold;
	font-style: italic;
	color:#000;
	padding:6px 0 9px 0;
}

h5 {
	font-size:1em;
	font-weight:bold;
	font-style: italic;
	color:#a2a2a2;
	padding:6px 0 9px 0;
}

form.newsletter {
	font-size:0.86em;
}

form.newsletter label {
	float:left;
	height:25px;
	line-height:25px;
	padding:0 5px 0 0;
}

form.newsletter input[type=text] {
	margin: 0 5px 0 0;
	padding: 10px 5px;
	color: #454545;
	width: 240px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e4e4e4;
}

form.newsletter input.none {
	border: none;
	margin: 0 10px 0 0;
	background: none;
}

form.newsletter button {
	border:0;
	margin:1px 0 0 5px;
	text-align:center;
	height:28px;
	padding-bottom:4px;
	float:left;
	width:126px;
	color:#8e8e8e;
	background:url('../media/images/subscribe-but.png') left top;
	text-shadow: #000 0px 1px 1px;
	font-weight:bold;
	font-family:arial,verdana,sans-serif;
}

form.newsletter td.padding { padding-bottom: 10px; }
form.newsletter label.none { font-weight: normal; width: 120px; }

form.newsletter .but-big {
	height:43px;
	line-height:41px;
	width:148px;
	float:left;
	margin:0 2px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-size:0.8em;
	color:#fff;
	text-shadow: #000 2px 2px 2px;
	background:url('../media/images/button-big.png');
}

form.newsletter .but-big:hover {
	cursor:pointer;
	background-position:left bottom;
	color:#c9c9c9;
}

