#slider {
	position:relative;
    width:950px;
    height:246px;
	background:url(images/sliderbg.png) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.header {
	font-size: 80px;
	line-height: 84px;
	letter-spacing: -1px;
	text-shadow: 1px 1px #FFF, -1px -1px;
	font-family: skolar-1, skolar-2, Palatino, Constantia, "Palatino Linotype", serif;
}

body {
	font: 13px/1.6 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background-repeat: no-repeat;
	background-position: center top;
	background: #e8e8e8 url(images/bg-hilight.png) no-repeat top;
}
.linkcolor {
	color: #02A1D8;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 0px;
	padding-left: 0px;
}
a img { 
	border: none;
}

a:link {
	color: #4E798D;
	text-decoration: none;
}
a:visited {
	color: #4E798D;
	text-decoration: none;
}
a:active, a:focus {
	text-decoration: underline;
	color: #4E798D;
}
a:hover {
	text-decoration: underline;
	color: #009FD6;
}

.container {
	width: 950px;
	margin: 0 auto;
}
.nav {
	padding: 10px 0;
	text-align: right;
	height: 72px;
	font-size: 14px;
	margin-top: 6px;
}
.header {
		height: 122px;
}
.subhead {
background-image: url(images/home1.jpg);
	height: 200px;
}

.column {
	width: 220px;
	display: inline;
	float: left;
	margin-left: 10px;
}


.homecontent {
	height: 980px;
	padding: 0px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}
.content {
	padding: 0px 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.subcontent {
	float: right;
	width: 695px;
	padding: 0px 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.middle {
	float: right;
	width: 695px;
	padding: 0px 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.productnav {
	height: 170px;
	padding: 0px 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.quote {
	height: 90px;
	padding: 0px 0;
	font-style: italic;
	color: #666;
	font-size: 16px;
	text-align: center;
}

.footer {
	height: 200px;
	padding: 0px 0;
	text-align: center;
	font-size: 12px;
	margin-top: 50px;
}


.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.smalltext {
	font-size: 12px;
	color: #333;
	line-height: 12px;
}
h1 {
	font-family: "Myriad Pro", arial, sans-serif;
	text-shadow: 1px 1px #FFF, 1px 1px;
	padding-top: 12px;
	color: #666;
	font-size: 38px;
	margin-top: 22px;
	line-height: 38px;
	font-weight: normal;
}
#contentrow {
	height: 310px;
	background: #FFF;
	align: center;
	/* Radius */
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	/* BoxShaddow */
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px#888;
	box-shadow: 0 0 1px #888;
	/* Gradients */
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE);
}
#workrow {
	height: 190px;
	background: #FFF;
	align: center;
	/* Radius */
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	/* BoxShaddow */
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px#888;
	box-shadow: 0 0 1px #888;
	/* Gradients */
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE);
}

#contact {
	height: 700px;
	background: #FFF;
	align: center;
	/* Radius */
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	/* BoxShaddow */
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px#888;
	box-shadow: 0 0 1px #888;
	/* Gradients */
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE);
	margin: 0px;
	padding: 40px;
}
	
#thumbnail {
	float: left;
	margin: 0 auto;
	width: 180px;
	display: inline;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 18px;
	}
.ThumbTitle {
	font-family: "Myriad Pro", arial, sans-serif;
	color: #333;
	font-size: 18px;
	line-height: 28px;
}
.strongbold {
	font-weight: bold;
	color: #000;
}
h2 {
	font-weight: normal;
	color: #999;
	line-height: 26px;
}

