/************** Start of Standard formatting ******************/
html {
margin: 0px;
padding: 0px;
border: 0px;
}

body {
margin: 0px;
padding: 0px;
border: 0px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li{
margin: 0px;
padding: 0px;
border: 0px;
}

/************** End of Standard formatting ******************/


body{
	font-family: Arial,sans-serif;
	color: #656669;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(../images/flower-background-pattern.png);
	background-repeat:repeat;
	line-height: 1.4em;
}


.maincontainer {
margin-bottom: 60px;
}

.header {
height: 347px;
width: 971px;
	/*background-image: url(../images/header-logo.png);*/
}


.navigation {
margin-left: auto;
margin-right: auto;
width: 891px;
}

.navigation ul li {
list-style: none;
display:inline;
}

.mainandrightsidecontainer {
width: 971px;
margin-left: auto;
margin-right: auto;
}

.shadowed-white-background {
width: 971px;
background-image: url(../images/green-graphic-bg-repeat.png);
background-repeat: repeat-y;
overflow: hidden;

}

.container {
width: 927px;
margin-left: auto;
margin-right: auto;
}

.leftsidepanel {
float:left;
width: 321px;
}

.greengraphic {
width: 321px; 
height: 353px; 
background-image: url(../images/green-graphic-left-side.png); 
background-repeat:no-repeat;
}

.greengraphic-repeat {
background-image: url(../images/green-graphic-left-side-repeat.png); 
background-repeat: repeat-y;
min-height: 100%;
}

.main {
float:left;
width: 570px;
}



.contactpanel {
background-image: url(../images/contactbg.png);
background-repeat:no-repeat;
width: 202px;
height: 200px;
margin-top: 20px;
padding: 15px 15px 15px 15px;
color: #bb262c;
font-size: 0.9em;
padding-bottom: 450px;
}

.contactpanel a:link {
color: #bb262c;;
}


.footer {
height: 263px;
width: 971;
clear: both;
background-image: url(../images/footer-image-logo.png);
background-repeat:no-repeat;
}

.footercontent {
position:absolute;
margin-left: 20px;
margin-top: 90px;
margin-left: 343px;
}

.footercontent p {
color: #f6f7d5;
font-size: 15px;
line-height: 1.5em;
}

.linkback {
color: #f6f7d5;
}

.linkback a:link {
font-size: 15px;
color: #f6f7d5;
text-decoration:none;
}

.linkback a:visited {
color: #f6f7d5;
text-decoration:none;
}

.linkback a:hover {
color: #f6f7d5;
text-decoration:underline;
}

.linkback a:active {
color: #f6f7d5;
text-decoration:underline;
}


#startyouprojectbox {
background-image: url(../images/start-your-new-project-box.png);
background-repeat:no-repeat;
width: 554px;
height: 98px;
padding: 20px 15px 15px 15px;
}



a:link {color: #bb262c; text-decoration: none;}
a:visited {color: #656669; text-decoration: none;}
a:hover {text-decoration: underline; color: #bb262c;}
a:active {color: #bb262c;text-decoration: underline}


.imgpad img {
	padding-top: 10px;
	padding-bottom: 10px;
}


/*************Font Styling***********************/

h1 {
margin-bottom: 10px;
font-size: 1.4em;
color: #bb262c;
}

h2 {
margin-bottom: 10px;
font-size: 1.2em;
color: #bb262c;
}

h3 {
margin-bottom: 10px;
font-size: 0.9em;
}

h3 {
margin-bottom: 10px;
font-size: 0.8em;
}

p {
margin-bottom: 12px;
line-height: 2em;
}

ul {
margin-left: 17px;
margin-bottom: 20px;
}

li {
list-style-image:url(../images/bullet.png);
}



/*****************Start of portfolio******************/
.portfolio {
margin-left: -36px;
padding: 0px;
}

.portfolio ul li {
	list-style:none;
	display:inline;
}

.panel {
display:inline;

}

.wrapper {
display:inline;
}

.wrapper a img {
background-color:#fcfcf4;
border: 10px #d1d2d4 solid;
margin-left: 20px;
margin-bottom: 20px;
}
/*****************End of portfolio******************/




















/***************Start of Lightbox CSS****************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#caption {
	font-family: Arial,sans-serif;
	color: #656669;
	line-height: 1.166;	
	font-size: 15px;
}
/*****************End of Lightbox CSS******************/


















/*****************Start of navigation tabs******************/
#navigation a {
color: #bb262c;
padding-left: 20px;
padding-top: 13px;
background-image: url(../images/normal-button.png); 
background-repeat: no-repeat; 
text-decoration: none;
font-size:16px;
width: 225px;
height:50px;
display:block;
margin-left: 32px;
} 




#navigation a:hover  {
color: #bb262c;
background-image: url(../images/normal-button.png); 
width: 225px;
height:50px;
font-weight: bold;
}





#home #navigation #homenav,
#services #navigation #servicesnav,
#portfolio #navigation #portfolionav,
#about #navigation #aboutnav,
#contact #navigation #contactnav 
 {
color: #bb262c;
background-image: url(../images/normal-button-active.png); 
width: 225px;
height:50px;
font-weight: bold;
}





#navigation ul {
padding: 0px;
margin: 0px;
width: 225px;
height:50px;
}

#navigation li {
list-style: none;
float: left;
width: 225px;
height:50px;
margin-bottom: 10px;
} 

/*****************End of navigation tabs******************/


























/************** START Contact Form in Contact Us Container **************/
.contactusformpanel {
font-size: 16px;
color:  #656669;
}
.contactnameinput input {
width: 200px;
background-color:#fafbeb;
color:  #656669;
border: 1px #f6f9d9 solid;
font-family:inherit;
font-size:inherit;
}
.contactemailinput input {
width: 200px;
background-color:#fafbeb;
color:  #656669;
border: 1px #f6f9d9 solid;
font-family:inherit;
font-size:inherit;
}
.contactphoneinput input {
width: 200px;
background-color:#fafbeb;
color:  #656669;
border: 1px #f6f9d9 solid;
font-family:inherit;
font-size:inherit;
}
#nameemailphone {
	
}
#contactdiv {
	
}
#captchaphone {

}
.contactqueryinput textarea {
background-color:#fafbeb;
color: #808080;
width: 560px;
height: 123px;
border: 1px #f6f9d9 solid;
font-family:inherit;
font-size:inherit;
}
.contactsubmit {
margin-top: 10px;
}
/************** END Contact Form in Contact Us Container **************/


