* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #000000;
}
 
h1, h2, h3 {
	color: #000000;
}

h1 {
	margin-bottom: .5em;
	margin-top: 0em;
	font-size: 2em;
}

h2 {
	margin-bottom: .5em;
	margin-top: .5em;
	font-size: 1.3em;
	color: #0e3505;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

p, blockquote, ul, ol {
	margin-bottom: .5em;
}

p {
	line-height: 1.3em;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: #0000ff;
}

a:hover {
	
}

a:visited {
	color: #800080;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

div#container {
	min-width: 800px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

table.main {
	width: 100%;
	border-collapse: collapse;
}

td.top1 {
	height: 232px;
	width: 10%;
	background-color: #c9e8e6;
	vertical-align: middle;
	text-align: center;
}

td.top2 {
	background-image: url(/images/landscape-works/top-fon.jpg);
	width: 90%;
}

td.menu1 {
	height: 45px;
	background-image: url(/images/landscape-works/phone-fon.gif);
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

td.menu2 {
	background-image: url(/images/landscape-works/menu-fon.gif);
	text-align: center;
}

div#menu {
	float: left;
}

div#menu ul {
	margin: 0 0 0 30px;
	list-style-type: none;
	font-size: 14px;
	text-transform: uppercase;
}

div#menu li {
	float: left;
	border-left: 1px solid #ffffff;
}

div#menu li:first-child {
	border-left: 0;
}

/* a hack for IE Win only \*/	
* html div#menu ul {
	border-left: 0;
	margin-left: 15px;
}
/*end of hack */

div#menu a {
	padding: 0 20px; 
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

div#menu span {
	padding: 0 20px; 
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

td.news1 {
	vertical-align: top;
}

div#nav {
	width: 260px;
}

div#nav ul {
	border: 0;
	margin: 12px 35px 12px 40px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

div#nav li {
	border-top: 2px solid #c9e8e6;
	margin: 0;
	padding: 1.2em 0;
	text-indent: 0;
}

div#nav li:first-child {
	border-top: 0;
}

div#nav a {
	text-decoration: none;
	color: #0e3505;
}

div#nav a:hover {
	color: #0e3505;
}                         

/* a hack for IE Win only \*/	
* html div#nav ul {
	border-top: 0;
}
/*end of hack */

td.news2 {
	vertical-align: bottom;
	padding: 0;
}

td.news2 img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

td.text {
	background-color: #c9e8e6;
	vertical-align: top;
	padding: 15px 15px 0px 15px;
	color: #0e3505;
}

span#bread {
	font-size: .8em;
}

span#bread a {
	color: #0e3505;
}

td.text1 {
   vertical-align: top;
}

td.text2 {
    vertical-align: bottom;
}

td.news3 {
	padding: 0;
	vertical-align: top;
	height: 66px;
}

td.news3 img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

td.bottom {
	background-image: url(/images/landscape-works/bottom-fon.gif);
	font-size: 12px;
	padding: 0 10px 0 10px;
	color: #ffffff;
	vertical-align: top;
	height: 66px;
}

td.bottom a {
	color: #ffffff;
}

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */