/* CSS Document */
/* For Eiry ROck website */

body {
	background: #ffffff;
	color: #666666;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0;
	padding: 0 0;
}
p {
	margin: 0 0;
}
#wrap {
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto;
	background: none;
}

#maincontainer {
	background: #ffffff url(/images/background.jpg) top left repeat-y;
	width: 840px;
	margin: 10px auto;
	text-align: left;
}
#topshadow {
	background: #ffffff url(/images/header.jpg) top left no-repeat;
	height: 34px;
}
#bottomshadow {
	background: #ffffff url(/images/footer.jpg) bottom left no-repeat;
	height: 34px;
}

#head {
	background: url(/images/top_strip.jpg) top left no-repeat;
	width: 800px;
	height: 103px;
	margin: 0 20px;
	color: #999999;
}
#head h1 {
	display: none;
}
#head img {
	display: block;
}

/*---------------------NAVIGATION - TOP LEVEL ----------------------------*/
#navigation {
	margin: 12px 0;
	padding: 62px 0 2px 12px;
	display: none;
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
}

#navigation ul {
	padding: 2px;
	text-align: left;	
}

#navigation ul li {
	display: inline;
	margin-right: 16px;
}

#navigation ul li a {
	color: #94be0f;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #c5c6c8;
	text-decoration: none;
}

/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/

/*------------------------------------------------------------------------*/

#content {
	margin: 0 0;
	padding: 0 20px;
	color: #999999;
}
#content p {
	padding: 0 0 0.6em 0;
}
#foot {
	/*display: block;*/
}
p.footer {
	text-align: center;
	margin: 0 auto;
}
#righthandproducts {
	float: right;
	width: 78px;
	padding-right: 80px;
}
#righthandproducts img {
	margin-bottom: 20px;
}

#leftbody {
	width: 570px;
}

.bodyimages {
	width: 290px;
	float: right;
}
.bodyimages img {
	border-bottom: 2px solid #d3e49d;
	margin-bottom: 20px;
}
.bodyimages img.last {
	border-bottom: none;
	margin-bottom: 20px;
}


h1 {
	color: #94be0f;
	font-size: 2.5em;
	margin: 0.5em 0 0.2em 0;
	font-weight: normal;
}
h2 {
	color: #999999;
	font-size: 1.8em;
	margin: 0.5em 0 0.2em 0;
	font-weight: normal;
}
h3 {
	color: #94be0f;
	font-size: 1.5em;
	margin: 0.5em 0 0.2em 0;
	font-weight: normal;
}
h4 {
	color: #000000;
	font-size: 1em;
	margin: 0.5em 0 0.2em 0;
	font-weight: bold;
}
a, a:link {
	color: #94be0f;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 1px #d3e49d;
}
a:hover {
	color: #94be0f;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid 1px #d3e49d;
}
a:active {
	color: #c5c6c8;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 1px #d3e49d;
}
#righthandproducts a, #righthandproducts a:link, #righthandproducts a:hover, #righthandproducts a:active {
	text-decoration: none;
	border-bottom: none;
}
#navigation a, #navigation a:link, #navigation a:hover, #navigation a:active {
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

/* forms */
.formerror, .error {
	color: #990000;
	font-weight: bold;
}

form input {
	width: 20em;
	height: 1.5em;
	border: 1px solid #d3e49d;
	background: #ffffff;
	font-size: 85%;
	margin: 1px 0;
	color: #666666;
	margin-left: 1em;
}
form textarea {
	width: 20em;
	height: 7em;
	border: 1px solid #d3e49d;
	background: #ffffff;
	margin: 1px 0;
	color: #666666;
	margin-left: 1em;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
}
form select {
	width: 20em;
	height: 2em;
	border: 1px solid #d3e49d;
	background: #ffffff;
	font-size: 85%;
	margin: 1px 0;
	color: #666666;
	margin-left: 1em;
}
form label {
	float: left;
	width: 12em;	
	text-align: right;
}
form .button {
	background: #d3e49d;
	color: #000000;
	width: 8em;
	height: 2em;
}
form .check {
	width: 2em;
	font-size: 100%;
	border: none;
}
.formitem {
	margin: 4px 0;
}
form img {
	border: none;
	vertical-align: bottom;
	margin-bottom: 2px;
}

