body {
	background:#fafafa url(../images/body-bg.jpg) repeat-x;
	margin:0 auto;
	padding:0;
}
@font-face {
	font-family: 'MyriadProLight';
	src: url('../fonts/myriadpro-light-webfont.eot');
	src: url('../fonts/myriadpro-light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/myriadpro-light-webfont.woff') format('woff'), url('../fonts/myriadpro-light-webfont.ttf') format('truetype'), url('../images/myriadpro-light-webfont.svg#MyriadProLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadProSemibold';
	src: url('../fonts/myriadpro-semibold-webfont.eot');
	src: url('../fonts/myriadpro-semibold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/myriadpro-semibold-webfont.woff') format('woff'), url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('../images/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
a {
	outline:none;
}
a img {
	border:none;
}
.ClrBth {
	clear:both;
}
.wrapper {
	width:990px;
	margin:0 auto;
}
.header {
	width:100%;
}
.logo {
	float:left;
	margin:30px 0 0 0;
}
.TopRight {
	font-family: 'MyriadProLight';
	float:right;
	text-align:right;
	padding:20px 0;
	text-transform:uppercase;
}
.TopRight h1 {
	font-weight:normal;
	font-size:20px;
	color:#373737;
}
.TopRight .social {
	display:inline-block;
	padding:15px 0 0 0;
}
.TopRight .social span {
	font-size:13px;
	font-weight:normal;
	color:#d2211d;
	vertical-align:top;
	padding:0 5px 0 0;
}
.TopRight .social a {
	margin:0 5px 0 0;
}
.menu {
	width: 100%;
	overflow: hidden;
	font-family: 'MyriadProLight';
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:9px 0;
}
.menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
}
.menu li {
	display: inline;
	margin: 0;
}
.menu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding:11px 25px;
	color:#ffffff;
}
.menu li a:hover, .menu li.selected a {
	background:#0896da;
}
.container {
	margin:30px 0 25px 0;
	background:url(../images/contentBg.jpg) repeat-y;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #cfcfce;
	padding:20px 0;
}
.container .LftCol {
	width:690px;
	float:left;
	padding:0 20px;
}
.container .LftCol h1 {
	font-family: 'MyriadProLight';
	font-size:26px;
	color:#494f4e;
	font-weight:bold;
	padding:0 0 15px 0;
}
.container .LftCol p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#494f4e;
	line-height:18px;
}
.container .LftCol .box {
	width:320px;
	float:left;
	margin:30px 50px 0 0;
}
.container .LftCol .box h2 {
	font-family: 'MyriadProLight';
	font-size:18px;
	color:#0090d5;
	font-weight:bold;
	padding:0 0 10px 0;
}
.container .LftCol .box p {
	color:#7e7f7f;
}
.container .LftCol .box a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#7e7f7f;
	text-decoration:none;
	display:inline-block;
	padding:10px 0 0 0;
}
.container .LftCol .box a:hover {
	text-decoration:underline;
}
.MrgRn {
	margin:30px 0 0 0 !important;
}
.container .RgtCol {
	float:right;
	width:212px;
	padding:0 15px 0 20px;
}
.container .RgtCol h1 {
	font-family: 'MyriadProLight';
	font-size:18px;
	color:#494f4e;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 15px 0;
}
.listmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.listmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.listmenu ul li {
	color:#2b2116;
	background:url(../images/arrow.png) no-repeat 5px 10px;
	border-bottom:dotted 1px #cbcac9;
	padding:8px 0 8px 15px;
}
.listmenu ul li:hover {
	background:#ffffff url(../images/arrow.png) no-repeat 4px 10px;
}
.botCol {
	width:990px;
}
.botCol h2 {
	background:#5c5d5e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align:center;
	font-family: 'MyriadProLight';
	font-size:19px;
	color:#ffffff;
	font-weight:bold;
	font-style:italic;
	padding:10px 0;
}
.botCol .content {
	background:#f4f3f1;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:15px;
}
.botCol .content .box {
	background:url(../images/line.jpg) repeat-y right;
	float:left;
	font-family:"Trebuchet MS";
	font-weight:bold;
}
.botCol .content .box strong {
	font-size:15px;
	color:#232221;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 8px 0;
	display:block;
}
.botCol .content .box .links {
	padding:0 10px 0 0;
	width:170px;
}
.botCol .content .box .links ul {
	margin:0;
	padding:0 20px 0 0;
}
.botCol .content .box .links ul li {
}
.botCol .content .box .links ul li a {
	display:inline-block;
	font-size:12px;
	color:#3a3731;
	padding:5px;
	text-decoration:none;
}
.botCol .content .box .links ul li a:hover {
	background:#0090d5;
	color:#ffffff;
}
.botCol .content .box .contact {
	width:420px;
	margin:0 10px 0 35px;
}
.form {
	width:670px;
}
.form fieldset {
	margin:0;
	padding:0;
	border:none;
	margin:0 30px 0 0;
	float:left;
}
.form legend {
	display:none;
}
.form p {
	margin:0 0 10px 0;
}
.form label {
	display:block;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
}
.form input, .form textarea {
	width:200px;
	border:1px solid #ddd;
	background:#ffffff;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.form textarea {
	height:70px;
	width:385px;
	overflow:auto;
}
.form p.submit {
	background:url(../images/form1/form_bottom.gif) no-repeat 0 100%;
	padding:0 25px 20px 0;
	margin:0;
}
.form button {
	padding:5px 10px;
	border:none;
	background:#0090d5;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-family:"Trebuchet MS";
}
.Fmrgn {
	margin:0 !important;
}
.botCol .content .box .logos {
	width:252px;
}
.FltL {
	float:left;
}
.botCol .content .box .gallery {
	margin:0 25px 0 35px;
}
#slideshow {
	width:252px;
	position:relative;
	height:102px;
	margin:30px 0 0 0;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
.bgN {
	background:none !important;
}
.copyright {
	width:990px;
	text-transform:uppercase;
	color:#110502;
	font-family: 'MyriadProLight';
	font-size:12px;
	padding:15px 0;
}
.divider {
	border-bottom:dotted 1px #cbcac9;
	margin:10px 0 30px 0;
}
.products {
	display:inline-block;
	border-bottom:dotted 1px #cbcac9;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
}
.products h4 {
	font-family: 'MyriadProLight';
	font-size:18px;
	color:#0090d5;
	font-weight:bold;
	padding:0 0 10px 0;
}
.products .colL {
	width:520px;
	float:left;
	margin:0 15px 0 0;
	padding:20px 0 0 0;
}
.products .colR {
	float:right;
	width:150px;
}
.LftCol .contact .form {
	width:440px;
}
.LftCol .contact .form fieldset {
	margin:0;
	padding:0;
	border:none;
	display:inline;
}
.LftCol .contact .form legend {
	display:none;
}
.LftCol .contact .form p {
	margin:0 15px 10px 0;
	float:left;
}
.LftCol .contact .form label {
	display:block;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
}
.LftCol .contact .form input, .LftCol .contact textarea {
	width:190px;
	border:1px solid #ddd;
	background:#ffffff;
	padding:5px;
}
.LftCol .contact .form textarea {
	height:90px;
	width:406px;
	overflow:auto;
}
.LftCol .contact .form p.submit {
	background:url(../images/form1/form_bottom.gif) no-repeat 0 100%;
	padding:0 25px 20px 0;
	margin:0;
}
.LftCol .contact .form button {
	padding:5px 10px;
	border:none;
	background:#0090d5;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-family:"Trebuchet MS";
}
.listing {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:15px;
}
.listing ul {
	list-style-type: none;
	float:left;
	margin:0 30px 0 0;
	margin: 0;
	padding: 0;
	width:200px;
}
.listing ul li {
	color:#2b2116;
	background:url(../images/arrow.png) no-repeat 5px 11px;
	padding:8px 0 8px 15px;
}
.listing ul li:hover {
	background:url(../images/arrow.png) no-repeat 5px 11px;
}
.address {
	float:right;
	width:200px;
}
.address p {
	font-size:13px !important;
	padding:10px 0 0 0;
	line-height:21px !important;
	color:#606463 !important;
}
.address p a {
	color:#D2211D;
	text-decoration:none;
}
.address p a:hover {
	text-decoration:underline;
}
.map {
	border:solid 1px #d0d1d1;
	width:670px;
	height:300px;
}
h2.email {
	color:#373737;
	font-size:18px;
	font-weight:normal;
	text-transform:none;
	padding:8px 0 0 0;
}
h2.email a {
	color:#D2211D;
	text-decoration:none;
}
h2.email a:hover {
	text-decoration:underline;
}
.copyright span {
	padding:0 5px;
}
.copyright strong {
	text-transform:none;
	font-size:13px;
	font-weight:normal;
	color:#969696;
}
.copyright strong a {
	text-transform:none;
	text-decoration:underline;
	display:inline-block;
	color:#969696;
}
.copyright strong a:hover {
	color:#0090D5;
}
.tittle {
	font-family: 'MyriadProLight';
	font-size: 14px;
	color: #0090d5;
	font-weight: bold;
	text-align:center;
}
