/*
* @package reset
* @section global
*/
button
{
  overflow:visible;
}

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 {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

html,
body {
	font-family:tahoma, arial;
	color:#062733;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	line-height:1;
}

:focus {
	outline: 0;
}

/*
* @section table
*/
table {
	border: 1px solid #95ac71;
	border-collapse:collapse;
	border-spacing:0;
	border-bottom:none;
	border-right:none;
}

table td {
	border:1px solid #95ac71;
	border-top:none;
	border-left:none;
}

table thead {
}

table thead th {
	background:#f4f6cb;
	text-align:center;
	color:#465917;
	font-size:.9em;
	font-weight:normal;
	border:1px solid #95ac71;
	border-top:none;
	border-left:none;
}

/*
* @section helpers
*/
.hidden {
	display:none;
}

.clear {
	clear:both;
	display: block;
}

.left {
	float:left;
}

.right {
	float:right;
}

.text-left {
	text-align:left;
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

.rotate90 {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*
* @section a
*/
a {
	color:#e56841;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/*
* @section list
*/

ul, ol {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
}
li {
	
}

/*
* @section headers
*/

h1, h2, h3, h4, h5, h6 {
	color: #E56841;
	margin: 0.5em 0;
	font-weight: normal;
}

h1 {font-size: 1.9em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.17em;}
h4 {font-size: 1.12em;}
h5 {font-size: 0.83em;}
h6 {font-size: 0.75em;}

/*
* @section image
*/

img {
	margin: 10px;
}

.image {
	background: url(../images/site/image.png) no-repeat 50% 100%;
	padding: 0px 0px 6px 0px;
	margin: 0px 10px 0 10px;
	text-align: center;
	display: inline-block;
}

.image img {
	background-color: #fff;
	padding: 8px;
	margin: 0;
}

/*
* @section form
*/
form {
}

form p {
	display: block;
	margin: 0 0 3px 0;
}

form p label {
	font-weight: 0.8em;
	display: block;
	margin: 0 0 3px 0;
}

form p input {
	display: block;
	border: 1px solid #769590;
	height: 16px;
	padding: 2px 4px;
	width: 176px;
}

/*
* @section button
*/
button {
	padding: 0 0 0 3px;
	background: transparent url(../images/site/button.png) scroll no-repeat 0 1px;
	border: none;
	height: 23px;
	font-size: 1.2em;
	line-height: 1em;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
	padding: 1px;
}

button div {
	padding: 0 5px 0 0;
	background: transparent url(../images/site/button.png) scroll no-repeat 100% -22px;
	height: 23px;
}

button span {
	padding: 4px 8px;
	color: #FFFFFF;
	background: transparent url(../images/site/button.png) scroll repeat-x 0px -45px;
	display: block;
	height: 14px;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1em;
}

button:hover {background-position: 0 -67px;}
button:hover div {background-position: 100% -90px;}
button:hover span {background-position: 0 -113px;}

button:active {background-position: 0 -135px;}
button:active div {background-position: 100% -158px;}
button:active span {background-position: 0 -181px;}

/*
* @section arrows
*/
.arrow-left {
	display: block;
	width: 38px;
	height: 27px;
	background: transparent url(../images/site/arrows.gif) scroll no-repeat 0 0;
}
.arrow-right {
	display: block;
	width: 38px;
	height: 27px;
	background: transparent url(../images/site/arrows.gif) scroll no-repeat 100% 0;
}

.arrow-left span,
.arrow-right span {
	display: none;
}

/*
* @section bugfix
* bugfix for Opera
*/
@media all and (-webkit-min-device-pixel-ratio:10000), 
not all and (-webkit-min-device-pixel-ratio:0) {
	head~body  button, head~body  input[type="submit"], head~body  input[type="button"] {
		background-position: 0 0;
		padding-left: 5px;
		height: 22px;
	}
}

.select {
	display: inline-block;
	position: relative;
	margin: 0 0 3px 0;
	height: 1em;
	top: 0;
}

.select div {
	padding: 0 0 0 5px;
}
.select div span {
	padding: 0 17px 0 0;
	display: block;
	background: transparent url(../images/site/select.png) scroll no-repeat 100% 50%;
}
.select div span span {
	padding: 0px 0;
	display: block;
	font-size: 1em;
	background: none;
}

.select select {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
}
.select select option {
	padding: 2px;
}

.file-input {
	display: block;
	position: relative;
	margin: 0 0 3px 0;
	top: 0;
}

.file-input input[type=file] {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	position: relative;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
}

.file-input .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.file-input .mask div {
	padding: 0 65px 0 0;
	background: transparent url(../images/site/buttons.png) scroll no-repeat 100% 1px;
}
.file-input .mask span {
	border: 1px solid #cec7c2;
	background: #ebebe4;
	display: block;
	height: 17px;
}

/*
* @secction inline
*/

b {
	font-family: sans-serif, arial;
	font-size: 1.05em;
}
