body 
{
	background: #17AEE7 url(/images/css/bg_Body.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: .9em;
}

#idMainContainer 
{
	background-color: #ffffff;
	height: auto;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	text-align: left;
}

/* contact details for print brokerage */

#idPrintLogo
{
	visibility: hidden;
	display: none;
}

#idPrintCntct
{
	visibility: hidden;
	display: none;
}

#idPrintShow
{
	visibility: hidden;
	display: none;
}

/* header and header classes */

#idHeader 
{
	height: 165px;
	width: 972px;
	display: block;
}

.clsHeaderHome
{
	background: #ffffff url(/images/css/bg_idHeader_clsHome.jpg) top left no-repeat;
}

.clsHeaderGeneric
{
	background: #ffffff url(/images/css/bg_idHeader_clsGeneric.jpg) top left no-repeat;
}

.clsHeaderMonterey
{
	background: #ffffff url(/images/css/bg_idHeader_clsMonterey.jpg) top left no-repeat;
}

.clsHeaderQuicksilver
{
	background: #ffffff url(/images/css/bg_idHeader_clsQuicksilver.jpg) top left no-repeat;
}

.clsHeaderValiant
{
	background: #ffffff url(/images/css/bg_idHeader_clsValiant.jpg) top left no-repeat;
}

.clsHeaderMercury
{
	background: #ffffff url(/images/css/bg_idHeader_clsMercury.jpg) top left no-repeat;
}

.clsHeaderBrokerage
{
	background: #ffffff url(/images/css/bg_idHeader_clsBrokerage.jpg) top left no-repeat;
}

.clsHeaderChandlery
{
	background: #ffffff url(/images/css/bg_idHeader_clsChandlery.jpg) top left no-repeat;
}

.clsHeaderWorkshop
{
	background: #ffffff url(/images/css/bg_idHeader_clsWorkshop.jpg) top left no-repeat;
}

.clsHeaderMarineClub
{
	background: #ffffff url(/images/css/bg_idHeader_clsMarineClub.jpg) top left no-repeat;
}

.clsHeaderContact
{
	background: #ffffff url(/images/css/bg_idHeader_clsContact.jpg) top left no-repeat;
}

.clsHeaderNews
{
	background: #ffffff url(/images/css/bg_idHeader_clsNews.jpg) top left no-repeat;
}

.clsHeaderVetus
{
	background: #ffffff url(/images/css/bg_idHeader_clsVetus.jpg) top left no-repeat;
}

.clsHeaderMercruiser
{
	background: #ffffff url(/images/css/bg_idHeader_clsMercruiser.jpg) top left no-repeat;
}

.clsHeaderCumminsMercruiser
{
	background: #ffffff url(/images/css/bg_idHeader_clsCumminsMercruiser.jpg) top left no-repeat;
}

.clsHeaderYard
{
	background: #ffffff url(/images/css/bg_idHeader_clsYard.jpg) top left no-repeat;
}

#idHeader #idLogo
{
	position: relative;
	top: 65px;
	left: 15px;
	background-color: transparent;
	height: 77px;
	width: 240px;
}
	
/* top navigation */

#idTopNavigation 
{
    border-top: 1px solid #ffffff;
	background: #ffffff url(/images/css/bg_idTopNavigation.gif) top left repeat-x;
	height: 33px;
	width: 972px;
}

#idTopNavigation ul
{
	display: block;
	overflow: hidden;
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#idTopNavigation ul li
{
	border: none;
	margin: 0px;
	float: right;
	padding: 8px 20px 0px 20px;
	background: transparent url(/images/css/bg_idTopNavigation_ulli.gif) top right no-repeat;
}

#idTopNavigation ul li.clsHome
{
    float: left;
    padding: 8px 0px 0px 10px;
    background-image: none;
}

#idTopNavigation ul li.clsEnd
{
    background-image: none;
}

#idTopNavigation ul li a:link,
#idTopNavigation ul li a:active,
#idTopNavigation ul li a:visited
{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
}

#idTopNavigation ul li a:hover
{
    color: #bccfe2;
	text-decoration: none;
}

/* left column & navigation */

#idLeftColumn 
{
	height: auto;
	width: 200px;
	float: left;
	padding: 15px 0px 0px 0px;
	font-size: .85em;
	margin: 0px 25px 0px 0px;
}

#idLeftColumn ul
{
	position: relative;
	list-style-type: none;
	left: 0px;
	top: 0px;
	margin: 0px 0px 25px 0px;
	padding-left: 15px;
}

#idLeftColumn ul li
{
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
}

#idLeftColumn ul li a:link,
#idLeftColumn ul li a:active,
#idLeftColumn ul li a:visited
{
	padding-left: 22px;
	text-transform: uppercase;
	text-decoration: none;
	color: #3D3D3D;
	font-weight: 500;
	height: 21px;
	display: block;
	padding-top: 6px;
	background: url(/images/css/bg_idLeftColumn_ulli.gif) no-repeat left center;
}

#idLeftColumn ul li a:hover
{
	text-decoration: none;
	color: #43648E;
	background: url(/images/css/bg_idLeftColumn_ulli_Over.gif) no-repeat left center;
}

#idLeftColumn ul li ul
{
	position: relative;
	display: block;
	padding-top: 3px;
	padding-bottom: 8px;
	border-top: 1px solid #939394;
	border-bottom: 1px solid #939394;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-type: none;
}

#idLeftColumn ul li ul li
{
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
}

#idLeftColumn ul li ul li a:link,
#idLeftColumn ul li ul li a:active,
#idLeftColumn ul li ul li a:visited
{
	padding-left: 10px;
	text-transform: none;
	text-decoration: none;
	color: #43648E;
	font-weight: 500;
	height: 16px;
	display: block;
	background-image: none;
	font-size: .95em;
}

#idLeftColumn ul li ul li a:hover
{
	text-decoration: none;
	color: #3D3D3D;
	background-image: none;
}

#idLeftColumn #idAddress
{
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	display: block;
	width: 185px;
	font-size: .95em;
}

/* right column */

#idRightColumn 
{
	background-color: #ffffff;
	float: left;
	height: auto;
	width: 731px;
	padding: 15px 0px;
	font-size: .85em;
}

/* right column breadcrumb */

#idBreadCrumb
{
    display: block;
    font-size: .9em;
    margin: 0px 0px 10px 0px;
    height: 15px;
}

#idBreadCrumb ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#idBreadCrumb ul li
{
    float: left;
    margin: 0px;
    padding: 0px 5px 0px 0px;
}

/* right column layout tyles */

#idRightColumn #idCol1
{
	width: 439px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#idRightColumn #idCol2
{
	width: 272px;
	padding: 0px;
	float: left;
}

#idRightColumn .clsPageSection,
#idRightColumn #idCol1 .clsPageSection,
#idRightColumn #idCol1 #twitter_div
{
	position: relative;
	width: 713px;
	padding: 8px 8px 12px 8px;
	display: block;
	text-align: left;
	border: 1px solid #cbcbcb;
	margin: 0px 0px 20px 0px;
}

#idRightColumn #idCol1 .clsPageSection,
#idRightColumn #idCol1 #twitter_div
{
	width: 421px;
}

#idRightColumn .clsPageSection p
{
    display: block;
    padding: 0px;
    margin: 20px 0px;
}

#idRightColumn .clsPageSection ul
{
    list-style-type: circle;
    margin: 15px 20px;
    padding: 0px;
}

#idRightColumn .clsPageSection ul li
{
    margin: 0px;
    padding: 0px;
    font-size: 1.1em;
}

/* general and certain specific heading styles */

#idRightColumn h1 
{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2em;
	color: #36428E;
	display: block;
	clear: both;
}

#idRightColumn h2
{
	top: 0px;
	left: 0px;
	padding: 0px;
	font-size: 1.5em;
	color: #36428E;
	display: block;
}

#idRightColumn h3 
{
	font-size: 1.35em;
	color: #1E64AC;
	display: block;
	margin: 0px 0px 15px 0px;
}

#idRightColumn h4 
{
	font-size: 1.1em;
	color: #1E64AC;
	display: block;
	margin: 0px 0px 5px 0px;
}

#idRightColumn h1.clsVetus
{
    float: left;
    display: inline;
    clear: none;
}

/* general styles */

.clsPara1
{
	color: #1E64AC;
	font-size: 1.3em;
	clear: left;
	font-style: italic;
}

.clsFlashLine
{
	display: block;
	font-style: italic;
	color: #33ccff;
	font-weight: 500;
	font-size: 1.35em;
	margin: 10px 0px;
}

a:link,
a:visited,
a:active
{
	color: #36428E;
	font-weight: 700;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #333333;
}

a.clsMore:link,
a.clsMore:active,
a.clsMore:visited
{
	text-transform: uppercase;
	text-decoration: none;
	height: 17px;
	display: inline;
	padding: 2px 0px 0px 23px;
	margin: 0px 0px 0px 3px; 
	background: url(/images/css/clsMore.gif) no-repeat top left;
}

a.clsMore:hover
{
	text-decoration: underline;
	color: #333333;
	background: url(/images/css/clsMore_Over.gif) no-repeat top left;
}

a.clsLess:link,
a.clsLess:active,
a.clsLess:visited
{
	text-transform: uppercase;
	text-decoration: none;
	height: 17px;
	display: inline;
	padding: 2px 0px 0px 23px;
	margin: 0px 0px 0px 3px; 
	background: url(/images/css/clsLess.gif) no-repeat top left;
}

a.clsLess:hover
{
	text-decoration: underline;
	color: #333333;
	background: url(/images/css/clsLess_Over.gif) no-repeat top left;
}

.clsRed
{
	color: #1E64AC;
}

.clsSmall
{
	font-size: .85em;
}

.clsBold
{
	font-weight: 700
}

.clsItalic
{
    font-style: italic;
}

.clsUnderline
{
	text-decoration: underline;
}

.clsStrikeThru
{
	text-decoration: line-through;
}

.clsClear
{
    display: block;
    clear: both;
    height: 1px;
}

.clsClear p
{
    visibility: hidden;
    display: none;
}

.clsHighlight
{
    background-color: #05afe7;
    color: #ffffff;
    width: auto;
    display: block;
    padding: 8px;
    margin: 0px 0px 15px 0px;
}

#idRightColumn .clsPageSection .clsHighlight h1
{
    font-size: 1.25em;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #ffffff;
}

.clsHighlight a:link,
.clsHighlight a:active,
.clsHighlight a:visited
{
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.clsHighlight a:hover
{
    text-decoration: underline;
}

.clsRange tr th span.clsHighlightAlt
{
    width: auto;
    background-color: #05afe7;
    text-align: left;
    margin: 10px 0px 0px 0px;
    font-weight: 500;
    font-style: normal;
	color: #ffffff;
    padding: 5px;
    clear: both;
    display: block;
    font-size: .9em;
}

/* home page specific */

#idHomeBlock
{
	position: relative;
	width: 519px;
	padding: 10px 10px 10px 200px; 
	display: block;
	text-align: left;
	border: 1px solid #cbcbcb;
	margin: 0px 0px 20px 0px;
	background: #ffffff url(/images/css/bg_idHomeBlock.gif) bottom right no-repeat
}

h1.clsHome
{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2.5em;
	color: #36428E;
	display: block;
	clear: both;
}

.clsPara1Home
{
	color: #1E64AC;
	font-size: 1.3em;
	clear: left;
}

#idHomeBlock p
{
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

/* home page twitter specific */

#idRightColumn #idCol1 #twitter_div ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#idRightColumn #idCol1 #twitter_div ul li
{
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

/* marine club */

#idMarineClub
{
	position: relative;
	display: block;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	width: 252px; 
	background: transparent url(/images/css/bg_idMarineClub.gif) top left no-repeat;
	text-align: center;
	font-size:  1.35em;
	color: #ffffff;
	font-family: "Times New Roman", Serif; 
}

#idMarineClub a:link,
#idMarineClub a:active,
#idMarineClub a:visited
{
    color: #bccfe2;
}

#idMarineClub a:hover
{
    color: #ffffff;
    text-decoration: none;
}

#idMarineClubFooter
{
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	width: 272px; 
	height: 12px;
	background: transparent url(/images/css/bg_idMarineClubFooter.gif) top left no-repeat;
	text-align: left;
	font-size: .8em;
	color: #ffffff;
}

.clsMarineClubBlock,
.clsMarineClubPhotoBlock
{
	position: relative;
	display: block;
	padding: 15px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width: 697px; 
	background: #000000;
	text-align: left;
	color: #ffffff;
	font-family: "Myriad Pro", Arial, Sans-Serif;
	font-size: 1.1em;
}

.clsMarineClubBlock
{
    padding: 15px 15px 0px 15px;
}

.clsMarineClubBlock img
{
    float: right;
	border: 2px solid #ffffff;
	margin: 0px 0px 0px 10px;
}

.clsMarineClubPhotoBlock
{
	background: #333333;
}

#idRightColumn .clsMarineClubBlock h1.clsMarineClub,
#idRightColumn .clsMarineClubBlock h2.clsMarineClub,
#idRightColumn .clsMarineClubPhotoBlock h2.clsMarineClub
{
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.clsMarineClubPhotoBlock a:link,
.clsMarineClubPhotoBlock a:active,
.clsMarineClubPhotoBlock a:visited
{
	width: 200px;
	display: block;
	padding: 0px; 
	margin: 15px 20px 0px 5px;
	text-decoration: none;
	float: left;
	text-align: center;
	color: #bbbbbb;
	font-weight: 500;
}

.clsMarineClubPhotoBlock a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.clsMarineClubPhotoBlock a span
{
	padding: 10px 10px 0px 10px;
	display: block;
}

.clsMarineClubPhotoBlock a img
{
	margin: 0px;
	padding: 0px;
	display: block;
	border: 2px solid #ffffff;
}

/* range table */

.clsRange
{
	width: 100%;
	clear: both;
	table-layout: auto;
	border-collapse: inherit;
	empty-cells: show;
	border-spacing: 0px;
	margin: 0px;
}

.clsRange tr
{
    display: table-row;
	vertical-align: top;
}

.clsRange tr th
{
	text-align: left;
	padding-right: 5px;
	white-space: normal;
	display: table-cell;
	border-spacing: 0px;
}

.clsRange tr th.cls250
{
    width: 258px;
}

.clsRange tr th.cls360
{
    width: 360px;
}

.clsRange tr th span
{
    display: block;
    padding: 0px;
    margin: 10px;
    font-weight: 500;
    font-style: italic;
	color: #1E64AC;
	text-align: center;
}

.clsRange tr th.cls250 a img.clsThumbNail
{
    border: 2px solid #e7f4fd;
}

.clsRange tr td
{
	white-space: normal;
	display: table-cell;
	border-spacing: 0px;
}

a.clsRangeLink:link,
a.clsRangeLink:visited,
a.clsRangeLink:active,
#idRightColumn .clsPageSection h2,
#idRightColumn .clsPageSection h2,
#idRightColumn .clsPageSectionAlt h2,
#idRightColumn .clsRange tr td h2,
#idRightColumn #idCol1 h2
{
	padding: 5px 10px;
	font-size: 1.2em;
	color: #ffffff;
	display: block;
	height: 18px;
	background: #ffffff url(/images/css/bg_idSectionHeader.gif) repeat-x top left;
	margin: 0px 0px 2px 0px;
}

a.clsRangeLink:hover
{
	text-decoration: underline;
}

#idRightColumn #idCol1 h3,
#idRightColumn #idCol2 h3,
#idRightColumn .clsRange tr th h3
{
	padding: 5px 10px;
	font-size: 1.2em;
	color: #ffffff;
	display: block;
	height: 18px;
	background: #ffffff url(/images/css/bg_idSectionHeaderAlt.gif) repeat-x top left;
	margin: 0px 0px 2px 0px;
}

/* spec table */

.clsSpecTable,
.clsSpecTableAlt
{
	width: auto;
	clear: both;
	background-color: #c6d6e9;
	table-layout: auto;
	border-collapse: inherit;
	empty-cells: show;
	display: table;
	font-size: 1em;
	margin: 0px;
}

.clsSpecTable tr.clsSpecTableHeader,
.clsSpecTable tr.clsSpecTableRow1,
.clsSpecTable tr.clsSpecTableRow2,
.clsSpecTable tr.clsSpecTableRow3
{
    display: table-row;
	vertical-align: top;
}

.clsSpecTable tr.clsSpecTableHeader td
{
	background-color: #9ab4d5;
	font-weight: 700;
	text-align: center;
	padding: 3px 10px;
	color: #ffffff;
}

.clsSpecTable tr.clsSpecTableHeaderSub td
{
	background-color: #ffffff;
	font-weight: 700;
	text-align: left;
	padding: 3px 10px;
	display: table-cell;
}

.clsSpecTable tr.clsSpecTableRow1 td,
.clsSpecTable tr.clsSpecTableRow1 th
{
	background-color: #e7f4fd;
	text-align: left;
	padding: 3px 10px;
	font-size: .9em;
	white-space: normal;
	display: table-cell;
}

.clsSpecTable tr.clsSpecTableRow1 th
{
    font-weight: 700;
	background-color: #ffffff;
}

.clsSpecTable tr.clsSpecTableRow2 td,
.clsSpecTable tr.clsSpecTableRow2 th
{
	background-color: #eff8fe;
	text-align: left;
	padding: 3px 10px;
	font-size: .9em;
	white-space: normal;
	display: table-cell;
}

.clsSpecTable tr.clsSpecTableRow2 th
{
    font-weight: 700;
	background-color: #ffffff;
}

.clsSpecTable tr.clsSpecTableHeader td.clsNoWrap,
.clsSpecTable tr.clsSpecTableRow1 td.clsNoWrap,
.clsSpecTable tr.clsSpecTableRow1 th.clsNoWrap,
.clsSpecTable tr.clsSpecTableRow2 td.clsNoWrap,
.clsSpecTable tr.clsSpecTableRow2 th.clsNoWrap
{
    white-space: nowrap;
}

.clsSpecTable tr.clsSpecTableRow1 td.clsImage,
.clsSpecTable tr.clsSpecTableRow1 th.clsImage,
.clsSpecTable tr.clsSpecTableRow2 td.clsImage,
.clsSpecTable tr.clsSpecTableRow2 th.clsImage
{
    white-space: nowrap;
    background-color: #ffffff;
}

.clsPDF a:link,
.clsPDF a:active,
.clsPDF a:visited,
.clsPDF a:hover
{
	background: url(/images/css/clsPDF.gif) no-repeat top left;
	margin: 3px 0px;
	padding: 1px 0px 0px 20px;
	display: block;
}

/* image styles */

.clsImageLeft
{
    display: block;
    float: left;
    margin: 20px 20px 20px 0px;
}

.clsImageLeft5px
{
    display: block;
    float: left;
    margin: 20px 20px 20px 0px;
    border: 5px solid #e7f4fd;
}

.clsImageRight
{
    display: block;
    float: right;
    margin: 20px 0px 20px 20px;
}

.clsImageRight5px
{
    display: block;
    float: right;
    margin: 20px 0px 20px 20px;
    border: 5px solid #e7f4fd;
}

.clsVetusLogo
{
    display: block;
    float: right;
    margin: 0px;
}

/* image div classes */

.clsThumb252
{
    width: 252px;
    height: 189px;
    display: block;
    margin: 10px 2px 10px 0px;
    overflow: hidden;
    vertical-align: middle;
    border: 2px solid #e7f4fd;
}

.clsThumb252 img
{
    display: block;
    position: relative;
}

.clsPreview80
{
    width: 80px;
    height: 60px;
    display: block;
    margin: 0px 2px 2px 0px;
    overflow: hidden;
    float: left;
    border: 2px solid #e7f4fd;
}

.clsPreview80 img
{
    display: block;
    position: relative;
}

.clsThumb354
{
    width: 354px;
    height: 267px;
    display: block;
    margin: 10px 2px 10px 0px;
    overflow: hidden;
    vertical-align: middle;
    border: 2px solid #e7f4fd;
}

.clsThumb354 img
{
    display: block;
    position: relative;
}

.clsPreview84
{
    width: 84px;
    height: 63px;
    display: block;
    margin: 0px 2px 2px 0px;
    overflow: hidden;
    float: left;
    border: 2px solid #e7f4fd;
}

.clsPreview84 img
{
    display: block;
    position: relative;
}

/* form styles */

form
{
    margin: 0px;
    padding: 10px 0px;
}

form label
{
	margin: 0px;
	display: block;
	color: #333333;
	font-weight: 700;
	float: left;
	clear: both;
}

form .clsInput
{
	width: 245px;
	padding: 2px;
	border: 1px solid #939394;
	background-color: #ffffff;
	color: #333333;
	margin: 2px 0px 10px 0px;
	float: right;
}

form .clsSelect
{
    width: 120px;
	padding: 2px;
	border: 1px solid #939394;
	background-color: #ffffff;
	color: #333333;
	margin: 2px 0px 10px 0px;
	float: right;
}

form .clsTextArea
{
	width: 245px;
	padding: 2px;
	margin: 2px 0px 10px 0px;
	font-size: .9em;
	border: 1px solid #939394;
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, "Sans-Serif";
	float: right;
}

form .clsSubmit
{
	padding: 5px 15px;
	border: 2px solid #ffffff;
	background-color: #1E64AC;
	color: #ffffff;
	margin: 5px 0px;
	font-size: 1em;
	font-weight: 700;
	float: right;
}

/* google postcode link and form styles */

#idMapInfo
{
	width: 701px;
	padding: 6px;
	margin: 15px 0px;
	position: relative;
	display: block;
	overflow: hidden;
    color: #ffffff;
    text-align: left;
    background-color: #05afe7;
}

#idMapInfo form
{
    margin: 0px;
    padding: 0px;
}

#idMapInfo form label
{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	display: block;
	color: #ffffff;
	font-weight: 700;
	float: left;
}

#idMapInfo form .clsInput
{
    width: 120px;
	padding: 4px;
	border: 1px solid #939394;
	background-color: #ffffff;
	color: #333333;
	margin: 0px 0px 0px 20px;
	float: left;
}

#idMapInfo form .clsSubmit
{
	padding: 2px;
	border: 2px solid #ffffff;
	background-color: #2a74cb;
	color: #ffffff;
	margin: 0px 0px 0px 5px;
	font-weight: 700;
	float: left;
}

/* google map */

#idRightColumn #idCol1 #idMap
{
	width: 435px;
	height: 317px;
	padding: 0px;
	margin: 50px 0px 0px 0px;
	position: relative;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	clear: both;
}

/* footer */

#idFooter 
{
	position: relative;
	display: block;
	padding: 10px 5px 0px 5px;
	width: 962px; 
	height: 149px;
	background: #ffffff url(/images/css/bg_idFooter.gif) top left no-repeat;
	text-align: left;
	font-size: .8em;
	clear: both;
	color: #ffffff;
}

#idFooter ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	left: 0px;
}

#idFooter ul li
{
	display: inline;
}

#idFooter ul li a:link,
#idFooter ul li a:active,
#idFooter ul li a:visited,
#idFooter a:link,
#idFooter a:active,
#idFooter a:visited
{
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
}

#idFooter ul li a:hover,
#idFooter a:hover
{
	text-decoration: underline;
}

#idFooter .clsCopy
{
	display: block;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}

