@charset "UTF-8";
/* CSS Document */
/*
green	#498938
red	#9f3c39
light gray	#999
medium gray	#666
dark gray	#333
dark gray	#353535
*/

* {padding: 0; margin: 0;} 

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	border-top: 7px solid #498938;
	font-size: 100.1%;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	padding-bottom: 1em;
	line-height: 1.25em;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
	line-height: 1.25em;
}
a {
	text-decoration: none;
	color: #9f3c39;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-style: none;
}
	
br.clear {
	clear: both;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
.center {
	text-align: center;
}
.testimonialsname {
	font-style: italic;
	color: #666;
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
	text-align: right;
}

/* wrapper */
#wrapper {
	width: 900px;
	margin: 0 auto;	
}

/* header */
#top {
	position: relative;
	width: 900px;
	height: 95px;
	margin-bottom: 45px;
}
#logo {
	margin-top: 20px;
	float: left;
}

#header {
	width: 800px;
	height: 80px;
	position: absolute;
	right: 0px;
}
#header h1{
	text-indent: -9000px;
}
#logotype {
	float: left;
	margin-top: 40px;
}
#header ul   {
	list-style: none;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 35px
}
#header li {
	float: left;
	height: 1%;
}
#header ul a:link , #header ul a:visited{
	display: block;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-decoration: none;
	color: #498938;
	text-align: center;
	line-height: 1.5em;
	padding: .15em 1em;
	letter-spacing: 0.2em;
}
#header ul a:hover {
	background-color: #498938;
	background-image: url(../images/nav_bg_hover.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#header li a.current, #header li a.current:hover, #header li a.current:active{
	color: #f2f5c3;
	cursor: default;
	background-color: #498938;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#mainContent {
	position: relative;
	margin-left: 100px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 210px;
	overflow: hidden;
	margin-left: 100px;
	margin-bottom: 20px;
	display:inline;
}
#sidebar h2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #498938;
	padding: 0.2em 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	letter-spacing: 0.2em;
}
#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.25em;
	padding-bottom: 0.5em;
}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	border-bottom: 1px dotted #666;
	padding: 5px;
}
#sidebar ul li a {
	color:#333
}
#sidebar ul li a.current, #sidebar ul li a img.current:hover, #sidebar ul li a img.current:active{
	cursor: default;
	color: #9f3c39;
	text-decoration: none;
}
#sidebar h2.topspace {
	margin-top: 20px;
}
#sidebar blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
	color: #666;
	padding: 8px;
	margin-top: 30px;
	border: 1px dotted #333;
}
#sidebar p.name {
	font-size: 0.95em;
	font-style: italic;
	color: #666;
	border-bottom: 1px dotted #666;
	padding-bottom: 15px;
}
/* content */
#content {
	float: right;
	width: 550px;
	margin-bottom: 20px;
	position: relative;
}
#content h1 {
	font-size: 1.5em;
	padding: 5px;
	width: 538px;
	border: 1px solid #333;
	font-weight: normal;
	color: #9f3c39;
	margin-bottom: 13px;
	background: #e5e1d6 url(../images/portfolio/titilebg.jpg) repeat-x;
}
#content h2 {
	font-size: 1em;
	font-weight: bold;
	color: #9f3c39;
}
#content p img.border {
	border: 1px solid #666;
}
.visit a:link, .visit a:visited {
	font-family: "Lucida Grande", Arial, "Helvetica sans-serif";
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
	background: #9F3C38;
	padding: 2px 6px;
	float: right;
}
.visit a:hover {
	background: #D84F4A;
	text-decoration: none;
}
#content p #mejiro {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* footer */
#footer {
	clear: both;
	margin-bottom: 10px;
	border-top: 1px solid #666;
	padding-top: 7px;
}
#footer p {
	padding: 0px 0px 7px 100px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}
#footer .services {
	font-weight: bold;
	color: #9f3c39;
}

