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

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
	line-height:130%;
}

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

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


a {
	color:#0066CC;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:24px;
	letter-spacing:-1px;
	color:#3397BD;
	font-weight:bold;
	padding:10px 0 5px;
	
}

h2, h3{
	font-size:20px;
	letter-spacing:-1px;
	color:#00A854;
	font-weight:bold;
	padding:10px 0 5px;
	line-height: 130%;	
}


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

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

#header {
	height:200px;
	position:relative;
}

#content {
	padding:0 0 25px;
}

#footer {
	height:80px;
	margin-top:10px;
	border-bottom:1px solid #E5E5E5;
	background-color: #935300;
	background-image: none;
	background-repeat: no-repeat;
	color: #FFFFFF;
}


#innerFooter {
	width:890px;
	margin:0 auto;
	height:40px;
	padding-top:20px;
	line-height:25px;
	padding-left:10px;
}

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

#logo h1 {
	padding:0;
}

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

#topheadline {
	position:absolute;
	top:77px;
	left:240px;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

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

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

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

#topMenu li a:hover {
	color:#205F77;
}

#topMenu li.selected a{
	color:#205F77;
}

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

#content p {
	margin:0.7em 0;
}

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

#colRight {
	float:left;
	width:265px;
	margin-left:5px;
	margin-top:15px;
	background-image: url(../images/rtcolbg.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	padding: 8px;
	
}

#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: 940px; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/
	margin-top:20px;
	/*display: none;*/
}

.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: 940px; /*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:240px;
	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;
}




/*/* FORMS
-------------------------------------------------*/
#contactform form, form {
	padding:5px;
	margin: 2px;
}

#contactform label, form label{
	display: block;
	float: left;
	height: 22px;
	line-height: 20px;
	width: 105px;
	font-size: 1.3em;
	margin: 1px;
	color: #3397BD;
	font-weight: bold;
}
input, textarea, select {
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}   	

form textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	width:300px;
	margin-bottom: 8px;
}
form.c1 input:hover,textarea:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
form select{
	padding: 3px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	font-size: 1.2em;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
	width: 90px;
}   

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;
}


/* Col Right
---------------------------------------------*/

#colRight h1 {
	color: #EBEBEB;
	
}

#colRight h2, h3{
	font-size:20px;
	color:#B7FFDB;
	font-weight:bold;
	
}

#colRight  a {
	font-weight: bolder;
	color: #E6FAFF;
	
}

#colRight a:hover {
	text-decoration:none;
	background-color: #0099FF;
}
#innerFooter a {
	color: #00CCFF;
}

table {
	font: normal 95%/140% Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
	margin-top: 15px;
	padding-top: 5px;
	margin-left: 15px;
	padding-left: 5px;
}

th {
	font: bold 1.1em/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #6EB74C;
	font-weight: bold;
	text-align: left;
	
}
thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	
	
}
tbody td ,tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #87CEFA;
}
tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table a:link {
	color: #DC143C;
}
table th a:link {
	color: #047;
	text-decoration: none;
}
table a:visited{
	color: #036;
	text-decoration: line-through;
}
table a:hover{
	color: #000;
	text-decoration:none;
}
table a:active{
	color: #000;
}
.thincell {
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
}

#content #colLeft h3 {
	color: #00A854;
	font-size: 20px;
}


.producttop{
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 940px; 
	
	margin-top:20px;
	/*display: none;*/
}

#Products img {
	padding: 2px;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.leftfloat {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
}
#innerFooter img {
	float: right;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content #colLeft #contact p {
	padding-left: 20px;
	color: #999999;
}
#colLeft #contact hr {
	margin-top: 5px;
	margin-bottom: 5px;
	
}
