* { margin: 0px; padding: 0px; } 



html, body {

	height: 100%; 

	width: 100%; 

	background: #FFFFFF url(../images/background.png) repeat-x;	

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-size: 12px; 

	color: #5a5a5a;

	text-align: left;

	line-height: 30px;

}



a:link, a:active, a:visited { 

	color: #9A9A9A; 

	text-decoration: none; 

	/*font-size: 14px; */

}



a:hover { 

	color: #222222; 

	text-decoration: underline; 

}



#wrapper { 

	position: relative; 

	width: 999px;

	height: auto !important;

	height: 100%;

	min-height: 100%; 

	margin: 0px auto;

	margin-bottom: 10px;

}



.alert.alert-error {

    background-color: #f2dede;

    margin: 14px;

    color: #a94442;

    border-color: #ebccd1;

    padding: 5px;

    text-align: center;

}



#header { 

	width: 999px; 

	height: 425px; 

	text-align: center;

	float: left;

}

 

#menu { 

	width: 962px; 

	height: 30px; 

	margin: 10px auto 0px auto;  /* MARGIN FOR ALIGN MENU */

}



#menu li { 

	list-style: none; 

	display: inline;

	margin: 0px 3px; 

}



#menu a { 

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	color: #FFFFFF; 

	font-size: 11px; 

	text-decoration: none; 

	display: block; 

	float: left; 

	padding: 0px 30px; 

}



/* BTNS */

.btn.active {

	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;

	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;

	box-shadow:inset 0px 1px 0px 0px #a4e271;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9bdb07), color-stop(1, #638a07) );

	background:-moz-linear-gradient( center top, #9bdb07 5%, #638a07 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bdb07', endColorstr='#638a07');

	background-color:#9bdb07;

	border:1px solid #74b807;

	color:#ffffff;

	padding:6px 24px;

	text-shadow:1px 1px 0px #528009;

}

.btn.active:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #638a07), color-stop(1, #9bdb07) );

	background:-moz-linear-gradient( center top, #638a07 5%, #9bdb07 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#638a07', endColorstr='#9bdb07');

	background-color:#638a07;

}

/* This imageless css button was generated by CSSButtonGenerator.com */

.btn {

	-moz-box-shadow:inset 0px 1px 0px 0px #292929;

	-webkit-box-shadow:inset 0px 1px 0px 0px #292929;

	box-shadow:inset 0px 1px 0px 0px #292929;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9c9c9c), color-stop(1, #2d2d2d) );

	background:-moz-linear-gradient( center top, #9c9c9c 5%, #2d2d2d 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#2d2d2d');

	background-color:#9c9c9c;

	-moz-border-radius:19px;

	-webkit-border-radius:19px;

	border-radius:19px;

	border:1px solid #000000;

	display:inline-block;

	color:#ffffff;

	font-family:arial;

	font-size:15px;

	font-weight:bold;

	padding:6px 24px;

	text-decoration:none;

	text-shadow:1px 1px 0px #7c7c7c;

	margin: 0px 3px;

}.btn:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2d2d2d), color-stop(1, #9c9c9c) );

	background:-moz-linear-gradient( center top, #2d2d2d 5%, #9c9c9c 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#9c9c9c');

	background-color:#2d2d2d;

}.btn:active {

	position:relative;

	top:1px;

}

/* This imageless css button was generated by CSSButtonGenerator.com */





#banner { 

	width: 999px;

	height: 340px;

	background: url(../images/banner.png) no-repeat center;

	margin-top: 12px;

	float: left;

}



#search {

	float: right;

	width: 250px;

	text-align: right;

}



#search form .txtInput {

	width: 170px; 

	height: 20px; 

	background: transparent url(../images/search.png) no-repeat; 

	margin: 95px 10px 0px 0px; 

	padding: 7px 4px 0px 26px; 

	float: left; 

	font-family: Verdana; 

	font-size: 11px; 

	color: #555555; 

	border: none;

}



#search form .button { 

	width: 38px; 

	height: 23px; 

	background: url(../images/searchButton.png) no-repeat; 

	margin-top: 97px; 

	border: none; 

}



#search form .button:hover { cursor: pointer; }



#main { 

	width: 100%; 

	float: left; 

	padding-bottom: 39px; 

	margin-bottom: 10px; 

}



#main ul { 

	margin-top: 5px; 

	margin-bottom: 30px; 

	font-family: verdana; 

	font-size: 11px; 

	color: #7a8c93; 

	font-weight: bold;

}

 

#main li { 

	list-style: none; 

	background: url(../images/icon5.png) no-repeat 0 5px; 

	padding-left: 25px; 

}



a.readMore {

	width : 83px;

	height : 19px;

	background: url(../images/ReadMore.png) no-repeat bottom;

	font-family : verdana;

	font-size : 11px;

	color : #ffffff;

	text-align : center;

	padding-bottom: 10px;

	float : left;

	cursor : pointer;

}



a.readMore:hover {

	cursor : pointer;

}



.sepline { 

	width: 10px; 

	height: 310px; 

	background: url(../images/sepline.png) no-repeat; 

	float: left; 

	margin: 85px 15px 0px 15px; 

}



/* HOME */ 



#home .box { 

	width: 280px;

	padding: 5px;

	margin: 5px;

}



/* FOOTER */

#footer { 

	background: url(../images/footer.png) repeat-x; 

	width: 100%; 

	height: 65px; 

	text-align: center; 

	line-height: 12px; 

	float: left; 

	bottom: 0px; 

	margin-top: -39px; 

	position: relative; 

}

 

#footer #wrap { 

	width: 600px; 

	height: 20px; 

	margin: 0px auto; 

	font-size: 10px; 

	color: #999999; 

	padding-top: 15px; 

}



#footer #wrap .link { 

	color: #FFFFFF; 

	font-weight: bold; 

	font-size: 10px; 

}



#footer #wrap .link:hover { 

	color: #beee48; 

	text-decoration: underline; 

	font-weight: bold; 

	font-size: 10px; 

}



/* STYLES */



.float-left { float: left; }

p { margin: 0px 0px 15px; clear: both; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.big { font-size: 16px; font-weight: bold; margin-bottom: 5px; }



.box { 

	float: left;

	margin: 0px 0px 20px;

}



#box-left { 

	width: 435px;

	padding: 5px;

	margin: 2px;

	float: left;

}

#box-left.wider{

	width: 450px;

}



#box-right { 

	width: 490px;

	padding: 5px;

	margin: 5px;

	float: right;

}



#box-right .margin-top { margin-top: 60px; }



h3 { 

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 22px; 

	color: #000000; 

	font-weight: normal;

	font-style: normal;

	float: left;

}



.box h3 { margin: 15px 0px; }



.icon {

	margin-right: 18px;

	margin-bottom: 10px;

}



.image { margin: 10px; }



.CurrentProjects { 

	width: 70px; 

	height: 70px; 

	margin: 3px; 

	padding: 6px;

	background: url(../images/currentOff.png) no-repeat center; 

	overflow: hidden;

}



.CurrentProjects:hover {

	background: url(../images/currentOn.png) no-repeat center;

}



/* PORTFOLIO */



#portfolio {

	width: 990px;

	margin: 0px;

	float: left;

}



.portfolio { 

	width: 920px; 

	float: left; 

	margin-bottom: 30px; 

}



.images { 

	width: 233px;

	height: 175px;

	float: left; 

	margin-right: 15px; 

	margin-top: 6px; 

	padding: 10px;

	border: 1px solid #c3c3c3;

	background-color: #EAEAEA;

}



.description { 

	width: 425px; 

	float: left; 

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-size: 12px; 

	line-height: 24px; 

	text-align: justify; 

}



#portfolio .resalte{

	font-weight: bold;

	color: #2d7f0d;

}



/* BLOG */



#blog-left{

	width: 658px;

	margin-right: 10px;

	float: left;

}



#blog-left h3{

	font-size: 25px;

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	font-weight: bold;

	float: left;

	margin-top: 25px;

	margin-bottom: 12px;

	font-style: normal;

	clear: both;

}



.blog-post{

	width: 658px;

	background: #f8f8f8 url(../images/post_back.png) repeat-x;

	border: 1px solid #999999;

	float: left;

	clear: both;

}



.blog_image{

	width: 200px;

	height: 200px;

	margin: 25px 15px 20px 15px;

	float: left;

}



.blog_text{

	width: 425px;

	float: left;

	margin-bottom: 20px;

}



.blog_date{

	width: 230px;

	background: #2c7f0d;

	font-family: Verdana;

	font-size: 11px;

	color: #ffffff;

	margin-top: 20px;

	margin-bottom: 12px;

	padding-left: 6px;

	clear: both;

}



.blog-comments{

	width: 658px;

	height: 35px;

	background: #FFFFFF url(../images/post_comments.png);

	border: 1px solid #999999;

	border-top: none;

	float: left;

	margin-bottom: 40px;

}



.blog-comments-number{

	font-family: Verdana;

	font-size: 11px;

	color: #ffffff;

	text-decoration: underline;

	padding-left: 50px;

	padding-top: 3px;

	float: left;

}



.blog-comments-write{

	margin-left: 417px;

	font-family: Verdana;

	font-size: 11px;

	color: #ffffff;

	padding-top: 3px;

	float: left;

}



#pagination{

	width: 658px;

	float: left;

	clear: both;

	margin-bottom: 30px;

}



#pagination #pagination-left{

	width: 150px;

	font-size: 11px;

	color: #777777;

	float: left;

}



#pagination #pagination-right{

	width: 120px;

	font-size: 11px;

	color: #777777;

	float: right;

	text-align: right;

}



#pagination-right .page-box{

	border: 1px solid #d1d1d1;

	width: 25px;

	height: 25px;

	text-align: center;

	float: left;

	margin-left: 10px;

}



#blog-right{

	width: 304px;

	float: right;

}



.right-box{

	width: 290px;

	background: #f8f8f8;

	border: 1px solid #d1d1d1;

	float: left;

	padding: 5px 7px;	

	clear: both;

	margin-top: 30px;

}



#big_ad{

	padding: 10px;

}



#categories{

	width: 304px;

	background: #f8f8f8;

	border: 1px solid #d1d1d1;

	border-bottom: none;

	float: left;

}



.categories_back{

	width: 274px;

	height: 30px;

	float: left;

	background: url(../images/categories_back.png) repeat-x;

	padding: 4px 15px;

}



.categories_back a:link, .categories_back a:visited, .categories_back a:active{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #777777;

}



.categories_back a:hover{

	color: #222222;

	text-decoration: underline;

}



.categories_back .icon{

	position: absolute;

	top: 767px;

	left: 970px;

}



/* CONTACT FORM	 */



form label { 

	width: 70px; 

	float: left; 

	color: #555555; 

}



form .txtInput { 

	background: url(../images/input.png) no-repeat; 

	width: 235px; 

	height: 24px; 

	padding: 5px 8px 0px 8px; 

	margin-bottom: 10px; 

	font-size: 10px; 

	color: #222222; 

	border: none; 

}



form #txtArea { 

	width: 405px; 

	height: 257px; 

	background: url(../images/textarea.png) no-repeat; 

	float: left; 

}



form .txtArea { 

	background: transparent none repeat scroll 0 0; 

	width: 395px; 

	height: 247px; 

	border: 0px; 

	margin: 5px;  

}



form .button {

	width: 138px; 

	height: 42px; 

	background: url(../images/sendButton.png);

	margin: 25px 160px 0px; 

	border: none;

}



form .button:hover { cursor: pointer; }



/* SLIDER STYLE */

#slider { 

	width: 386px; 

	height: 209px; 

	float: left; 

	margin: 125px 0px 0px 308px;

	overflow: hidden;

}



#slider ul { 

	margin: 0px; 

}



#slider li { 

	list-style: none; 

	display: inline; 

	background: none; 

}





/* CLEARFIX 100% HEIGHT COLS */



.clearfix:after{ content: " "; display: block; height: 0px;	clear: both; visibility: hidden; }

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }



.indent{

	margin-left: 50px;

	background: none !important; 

}

.message {
	font-weight: bold;
	border:2px solid #a1a1a1;
	margin-top:20px;
	font-size:x-small;
	padding:10px 40px; 
	background:#FD8500;
	color: black;
	border-radius:25px;">
}