/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #1A6995;
	font-family: Arial, Helvetica, sans-serif; 
}

a img {
	border: none;
}

#wrapper {
	width: 880px;
	margin: 0px auto;
	padding: 5px 20px 20px 20px;
	background: transparent url(../images/bodybg.png) repeat-y;
}

#wrapperTop {
	width: 920px;
	height: 13px;
	margin: 0px auto;
	background: transparent url(../images/bodyTop.png) bottom left no-repeat;
}

#wrapperBottom {
	width: 900px;
	margin: 0px auto;
	padding: 10px 10px 5px 10px;
	background: transparent url(../images/bodyBottom.png) top left no-repeat;
	font-size: 12px;
	color: #FFF;
	text-align:center;
}

#header {
	margin-bottom: 10px;
}

#navTop {
	float: right;
	text-align: right;
	font-weight: bold;
	color: #1A6995;
}


#navTop ul li {
	display: inline;
	list-style-type: none;
}

#navTop ul li a {
	color: #4E1A36;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#navTop ul li a:hover {
	text-decoration: underline;
}

#navLeft {
	float: left;
	width: 160px;
}

#navLeft h2 {
	background: transparent url(../images/navHeadBg.png) no-repeat;
	color: #1A6995;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding-left: 5px;
	margin-bottom: 3px;
}

#navLeft a {
	display: block;
	font-size: 12px;
	color:#FE781F;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	margin-left: 0px;
	padding: 0px 2px;
	border-bottom: 1px dotted #FE781F;
	padding-top: 1px;
}

#navLeft a:hover, #navLeft a.active {
	color: #4E1A36;
	background: #F2F2F2;
}

#navLeft a:hover span, #navLeft a.active span, #navLeft a.active2 span  {
	background: transparent url(../images/navArrow1.png) left 6px no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 10px;
	padding-right: 2px;
}

#mainContent {
	width: 705px;
	float: right;
}

#products {
	margin-bottom: 5px;
}

#products img {
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
}

h1.green {
	color: #2C9912;
	font-size: 16px;
	margin-bottom: 15px;
}

p.orange {
	color: #FE781F;
	font-size: 16px;
}

