html, body {
	margin: 0 ;
	padding: 0 ;
	background-color: #003200 ;
	font-family: Verdana, sans-serif ;
	font-size: 11px ;
	color: #000000 ;
	text-align: center ;
	width: 100% ;
}

td {
	font-family: Verdana, sans-serif ;
	font-size: 11px ;
}

* {
	margin: 0 ;
	padding: 0 ;
}

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

a:hover {
	text-decoration: underline ;
}

p {
	margin-bottom: 16px ;
}

hr {
	clear: both ;
	margin-top: 5px ;
	margin-bottom: 10px ;
	border: none ;
	background-color: #dbdde9 ;
	color: #dbdde9 ;
	height: 1px ;
}

.clear {
	clear: both ;
	overflow: hidden ;
}

.break {
	clear: both ;
	overflow: hidden ;
	height: 1px ;
}

#wrap {
	margin-top: 0px ;
	margin-right: auto ;
	margin-bottom: 10px ;
	margin-left: auto ;
	padding-right: 0px ;
	padding-left: 0px ;
	background-image: url(../images/wrap.gif) ;
	background-repeat: repeat-y ;
	text-align: left ;
	width: 980px ;
}

#header {
	background-image: url(../images/header.jpg) ;
	background-repeat: no-repeat ;
	text-align: left ;
	width: 980px ;
	height: 115px ;
}

#logo {
	float: left ;
	margin-top: 5px ;
	margin-right: 0px ;
	margin-bottom: 0px ;
	margin-left: 0px ;
	padding: 0 ;
	display: inline ;
	width: 300px ;
	height: 100px ;
}

#menuHor {
	width: 980px ;
	height: 25px ;
}

#menuHor .menuLeft {
	float: left ;
	background-image: url(../images/menuhor_menuleft.gif) ;
	background-repeat: no-repeat ;
	width: 15px ;
	height: 25px ;
}

#menuHor .menuMiddle {
	float: left ;
	background-image: url(../images/menuhor_menumiddle.gif) ;
	background-repeat: repeat-x ;
	width: 950px ;
	height: 25px ;
}

#menuHor .menuRight {
	float: right ;
	background-image: url(../images/menuhor_menuright.gif) ;
	background-repeat: no-repeat ;
	width: 15px ;
	height: 25px ;
}

#main {
	margin-bottom: 20px ;
	width: 980px ;
}

#rightBar {
	float: right ;
	margin-right: 5px ;
	display: inline ;
	width: 270px ;
	min-height: 525px ;
}

#rightBar .box {
	margin-top: 20px ;
	margin-right: 20px ;
	margin-bottom: 0px ;
	margin-left: 20px ;
	width: 230px ;
}

#rightBar .box .boxHeader {
	background-image: url(../images/boxheader.gif) ;
	background-repeat: repeat-x ;
	background-color: #279cd2 ;
	width: 230px ;
	height: 25px ;
}

#rightBar .box .boxHeader .topLeft {
	float: left ;
	width: 15px ;
	height: 25px ;
}

#rightBar .box .boxHeader .topMiddle {
	float: left ;
	padding-top: 5px ;
	font-size: 12px ;
	font-weight: bold ;
	color: #FFFFFF ;
	width: 200px ;
	height: 20px ;
}

#rightBar .box .boxHeader .topRight {
	float: right ;
	width: 15px ;
	height: 25px ;
}

#rightBar .box .boxContent {
	padding: 10px ;
	border-top: solid 0px #627e9b ;
	border-right: solid 1px #627e9b ;
	border-bottom: solid 1px #627e9b ;
	border-left: solid 1px #627e9b ;
	background-color: #FFFFFF ;
	width: -22px ;
	min-height: 103px ;
}

#rightBar .box .boxFooter {
	display:none;
	border-top: solid 0px #627e9b ;
	border-right: solid 1px #627e9b ;
	border-bottom: solid 1px #627e9b ;
	border-left: solid 1px #627e9b ;
	width: -2px ;
	height: 10px ;
}

#rightBar .box .boxFooter .bottomLeft {
	float: left ;
	width: 15px ;
	height: 10px ;
}

#rightBar .box .boxFooter .bottomMiddle {
	float: left ;
	width: -32px ;
	height: 10px ;
}

#rightBar .box .boxFooter .bottomRight {
	float: right ;
	width: 15px ;
	height: 10px ;
}

#rightBar .halfBanner {
	margin-top: 10px ;
	border: solid 1px #000066 ;
	background-color: #FFFFFF ;
	width: 198px ;
	height: 60px ;
}

#rightBar ul {
	margin-bottom: 15px ;
}

#rightBar ul li {
	margin-left: 5px ;
	padding-left: 15px ;
	background-image: url(../images/bullet_rightbar.gif) ;
	background-repeat: no-repeat ;
	line-height: 25px ;
	list-style: none ;
}

#contentMain {
	float: left ;
	margin-left: 25px ;
	display: inline ;
	width: 660px ;
	min-height: 525px ;
}

#content {
	width: 660px ;
}

#content .boxHeader {
	width: 660px ;
	height: 20px ;
}

#content .boxHeader .topLeft {
	float: left ;
	width: 15px ;
	height: 20px ;
}

#content .boxHeader .topMiddle {
	float: left ;
	padding-top: 5px ;
	text-align: right ;
	width: 630px ;
	height: 15px ;
}

#content .boxHeader .topRight {
	float: right ;
	width: 15px ;
	height: 20px ;
}

#content .contentBody {
	padding-top: 10px ;
	padding-right: 20px ;
	padding-bottom: 20px ;
	padding-left: 20px ;
	border: solid 1px #dbdde9 ;
	background-image: url(../images/bullet_square_large.gif) ;
	background-repeat: no-repeat ;
	background-position: bottom right ;
	background-color: #FFFFFF ;
	width: 618px ;
	min-height: 458px ;
}

#content .boxFooter {
	width: 660px ;
	height: 10px ;
}

#content .boxFooter .bottomLeft {
	float: left ;
	width: 15px ;
	height: 10px ;
}

#content .boxFooter .bottomMiddle {
	float: left ;
	width: 630px ;
	height: 10px ;
}

#content .boxFooter .bottomRight {
	float: right ;
	width: 15px ;
	height: 10px ;
}

#content a {
	text-decoration: underline ;
}

#content ul {
	float: left ;
	clear: both ;
	margin-bottom: 15px ;
}

#content ul li {
	margin-top: 0px ;
	margin-right: 0px ;
	margin-bottom: 5px ;
	margin-left: 10px ;
	padding-top: 0px ;
	padding-right: 0px ;
	padding-bottom: 0px ;
	padding-left: 15px ;
	background-image: url(../images/bullet_disc.gif) ;
	background-repeat: no-repeat ;
	list-style: none ;
}

#content .pageTitle {
	padding-left: 30px ;
	background-image: url(../images/bullet_square.gif) ;
	background-repeat: no-repeat ;
	font-size: 18px ;
	color: #6481ad ;
}

#content .newsTitle {
	font-size: 11px ;
	font-weight: bold ;
}

#content .newsLead img {
	margin-top: 0px ;
	margin-right: 5px ;
	margin-bottom: 10px ;
	margin-left: 5px ;
	border: solid 1px #000066 ;
}

#content .newsFooter {
	clear: both ;
}

#content .newsFooter .readMore {
	float: right ;
}

#content .newsFooter .readMore a {
	text-decoration: none ;
}

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

#content .contentBody img {
}

#content ol li {
	margin-left: 25px ;
	padding-left: 5px ;
}

#content ol {
	margin-bottom: 15px ;
}

#content .pageBody hr {
	clear: both ;
	margin-top: -14px ;
	margin-bottom: 0px ;
	border: none ;
	background-color: #627e9b ;
	color: #627e9b ;
	display: block ;
	overflow: hidden ;
	height: 1px ;
}

#footer {
	font-size: 9px ;
	width: 980px ;
	height: 52px ;
}

#footer .footerLeft {
	float: left ;
	background-image: url(../images/footer_footerleft.gif) ;
	background-repeat: no-repeat ;
	width: 15px ;
	height: 52px ;
}

#footer .footerMiddle {
	float: left ;
	padding-top: 33px ;
	background-image: url(../images/footer_footermiddle.gif) ;
	background-repeat: repeat-x ;
	color: #FFFFFF ;
	text-align: center ;
	width: 950px ;
	height: 19px ;
}

#footer .footerRight {
	float: right ;
	background-image: url(../images/footer_footerright.gif) ;
	background-repeat: no-repeat ;
	width: 15px ;
	height: 52px ;
}

#footer .footerMiddle a {
	color: #FFFFFF ;
}

#fmqMenuHor {
	width: 925px ;
}

#fmqMenuHor ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	height: 25px ;
}

#fmqMenuHor ul ul {
	position: absolute ;
	top: 25px ;
	left: 0px ;
	visibility: hidden ;
	width: 180px ;
	height: 0px ;
}

#fmqMenuHor ul ul ul {
	top: 5px ;
	left: 230px ;
	width: 180px ;
}

#fmqMenuHor ul li {
	float: left ;
	display: block ;
	height: 25px ;
}

#fmqMenuHor ul ul li {
	line-height: 1empx ;
	display: block ;
	z-index: 2 ;
	width: 180px ;
	height: auto ;
}

#fmqMenuHor a {
	float: left ;
	padding-top: 5px ;
	padding-right: 15px ;
	padding-bottom: 0px ;
	padding-left: 15px ;
	font-size: 11px ;
	color: #FFFFFF ;
	text-decoration: none ;
	display: block ;
	height: 20px ;
}

#fmqMenuHor a.firstChild {
}

#fmqMenuHor ul ul a {
	padding-top: 5px ;
	padding-right: 10px ;
	padding-bottom: 5px ;
	padding-left: 10px ;
	border-top: solid 0px #324150 ;
	border-right: solid 1px #324150 ;
	border-bottom: solid 1px #324150 ;
	border-left: solid 0px #324150 ;
	background-color: #627e9b ;
	color: #FFFFFF ;
	line-height: 1empx ;
	display: block ;
	z-index: 2 ;
	width: 160px ;
	height: 100% ;
}

#fmqMenuHor ul ul a.firstChild {
	border-right: solid 1px #324150 ;
	border-bottom: solid 1px #324150 ;
}

#fmqMenuHor ul ul ul a {
	background-color: #627e9b ;
}

#fmqMenuHor table {
	margin: -1px ;
	padding: 0 ;
	font-size: 11px ;
	z-index: 1 ;
	width: 0px ;
	height: 0px ;
}

#fmqMenuHor ul :hover a.folder {
	background-color: #627e9b ;
}

#fmqMenuHor li:hover {
	position: relative ;
}

#fmqMenuHor :hover > a {
	background-image: url(../images/menuhor_menu_hot.gif) ;
	background-repeat: repeat-x ;
	color: #FFFFFF ;
}

#fmqMenuHor ul ul li:hover {
	position: relative ;
}

#fmqMenuHor ul ul :hover > a {
	background-image: none ;
	background-color: #01aef0 ;
	color: #FFFFFF ;
}

#fmqMenuHor ul ul :hover > a.folder {
	background-color: #01aef0 ;
	color: #FFFFFF ;
}

#fmqMenuHor ul ul ul :hover > a {
	background-color: #01aef0 ;
	color: #FFFFFF ;
}

#fmqMenuHor ul ul ul :hover > a.folder {
	background-color: #01aef0 ;
	color: #FFFFFF ;
}

#fmqMenuHor ul :hover ul {
	left: -25px ;
	padding-top: 0px ;
	padding-right: 25px ;
	padding-bottom: 25px ;
	padding-left: 25px ;
	visibility: visible ;
	height: auto ;
}

#fmqMenuHor ul :hover ul ul {
	visibility: hidden ;
}

#fmqMenuHor ul :hover ul :hover ul {
	left: 152px ;
	visibility: visible ;
}

#fmqMenuHor ul :hover ul :hover ul ul {
	visibility: hidden ;
}

#fmqMenuHor ul :hover > a.folder {
	background-color: #01aef0 ;
	color: #FFFFFF ;
}

#fmqMenuHor a.active {
	padding-top: 5px ;
	padding-right: 14px ;
	padding-bottom: 0px ;
	padding-left: 14px ;
	border-top: solid 0px #FFFFFF ;
	border-right: solid 1px #FFFFFF ;
	border-bottom: solid 0px #FFFFFF ;
	border-left: solid 1px #FFFFFF ;
	background-image: url(../images/menuhor_menu_hot.gif) ;
	background-repeat: repeat-x ;
	color: #FFFFFF ;
}

#fmqMenuHor ul ul a.folder {
	background-image: url(../images/arrow_hor.gif) ;
	background-repeat: no-repeat ;
	background-position: top right ;
	background-color: #01aef0 ;
}

* html #fmqMenuHor ul ul a {
	width: 150px ;
}

* html #fmqMenuHor a:hover {
	position: relative ;
	background-color: #01aef0 ;
	color: #FFFFFF ;
	z-index: 100 ;
}

* html #fmqMenuHor ul ul a:hover {
	position: relative ;
	background-color: #01aef0 ;
	color: #FFFFFF ;
	z-index: 110 ;
}

* html #fmqMenuHor ul ul a.folder:hover {
	position: relative ;
	background-color: #01aef0 ;
	color: #FFFFFF ;
	z-index: 110 ;
}

* html #fmqMenuHor ul ul ul a:hover {
	position: relative ;
	background-color: #01aef0 ;
	color: #FFFFFF ;
	z-index: 120 ;
}

* html #fmqMenuHor ul ul ul a.folder:hover {
	position: relative ;
	background-color: #01aef0 ;
	color: #FFFFFF ;
	z-index: 120 ;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Xtra ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#fmqMenuHor ul ul a {
	border-top: solid 1px #a8b7c7 ;
	border-right: solid 1px #324150 ;
	border-bottom: solid 1px #324150 ;
	border-left: solid 1px #a8b7c7 ;
}

#fmqMenuHor ul ul :hover > a {
	border-top: solid 1px #71d1f9 ;
	border-right: solid 1px #00597b ;
	border-bottom: solid 1px #00597b ;
	border-left: solid 1px #71d1f9 ;
}

#fmqMenuHor ul ul :hover > a.folder {
	border-top: solid 1px #71d1f9 ;
	border-right: solid 1px #00597b ;
	border-bottom: solid 1px #00597b ;
	border-left: solid 1px #71d1f9 ;
}

#fmqMenuHor ul ul ul :hover > a {
	border-top: solid 1px #71d1f9 ;
	border-right: solid 1px #00597b ;
	border-bottom: solid 1px #00597b ;
	border-left: solid 1px #71d1f9 ;
}

#fmqMenuHor ul ul ul :hover > a.folder {
	border-top: solid 1px #71d1f9 ;
	border-right: solid 1px #00597b ;
	border-bottom: solid 1px #00597b ;
	border-left: solid 1px #71d1f9 ;
}

ul {
	float:left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GALLERY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content .galleryAlbums ul {
	height:25px;
	margin-bottom: 10px ;
	padding: 0 ;
	list-style: none ;
	border-left:solid 1px #f8ac0b;
}

#content .galleryAlbums ul li {
	margin:0 0 0 0;
	padding:0;
	float: left ;
	display: block ;
	height: 25px ;
	background-image:none;
}

#content .galleryAlbums li a {
	float:left;
	display:block;
	padding:4px 10px 0 25px;
	text-decoration:none;
	height: 21px ;
	white-space:nowrap;
	background-image: url(../images/icon_folder.gif) ;
	background-repeat: no-repeat ;
	border-right:solid 1px #f8ac0b;

}


#content .galleryAlbums li a.active {
	background-color:#e0e5ed;
}

#content .galleryAlbums li a:hover {
	background-color:#eceff3;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Prod ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content .productList {
	margin-top: 10px ;
	width: 600px ;
}

#content .prodName a {
	font-size: 14px ;
	font-weight: bold ;
	color: #6481ad ;
	text-decoration: none ;
}

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

#content .prodData {
	margin-top: 10px ;
	width:400px;
}

#content .prodButtons {
	width:400px;
	height:25px;
	margin-top: 10px ;
	text-align:right;
}

#content .prodNav {
	text-align: center ;
	margin-bottom:15px;
}

#content .prodTitle {
	margin-top: 15px ;
	margin-bottom: 5px ;
	font-size: 14px ;
	font-weight: bold ;
	color: #6481ad ;
}

#content .prodImage {
	padding: 2px ;
	border: solid 1px #757678 ;
}

#content .returnLink {
	margin-top: 20px ;
	margin-right: 10px ;
	margin-bottom: 10px ;
	margin-left: 10px ;
	text-align: right ;
}

#content .returnLink a {
	font-size: 10px ;
	text-decoration: none ;
}

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

#content td.prodImageBack {
	background-color: #ebecef ;
}

#content td.prodListTop {
	border-top:solid 1px #dbdde9;
}

#content td.prodListBottom {
	border-bottom:solid 1px #dbdde9;
}

#content .prodImageList {
	text-align:center;
}
