@charset "utf-8";
/* CSS Document */
	
/* general */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 30px;
}
.txtSmall {
	font-size: 11px;
	color: #000000;
}

h1 {
	font-weight: bold;
	color: #339933;
	font-size: 46px;
	height: 36px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: bold;
	color: #339933;
	font-size: 14px;
	height: 36px;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

a {
	color: #339933;
	text-decoration: none;
}

a:hover {
	color: #ff6633;
	text-decoration: none;
}

a:visited {
	color: #66CC33;
	text-decoration: none;
}


/* layout */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 876px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0;
}

#side-a {
	float: left;
	width: 145px;
}

#side-b {
	float: right;
	width: 204px;
	color: #666666;
}

.tblLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #339933;
	margin: 0px;
}
.tblContent {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.contactScroll {
	width: 183px;
	height: 100px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	overflow: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 10px;
}

.newsScroll {
	width: 183px;
	height: 100px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	overflow: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 9px;
}

.info {
	padding-left: 3px;
	text-align: left;
	color: #999999;
}

/* other */

.orange {
	color: #ff6633;
	font-weight: bold;
}

.txtNormal {
	font-size: 12px;
}
ul.dashList  {
	padding-left: 14px;
}
li.dash {
	padding-bottom: 10px;
	list-style-image: url(../images/dash.gif);
}
	
a.orangeLink {
	color: #ff6633;
	text-decoration: none;
}

a:hover.orangeLink {
	color: #FF9933;
	text-decoration: none;
}


a:visited.orangeLink {
	color: #66CC33;
	text-decoration: none;
}
a.grayLink {
	color: #999999;
	text-decoration: none;
}

a:hover.grayLink {
	color: #ff6633;
	text-decoration: none;
}


a:visited.grayLink {
	color: #999999;
	text-decoration: none;
}
a.blackLink {
	color: #000000;
	text-decoration: none;
}

a:hover.blackLink {
	color: #000000;
	text-decoration: none;
}


a:visited.blackLink {
	color: #000000;
	text-decoration: none;
}
#warranty {
	background-image: url(../images/warranty.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
