html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.6;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.clear { clear: both; }
.right { float: right; }
.left { float: left; }

.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 0 5px !important;
	margin: 10px 10px 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

a img {
	border: none;
}

.cms_textarea {
	width: 100%;
	height: 93%;
}

.cms_edit_1, .cms_edit_2 {
	border: 1px solid #aaa;
	padding: 2px 5px;
	background: #EEE;
	color: #666;
}

.cms_edit_image {
	position: absolute;
	border: 1px solid #aaa;
	padding: 0px 5px;
	background: #EEE;
	color: #666;
	z-index: 50;
}

body {
/*	background-color: #002800;*/
	color: #333;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	color: #ED1C24;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 20px;
}

h3 {
	color: #ED1C24;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 18px;
}

h4 {
	color: #ED1C24;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 18px;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #666;
}

h2 a {
	text-decoration: none;
}

ul {
	
}

ul li {
	margin-left: 48px;
}

#container {
	background: url(../images/bg.png) #eee top center repeat-y;
}

#container-inner {
	width: 1000px;
	margin: 0 auto;
}

#language {
	float: right;
	width: 0px;
	position: relative;
	right: 127px;
}

#masthead {
	background: url(../images/bg-masthead.jpg) no-repeat;
	height: 248px;
	text-align: center;
}

#masthead #logo {
	padding-top: 24px;
	margin: 0 auto;
}

#body {
	padding-top: 24px;
	background: url(../images/bg-pattern.jpg);
}

#body p {
	margin-bottom: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4e0020;
}

#col-1 {
	float: left;
	width: 333px;
}

#col-1-content {
/*	border: 1px solid;*/
	padding: 0px 24px;
}

#col-1-content #nav a {
/*	padding-left: 16px;*/
	padding-bottom: 12px;
	display: block;
	text-align: center;
}

#col-2 {
	float: left;
	width: 666px;
}

#col-2-content {
/*	border: 1px solid;*/
	padding: 0px 24px;
	width: 558px;
}

#col-2 .feature {
	margin-bottom: 12px;
}

#footer {
	background: url(../images/bg-footer.jpg) no-repeat;
	padding: 0px 24px 0px 24px;
	height: 90px;
	text-align: center;
}

#footer-inner {
	padding-top: 6px;
}

#footer p {
	font-size: 12px;
/*	width: 625px;*/
	margin: 0 auto;
	padding-top: 6px;
	color: #4e0020;
}

#footer a {
	color: #333;
	text-decoration: none;
}

form .text {
	width: 250px;
}

form .textarea {
	width: 350px;
	height: 150px;
}