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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
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: "" "";
}




/* Layout */

body {
	background-image:url(../img/static_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#FFFFFF;
}

#content {
	margin-top:420px;
	width:950px;
	margin-bottom:20px;
}


#logo {
	width:250px;
	margin-left:25px;
	float:left;
}

#contact-block {
	position:fixed;
	bottom:20px;
	left:25px;
	width:250px;
}

#body {
	width:620px;
	margin-right:30px;
	float:right;
}

h1#pagename {
	position:absolute;
	right:30px;
	top:424px;
}

#col2, #col1 {
	width:300px;
}

#col1 {
	float:left;
}

#col2 {
	float:right;
}

/* Typography */

body {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#676666;
}

a {
	color:#c12614;
}

li {
	line-height:14px;
	margin-bottom:4px;
}

h1 {
	font-size:24px;
	color:#c12614;
}

h2 {
	font-size:16px;
	color:#c12614;
	margin-bottom:3px;
} 

h3 {
	font-size:13px;
	color:#c12614;
	margin-bottom:3px;
} 

p, ul {
	margin-bottom:18px;
}

ul.list {
	margin-left:20px;
}

ul.list li {
	list-style-image:url(../img/list.gif);
}

#contact-block ul {
	color:#979797;
	font-size:10px;
	margin:6px 0 0;
}


#contact-block img {
	float:left;
	margin-right:20px;
}

strong {
	font-weight:bold;
}


/* Nav */

ul#nav {
	margin:5px 0 22px;
}

ul#nav li {
	display:inline;
	margin-right:20px;
	font-size:14px;
}

ul#nav li a {
	text-decoration:none;
}

ul#nav li a:hover, ul#nav li a.active {
	border-bottom:2px solid #c12614;
}

/* Forms */

form {
	margin-top:18px;
}



input.text, textarea {
	padding:3px;
	font-size:12px;
	color:#c12614;
	background:#FFFFFF;
	border:1px solid #bfc0c1;
	width:196px;
	margin-bottom:6px;
	font-family:Arial, sans-serif;
}

input.text:hover, input.text:focus, textarea:hover, textarea:focus {
	border-color:#6e6f70;
} 

textarea {
	height:100px;
}

label {
	display:block;
	float:left;
	width:70px;
	clear:left;
}

label span {
	color:#c12614;
}

input {
	float:left;
}

span.error {
	background:url(../img/cross.png) no-repeat left center;
	height:22px;
	width:20px;
	float:left;
	margin-left:3px;
	clear:none;
}

div.checkboxes {
	float:left;
	width:400px;
	margin-top:3px;
}

label.checkbox {
	width:100%;
	margin-bottom:5px;
}

label.checkbox input {
	margin-left:0;
	margin-right:6px;
}

label.checkbox select {
	margin:0 6px;
}

input.submit {
	padding:1px;
	font-size:12px;
	color:#FFFFFF;
	background:#c12614;
	border:0;
	font-weight:bold;
	cursor:pointer;
	border:2px solid #c12614;
	outline:none;
	float:right;

}


span.sent {
	color: #54911e;
	font-weight:bold;
	font-size:14px;
}


input.submit:hover {
	color:#c12614;
	background:#FFFFFF;
}

#loading {
	margin-top:62px;
	margin-left:5px;
}

#submitbox {
	float:right;
	width:120px;
		margin-right:26px;
	text-align: right;
}
