/* Standard Elements */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #006633;
}
a:visited {
	color: #339966;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

h1 {
	font-size: 24px;
	color: #006633;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
li {
	list-style-type: square;
	color: #006633;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
.Button {
	background-image: url(../img/form_btn.gif);
	border: 1px solid #999999;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
}
.TextField {
	background-image: url(../img/form_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	width: 200px;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
}

/* Custom Elements */

.Container {
	background-image: url(../img/layout_sides.gif);
	width: 760px;
	margin: 0px auto 0px auto;
}

.DottedLine {
	width: 510px;
	height: 1px;
	margin: 5px 0px 5px 0px;
	background-image: url(../img/dots.gif);
}

.Header {
	left: 15px;
	position: relative;
	padding-bottom: 5px;
}

.MainContent {
	width: 550px;
	background: url(../img/maincontent_bg.gif);
	float: left;
	margin: 0px 0px 0px 10px;
}
.MainCopy {
	text-align: justify;
	width: 510px;
	margin: 0px 20px 0px 20px;
	float: right;
}
.MainCopy p {
	line-height: 17px;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	color: #666666;
}
*>.MainCopy {
	/* Minimum height in Mozilla */
	min-height: 250px;
}
* html .MainCopy {
	/* Minimum height in IE */
	height: 250px;
}
.BodyLeft {
  float: left;
	width: 50%;
}
.BodyRight {
  float: right;
	width: 50%;
}
.BodyContainer {
	clear: both;
	min-height: 100%;
}

.BannerContainer {
	background-color: #FFFFFF;
	padding-top: 5px;
}
.BannerBig {
	width: 365px;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	background-image: url(../img/banner_stripes.gif);
	float: left;
}
.BannerSmall1 {
	width: 180px;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	background-image: url(../img/banner_stripes.gif);
	float: left;
}
.BannerSmall {
	width: 180px;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	margin-left: 5px;
	background-image: url(../img/banner_stripes.gif);
	float: left;
}
.BannerTitle1 {
	width: 100%;
	background: #339966;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
.BannerTitle2 {
	width: 100%;
	background: #1F7F4F;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
.BannerTitle3 {
	width: 100%;
	background: #006633;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
.Red {
	color: #CC0000;
}

.Showroom {
	width: 670px;
	height: 510px;
	background-image: url(../img/showroom_bg.gif);
	text-align: center;
	padding-top: 15px;
}

.FivePixelsOver {
	width: 520px;
	position: relative;
	margin: 0px -5px 0px -5px;
}

#Tables {	
	border-top: 1px solid #1F7F4F;
	border-left: 1px solid #1F7F4F;
}
#Tables th {
	border-bottom: 1px solid #1F7F4F;
	border-right: 1px solid #1F7F4F;
	color: #FFFFFF;
	font-weight: bold;
	text-align:left;
	background-color: #339966;
}
#Tables td    {
	border-bottom: 1px solid #1F7F4F;
	border-right: 1px solid #1F7F4F;
}

/* Left Navigation */

.LeftNav {
	width: 160px;
	float: left;
	padding-left: 25px;
}

#NavLinks a {
	background-image: url(../img/nav_seperator.gif);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	color: #006633;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0px 4px 0px;
}
#NavLinks a:hover {
	background-image: url(../img/nav_seperator.gif);
	background-repeat: no-repeat;
	background-color: #1F7F4F;
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0px 4px 0px;
}
#NavLinks .SelectedItem a {
	background-color: #339966;
	color: #FFFFFF;
}
#NavLinks .SubItem a, #NavLinks .SubItem a:hover {
	font-weight: normal;
}

.Bullet {
	color: #CC0000;
	margin-left: 5px;
	font-weight: normal;
}
a:hover .Bullet, #NavLinks .SubItem a:hover .Bullet, #NavLinks .SelectedItem a .Bullet, #NavLinks .SelectedItem .SubItem a .Bullet {
	color: #FFFFFF;
}
#NavLinks .SubItem a .Bullet {
	color: #CC0000;
	margin-left: 15px;
}

#NavBottomLinks, #NavBottomLinks a {
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}

#NavBottomLinks a:hover {
	color: #000000;
}

/* Footer */

.Footer {
	clear: both;
	width: 730px;
	margin-left: 15px;
	padding: 1px 0px 2px 0px;
	background-color: #EEEEEE;
	color: #AAAAAA;
	font-size: 9px;
	text-align: center;
}
