@charset "utf-8";
/* CSS Document */
body{
background-color:#e1e3e3;}

a:link {
	color: #CE0804;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CE0804;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #CE0804;
}

.content{
valign:top;
align:top;
padding-top:60px;
padding-left:50px;
padding-right:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
}
.projects1line{
padding-top:4px;
height:35px;
width:288px; 
background-image:url(images/head_but.png);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;
text-decoration: none;
}
.projects{
padding-top:0px;
height:35px;
width:288px; 
background-image:url(images/head_but.png);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;
text-decoration: none;
}
.projects a:link{
height:35px; 
width:288px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;
text-decoration: none;
}
.projects a:hover{
height:35px; 
width:288px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333;
text-decoration: none;
}
.services{

width:320px; 
padding-top:50px;
padding-left:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
text-decoration: none;
}
.footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#fff;
text-decoration: none;
align:center;
}
.services2{
width:260px; 
padding-top:50px;
padding-left:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
text-decoration: none;
}
.contacts{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#ce0804;
text-decoration: none;
align:right;
}
#slider {
    width: 500px; /* important to be same as image width */
    height: 700px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	border:5px;
	border-color:#999999;
}
#sliderContent {
    width: 500px; /* 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: 308px;
    background-color: #red;
    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;}