@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #AA3D02;
	background-color: #e9e9e9;
	background-image: url(../_source/background-gradient.jpg);
	background-repeat: repeat-x;
}
p  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #AA3D02;
}
.twoColFixLtHdr #container {
	width: 940px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url(../images/container-background-270.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.2em;
	color: #FC0;
	font-weight: normal;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 15px;
	color: #FC0;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: #FF0;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 140%;
	font-weight: normal;
}



.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	color: #FFF;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #AA3D02;
} 
.twoColFixLtHdr #container #mainContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px;
}
.twoColFixLtHdr #container #mainContent ul li {
	padding: 0px 0px 10px 0px;
}
#thumbs1 {
	background-image: url(../2-images/2-gray-back.jpg);
	background-repeat: no-repeat;	
	height:190px;
	border: 0px;
	}
#thumbs1 img{
	float:left;
	border: 0px;
}
#thumbs1 img:hover{
	background-color:#FF0
}

#thumbs1:hover {
	background-image: url(../2-images/2-yellow-back.jpg);
}
#thumbKit {
	float:left;
	vertical-align: center;
	height:120px;
	
}
#thumbKit img{
			vertical-align: center;
}

#thumbKitWrapper {
	background-color: #03C;
	height:300px;
	width:500px;
		vertical-align: center;
}
#thumbKitWrapper img{


}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/footer-background.gif);
	font-size: 0.7em;
	text-align: center;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}
.twoColFixLtHdr #logo {
	padding-top: 20px;
	text-align: center;
}
.twoColFixLtHdr #container #nav  {
	width: 940px;
	text-align: center;
	background-image: url(../2-images/2-nav-top-background.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px;
	padding: 0px 0px;
}
.twoColFixLtHdr #container #nav li a  {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #600;
	text-decoration: none;
	padding: 18px;
	margin: 0px;
	line-height: 2em;
}
.twoColFixLtHdr #container #nav li a:hover {
	color: #FC0;
	text-decoration: underline;
}

.twoColFixLtHdr #container #nav li  {
	list-style-type: none;
	display: inline;
	font-size: 0.9em;
	margin: 0px 8px;
	padding: 0px;
}
.twoColFixLtHdr #container #nav p  {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 li a {
	color: #FC0;
}
.twoColFixLtHdr #container #mainContent a {
	color: #F90;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #396;
}


.twoColFixLtHdr #container #sidebar1 li a:visited {
	color: #FC0;
}
.twoColFixLtHdr #container #sidebar1 li a:hover {
	color: #FF0;
}


.twoColFixLtHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	font-size: 0.95em;
	line-height: 110%;
}



.twoColFixLtHdr #container #mainContent h2 {
	font-size: 140%;
	font-weight: bold;
	display: inline;
}
}
.twoColFixLtHdr #container #mainContent h3 {
	text-decoration: underline;
	font-size: 1.1em;
	text-align: left;
}

.twoColFixLtHdr #container #thumbnail {
	float: left;
	width: 630px;
	margin: 5px 0 50px 0;
	padding: 0 0 10px 0;
}
.twoColFixLtHdr #container #sidebar1 p {
	color: #F90;
	font-size: .9em;
}
.underline {
	text-decoration: underline;
}
td {
	vertical-align: top;
}
div.row span.left {
	float: left;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	width: 55%;
	letter-spacing: -0.03em;
  }
  div.row span.right {
	float: right;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	width: 45%;
	padding-top: 6px;
  }
    div.row span.title {
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	padding: 30px 0px 0px 0px;
   }
  .testimonial-inset {
	padding-left: 10px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
div.spacer {
  clear: both;
}
 
.gallery {
	text-align: center;	
}
	 
	 
.thumbwrap {
	border: 0px solid #999;
	padding: 15px 8px 0 8px;
	background-color: #EEE;
	margin: 0;
}
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	margin: 0 2px 15px 2px;
	border: 0px solid #999;
	padding: 0;
}

.thumbwrap li > div {
	display: table;
	width: 180px;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	cursor: pointer;
}

.thumbwrap>li .wrimg {
	display: table-cell;
	vertical-align: bottom;
	width: 180px;
	height: 180px;
}

.thumbwrap li .wrimg {
	background-image: url(../2-images/test-thumb-background.jpg);
}
.thumbwrap img {
	border: solid 0px #66f;
	vertical-align: middle;
}
.thumbwrap a:hover {
	background-color: #dfd;
}
/*\*//*/
* html .thumbwrap li .wrimg {
	display: block;
	font-size: 1px;
}
* html .thumbwrap .wrimg span {
	display: inline-block;
	vertical-align: middle;
	height: 199px;
	width: 1px;
}
/**/
.thumbwrap .caption {
	display: block;
	padding: .3em 5px;
	font-size: 0.9em;
	line-height: 1.1;
	border-top: 0px solid #ccc;
	width: 189px;  /* Moz, IE6 */
	color: #930;
}
/* top ib e hover Op < 9.5 */
@media all and (min-width: 0px) {
	html:first-child .thumbwrap a {
		display: inline-block;
		vertical-align: top;
	}
	html:first-child .thumbwrap {
		border-collapse: collapse;
		display: inline-block; /* non deve avere margin */
	}
}
.twoColFixLtHdr #mainContentOneCol {
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #AA3D02;
	background-color: #FFF;
}
.twoColFixLtHdr #container #mainContentOneCol h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 140%;
	font-weight: normal;
}

