html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

/*
@font-face {
	font-family: "MyriadProRegular"; 
	src: url('fonts/MyriadProRegular.otf'); 
}

@font-face {
	font-family: 'HelveticaNeue-HeavyCond';
	src: url('fonts/helveticaneue-heavycond.eot');
	src: url('fonts/helveticaneue-heavycond.eot?#iefix') format('embedded-opentype'),
	url('fonts/helveticaneue-heavycond.woff') format('woff'),
	url('fonts/helveticaneue-heavycond.ttf') format('truetype'),
	url('fonts/helveticaneue-heavycond.svg#helveticaneue-heavycond') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/






form {
	margin: 0 auto;
	padding: 0;
}

.input{
	border: 1px solid #5E8907;
	color: #333333;
}



a:link, a:active, a:visited {
	color: #557F06;
	text-decoration: none;
}

a:hover {
	color: #454545;
	text-decoration: underline;
}

.clear {
	clear: both;
	margin: 0;
}

.break {
	clear: both;
	height:20px;
}

p {
	text-align: justify;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #385302;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #5E8907;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #385302;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	border: 0;
}

body {
	background: #F3F4EC url('bg.gif') repeat-x top center;
	color: #353535;
	font: normal 0.8em Tahoma, Arial, Helvetica, sans-serif;
	line-height:20px;
	margin: 0 auto;
	padding: 0px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	clear: both;
	border: 0;
}




#page_container {
	float: left;
	background: #FFFFFF;
	width: 905px;
	border: 1px solid #DDDDDD;
	padding: 10px;
}






/*-------------------------------------------------------------| Message |-	*/

.gen_msg
	{
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #00ff00;
	background: #ddffdd;
	font-weight: bold;
	color: #009900;
	}
.wrn_msg
	{
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #ffff00;
	background: #ffffdd;
	font-weight: bold;
	color: #009900;
	}
.err_msg
	{
	padding: 5px;
	margin: 5px 0 5px 0;
	color: #ff0000;
	border: 1px solid #ff0000;
	background: #ffffdd;
	}
	


/*-----------------------------------*/

#header {
	width: 960px;
	height: 140px;
	padding: 0;
	background: #FFFFFF url("sand.png");
}

#header .logo {
	float:left;
	display:block;
	margin: 20px 0 0 10px;
	padding: 0;
}

/*-----------------------------------*/

.horizontal-menu {
	width: 960px;
	height: 46px;
	margin: 0;
	background: url("menu-bg.gif") repeat-x;
}

.menu {
	float: left;
	height: 46px;
	margin: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 1.1em;
}

.menu a {
    float: left;
    display: block;
    height: 34px;
	width: 119px;
    color: #FFFFFF;
   	text-decoration: none;
	text-align: center;
    padding: 12px 0 0 0;
}

.menu a:hover {
    background: url("menu-hover.gif") repeat-x;
    float: left;
    display: block;
    height: 34px;
    color: #DDDDDD;
	padding: 12px 0 0 0;
    text-decoration: none;
}

.menu a.active {
    background: url("menu-hover.gif") repeat-x;
    float: left;
    display: block;
    height: 34px;
    color: #80b000;
	padding: 12px 0 0 0;
    text-decoration: none;
}

.menu img {
	float: left;
	margin: 0;
}

/*-----------------------------------*/

#container {
	background: url("container-bg.gif") repeat-y top center;
	margin: 0 auto;
}

.content {
	width: 920px;
	background: #FFFFFF url("carbon.png");
	border: 0;
	margin: 0 auto;
	padding: 20px;
}




#page-content h2 {
	border-bottom: 1px solid #568106;
}

#page-content h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 8px 0;
}

#page-content ul{
	margin: 0 20px;
	padding: 0;
	color: #568106;
}

#page-content li {
	margin: 0;
	padding: 0;
	list-style: circle;
}









/* .slider {
	background: url("slider-bg.png") no-repeat;
	width: 920px;
	height: 341px;
	padding: 8px 8px 10px 8px;
} */
/* .tickerstyle {
	background: url("images/slider-bg.png") no-repeat;
	width: 920px;
	height: 341px;
	padding: 8px 8px 10px 8px;
}  */
#myhtmlticker {
	background: url("../images/slider-bg.png") no-repeat scroll 0 0 transparent;
	width: 920px;
    height: 341px;
    padding: 8px 8px 10px 8px;
}

/*  .slider img {
-moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */ /*
box-shadow: 10px 10px 5px #888888;
}
 */














/*-----------------------------------------------------|Posts|--*/

#posts{
	float: left;
	width: 608px;
	padding: 0 10px 10px 10px;
	margin: 0 30px 0 0;
}



#posts h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #385302;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #cccccc;
}

#posts .readmore{
padding: 5px 0 25px 0;
}

#posts .post{
padding: 0px 0px 20px 0px;
}

#post .post img{
border: 1px solid #cccccc;
margin: 2px;
padding: 2px;
}
/*-----------------------------------------------------|Posts Left Column|--*/

#left_menu{

}

#left_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#left_menu h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #385302;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border: 0;
}



#left_column{
	width: 240px;
	float: left;
	
}











.customer {
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	float: right;
	margin: 25px 0 0 0;
}



/*----------------------------------- PORTFOLIO -----------------------------------*/

#portfolio .thumb {
	border: 1px solid #AAAAAA;
	width: 180px;
	height: 135px;
}

#portfolio .large {
	border: 1px solid #999999;
}


#portfolio h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #385302;
}


#portfolio h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #385302;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #5E8907;
}

#portfolio p{
padding: 0 0 20px 0;
}


/*-----------------------------------*/

#footer {
	background: #C1C1C1 url(footer-bg.gif) repeat-x;
	height: 27px;
	padding: 30px;
	color: #444444;
	text-align: center;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/**************************************client***************************/	

.client 
	{
	font-family :verdana;
	color: #000000;
	font-size :12px;
	margin :0px;
	padding :0px;
	}
	
.client a
	{
	font-family : verdana;
	font-size : 12px;
	color: #000000;
	list-style: disc;
	margin : 0px;
	padding : 0px;
	}
	
	
	
.client a:hover
	{
	font-family : verdana;
	font-size : 12px;
	color: #000000;
	list-style: disc;
	margin : 0px;
	padding : 0px;
	}
	
.client h2
	{
	font-family :verdana;
	font-size :16px;
	font-weight :bold;
	padding : 0px 0px 0px 0px;
	color : #84AE12;
	}
		
	
.client h3
	{
	font-family :verdana;
	font-size :14px;
	font-weight :bold;
	padding : 0px 0px 0px 0px;
	color : #84AE12;
	}
				
	
.client img
	{
	border: 1px solid #84AE12;
	padding: 5px;
	}

	
.client hr
	{
	color : #84AE12;
	width:960px;
	margin : 0px 0px 0px 0px;
	float:center;
	}	
	
	
.client a:hover
	{
	font-family : "tahoma",Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-size:12px;
	font-weight :bold;
	text-decoration:none;
	}




.client img
	{
	border: 1px solid #84AE12;
	behavior:url(border-radius.htc) 
	filter:alpha(opacity=100);/* For IE8 and earlier */
	-moz-opacity: 2.0;
    opacity: 2.0;
    -khtml-opacity: 2.0;
	-moz-border-radius:5px; / Firefox / 
	-webkit-border-radius:5px; / Safari and chrome / 
	-khtml-border-radius:5px; / Linux browsers / 
	border-radius:5px; 	
	behavior: url(ie-css3.htc);/* This lets IE know to call the script on all elements which get the 'box' class */
	/**-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;**/
		
	}




.client img:hover
	{
	border: 1px solid #84AE12;
	filter:alpha(opacity=100);/* For IE8 and earlier */
    -moz-opacity: 0.9;
    opacity: 0.9;
    -khtml-opacity: 0.9;	
	behavior:url(border-radius.htc);
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
	}	


/**************************************comments***************************/	
#comment_form{
border: 1px solid #cccccc;
padding: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
}

#comment_form input,textarea{
border: 1px solid #cccccc;
width: 300px;
-webkit-border-radius: 10px;
border-radius: 5px; 
}


#comment{

border: 1px solid #cccccc;
-webkit-border-radius: 10px;
border-radius: 10px; 
padding: 1px
}

#comment .name{
background-color: #efefef;
}

#comment .details{
padding: 1px 1px 1px 5px;
}

#comment .date{
font-size: 11px;
}