@charset "utf-8";
.itl {
	font-size: .95em;
	font-style: italic;
	font-weight: bold;
}




body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 5px;
	background-image:url(images/bodyBG_repeatXY.jpg); background-repeat:repeat;



}





.twoColFixRtHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;



} 





#photo_large {




}













.twoColFixRtHdr #header {
	padding: 0;
	background-image: url(images/homepage/webheader2011.jpg);
	height: 120px;
	background-repeat: no-repeat;



} 

.twoColFixRtHdr #container #sidebar1 #group {
	background-image: url(images/homepage/left_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 10px;

}
#sidemenu {
	float: right;
	width: 50%;
}
#list {
}
#sidemenu #design {
	background-image: url(images/homepage/left_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.header {
	font-weight: bold;
}








.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	background-color: #FFF;



}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 47%;
	text-align: justify;
	background-color: #FFF;



}



.twoColFixRtHdr #mainContent {
	margin: 0 50% 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	background-color: #FFF;



} 

.twoColFixRtHdr #container #sub {
	padding: 5px;
	background-color: #FFF;

}







.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */



	float: right;



	margin-left: 8px;



}
#container #mainContent #thumb tr td {
	cursor: pointer;
}




.fltlft { /* this class can be used to float an element left in your page */



	float: left;



	margin-right: 8px;



}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */



	clear:both;



    height:0;



    font-size: 1px;



    line-height: 0px;



}



.twoColFixRtHdr #container #portfolio {

	width: 100%;



}
.twoColFixRtHdr #container #sidebar1 #main {
	background-color: #FFF;
}




.twoColFixRtHdr #container #mainmenu {
	width: auto;
	height: auto;
	margin-bottom: 5px;
	background-color: #FFF;




}



.twoColFixRtHdr #portfolio {

	height: auto;

	width: 100%;



}



.twoColFixRtHdr #container #portfolio {

	height: auto;

	width: 1000px;



}



a:link {

	color: #000;

	text-decoration: none;



}



a:visited {
	color: #000;
	text-decoration: none;



}



a:hover {
	color: #003300;
	text-decoration: none;



}



a:active {
	color: #F00;
	text-decoration: none;



}



.twoColFixRtHdr #container #build {

	text-align: left;

	margin-left: 25px;



}




#build_thumb {

	cursor: pointer;



}
.footersub {
	color: #FC0;
	font-size: 0.75em;
}
#footer {
	color: #333;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


.beforeafter {

	font-size: 14px;

	font-style: italic;

	line-height: 24px;

	font-weight: bold;

	text-align: center;

	color: #000;

}

#rates {
	color: #FFC600;
	border: thin solid #000;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#mainContent #newsletters {

	margin-left: 40px;

	padding: 0px;

}

.twoColFixRtHdr #container #bbb {

	width: 180px;

	float: right;

	margin: 0px;

	position: absolute;

	top: 775px;

	right: 330px;

}

.twoColFixRtHdr #container #header #title {

	padding: 0px;

	margin-top: 15px;

	margin-left: 160px;

}

#sidebar1 form #form {

	color: #FC0;

	background-image: url(images/contact.jpg);

}

.twoColFixRtHdr #container #sidebar1 form #form tr td #sendbtn {
	background-color: #FC0;
	border: thin solid #FFF;
	color: #000;
	font-size: 100%;

}

.twoColFixRtHdr #container #sidebar1 form #form tr td #clearbtn {
	color: #FFF;
	background-color: #900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 100%;

}

#contacttable {

	background-image: url(images/homepage/left_top.gif);

	background-repeat: no-repeat;

	background-position: left top;

	padding-left: 25px;

}

.twoColFixRtHdr #container #mainContent .beforeafter em {

	text-align: left;

}

.twoColFixRtHdr #container #maintag {
	padding-left: 5px;
	padding-right: 5px;


}

#TabbedPanels1 {

	padding-top: 5px;

}
#thumbnails tr td a {
	font-size: 12px;
}
.twoColFixRtHdr #container #mainmenu table tr td #MenuBar1 li ul li ul li a {
	width: 160px;
}
.testi {
	background-image: url(images/testimonials/t_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixRtHdr #container #tesi {
	padding-right: 250px;
	padding-left: 60px;
	color: #000;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	padding-top: 30px;
	padding-bottom: 30px;
}
.twoColFixRtHdr #container #sponsor {
	margin-left: 15px;
}
.twoColFixRtHdr #container #sidebar1 #group tr td table tr td li {
	font-size: .9em;
}
#current {
	margin-top: 20px;
}
.light {
	font-family: Verdana, Geneva, sans-serif;
	color: #FC0;
	font-size: 0.75em;
}
.twoColFixRtHdr #container #tesi {
}
.twoColFixRtHdr #container #tesi table {
	background-image: url(images/testimonials/tbg03.jpg);
}
.comment {
	font-family: "Times New Roman", Times, serif;
	color: #CCC;
	font-style: italic;
}
.twoColFixRtHdr #container #tesi table tr td img {
	border: medium solid #FFF;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-size: 1.3em;
}

