@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-repeat: repeatx;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
a:active, a:focus{
	outline:none;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 960px;
}
#header-top {
	height: 87px;
	background-image: url(../images/header-top.gif);
	background-repeat: repeat-y;
}
#logo {
	background-repeat: no-repeat;
	float: left;
	width: 453px;
	height: 53px;
	background-image: url(../images/logo.jpg);
	margin-top: 34px;
}
#logo h1, h3 {
	text-indent: -9999px;
	line-height: 0px;
}
#menu  {
	height: 87px;
	float: left;
	clear: right;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu  li a {
	text-decoration: none;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 68px;
	line-height: 0px;
}
#menu      #home    a     {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	width: 67px;
}
#menu   #about   a  {
	background-image: url(../images/about.gif);
	background-repeat: no-repeat;
	width: 62px;
}
#menu #services a {
	background-image: url(../images/services.gif);
	width: 87px;
	background-repeat: no-repeat;
}
#menu #portfolio a {
	background-image: url(../images/portfolio.gif);
	background-repeat: no-repeat;
	width: 94px;
}
#menu #contact a {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	width: 80px;
}
#menu #pay a {
	background-image: url(../images/pay.jpg);
	background-repeat: no-repeat;
	width: 57px;
}
#menu #home a:hover {
	background-image: url(../images/home-icon.jpg);
}
#menu #about a:hover {
	background-image: url(../images/about-icon.jpg);
}
#menu #services a:hover {
	background-image: url(../images/services-icon.jpg);
}
#menu #portfolio a:hover {
	background-image: url(../images/portfolio-icon.jpg);
}
#menu #contact a:hover {
	background-image: url(../images/contact-icon.jpg);
}
#menu #pay a:hover {
	background-image: url(../images/pay-icon.jpg);
}
#header-main {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 252px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#middle {
	background-image: url(../images/middle-bgd.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 50px;
	float: left;
	width: 885px;
	background-color: #FFFFFF;
}
#middle p {
}
.largetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.floatright25 {
	float: right;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
.bodytext {
	font-size: 13px;
	line-height: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.bodytextBOLD {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	line-height: 20px;
}
#left-column-top {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left-column {
	width: 450px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#green {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#green #samples {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#center-column {
	width: 320px;
	margin-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 25px;
	margin-right: 0px;
	float: right;
	padding-right: 25px;
}
.subheadORANGE {
	font-size: 20px;
	color: #FF7E00;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 25px;
}
.subheads2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 10px;
}
.readmore {
	text-align: right;
	float: right;
	font-size: 10px;
}
.readmore a {
	color: #FF7E00;
}
#center-column .bodytext .readmore {
	color: #FF7E00;
}
#slideshowarea {
	padding-top: 35px;
	padding-left: 386px;
}
#myController span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}

#jFlowSlide{
	float: left;
}

#prev {
	float: right;
	width: 50px;
	height: 40px;
	margin-top: 20px;
}
#next {
	width: 50px;
	height: 40px;
	float: right;
	margin-right: 25px;
	margin-top: 20px;
}
#myController span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}

#myController span.jFlowSelected {
background:#F00;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}
.hidden {
	display: none;
}
#mySlides p {
	line-height: 50px;
	color: #FFFFFF;
	background-color: #000000;
	position: relative;
	top: -50px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
}
#mySlides a {
	color: #FFFFFF;
	text-decoration: none;
}
#header-sm {
	background-image: url(../images/header-sm.jpg);
	background-repeat: no-repeat;
	height: 73px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#samples  img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
}
.subhead-small {
	font-size: 14px;
	text-transform: uppercase;
	color: #FF7E00;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7E00;
	padding-bottom: 3px;
	margin-right: 35px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.bodytextLEADING {
	font-size: 13px;
	line-height: 32px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.largeHEAD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 10px;
	color: #666666;
}
#footer {
	width: 960px;
	background-color: #ABDA4C;
	margin-bottom: 50px;
	clear: both;
	float: none;
}
.last {
	padding-top: 50px;
	clear: both;
}
#footer p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	line-height: 20px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.subhead-smallwithPADDING {
	font-size: 14px;
	text-transform: uppercase;
	color: #FF7E00;
	padding-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7E00;
	padding-bottom: 3px;
	margin-right: 35px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.contactform {
	font-size: 13px;
	line-height: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.bodytext  li {
	list-style-position: inside;
	list-style-type: square;
}
#rightcolumn2 {
	float: left;
	width: 380px;
	margin-top: 10px;
	background-image: url(../images/mouse-sm.jpg);
	height: 325px;
	background-repeat: no-repeat;
	background-position: left -65px;
}
.largeHEADGREEN {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 10px;
	color: #ABDA4C;
}
#left-column-top1 {
	padding: 0px;
	float: left;
	margin: 0px;
	clear: left;
	width: 500px;
}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	width: 99.9%;
	}
.company {
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
}
#slideshowarea2 {
	height: 275px;
	width: 347px;
	background-image: url(../images/slideshow.jpg);
	background-position: 16px top;
	background-repeat: no-repeat;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
}
.bodytext a {
	color: #333333;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
