/* Basic */

*{margin:0;padding:0;}
body{font:11px/1.6 "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;}
p a{display:inline;}
em{color:#09534f;font-weight:normal;}

/* Headings */

h1{color:#09534f;font-size:48px;}
h2{
	color:#09534f;
	font-size:21px;
	text-align: left;
}
h3{font-size:19px;}
h4{font-size:15px;}
h5{font-size:10px;}
h6{font-size:8px;}

/* Space */
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset{
	margin-bottom:10px;
	color: #0080A7;
	font-size: 15px;
}

/* Common Styles fonts */

.softcolor { }
.darkcolor {
	color:#001020;
}
.colormain { color:#04b5ad; }
.colorsub { color:#15324f; }


strong {
	color:#0080A7;
}


.section{
	background-color:#00B40A;
	padding:5px 15px 10px 15px;
	display:inline;
	border-bottom:1px solid #c4d8d5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
}

.title{
	padding-top:50px;
	display:block;
	line-height:25px;
	font-weight:normal;
}

.title_portfolio{
	padding-top:80px;
	display:block;
	line-height:25px;
	font-weight:normal;
	text-align: center;
}
