html, body {
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 12px;
	color: #555;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a {
	border: 0;
	padding: 0;
	margin: 0;
}
p {
	line-height: 18px;
	margin: 0 0 15px 0;
}
ul {
	list-style-type: square;
}
a {
	text-decoration: none;
	color: #006600;
	border-bottom: 1px solid #ccc;
}
a:hover {
	color: #000;
}
img {
	border: none;
}
a img {
	border: none;
}
a:hover img {
	border: none;
}
fieldset label {
	display: block;
	clear: both;
}
fieldset label input, fieldset label textarea {
	font-family: verdana, arial;
}
fieldset label span {
	float: left;
}
fieldset label .text, fieldset label .textarea {
	font-size: 13px;
	width: 135px;
	height: 18px;
	color: #666;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	float: right;
	padding: 2px 5px;
}
fieldset label .textarea {
	width: 390px;
	height: 150px;
}
fieldset label .text:focus, fieldset label .textarea:focus {
	border-right: 1px solid #eebb92;
	border-bottom: 1px solid #eebb92;
	border-left: 1px solid #c3814c;
	border-top: 1px solid #c3814c;
}
fieldset label .button {
	width: 42px;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url("../images/button.gif") no-repeat center center;
	border: none;
	margin: 0;
}
fieldset label .select {
	width: 147px;
	height: 22px;
	border: 1px solid #ddd;
	color: #666;
	float: right;
}
.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
}
/* -----------------------------------------------------------------------------
	header
	---------- */
#head {
	width: 100%;
	height: 80px;
	background: url("../images/head_bg.gif") repeat-x #88ca17;
	border-bottom: 3px solid #88ca17;
}
#head .set {
	width: 740px;
	height: 80px;
	background: url("../images/head_bg.gif") repeat-x;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#head #logo {
	width: 205px;
	height: 52px;
    background: url("../images/logo1.png") no-repeat center center;
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#head .set > #logo {
	background: url("../images/logo1.png") no-repeat center center;
}
#head ul {
	list-style-type: none;
	float: right;
	padding: 0 2px 0 0;
}
#head ul li {
	font: 12px/normal Verdana, Arial;
	display: inline;
}
#head ul li a {
	height: 50px;
	color: #ccc;
	text-decoration: none;
	border: none;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	display: block;
	float: left;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}
#head ul li a:hover {
	color: #fff;
	background-color: #330000;
}
#head ul li.active a {
	color: #fff;
	background: url("../images/nav_a.gif") repeat-x;
}
/* -----------------------------------------------------------------------------
	body
	---------- */
#main {
	width: 735px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*
	tip
*/
#tip {
	width: 100%;
	height: 15px;
	font-size: 11px;
	color: #999999;
	padding: 0 0 3px 0;
	margin: 13px 0 10px 0;
}
#tip p#desc {
	float: none;
	margin: 0;
}
#tip p#carrer {
	float: right;
	margin: 0;
}
/*
	photo
*/
.photo {
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
.img1 {
	background-image: url("../images/photo1.jpg");
}
.img2 {
	background-image: url("../images/photo2.jpg");
}
/*
	content
*/
#flags {
	width: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0px;
}

#content {
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0px;
}
#content #left {
	width: 206px;
	float: left;
	line-height: 15px;
	border-right: 1px solid #ddd;
	padding: 0 15px 0 0;
	margin: 0 -1px 0 0;
}
#content #right {
	width: 480px;
	float: left;
	border-left: 1px solid #ddd;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#content #maincontent {
	width: 700px;
	float: left;
	border-left: 1px solid #ddd;
	padding: 0 0 0 15px;
}
/* --- */

#content #left #sub_nav {
	width: 221px;
	font: 12px/normal Verdana, Arial;
	list-style-type: none;
	border-left: 1px solid #84bb23;
	border-top: 1px solid #effcd8;
	margin: 0 -15px 25px 0;
}
#content #left #sub_nav li a {
	width: 203px;
	display: block;
	border-bottom: 1px solid #effcd8;
	padding: 7px 0 7px 15px;
}
#content #left #sub_nav li.active a, #content #left #sub_nav li a:hover {
	color: #555;
	border-left: 3px solid #84bb23;
	background-color: #effcd8;
}
#content #left #backtomain, #content #left #newsarchive {
	text-align: right;
	margin: -15px 0 25px 0;
}
#content #left #newsarchive {
	margin-top: 0;
}
#content #left .hr, .hr {
	width: 221px;
	height: 1px;
	font-size: 0;
	border-bottom: 1px solid #ddd;
	line-height: 0;
	color: #ddd;
	clear: both;
	padding: 0;
	margin: 20px -15px 20px 0;
}
/* left */
#content #left p.caption {
	font: 15px/normal Verdana, Arial;
	letter-spacing: -1px;
	color: #ed7b20;
	margin: 0 0 10px 0;
}
#content #left p.star_green a {
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	background: url("../images/star_green.gif") no-repeat;
	border: none;
	display: block;
	float: right;
	margin: 0 0 0 7px;
}
#content #left p.star_green a:hover {
	background: url("../images/star_green_ahover.gif") no-repeat;
}
#content #left p {
	margin: 0 0 10px 0;
}
#content #left #portfolio_preview div {
	width: 40px;
	height: 45px;
	border: 3px solid #ddd;
	overflow: hidden;
	float: left;
	margin: 0 18px 20px 0;
}
#content #left #portfolio_preview div.active {
	border: 3px solid #aedf57;
}
#content #left #callback {
	background: url("../images/callback_bg.gif") repeat-x #fff;
	border-top: 1px solid #ddd;
	padding: 5px;
}
#content #left #callback label {
	height: 24px;
	margin: 5px 0;
}
#content #left #callback label .text {
	width: 120px;
}
#content #left #callback label .select {
	width: 132px;
}
#content #left #callback label .button {
	margin: 0 0 0 64px;
}
/* right */
#content #right h1 {
	letter-spacing: -1px;
	color: #006600;
	margin: 25px 0 10px 0;
	font-family: Verdana, Arial;
	font-size: 17px;
	line-height: normal;
}
#content #right h2 {
	font: 15px/normal Verdana, Arial;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
}
#content #right .quote {
	background: url("../images/quote1.gif") top left no-repeat;
	margin: 10px 0 15px 0;
}
#content #right .quote p {
	background: url("../images/quote2.gif") bottom right no-repeat;
	padding: 30px 40px 30px 45px;
}
#content #right .project_screen {
	width: 485px;
	height: 150px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 20px 0;
}
#content #right .box_set .box {
	width: 425px;
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
#content #right .box_set .box h2 {
	font-size: 11px;
	font-weight: bold;
	border: none;
	margin: 0 0 20px 0;
}
#content #right .box_set .box ul {
	list-style-type: none;
	margin: 0;
}
#content #right .box_set .box ul li {
	font-size: 11px;
}
#content #right ul {
	list-style-type: none;
	margin: 5px 20px 0 20px;
}
#content #right ul li {
	background: url("../images/list_icon.gif") no-repeat center left;
	border-bottom: 1px solid #ddd;
	line-height: 15px;
	padding: 0 0 5px 20px;
	margin: 0 0 15px 0;
}
#content #right #contactform {
	background-color: #f7f7f7;
	border: 1px solid #f1f1f1;
	padding: 5px;
	margin: 15px 0 0 0;
}
#content #right #contactform label {
	height: 24px;
	margin: 5px 0;
}
#content #right #contactform label .text {
	width: 390px;
}
#content #right #contactform label .button {
	margin: 0 0 0 75px;
}
/* -----------------------------------------------------------------------------
	footer
	---------- */
	
#footer {
	width: 100%;
	height: 30px;
	background-color: #f0f0f0;
}
#footer .set {
	width: 730px;
	height: 30px;
	background-color: #f0f0f0;
	margin: 0 auto;
}
#footer .set p {
	font-size: 10px;
	text-align: right;
	line-height: 30px;
	color: #999999;
	margin: 0;
}
#end {
	width: 730px;
	margin: 5px auto 0 auto;
	padding: 0 0 10px 0;
}
#end p {
	font-size: 10px;
	text-align: right;
	color: #999999;
	margin: 0;
}
#end p a {
	color: #999999;
	text-decoration: none;
}
#end p a:hover {
	color: #666666;
}
/* -----------------------------------------------------------------------------
	other
	---------- */

#preload {
	display: none;
}
#result {
	background: url("../images/icon_note.gif") no-repeat center left;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}
#result span {
	font-weight: bold;
	color: #006600;
}
.calendar {
	font-size: 10px;
	line-height: normal;
	background: url("../images/calendar.gif") no-repeat center left;
	color: #888;
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
}
p.icon_arrow {
	background: url("../images/icon_arrow.gif") no-repeat center left;
	padding: 0 0 0 15px;
}
.hr {
	width: 100%;
	margin: 0;
}
