@charset "utf-8";

/*
	Scenic Landscaping
	Author : Joey Avino
	Copyright : Amedia Creative
	Link : www.amediacreative.com
	Email : info@amediacreative.com
	Phone : 310/651/8733
	Fax : 310/388/1210f

*/

/* LAYOUT */

html, body {

	height: 100%;
	margin: 0px;
  	text-align: center;
	font: 12px "Times New Roman", Times, serif;
	letter-spacing: .02em;
	color: #aa9a7b;
	width: 100%;
	background: #10100f url('../../images/main/bg.png') repeat-x top left;

}

div {

	position: relative;
	z-index: 0;
	text-align: left;

}

img { border: 0px; }

div#nonFooter {

	min-height: 100%;
	top: 0px;

}

* html div#nonFooter {

	height: 100%;
	margin: 0px;
	padding: 0px;

}

div#content {

	text-align: center;
	width: 900px;
	margin: auto;
	padding-bottom: 70px;

}

div#banner {

	height: 159px;
	width: 900px;
	margin: auto;

}

div#holder {

	width: 100%;
	margin: auto;
	background: #163691 url('../../images/main/banner_bg.png') repeat-y top left;

}

div#logo {

	z-index: 0;
	float: left;
	width: 387px;
	height: 159px;
	text-indent: -9999px;
	background: url('../../images/main/logo.png') no-repeat top left;

}

div#headerphone {

	z-index: 0;
	float: right;
	font: italic 25px "Times New Roman", Times, serif;
	color: #eae8b3;
	margin-top: 92px;
	margin-left: 5px;

}

/* div#grass {

	z-index: 1;
	float: left;
	width: 100%;
	height: 71px;
	margin-top: -71px;
	background: url('../../images/main/grass24.png') repeat-x 0px 8px;

} */

div#menu {

	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	z-index: 1;

}

#menu div { 

	float: left;
	height: 24px;
	text-align: center;
	margin: 0px 3px;

}

#menu a, .subnav a {

	display: block;
	height: 14px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #c0ede1;
	padding-top: 10px;
	letter-spacing: 0em;

}


#menu a:hover, .subnav a:hover {

	text-decoration: none;
	color: white;
	padding-top: 2px;
	height: 19px;
	border-bottom: 3px solid white;

}

.subnav a {

	font-size: 12px;
	color: #56c1e0;

}

div.subnav {

	padding: 10px;
	width: 130px;
	background: url('../../images/main/section_bg_small.png') no-repeat top left;

}

div.subnav p { text-indent: 0px; }
	

#menu .spacer {

	width: 2px;
	background: url('../../images/main/menu_png.png') repeat-y top right;

}

h1, h2 {

	font: italic normal 30px "Times New Roman", Times, serif;
	color: #eae8b3;
	margin: 15px 0px 0px 0px;

}

h2 {

	font-size: 22px;
	margin: 0px;

}

#references h2 { text-indent: 30px; }
#references p { font-size: 14px; line-height: 20px; }

h3 {

	font-size: 18px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-indent: 30px;

}


p {

	font-size: 19px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-indent: 30px;

}

div#footer {

	height: 25px;
	margin-top: -49px;
	background: #483424;
	padding: 12px;

}

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

div.page .left, div.page .right {

	width: 405px;
	padding: 10px;
	/*min-height: 276px;*/
	min-height: 130px;
	background: url('../../images/main/section_bg.png') no-repeat top left;

}

a, .blue {

	color: #56c1e0;
	text-decoration: none;
	font-style: italic;

}

a:hover { text-decoration: underline; }

#librarymain div.right, #services div.right, #portfolio div.right {

	width: 150px;
	padding: 0px;
	background: none;

}

#librarymain div.left, #services div.left, #portfolio div.left {

	width: 680px;
	padding-right: 20px;
	background: url('../../images/main/section_bg_wide.png') no-repeat top left;

}

div.pic, div.video {

	width: 400px;
	height: 240px;
	margin: 2px 0px 40px 2px;
	font-size: 19px;
	color: #eae8b3;

}

div.video { height: 340px; background: none; }

.pic .img, div.video .img {

	height: 200px;
	background: #3b2d22;

}

div.video .img { background: none; }

.pic .bg, .video .bg {

	padding: 10px;
	height: 40px;
	background: url('../../images/main/pic_btm.png') no-repeat top left;

}

div.pic2 {

	width: 128px;
	height: 84px;
	margin: 2px 6px 10px 2px;
	font-size: 12px;
	color: #eae8b3;
	float: left;

}

.nomarg { margin: 0px; }

.pic2 .img {

	height: 64px;
	background: #3b2d22;

}

.pic2 .bg {

	padding: 2px;
	height: 20px;
	background: url('../../images/main/pic_btm_small.png') no-repeat top left;

}

#services ul, #company ul {

	list-style: circle;
	margin-left: 50px;
	padding: 0px;
	font-size: 18px;

}

/* ----- table --------------- */
	table { border-collapse: collapse; width: 100%; caption-side: bottom; }

		.col_group_1 { width: 50%; }
		.col_group_2 { width: 20%; }

		tr .first { border-left: none; }
			th, td { padding: 2px 0px; text-align: left; font-size: inherit; }
		tbody {}
			/* ----- Hover does not work in IE6, but it does not break anything. --------------- */

input {

	border: 1px solid #3b2d22; 
	font: 12px "Times New Roman", Times, serif;
	font-size: 1em; 
	margin: 0; 
	background-color: #483424;
	color: #56c1e0;
	text-indent: 5px;
	width: 200px;
	font-style: italic;
	
}

textarea {

	border: 1px solid #3b2d22; 
	font: 12px "Times New Roman", Times, serif; 
	font-size: 1em; 
	margin: 0; 
	width: 200px;
	background-color: #483424;
	color: #56c1e0;
	text-indent: 5px;
	font-style: italic;
	overflow: hidden;
	resize: none;
	
}

input, textarea:hover {

	cursor: pointer;
	font-style: italic;
	overflow: hidden;
	resize: none;

}

input.button {

	width: 100px;
	color: #56c1e0;
	font-style: italic;


}

input.button:hover {

	color: #FFFFFF;
	font: 12px "Times New Roman", Times, serif;
	font-size: 1em; 
	text-decoration: none;
	border-bottom: 3px solid white;
	font-style: italic;

}


#area .left { width: 220px; }
#map .left { width: 430px; }
#map #window #mid_left { background: url('../../images/main/mid_work_notitle.png') no-repeat top left; }
#area #window #mid_left { background: url('../../images/main/mid_work_notitle2.png') no-repeat top left; }
