* {
	margin: 0;
	padding: 0;
}
 img, div, input { behavior: url("iepngfix.htc") }

body {
	margin: 0;
	padding:0;
	background:url(images/bg.gif) repeat;
	font-family:Arial;
	font-size:12px;
	color: #a5a5a5;
}
p {
	margin:0px;
	padding:0px;
	line-height:19px;
	text-align:justify;
}


@font-face {
 font-family: 'Little days';
src:format('truetype');
}
 @font-face {
 font-family: Little days;
}
.clear {
	clear:both;
}

ol{
	margin:0px;
	padding:0px;
} 
ul{
	margin:0px;
	padding:0px;
	
} 
li {
	margin:0px;
	padding:3px;
	font-family:Tahoma, arial;
	font-size:12px;
	
}


a img{
	text-indent: 0;
	margin: 0;
	padding: 0;
	border:none;
}

a:link {
	color: #b7b7b7;
	font-size:12px;
	text-decoration: none;
}
a:active {
	color: #b7b7b7;
	font-size:12px;
	text-decoration: none;
}
a:visited {
	color: #919090;
	font-size:12px;
	text-decoration: none;
}
a:hover {
	color: #919090;
	font-size:12px;
	text-decoration: underline;
}

h1 {
	font-family: 'Little days', arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:42px;
	font-weight:normal;
	color: #8b9e4a;
	text-indent: 0;
}
h2 {
	font-family: 'Little days', arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:35px;
	font-weight:normal;
	color: #8e9f4a;
	text-indent: 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	color: #8e9f4a;
	text-indent: 0;
}


h4
{
font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:normal;
	color: #bad18e;
	text-indent: 0;
	font-weight:bold;

}

h5
{
font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:normal;
	color: #bad18e;
	text-indent: 0;
	font-weight:bold;

}

/***** CONTAINERS *****/

/*------------------wrapper----------------*/
#wrapper {
	width:820px;
	margin:0px auto;
	height:100%;
}

/*------------------main page----------------*/

#main-page {
	width:820px;
	margin:0 auto;
	height:100%;
}

#main-page .content{
	margin-top:19px;
	margin-bottom:19px;
	margin-left:20px;
		height:100%;

}

.gradient-bg{
	background:url(images/gradient-bg.png) no-repeat;
}

.companylogo{
	font-family: 'Little days', arial, helvetica, sans-serif;
	background:url(images/webassist-1.swf) no-repeat;
	margin:0px;
	text-indent: -2000px;
	padding:0px;
	font-size:42px;
	font-weight:normal;
	color: #ffffff;
	text-align:center;
	padding-top:29px;
}


.left{
	width:490px;
	float:left;
}

.right{

	width:303px;
	float:right;
}


.bullet {
	font:normal 12px arial;
	color:#707070;
	margin-top:9px;
}

.bullet ul {
	margin:0px;
	padding:0px;
}

.bullet li{
	list-style:none;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	margin:5px;
	padding-left:14px;
}

.bullet li a:link{
	list-style:none;
	font:normal 12px arial;
	color:#707070;
	text-decoration:underline;
}

.bullet li a:visited{
	list-style:none;
	font:normal 12px arial;
	color:#707070;
	text-decoration:underline;
}


.bullet li a:hover{
	list-style:none;
	font:normal 12px arial;
	color:#cccccc;
	text-decoration:none;
}

.testimonial{
	background:url(images/testimonial-bg.jpg) no-repeat;
	width:693px;
	height:70px;
	padding-top:44px;
	padding-left:89px;
	padding-right:30px;
	border:4px solid #000000;
	}
	
.border1{
	border:1px solid #121211;
	
}

	
	
/*------------------footer----------------*/

.footer{
	margin-top:14px;
	margin-bottom:14px;
	text-align:center;
	padding-top:20px;
	border-top:1px solid #000000;
}


/*------------------slider----------------*/
#slider {
    width: 820px; /* important to be same as image width */
    height: 229px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 820px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 820px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


/*------------------slideshow----------------*/

#slideshow {
    position:relative;
    height:177px;
	border:6px solid #000000;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}



.portfolio-left{
	width:400px;
	float:left;
	line-height:20px;
	margin-right:10px;
	margin-bottom:18px;
}

.portfolio-right{
	width:364px;
	background:#000000;
	padding:9px;
	float:left;
	margin-bottom:18px;
}


.green-color{
	color:#8b9e4a;
}

.input{
	background-color:#333333;
	border:1px solid #000000;
	padding-left:2px;
	padding-right:2px;
	font-size:12px;
	color:#FFFFFF;
	padding-top:2px;
}

