/* Eric Meyer CSS reset - v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout
*****************************/
html{height:100%;}  

body{
	text-align:center;
	font:62.5%/10px verdana, arial, helvetica, sans-serif;
	color:#FFF;
	background:#FFF url("images/1px_background.gif") 0 0 repeat-x;
}

#wrapper{
	overflow:visible;
	width:785px;
	height:600px;
	margin:0px auto;
	text-align:left;	
	background:url("images/background.jpg") no-repeat;	
}

#wrapper_head {
	padding:30px 0 72px 0px;
	width:785px;
	height:81px;
}

#wrapper_content {
	width:785px;
	height:500px;
}

#content {
	float:left;
	width:260px;
	margin:0 20px;
}

/*.side_content {
	float:left;
	padding:42px 0 0 61px;
	width:280px;
}*/

.image_content {
	float:left;
	width:240px;
	padding-right:20px;
}

#rhs_info{
	width:120px;
	float:left;
	
	}


/*.portfolio_content {
	float:left;
	padding:65px 0 0 10px;
	width:120px;
}*/

#footer {
	color:#33CCCC;
	width:755px;
	min-height:10px;
	padding:0 0 0 30px;
	background:url("images/footer.jpg") no-repeat;
}

/* Logo & nav
*****************************/
a.logo {
	float:left;
}

ul#nav {
	float:left;
	width:100px;
	margin-right:1px;
}

ul#nav li {
	line-height:1em;
	padding:14px 0 14px 25px;
	
}

ul#nav li a {
	
	color:#7ED3D3;
	font-weight:bold;
	text-decoration:none;	
}

ul#nav li a:hover{
	color:#339999;
}	

ul#nav li.selected a{
	color:white;
	background-position:0 -16px;
}	

/* portnav
*****************************/
ul#port_nav {
	float:left;
	
	
}
ul#port_nav li {
	line-height:2em;
}
ul#port_nav li a {
	padding:0 0 0 0px;
	color:#7ED3D3;
	font-weight:bold;
	text-decoration:none;	
}
ul#port_nav li a:hover{
	color:#339999;
}	
ul#port_nav li.selected a{
	color:#FFFFB0;
	background-position:0 -16px;
}	



/* Anchor
*****************************/

a:link{
	color: #FFFFB0;
	text-decoration: underline;
	}
a:visited{
	color: #FFFFB0;
	text-decoration: underline;
	}
	
a:active{
	color: #33CCCC;
	text-decoration: none;
	}
	
a:hover{
	color: #7ED3D3;
	text-decoration: none;
	}

/* Typography
*****************************/
h1{
	font-size:2em;
	line-height:1em;
	margin:0.8em 0em 0.4em 0em;
	
	color:#FFFFB0;
}	

h2{
	font-size:1.8em;
}	
h3{
	font-size:1.5em;
}	

h4, h5, h6{
	font-size: 1.1em;
}	
p, li {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
li {
	margin-bottom:0;
}
	
	
/*page specifics
*********************************/

#flashgallery{
	float:right;
	width:255px;
	height:239px;
}
/*
#homeimage{
	float:right;
	width:240px;
	height:239px;
}

#aboutimage{
	float:right;
	width:240px;
	height:239px;
}

#portfolioimage{
	float:right;
	width:240px;
	height:239px;
}

#processimage{
	float:right;
	width:240px;
	height:239px;
}

#studioimage{
	float:right;
	width:240px;
	height:239px;
}

#contactimage{
	float:right;
	width:240px;
	height:239px;
}

#gravelimage{
	float:right;
	width:240px;
	height:239px;
}

#ponddesignimage{
	float:right;
	width:240px;
	height:239px;
}

#waterimage{
	float:right;
	width:240px;
	height:239px;
}

#trellisimage{
	float:right;
	width:240px;
	height:239px;
}

#longimage{
	float:right;
	width:240px;
	height:239px;
}
#terracedimage{
	float:right;
	width:240px;
	height:239px;
}

#monolithimage{
	float:right;
	width:240px;
	height:239px;
}*/

