@charset "utf-8";

/* Global Styling --------------------------------------- */

body {
	margin: 0px;
	font-family:Helvetica, Arial, Verdana;
	background-color:#181619;
	background-image:url(images/bg-test2.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	color:#333;
}
h1{margin:0; padding:0px;}
h2{margin:0px; padding:0px;}
a, a:active{color:#333; text-decoration:underline;}
a:hover{color:#333; text-decoration:none;}
img{border:none;}
.redlink{color:#BC0000;}

/* Structure --------------------------------------- */
#all{}
#wrapper{
	width:965px;
	margin-left:auto;
	margin-right:auto;
}
#redline{background-color:#BC0000;height:4px;display:none;}
#header{
	margin-top:20px;
	height:90px;
}
#logo{float:left;}

/* Main Navigation --------------------------------------- */

#navi{
	padding-top:30px;
	padding-left: 320px;
}
#navi li{
	font-weight:bold;
	display:inline-block;
	color:#FFFFFF;
	list-style-type:none;
	font-size:12px;
	margin:0px;
	float:left;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#navi li a,#navi li a:link{
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 20px 10px 20px;
}
#navi li a.current,#navi li a:hover,#navi li a:active {
	color:#CCC;
	background: url(images/navi_arrow.png) bottom no-repeat;
}

body#pHome li#tHome a {color:#BC0000;background: url(images/navi_arrow.png) bottom no-repeat;}
body#pProjects li#tProjects a {color:#BC0000;background: url(images/navi_arrow.png) bottom no-repeat;}
body#pCurrent li#tCurrent a {color:#BC0000;background: url(images/navi_arrow.png) bottom no-repeat;}
body#pNews li#tNews a {color:#BC0000;background: url(images/navi_arrow.png) bottom no-repeat;}
body#pAbout li#tAbout a {color:#BC0000;background: url(images/navi_arrow.png) bottom no-repeat;}
body#pContact li#tContact a {color:#BC0000;background: url(images/navi_arrow.png) bottom no-repeat;}

body#pCurrent ul .list{padding-left:20px;}
body#pCurrent #content li{padding-bottom:10px;}

#main{
	background-color:#FFFFFF;
	clear:both;	
	margin-top:20px;
	padding:30px;
	border:1px #FFF solid;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
}
#content{
	clear:both;
	position:relative;
}

/* Page Layout --------------------------------------- */
#breadcrumbs{
	clear:both;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;

	margin-bottom:10px;
	border-bottom:thin #CCC solid;
}
#sidebar{
	float:left;
	width:230px;
	padding-top:20px;
}
#sidebar ul{border-top:0px #ccc solid;margin:0px;padding:0px;width:200px;}
#sidebar li{
	font-weight:bold;
	color:#000;
	list-style-type:none;
	border-bottom:thin #ccc solid;
	width:100%;
}
#sidebar li a,#sidebar li a:link{
	color:#000;
	text-decoration:none;
	padding:10px 5px 10px 5px;
	width:100%;
	display:block;
}
#sidebar li a.current,#sidebar li a:hover {
	color:#FFF;
	background-color:#BC0000;
	background-image:url(images/red-bg.jpg);
}
#sidebar li a:active {
	color:#FFF;
	background-color:#000;
}
html>body #sidebar li a{
	width:auto;
}
#content-right{
	float:right;
	width:620px;
}
.project-page{
	padding-top:30px;
}
#content-right .feature-small{float:left; margin:10px; display:block; text-decoration:none;}
#content-right .feature-small a{text-decoration:none;}
#content-right .feature-small img{border:15px solid #181619; padding:0px; margin:10px; display:inline-block;}
#content-right .feature-small h3{margin:0px 10px 10px 10px;font-size:12px;color:#000;}
#content-right .project-info{width: 220px;float:left;margin:0 20px 20px 0px; padding:0px;}
#content-footer{
	clear:both;
	width:100%;
	padding-top:40px;
	border-bottom:thin #CCC solid;
	
}

/* Home Page Layout --------------------------------------- */

#home-top{
float:left;
}
#home-top h2, #home-bottom h2{margin:0px; font-size:14px; padding:20px 0 20px 0;}
#home-sidebar{
	float:right;
	width:305px;
}
#home-bottom{}
/*#home-top .feature-large{width:570px;float:left; position:relative;}
/*#home-top .feature-large img{width:570px;float:left; border:1px solid #ccc;margin-bottom:0px;}*/
#home-top .feature-large-desc h1{
	margin:0px;
	color:#FFF;
	font-size:16px;
	padding: 10px 5px 5px 10px;
}
.feature-large-desc {
	color:white;
	}

#home-top .feature-large-desc p{
	margin:0px;color:#FFF;
	font-size:11px;
	padding: 5px 10px 15px 10px;
}


/* Home Page News --------------------------------------- */

#home-sidebar #news{
	float:right;
	position:absolute;
	left: 600px;
	top: 0px;
	height:260px;
	width:265px;
	background-color:#181619;
	background-image:url(images/bg-test.jpg);
	background-repeat:repeat-x;
	padding:20px;
	overflow:hidden;
	
}
#home-sidebar #news ul{float:right;border-top:0px #666 solid;margin:0px;padding:0px;width:100%;}
#home-sidebar #news li{
	font-weight:bold;
	list-style-type:none;
	border-bottom:0px #666 solid;
	width:100%;
}
#home-sidebar #news h2{
	margin:0px; font-size:14px; padding:00px 0 20px 0; color:#FFF;
}
#home-sidebar #news li a,#news li a:link{
	color:#fff;
	text-decoration:none;
	padding:10px 5px 10px 5px;
	display:block;
}
#home-sidebar #news li a.current,#home-sidebar #news li a:hover {
	background-color:#BC0000;
	background-image:url(images/red-bg.jpg);
	color:#FFF;
}
#home-sidebar #news li a:active {
	color:#FFF;
	background-color:#000;
}
html>body #home-sidebar #news li a{
	width:auto;
}

/* Footer --------------------------------------- */

#footer{
	color:#ccc;
	font-size:10px;	
	line-height: 20px;
	margin-bottom:40px;
}
#footer-navi{}
#footer-navi ul{float:right;}
#footer-navi li{
	font-weight:bold;
	display:inline-block;
	color:#FFFFFF;
	list-style-type:none;
	margin:0px;
	float:left;
}
#footer-navi li a,#footer-navi li a:link{
	color:#FFF;
	text-decoration:none;
	padding:5px 5px 5px 5px;
}
#footer-navi li a.current,#footer-navi li a:hover,#footer-navi li a:active {
	color:#BC0000;
}
#footer-addy{
	border-top:1px solid #ccc;
	padding-top:10px;
	clear:right;	
}
#footer-copyright{}

/* Contact Form --------------------------------------- */

#field{float:left;}
.notification_error{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
}
.notification_ok{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
}
.button{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
background: white;
color: #333333; 
font: 11px Verdana, Helvetica, Arial, sans-serif;
}

form.mcform fieldset {
  margin-bottom: 10px;
  margin-top:20px;
}
form.mcform legend {
  padding: 0 2px;
  font-weight: bold;
  font-size:16px;
}
form.mcform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.mcform fieldset ol {
  margin: 0;
  padding: 0;
}
form.mcform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.mcform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.mcform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.mcform fieldset fieldset label {
  display: block;
  width: auto;
}
form.mcform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.mcform label {
  width: 120px; /* Width of labels */
}
form.mcform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}




#home-bottom .feature-small h3{margin:5px 0 0px 0;font-size:12px;}
#home-bottom .feature-small p{margin:0px 0 0px 0;font-size:11px;line-height: 20px; }
#home-bottom .features-small img {position: absolute;top: 0; left: 0;}
#home-bottom .features-small {width: 570px;margin: auto;float:left;}
#home-bottom .features-small .wrap {
width: 170px;
height: 100px;
position: relative;
overflow: hidden;
float: left;
padding: 0;
border:5px #181619 solid;
background-image:url(images/red-bg.jpg);
}


#home-bottom .current-project h3{margin:5px 0 0px 0;font-size:12px;}
#home-bottom .current-project p{margin:0px 0 0px 0;font-size:11px;line-height: 20px; }
#home-bottom .current-project img {position: absolute;top: 0; left: 0;}
#home-bottom .current-project {width: 300px;center;margin: auto;float:right;}
#home-bottom .current-project .wrap {
width: 300px;
height: 100px;
position: relative;
overflow: hidden;
float: right;
padding: 0;
border:5px #181619 solid;
background-image:url(images/red-bg.jpg);
}



#slider {
    width: 570px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	color:#fff; !important;
}
#sliderContent {
    width: 570px; /* 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: 20px 20px;
    width: 570px;
    background-color: #000;
	background: url('./images/transparent-black.png') !important;

    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul, #slider li { list-style-type: none;margin:0px;padding:0px;}

#sliderContent ul. #sliderContent li { list-style-type: none;margin:0px;}