/**** GENERAL STYLES ****/

*:focus {
	outline: none !important;
}

img {
	vertical-align: middle;
}

a img {
	border: none !important;
	text-decoration: none;
}

a {
	cursor: pointer !important;
}

body {
	background: #DFE0B6 url('../images/background.gif') repeat;
	font-family: 'Georgia', 'Times New Roman', 'Serif';
	font-size: 12px;
	margin: 8px 0px 0px 0px;
}

p {
	padding-bottom: 16px;
	padding-top: 0px;
	margin: 0px;
}

h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 16px;
}

h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 14px;
}

/**** PAGE LAYOUT ****/

#content-background {
	width: 790px;
	height: 726px;
	margin-bottom: -726px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: -1;
}

#content {
	width: 790px;
	height: 726px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: visible;
	z-index: 0;
}

#header {
	height: 130px;
}

#logo {
	position: absolute;
	top: 16px;
	left: -59px;
}

#logo-text {
	position: absolute;
	left: 246px;
	top: 49px;
}

#left {
	width: 218px;
	float: left;
	/*height: 283px;
	overflow: hidden;*/
	margin-top: 48px;
	margin-left: 12px;
}

#copy {
	clear: left;
	width: 218px;
	float: left;
	/*height: 283px;*/
	margin-top: 48px;
	margin-left: 12px;
	background-color: #FFF;
}

#right {
	height: 504px;
	width: 483px;
	overflow: auto;
	position: relative;
	margin-right: 48px;
	padding-right: 12px;
	margin-left: 247px;
	margin-top: 20px;
}

#crow-right {
	position: absolute;
	bottom: -62px;
	right: -130px;
	z-index: 1;
}

#footer {
	margin-top: 48px;
	width: 790px;
	text-align: center;
	font-family: 'Verdana', 'Helvetica', 'Ariel', 'Sans', sans-serif;
	font-size: 10px;
}

/**** MENU ****/
#menu {
	height: 28px;
	margin-left: 226px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#menu ul li a {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: 50% 40%;
	padding-right: 28px;
	padding-left: 12px;
}

#menu ul li img {
	display: block;
	overflow: hidden;
	margin-top: 12px;
}

#linkHome {
	background: url('../images/linkHome.gif');
	width: 43px;
}

#linkAbout {
	background: url('../images/linkAbout.gif');
	width: 44px;
}

#linkProducts {
	background: url('../images/linkProducts.gif');
	width: 61px;
}

#linkEcoNews {
	background: url('../images/linkEcoNews.gif');
	width: 69px;
}

#linkBlog {
	background: url('../images/linkBlog.gif');
	width: 32px;
}

#linkContact {
	background: url('../images/linkContact.gif');
	width: 53px;
}

#subnav {
	padding-left: 18px;
}

#subnav li {
	list-style: none;
}

#subnav li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/**** CLASSES ****/

#doLinkGroup a {
	text-decoration: none !important;
}

.doLink {
	text-decoration: none !important;
}