/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin:0;
	padding:0;
	background:url(../images/bk_body.jpg);
	line-height:130%;
}

ul { list-style: none;
	margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	background:url(../images/arrow.jpg) 0 10px no-repeat;
	padding-left:15px;
	position:relative;
}


a {
	color:#fd7201;
}

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

h1, h2, h3 {
	font-size:24px;
	letter-spacing:-1px;
	color:#fd7201;
	font-weight:bold;
	padding:10px 0 5px;
}

h2 {
	font-size:18px;
	color:#d17b01;
	padding:5px 0 0;
}

h3 {
	font-size:14px;
	color:#fd9501;
	padding:5px 0 0;
}



/* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background:url(../images/bk_mainwrapper.jpg) 0 0 repeat-x;
}

#wrapper {
	margin:0 auto;
	width:900px;
}

#header {
	height:200px;
	position:relative;
	background:url(../images/bk_header.jpg) 100% 0 no-repeat;
}

#content {
	padding:0 0 25px;
}

#footer {
	height:80px;
	background:#fff url(../images/bk_footer.jpg) 0 0 repeat-x;
	margin-top:10px;
	border-bottom:1px solid #E5E5E5;
}


#innerFooter {
	width:890px;
	margin:0 auto;
	background:url(../images/footer_grey_mark.jpg) 100% 50% no-repeat;
	height:40px;
	padding-top:20px;
	line-height:25px;
	padding-left:10px;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:10px;
	left:10px;
	
}

#logo h1 {
	padding:0;
}

#logo h1 a, #logo h1 a:hover{
	background:url(../images/logo.png) 0 0 no-repeat;
	width:207px;
	height:44px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topheadline {
	position:absolute;
	top:40px;
	left:500px;
	background:url(../images/top_headline.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:300px;
	height:140px;
}

#topMenu {
	position:absolute;
	top:10px;
	right:0;
	border-left:1px solid #fd9501;
}

#topMenu li {
	float:left;
	padding:0 20px;
	border-right:1px solid #fd9501;
	background:none;
}

#topMenu li a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

#topMenu li a:hover {
	color:#fd9501;
}

#topMenu li.selected a{
	color:#fd9501;
}

/*CONTENT ELEMENTS
--------------------------------------------*/

#content p {
	margin:0.7em 0;
}

#content p.line {
	background:url(../images/bk_horizline.jpg) 0 100% repeat-x;
	display:block;
	padding:10px 0;
	margin:0;
}

#colLeft {
	float:left;
	width:580px;
	padding-right:20px;
	background:url(../images/bk_vertline.jpg) 100% 0 repeat-y;
	margin-top:15px;
	padding-left:10px;
}

#colLeft p.line {
	background:url(../images/bk_horizline.jpg) 0 100% repeat-x;
	display:block;
	padding:10px 0;
	margin:0;
}

#colRight {
	float:left;
	width:270px;
	margin-left:20px;
	margin-top:15px;
	
}

#colRight p.line {
	background:url(../images/bk_horizline.jpg) 0 100% repeat-x;
	display:block;
	padding:10px 0;
	margin:0;
}

#colRight p img {
	vertical-align:middle;
	padding-right:5px;
}

#colRight .featured {
	margin:10px 0;
}

#colRight .featured img{
	background:#fff;
	padding:6px;
	border:none;
}

.portfolioItem {
	background:url(../images/bk_horizline.jpg) 0 100% repeat-x;
	padding:15px 0;
	position:relative;
	
}

.portfolioItem img {
	float:left;
	background:#fff;
	padding:6px;
	border:none;
}

.portfolioItem .itemDetails {
	float:left;
	width:300px;
	padding-left:10px;
}

.portfolioItem .title {
	font-size:16px;
	font-weight:bold;
	color:#36A1C8;
}

.portfolioItem .ribbonType {
	position:absolute;
	top:14px;
	left:223px;
	width:45px;
	height:43px;
}


/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 900px; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/
	margin-top:20px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	background:url(../images/bk_featured.png) 0 0 no-repeat;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:2px;
	width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:310px;
	position:relative;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:230px;
	margin:35px 0 0 25px;
}

.stepcarousel .panel .projectDetails .title {
	font-size:16px;
	font-weight:bold;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:14px;
	left:224px;
	width:45px;
	height:43px;
}

.stepcarousel .panel .projectImg {
	position:absolute;
	top:14px;
	right:14px;
}

.web {
	background:url(../images/ribbon_web.png) 0 0 no-repeat;
}

.logo {
	background:url(../images/ribbon_logo.png) 0 0 no-repeat;
}

.print {
	background:url(../images/ribbon_print.png) 0 0 no-repeat;
}

/* Contact 
------------------------------------------------------*/
form {margin:0; padding:0;}
#contactFormArea {width:480px; color:#6b6b6b;}
.input {background-color: #ffffff; border:1px solid #cfd4c3; width:286px; padding:5px 5px 5px 5px; margin:0px; color:#6b6b6b;}
.input-submit { background-image:url(../images/but-send.gif); background-repeat:no-repeat; padding:0px; margin:0px; border:0px; width:100px; height:33px; cursor:pointer; float:right; margin-right:100px;}
.textarea {background-color: #ffffff; border:1px solid #cfd4c3; width:286px; padding:5px 5px 5px 5px; margin:0px; color:#6b6b6b;}
.facebook {float:left; width:150px; padding:10px 0px 20px 0px;}
.twitter {float:left; width:150px; padding:10px 0px 20px 0px;}
.social-text {float:left; padding-top:8px;}
.social-icon {float:left; padding-right:5px}
.social-text a {color:#7a7a7a;text-decoration:none;}





/* FORMS
-------------------------------------------------*/
/*form label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form input, form textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

form textarea {
	width:450px;
}

form input.submit {
	border:none;
	width:103px;
	height:24px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(../images/bk_submit.jpg) 0 0 no-repeat;
}*/


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}



/* RSS Box
------------------------------------------------------*/
	/* The box container div with id 30158 */
	div#rssincl-box-129072 {
		width: 270px; /* sets the width of your RSSbox */
		padding:10px 0px 0px 0px; /* sets padding to zero for all elements*/
		overflow-x: none; /* sets a scrollbar if the content is larger than 350px */
	}
 
	/* All elements inside the box container */
	div#rssincl-box-129072 *{
		font-family: Arial, Helvetica, sans-serif; /* sets the font family for all elements within the RSSbox */
		text-align:left; /* sets text-align to left for all elements*/
		margin:0; /* sets margin to zero for all elements*/
		padding:0; /* sets padding to zero for all elements*/
		line-height:16px; /* sets the line-height a bit greater than normal*/
		clear:both; /* no floating in general */
	}
	
	/* The <p> tag containing the news item title */
	div#rssincl-box-129072 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle {
		margin-bottom:4px; /* margin below the item title*/
	}
 
	/* The <a> tag wrapped around the news item title */
	div#rssincl-box-129072 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a {
		font-size: 12px; /* font size to 14px */
		font-weight:bold; /* bold */
		color: #f48222;	 /* dark grey */
	}
 
	/* Set a color for rolling over the item title*/
	div#rssincl-box-129072 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a:hover{
		color:#be6416; /* change font color to black on rollover */
	}
 
	/* The <p> tag containing the item description, and all elements inside this tag */
	div#rssincl-box-129072 div.rssincl-content div.rssincl-entry p.rssincl-itemdesc,
	div#rssincl-box-129072 div.rssincl-content div.rssincl-entry p.rssincl-itemdesc *{
		font-size: 12px; /* general font size 12px */
		color: #676767; /* dark grey */
	}
 
	/* The <p> tag containing the item date, and all elements inside this tag */
	div#rssincl-box-129072 div.rssincl-content div.rssincl-entry p.rssincl-itemdate,
	div#rssincl-box-129072 div.rssincl-content div.rssincl-entry p.rssincl-itemdate *{
		font-size: 11px; /* set date smaller than normal text */
		color: #676767; /* dark grey again */
		margin-bottom:15px; /* a bit of space below the date*/
		font-weight:bold; /* bold */
		
	}
 
	div#rssincl-box-129072 div.rssincl-content div.rssincl-entry p.rssincl-itemdate {
		
	}
 
	/* If there are images inside the description, you can style them as well */
	div#rssincl-box-119468 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc img {
		border:0px solid #676767; /* no border for images inside description tag */
	}
 
	/* There is a clearer div which you can set to "clear:both"... */
	div#rssincl-box-119468 div.rssincl-content div.rssincl-entry div.rssincl-clear {
		clear:both; /* important when using "float" for item elements */
	}
