@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: fixed;

}

.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A6C39;
	font-weight: bold;
}

.link{
text-decortation: none;
border: none;
}
	

#container{
width: 1038px;
background-repeat: no-repeat;
margin: 0 auto;
}


#lower-content{
	background-image: url(../images/lower-box.png);
	height:391px;
	width: 1038px;
	background-repeat: no-repeat;

}

#lower-content-products{
	background-image: url(../images/lower-content-small.png);
	height:900px;
	width: 1038px;
	background-repeat: repeat-y;
}
#lower-content-about{
	background-image: url(../images/lower-content-small.png);
	width: 1038px;
	background-repeat: repeat-y;

}
.story {
	padding-right: 100px;
	padding-left: 100px;
	font-style: italic;
	font-size: 12px;
	line-height: 17px;
}

#header{
height: 117px;
width: 1038px;
}

#flash1{
width: 1038px;
height: 215px;
}
#banner1{
width: 1038px;
height: 215px;
text-align: center;
}

#flash2{
	width: 1038px;
	height: 125px;
}
#flash2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content{
	width: 938px;
	padding: 20px 50px 10px 50px;

}
.categories td {
	width: 33%;
	vertical-align: top;
}
.outlines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C7E9E8;
	border-right-color: #C7E9E8;
	border-bottom-color: #C7E9E8;
	border-left-color: #C7E9E8;
}
.categories td ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
}
.categories tr td ul li {
	margin-bottom: 2px;
}


#left{
	width: 65%;
	float: left;
}

#right{
	width: 28%;
	float: right;
	margin-right: 33px;
}

#left2{
width: 100%;
float: left;
}
#right2{
width: 0%;
float: right;
}

.column-title{
	background-color: #D5D6BC;
}

.column{
	background-color:#FFF;
}
#footer{
	background-image: url(../images/footer.png);
	height: 23px;
	width: 1038px;
}.rightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.demo{
	border-style: solid;
	border-width: 2px;
	border:#09C;
	height: 392px;
	width: 533px;
	margin: 0 auto;
}
#demoBtn img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lower-content-user {
	background-image: url(../images/lower-content-small.png);
	width: 1038px;
	background-repeat: repeat-y;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}

.small{
	font-size: 10px;
}

h2 a:link, a:active, a:hover, a:visited{
	color:#000000;
	text-decoration:underline;
}

