@charset "UTF-8";
/* CSS Document */
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #33333;
}

body{
	background: #000 url(../Images/bg.jpg) top center no-repeat;
	height: 100%;
	padding-bottom: 30px;
}

/*CONTAINERS----------------------------------------*/

#wrapper {
	margin:0 auto; /* center, not in IE5 */
	padding: 0px 25px;
	width: 800px;
	height: 100%;
	background: url(../Images/wrapperBG.png) repeat-y center;
}

#headerContainer{
	width: 800px;
	height: 130px;
	padding: 0px 0;
	margin: 0px 0;
}

#navContainer{
	width: 800px;
	height: 34px;
	line-height:34px;
	background: url(../Images/navBG.jpg) repeat-x;
}

#bodyContainer{
	width: 776px;
	padding: 12px;
	position: relative;
	height: auto;
	overflow: auto;
	background: url(../Images/wrapperBG.png) repeat-y center;
}

#footContainer{
	position: relative;
	width: 800px;
	text-align: center;
	height: 23px;
	padding-bottom: 30px;
	margin: 0 auto;
	color: #FFF;
	font-weight: bold;
}

/*HEADER--------------------------------------------*/

#logo{
	width: 308px;
	height: 113px;
	float: left;
	padding: 9px 0px 8px 30px; 
}

#headerInfo{
	width: 432px;
	height: 115px;
	float: right;
	padding-top: 15px;
	padding-right: 30px;
	text-align: right;
	color: #FFF;
}

#headerInfo a{
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	padding: 0 5px 0 5px;
}

#headerInfo a:hover{
	text-decoration: none;
	color: #2f8c8c;
	font-weight:bold;
}

.style2{
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

/*NAVIGATION----------------------------------------*/

#tertiary{	
	width: 800px;
	height: 34px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	position:relative;
	z-index: 2;
}

#tertiary ul{
	list-style: none;
	font-weight: bold;
	line-height:34px;
	z-index: 2;
	margin:0 0 0 10px;
}

#tertiary a{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size:16px;
	z-index: 2;
	letter-spacing:1px;
	line-height:34px;
}

#tertiary li {
	float: left;
	list-style:none;
	z-index: 2;
	color:#FFF;
	margin:0 0 0 10px;
	width: 240px;
	line-height:34px;
}

#tertiary ul a:hover{ 
	color: #ffcc00;
}

#tertiary li ul {
	position: absolute;
	left: -999em;
	top: 30px; 
	z-index: 2;
}

#tertiary li:hover ul ul,#tertiary li:hover ul ul ul,#tertiary li.sfhover ul ul,#tertiary li.sfhover ul ul ul {
	left: -999em;
}

#tertiary li:hover ul,#tertiary li li:hover ul,#tertiary li li li:hover ul,#tertiary li.sfhover ul,#tertiary li li.sfhover 
ul,#tertiary li li li.sfhover ul {
	left: auto;
}

#tertiary li ul,#tertiary li ul a{
	color:#666;
	font-weight: bold;
	height: 24px;
	width: 150px;
	line-height: 24px;
	padding-left:5px;
	margin-left: 0;
	font-size: 12px;
}

#tertiary li ul a{
	background: #FFF;
}

#tertiary li ul a:hover{
	background: #666;
	color:#ffcc00;
}

/*BODY----------------------------------------*/

#imgBox{
	height: 100%;
	width: 800px;
}

#leftNav {
	width: 220px;
	border: #666 solid 1px;
	text-align: right;
	float: left;
	background-color: #323232;
	margin-right: 10px;
}

#leftNav ul {
	margin: 20px 20px 20px 0;
}

#leftNav li {
list-style:none;
line-height: 30px;
}

#leftNav a {
	text-decoration:none;
	font-size: 13px;
	color:#fff;
}

#leftNav a:hover {
	color:#FFFF33;
}

#brochures {
	width: 200px;
	text-align: center;
	float: left;
	margin: 20px 10px 0 0;
	clear:left;
	padding:0 10px 10px 10px;
}

#brochures a {
	color: #ffffff;
	text-decoration:none;
	line-height:175%;
}

#brochures a:hover {
	color: #FFFF33;
}
#brochures h2 {
	font-size: 16px;
	color: #2f8c8c;
	font-weight:bold;
	border-bottom:solid 1px #666666;
}

#images {
	width: 200px;
	text-align: center;
	float: left;
	margin: 20px 10px 0 0;
	clear:left;
	padding:0 10px 10px 10px;
}

#images img {
	border: #fff solid 2px;
	margin-bottom: 10px;
}


#content{
	width: 494px;
	min-height: 300px;
	overflow: visible;
	background: #FFF;
	padding: 20px;
	float: right;
}

#content p {
	line-height:150%;
}

#content h1 {
	font-size: 16px;
	color: #2f8c8c;
	font-weight:bold;
}

#content h2 {
	margin: 10px 0 0 0;
	font-size:16px;
	color:#990000;
	border-bottom:solid 1px #999;
}

#content h2 a {
	text-decoration:none;
	color: #990000;
}

#content a {
	color: #2F8C8C;
	text-decoration: none;
}

#content a:hover {
	text-decoration:underline;
}

#content th {
	text-align:left;
}

#content table {
	clear:both;
}

#video {
	width: 320px;
	float: right;
	margin-left: 5px;
	border: 1px solid #666;
}
#video h2 {
	background: url(../Images/navBG.jpg) repeat-x;
	color: #fff;
	width: 320px;
	height: 20px;
	margin: 0px;
	line-height:20px;
}

#video ul {
	margin: 0px 10px 5px 30px;
	list-style:url(../Images/video_icon.gif);
}

#video p {
	margin: 5px 10px;
}



#fullwidth {
	background:#ffffff;
	padding: 20px;
}

#fullwidth h1 {
	font-size: 16px;
	color: #2f8c8c;
	font-weight:bold;
}

#fullwidth a {
	color: #990000;
	text-decoration:none;
}

#fullwidth a:hover {
	text-decoration: underline;
}

#end{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 850px;
	height:23px; 
	background: url(../Images/footer.png) no-repeat;
}

.boxText {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
}

.big-italic {
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:#CC9900;
}

.line-card-left {
	float:left;
	width: 330px;
	padding: 0 20px 0 0;
}

.line-card-left p {
	margin: 5px 0 5px 0;
}

.line-card-left h2 {
	margin: 10px 0 0 0;
	font-size:16px;
	color:#990000;
	border-bottom:solid 1px #999;
}

.line-card-right {
	float:right;
	width: 330px;
	padding: 0 20px 0 0;
}
.line-card-right p {
	margin: 5px 0 5px 0;
}

.line-card-right h2 {
	margin: 10px 0 0 0;
	font-size:16px;
	color:#990000;
	border-bottom:solid 1px #999;
}

#product-list {
	margin: 10px 0 10px 0;
	clear:both;
}

#product-list img {
	margin: 0 10px 0 0;
}

#product-list h2 a:hover {
	color: #CC9900;
}

/* General styles */
.margin-top {
	margin-top: 15px;
}

.clear {
	clear:both;
}

.bold-red {
	color:#990000;
	font-weight:bold;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;
}


/*FOOTER----------------------------------------*/

.style1{
	color: #999;
	font-weight: bold;
	font-size: 11px;
}

#footContainer a{
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	padding: 0 10px 0 10px;
}

#footContainer a:hover{
	text-decoration: none;
	color: #2f8c8c;
	font-weight:bold;
}