/* Theme Color = Green */


* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
body {/* Body settings */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 800px;
	color: #444;
	line-height: 22px;
}
	
.page a:link {
	color: #e2f534;
	text-decoration: none;
}
.page a:visited {
	text-decoration: none;
	color: #e2f534;
}
.page a:hover {
	text-decoration: underline;
	color: #FFF;
}
.page a:active {
	text-decoration: none;
	color: #e2f534;
}

#header {
	height: 97px;
	background:url(../images/header_bg.gif) repeat-x;
}
#header .logo { /* Logo */
	background:url(../images/logo.png);
	float: left;
	height: 90px;
	width: 230px;
	display: inline;
}
.topmenu { /* Navigation settings */
            list-style: none;
			float: left;
			padding-left: 0px;
			position: relative;
			overflow: hidden;
			display: inline;
        }
                .topmenu li {
					float: left;
                }
					.topmenu li.current a, .topmenu li.current a:hover
					{
						color: #fff;/* Hover font color */
					}
                    .topmenu li.back { 
						width: 9px; 
                        height: 97px;                     
                        z-index: 9;
						background: #d8ec25;/* Navigation's background slider color */
						opacity: 0.8;
						filter: alpha(opacity=80);
                        position: absolute;						
                    }  
                    .topmenu li a {
						float: left;
						text-transform: uppercase;
						font-weight: bold;
						padding-left: 18px;
						padding-right: 18px;
						padding-top: 45px;
						height: 45px;
						font-family: Arial, Helvetica, sans-serif;
                        z-index: 10;
                        display: block;
                        overflow: hidden;
						position: relative;
						display: inline;
                    }
#intro {/* Intro settings */
	color: #444;
	float: left;
	width: 100%;
	height: 301px;
	background: url(../images/intro_bg.gif) repeat-x;
	display: inline;

	
}

#intro_sp { /* Intro settings, sp = subpage */
	color: #444;
	float: left;
	width: 100%;
	background: url(../images/intro_bg.gif) repeat-x;
	border-bottom: 0px solid #FFF;
	display: inline;
}

#intro .bg {
	background: url(../images/intro_bg_left.jpg) left no-repeat;
	height: 301px;
	float: left;
	width: 100%;
	display: inline;

}

#intro_sp .bg {
	background: url(../images/intro_bg_left_sp.jpg) left no-repeat;
	float: left;
	width: 100%;
	display: inline;
}

#intro .content {
	padding: 45px 0px 40px 0px;
	width: 100%;
	float: left;
	height: 211px;
	position: relative;
	display: inline;
}

#intro_sp .content {
	padding: 40px 0px 0px 0px;
	width: 100%;
	float: left;
	position: relative;
	display: inline;
	height: 110px;
}

.left, .right {
	float: left;
}
#intro .left {
	padding-left: 60px;
	width: 501px;
}
#intro .left h2 {
	width: 501px;
	height: 61px;
	float: left;
	padding-bottom: 20px;
}
#intro .left .description {
	padding-bottom: 20px;
}

#intro_sp .left {
	padding-left: 60px;
	width: 501px;
}
#intro_sp .left h2 {
	width: 501px;
	height: 61px;
	float: left;
	padding-bottom: 20px;
}
#intro_sp .left .description {
	padding-bottom: 20px;
}
.green_button {/* Testimonial balls */
	background: url(../images/green_button_bg.gif) repeat-x;
	height: 31px;
	border: solid 1px #000;
	padding: 0px 20px;
	font-weight: bold; 
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 31px;
	text-transform: uppercase;
}
.green_button:hover {/* Testimonial balls hover color */
	background: url(../images/button_bg_hover.jpg) repeat-x;
}
#intro .green_button {
	position: absolute;
	bottom: 40px;
}
#intro .right {
	width: 220px;
	padding-left: 100px;
}
#intro .right .item {
	display: none;
}
.writer {
	padding: 5px 0px 0px 0px;
	color: #505f00;
	font-weight: bold;
	font-size: 13px;
}
#ball_control {
	position: absolute;
	bottom: 40px;
}
.ball_green {
	width: 18px;
	height: 14px;
	background: url(../images/green_ball.png) left no-repeat;
	float: left;
}
.ball_green_select,.ball_green:hover {
	background: url(../images/green_bold_ball.png) left no-repeat;
}
#content {
	background: #080808;
	float: left;
	padding: 0px 0px 30px 0px;
	width: 100%;
	color: #d1d1d1;
}
#content .left .item {
	padding-left: 60px;
	border-bottom: solid 1px #4e4c4d;
	padding-right: 60px;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
#content .left .item_bg {
	background:url(../images/content_item_bg.gif);
}
#content .left .last {
	border-bottom: none;
}
#content .left .item .bullet {/* Bullet color */
	position: absolute;
	background: #e1f534;
	left: 2px !important;
	left: -60px;
	top: 45px;
	width: 40px;
	height: 30px;
}
#content .left .item .porfolio  {
	position:relative;
	float: left;
	width: 150px;
	padding-right: 20px;
	display: inline;
}
#content .left .item .last {
	padding-right: 0px;
}
#content .left .item .porfolio .avatar {
	width: 150px;
	border: solid 1px #fff;
	background: #5e6601;
	height: 80px;
}
#content .left .item .more {
	padding-top: 20px;
}
#content .left .item .more a {
	color: #e2f534;
}
#content .left .item .more a:hover {
	color: #fff;
}
#content .left .item .porfolio .description {
	padding: 5px 0px;
}
#content .left {
	width: 620px;
}
#content .left .item h2 {
	padding-bottom : 30px;
	color: #e1f433;
	font-size: 34px;
	font-weight: normal;
}
#content .left .line {
	height: 0px;
	clear: both;
	overflow: hidden;
	border-bottom: solid 1px #4e4c4d;
}
#content .right {
	background: url(../images/right_bg.gif) repeat-y;
	width: 298px;
	border: solid 1px #9fb000;
	float: left;
	position: relative;
	top: -25px;
}
#content .right .bg {
	background: url(../images/right_bg_top.gif) top repeat-x;
}
#content .right .bg .item {
	padding: 20px 30px;
	border-bottom: solid 1px #9fb000;
	color:	#343a00;
}
#content .right .bg .item .title {
	color: #360;
	font-weight: normal;
	font-size: 21px;
	padding-bottom: 20px;
	letter-spacing: -1px;
}
#content .right .bg .item .date {
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #343A00;
}
#content .right .bg .item h2 {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}
#content .right .bg .item .description {
	font-style: italic;
	padding-bottom: 25px;
}
#content .right .bg .item .more {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #343A00;
}

#content .right .bg .item .more a:hover{
	color: #FFF;
}



#gallery {
	list-style: none;
	background-color: #000;
}

#gallerypage {
	list-style: none;
	background-color: #000;

}
#content .right .bg .last {
	border-bottom: none;
}
#gallery li {
	width: 117px;
	height: 107px;
	float: left;
	
}
#gallerypage li {
	width: 117px;
	height: 107px;
	float: left;
	padding: 2px;
}

#gallery li a {
	float: left;
	width: 110px;
	height: 100px;
	border: solid 2px #fff;
}

#gallerypage li a {
	float: left;
	width: 110px;
	height: 100px;
	border: solid 2px #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);	
}
#gallery li a img {
	width: 110px;
	height: 100px;
	border: none;
}
#gallerypage li a img {
	width: 110px;
	height: 100px;
	border: none;
}
#footer {	
	border-top: solid 1px #4e4c4d;
	background: url(../images/footer_bg.gif);
	float: left;
	padding: 30px 0px;
	width: 100%;
	display: inline;
	
}
.clear4px {
	clear: both;
	overflow: hidden;
	height: 4px;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}
#google_map {
	width: 220px;
	border: solid 1px #ccc;
	height: 200px;
	background: #5e6601;
	float: left;
}
#company_info {
	padding-left: 20px;
	float: left;
}
#company_info a {
	color: #e3f52f;
}
#company_info h3 {
	text-transform: uppercase;
}
#footer ul {
	list-style: none;
	padding-left: 60px;
}
#footer ul li {
	float: left;
	padding-right: 26px;
	display: inline;
}
#footer ul li .current {
	color: #e3f635;
}
#footer a {
	color: #d1d1d1;
}
#footer a:hover {
	color: #e3f635;
}
#footer .copyright {
	font-size: 11px;
	color: #555;
	padding-left: 60px;
}
#imgPreviewContainer {
    background: #222 url(../images/loading.gif) no-repeat center;
    padding: 5px;
    display: none;
    position: absolute;
    z-index: 999;
    border: none;
}
#imgPreviewContainer span {
    color: white;
    font-size: 0.7em;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}

#imgPreviewContainer.loading {
    height: 32px;
    width: 32px;
}
.sidebarmenu a, .sidebarmenu a:visited, ul{	
	text-align:left;
	color:#000;
	font-weight: bold;
	padding: 0;
	margin: 0;
 }
 .sidebarmenu li{
	position:relative;
	list-style-type:none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	padding-left: 15px;
}
.sidebarmenu a:hover{
	color:#FFF;	
  }
  
.newsauthor {
	color:#666;
	font-style: italic;
}

.sidebar_text {
	color: #000;
}

.postimg {
	float:left;
	padding: 3px 20px 10px 0;
	display: inline;
}

.input_fields {	/* Form field style */
	color: #000000;	
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin: 0px 0px 5px 75px; 
	background-color: #EEE;	
	border: 1px; 
	border-color:#CCC; 
	border-style:solid;
	display: inline;
} 

.input_fields:hover {
	background-color: #CCC;
	border: 1px;
	border-style:solid
} /* Form field style */

.input_button {	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	margin-top: 10px; 
	margin-left: 130px;
	padding: 10px 20px 10px 20px;	
	background-color: #990007;	
	border: 0px;
	display: inline;
	clear: both;
	} /* Button style */

.input_button:hover {	
	background-color: #333;	
	border: 0px;} /* Button style */

.fb_titles {
	width: 55px;
	float: left;
	text-align: left;
	}