/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	color:#333;
	font: 100.01% Verdana, Helvetica, Geneva, sans-serif;
}
h1 {
	display:none;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 31px;
	margin:0;
	color: #fff;
}
h4 {
	font-size: 0.8em;
	margin:0 0 1.4em 0;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 0.75em;
	margin:0 0 1.4em 0;
	font-weight: bold;
}
a {
	text-decoration:none;
	color: #039;
}
a:hover {
	text-decoration:underline;
}
a span {
	display:none;
}
h2 span {
	display:none;
}
h3 span {
	display:none;
}
:focus { outline: 0; }
/*------------------- MAIN LAYOUT BLOCKS --------------------*/
#bodyStandard {
	background: #bbe0e7 url(../images/bodyBg.gif) no-repeat center 0;
}

#wrapper {
	width:990px;
	margin: 0 auto;
	background: transparent url(../images/mainBg.gif) no-repeat 0 0;
}
#navWrapper {
	height:126px;
	padding: 37px 0 0 18px;
}
#navWrapper a {
	display:block;
	width:170px;
	height:112px;
	float: left;
}
#misterMakerFlash {
	float: right;
	height: 370px;
	width: 214px;
	margin: 0 26px 0 0;
	display:inline;
}
div#skyscraperBanner {
    width:120px; 
    height:600px;
    margin: 13px 26px 0 0; 
    float: right;
}
div#skyscraperBanner a {
    display:block; 
    width:120px; 
    height:600px;
}
/*---------- NAVIGATION -------------*/
#mainNav {
	width:574px;
	height:126px;
	background: transparent url(../images/mainNav.gif) no-repeat 0px 0px;
	float: right;
	padding-right: 218px;
}
#mainNav ul {
	list-style-type:none;
	margin-top: 32px;
	margin-left: 31px;
}
#mainNav li {
	display:inline;
	
}
#mainNav li a{
	width:120px;
	height:84px;
 	display:block;
 	float:left;
	margin-right: 11px;
}

#headingsWrapper {
	height:44px;
	clear: both;
	padding-left: 18px;
	padding-top: 33px;
}

#doodleDrawersWrapper {
	width:610px;
	height:407px;
	margin-bottom: 12px;
	padding:29px 0 0 40px;
	background: url(../images/doodleDrawersBg.gif) no-repeat 18px 0px;
}
.drawerWrapper {
	width:136px;
	height:125px;
	float:left;
	margin:0 12px 4px 0;
}

/*---------- PAGE TITLES -------------*/
#headingsWrapper h2 {
	float: left;
	height: 31px;
	margin:0 6px 0 2px;
}
#makeThingsAtHome {
	background: transparent url(../images/pageTitles/make_things_at_home.gif) no-repeat;
	width: 220px;
}

/*---------- MAKE STEPS ELEMENTS -------------*/
#makeWrapper {
	width:684px;
	height:407px;
	margin-bottom: 22px;
	padding:29px 30px 0 24px;
	background: url(../images/makeStepsBg.gif) no-repeat 0px 0px;
}
#makeWrapper h3 {
	padding-left:14px;
}
#topButtonsWrapper {
	height:62px;
}
#topButtonsWrapper h3 {
	float:left;
}
#topButtonsWrapper ul {
	list-style-type:none;
	float: right;
}
#topButtonsWrapper li {
	display:inline;
}
#topButtonsWrapper li a {
	display:block;
	float:left;
	height:38px;
	margin-left:6px;
}

#topButtonsWrapper .makeIt {
	width:93px;
	background: transparent url(../images/buttons/makeIt.gif) no-repeat;
}
#topButtonsWrapper .watchIt {
	width:93px;
	background: transparent url(../images/buttons/watchIt.gif) no-repeat;
}
#topButtonsWrapper .downloadIt {
	width:113px;
	background: transparent url(../images/buttons/downloadIt.gif) no-repeat;
}
#topButtonsWrapper .downloadItWatch {
	width:113px;
	background: transparent url(../images/buttons/downloadIt2.gif) no-repeat;
}
#topButtonsWrapper .printIt {
	width:92px;
	background: transparent url(../images/buttons/printIt.gif) no-repeat;
}
#topButtonsWrapper .printItWatch {
	width:92px;
	background: transparent url(../images/buttons/printIt2.gif) no-repeat;
}
#topButtonsWrapper .LogIn {
	width:113px;
	background: transparent url(../images/buttons/logIn.gif) no-repeat;
}
#topButtonsWrapper .Register {
	width:92px;
	background: transparent url(../images/buttons/register.gif) no-repeat;
}
#topButtonsWrapper .myUploads {
	width:101px;
	background: transparent url(../images/buttons/myUploads.gif) no-repeat;
}
#topButtonsWrapper .myProfile {
	width:101px;
	background: transparent url(../images/buttons/myProfile.gif) no-repeat;
}
#topButtonsWrapper .myUploadsWhite {
	width:101px;
	background: transparent url(../images/buttons/myUploads2.gif) no-repeat;
}
#topButtonsWrapper .myProfileWhite {
	width:101px;
	background: transparent url(../images/buttons/myProfile2.gif) no-repeat;
}

#topButtonsWrapper .parentsLogIn {
	width:92px;
	background: transparent url(../images/buttons/parentsLogin.gif) no-repeat;
}
#topButtonsWrapper .parentsRegister {
	width:92px;
	background: transparent url(../images/buttons/parentsRegister.gif) no-repeat;
}
#topButtonsWrapper .galleryLogIn {
	width:101px;
	background: transparent url(../images/buttons/galleryLogin.gif) no-repeat;
}
#topButtonsWrapper .galleryRegister {
	width:101px;
	background: transparent url(../images/buttons/galleryRegister.gif) no-repeat;
}
#topButtonsWrapper .galleryMyUploads {
	width:101px;
	background: transparent url(../images/buttons/myUploadsGallery.gif) no-repeat;
}
#topButtonsWrapper .galleryMyProfile {
	width:101px;
	background: transparent url(../images/buttons/myProfileGallery.gif) no-repeat;
}

#regIns span {
	display:block;
	float:left;
	height:30px;
	width: 400px;
	background-color: #fb8f8f;
	padding: 4px;
}

#topButtonsWrapper #backWrapper {
	width:93px;
	height:37px;
	float: left;
}
#topButtonsWrapper #backWrapper a {
	width:93px;
	height:37px;
	display:block;
	background: transparent url(../images/buttons/back2.gif) no-repeat;
}

#slideWrapper {
	width:250px;
	height:200px;
	padding: 12px 0 0 13px;
	background: transparent url(../images/slideshowBg.gif) no-repeat;
}
#stepTextWrapper {
	width:300px;
	height:230px;
	float:right;
	overflow:auto;
	padding-right: 20px;
	padding-top: 10px;
}
#stepTextWrapper p {
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.2em;
}
/*---------- VIDEO PLAYER ELEMENTS -------------*/
#videoWrapper {
	width:684px;
	height:407px;
	margin-bottom: 22px;
	padding:29px 30px 0 24px;
	background: url(../images/makeStepsBg.gif) no-repeat 0 0;
}
#videoHolder {
	width:320px;
	height:240px;
}

#videoTextWrapper {
	width:300px;
	height:240px;
	float:right;
	overflow:auto;
	padding-right: 20px;
	color: #fff;
}
#videoTextWrapper p
{
	font-size: 1em;
}

/*---------- RELATED VIDEOS  -------------*/
#relatedTitle {
	height: 34px;
	background: transparent url(../images/watchIt/related_videos.gif) no-repeat;
	clear: both;
	margin-top: 30px;
}
#relatedWrapper {
	clear: both;
	width: 389px;
}
#relatedTop {
	height:21px;
	background: transparent url(../images/watchIt/relatedBgTop.gif) no-repeat;
}		
#relatedMid {
	background: transparent url(../images/watchIt/relatedBgMid.gif) repeat-y;
	padding-left: 15px;
}
#relatedBot {
	height:21px;
	background: transparent url(../images/watchIt/relatedBgBot.gif) no-repeat;
	clear: left;
}
.relatedRepeater {
	width:110px;
	float:left;
	margin-right: 10px;
}
.relatedRepeater p {
	color:#fff;
	margin:6px 0 0 0;
}

		
/*---------- STEPS PAGEING -------------*/
#stepsPaging {
	height:37px;
	text-align:right;
	clear: both;
}
#stepsPaging ul {
	list-style-type:none;
}
#stepsPaging li {
	display:inline;
}
#stepsPaging li a {
	display:block;
	width:34px;
	height:37px;
	float:right;
}

#stepsPaging li.one a {
	background: transparent url(../images/steps/1.gif) no-repeat center;
}
#stepsPaging li.two a {
	background: transparent url(../images/steps/2.gif) no-repeat center;
}
#stepsPaging li.three a {
	background: transparent url(../images/steps/3.gif) no-repeat center;
}
#stepsPaging li.four a {
	background: transparent url(../images/steps/4.gif) no-repeat center;
}
#stepsPaging li.five a {
	background: transparent url(../images/steps/5.gif) no-repeat center;
}
#stepsPaging li.six a {
	background: transparent url(../images/steps/6.gif) no-repeat center;
}
#stepsPaging li.seven a {
	background: transparent url(../images/steps/7.gif) no-repeat center;
}
#stepsPaging li.eight a {
	background: transparent url(../images/steps/8.gif) no-repeat center;
}
#stepsPaging li.nine a {
	background: transparent url(../images/steps/9.gif) no-repeat center;
}
#stepsPaging li.ten a {
	background: transparent url(../images/steps/10.gif) no-repeat center;
}

#stepsPaging li.one a:hover {
	background: transparent url(../images/steps/1_on.gif) no-repeat center;
}
#stepsPaging li.two a:hover {
	background: transparent url(../images/steps/2_on.gif) no-repeat center;
}
#stepsPaging li.three a:hover {
	background: transparent url(../images/steps/3_on.gif) no-repeat center;
}
#stepsPaging li.four a:hover {
	background: transparent url(../images/steps/4_on.gif) no-repeat center;
}
#stepsPaging li.five a:hover {
	background: transparent url(../images/steps/5_on.gif) no-repeat center;
}
#stepsPaging li.six a:hover {
	background: transparent url(../images/steps/6_on.gif) no-repeat center;
}
#stepsPaging li.seven a:hover {
	background: transparent url(../images/steps/7_on.gif) no-repeat center;
}
#stepsPaging li.eight a:hover {
	background: transparent url(../images/steps/8_on.gif) no-repeat center;
}
#stepsPaging li.nine a:hover {
	background: transparent url(../images/steps/9_on.gif) no-repeat center;
}
#stepsPaging li.ten a:hover {
	background: transparent url(../images/steps/10_on.gif) no-repeat center;
}

#stepsPaging li.one a.stepOn {
	background: transparent url(../images/steps/1_on.gif) no-repeat center;
}
#stepsPaging li.two a.stepOn {
	background: transparent url(../images/steps/2_on.gif) no-repeat center;
}
#stepsPaging li.three a.stepOn {
	background: transparent url(../images/steps/3_on.gif) no-repeat center;
}
#stepsPaging li.four a.stepOn {
	background: transparent url(../images/steps/4_on.gif) no-repeat center;
}
#stepsPaging li.five a.stepOn {
	background: transparent url(../images/steps/5_on.gif) no-repeat center;
}
#stepsPaging li.six a.stepOn {
	background: transparent url(../images/steps/6_on.gif) no-repeat center;
}
#stepsPaging li.seven a.stepOn {
	background: transparent url(../images/steps/7_on.gif) no-repeat center;
}
#stepsPaging li.eight a.stepOn {
	background: transparent url(../images/steps/8_on.gif) no-repeat center;
}
#stepsPaging li.nine a.stepOn {
	background: transparent url(../images/steps/9_on.gif) no-repeat center;
}
#stepsPaging li.ten a.stepOn {
	background: transparent url(../images/steps/10_on.gif) no-repeat center;
}

#stepsPaging li a.stepsBack {
	background: transparent url(../images/buttons/stepsBack.gif) no-repeat center;
	margin-right: 12px;
}

#stepsPaging li a.stepsNext {
	background: transparent url(../images/buttons/stepsNext.gif) no-repeat center;
	margin-left: 12px;
}

#stepsPaging li a.nowShowUs {
	width: 294px;
	background: transparent url(../images/buttons/nowShowUs.gif) no-repeat center;
	margin-left: 12px;
}

#stepsPaging li a.stepsStart {
	background: transparent url(../images/buttons/start.gif) no-repeat center;
	margin-left: 12px;
	width: 93px;
}

#stepsPaging li a.stepsStart {
	background: transparent url(../images/buttons/start.gif) no-repeat center;
	margin-left: 12px;
	width: 93px;
}

/*---------- GALLERY PAGEING -------------*/
#galleryPaging {
	height:37px;
	clear: both;
}
#galleryPaging ul {
	list-style-type:none;
	float: right;
	margin-top: 4px;
}
#galleryPaging li {
	display:inline;
}
#galleryPaging li a {
	display:block;
	width:22px;
	height:22px;
	float: left;
	background-color:#9d0151;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:22px;
	margin: 3px 3px 0 0;
}
#galleryPaging li a:hover {
	background-color:#8a0248;
	text-decoration:none;
}
#galleryPaging li a.pagingOn {
	background-color:#8a0248;
}
#galleryPaging li a.pagingBack {
	width:28px;
	height:28px;
	background: #bbe0e7 url(../images/gallery/back.gif) no-repeat;
	margin:0 8px 0 0;
}
#galleryPaging li a.pagingNext {
	width:28px;
	height:28px;
	background: #bbe0e7 url(../images/gallery/next.gif) no-repeat;
	margin:0 0 0 8px;
}
#galleryBack {
	width:93px;
	height:37px;
	float: left;
}
#galleryBack a {
	width:93px;
	height:37px;
	display:block;
	background: transparent url(../images/buttons/galleryBack.gif) no-repeat;
}
#makeThis {
	width:265px;
	height:37px;
	display:block;
	float:right;
	background: transparent url(../images/gallery/why_dont_you.gif) no-repeat;
	margin: 20px 0;
}

/*---------- PAGEING -------------*/
#pagingWrapper {
	width:630px;
	height:28px;
	padding-left: 22px;
	margin-bottom: 28px;
	clear: both;
}
#pagingWrapper ul {
	list-style-type:none;
	float: right;
}
#pagingWrapper li {
	display:inline;
}
#pagingWrapper li a {
	display:block;
	width:22px;
	height:22px;
	float: left;
	background-color:#1bb5c3;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:22px;
	margin: 3px 3px 0 0;
}
#pagingWrapper li a:hover {
	background-color:#00a7b6;
	text-decoration:none;
}
#pagingWrapper li a.pagingOn {
	background-color:#00a7b6;
}
#pagingWrapper li a.pagingBack {
	width:28px;
	height:28px;
	background: #bbe0e7 url(../images/buttons/arrow_left.gif) no-repeat;
	margin:0 8px 0 0;
}
#pagingWrapper li a.pagingNext {
	width:28px;
	height:28px;
	background: #bbe0e7 url(../images/buttons/arrow_right.gif) no-repeat;
	margin:0 0 0 8px;
}
.backWrapper {
	float:left;
	height: 28px;
	width: 82px;
	background: transparent url(../images/buttons/back.gif) no-repeat;
}
.backWrapper a {
	height: 28px;
	width: 82px;
	display: block;
}

/*---------- MAKE IT ELEMENTS -------------*/
#makeWrapperIntro {
	width:734px;
	margin-bottom: 22px;
}
#makeWrapperIntro #frameTop {
	background: transparent url(../images/makeIt/topBg.gif) no-repeat;
	height: 19px;
}
#makeWrapperIntro #frameMid {
	background: transparent url(../images/makeIt/midBg.gif) repeat-y;
	padding: 20px 50px 0 40px;
}
#makeWrapperIntro #frameBot {
	height: 32px;
	background: transparent url(../images/makeIt/bottBg.gif) no-repeat;
}

/*---------- MAKE IT ELEMENTS -------------*/
#makeWrapperStep {
	width:734px;
	margin-bottom: 22px;
}
#makeWrapperStep #frameTop {
	background: transparent url(../images/makeIt/topBg.gif) no-repeat;
	height: 19px;
}
#makeWrapperStep #frameMid {
	background: transparent url(../images/makeIt/midBg.gif) repeat-y;
	padding: 20px 50px 0 40px;
}
#makeWrapperStep #frameBot {
	height: 32px;
	background: transparent url(../images/makeIt/bottBg.gif) no-repeat;
}

/*---------- GALLERY ELEMENTS -------------*/
#galleryWrapper {
	width:734px;
	margin-bottom: 22px;
}
#galleryWrapper #frameTop {
	background: transparent url(../images/gallery/topBg.gif) no-repeat;
	height: 19px;
}
#galleryWrapper #frameMid {
	background: transparent url(../images/gallery/midBg.gif) repeat-y;
	padding: 20px 50px 0 40px;
}
#galleryWrapper #frameMidGallery {
	background: transparent url(../images/gallery/midBg.gif) repeat-y;
	padding: 20px 50px 0 40px;
	text-align:center;
}
#galleryWrapper #frameBot {
	height: 32px;
	background: transparent url(../images/gallery/bottBg.gif) no-repeat;
}
/*.galleryRepeater {
	width:112px;
	float:left;
	margin:0 20px 10px 0;
	overflow: hidden;
}*/
.galleryRepeater {
	width:112px;
	height:150px;
	float:left;
	margin:0 15px 10px 0;
	overflow: hidden;
}
.galleryRepeater img {
	border: 1px solid #fff;
	margin-bottom:6px;
}
.galleryRepeater ul {
	list-style-type:none;
	color:#fff;
	font-size:0.75em;
	height:1%;
}
.galleryNoMargin {
 	margin:0 0 10px 0;
}
#favouritesWrapper {
	float: right;
	height: 370px;
	width: 219px;
	display:inline;
	background: transparent url(../images/gallery/favouritesBg.gif) no-repeat 0px 32px;
	margin-top: 46px;
	margin-right: 26px;
	margin-bottom: 0;
	margin-left: 0;
}
#favouritesHeader {
	height: 48px;
	background: transparent url(../images/gallery/mm_favourites.gif) no-repeat;
}
#thumbsContainer {
	padding-left: 14px;

}
.favRepeater {
	width:96px;
	height:86px;
	float:left;
}
/*---------- ICONS -------------*/
#needWrapper {
	padding: 20px 0;
	margin: 0 0 20px 0;
	border-top: 2px dashed #026f9f;
	border-bottom: 2px dashed #026f9f;
}
#iconsWrapper {
	margin-top: 10px;
	height: 67px;
	padding: 0 10px;
}
#iconsWrapper img {
	float:left;
	margin-right:30px;
}

/*---------- FOR PARENTS ELEMENTS -------------*/
#parentsWrapper {
	width:734px;
	margin-bottom: 22px;
}
#parentsWrapper #frameTop {
	background: transparent url(../images/forParents/topBg.gif) no-repeat;
	height: 19px;
}
#parentsWrapper #frameMid {
	background: transparent url(../images/forParents/midBg.gif) repeat-y;
	padding: 20px 50px 40px 40px;
}
#parentsWrapper #frameBot {
	height: 32px;
	background: transparent url(../images/forParents/bottBg.gif) no-repeat;
}
#parentsButtonsWrapper {
	height:62px;
}
#parentsWrapper h3 {
	color:#333;
}

/*---------- WATCH IT ELEMENTS -------------*/
#watchItWrapper {
	width:734px;
	margin-bottom: 22px;
}
#watchItWrapper #frameTop {
	background: transparent url(../images/watchIt/topBg.gif) no-repeat;
	height: 19px;
}
#watchItWrapper #frameMid {
	background: transparent url(../images/watchIt/midBg.gif) repeat-y;
	padding: 20px 50px 40px 25px;
}
#watchItWrapper #frameBot {
	height: 32px;
	background: transparent url(../images/watchIt/bottBg.gif) no-repeat;
}

/*---------- REGISTER / LOGIN / UPLOAD ELEMENTS -------------*/
#formsWrapper {
	width:445px;
	padding: 0 0 22px 20px;
}
#formsWrapper #frameTop {
	background: transparent url(../images/forms/topBg.gif) no-repeat;
	height: 19px;
}
#formsWrapper #frameMid {
	background: transparent url(../images/forms/midBg.gif) repeat-y;
	padding: 10px 30px 10px 20px;
}
#formsWrapper #frameBot {
	height: 32px;
	background: transparent url(../images/forms/bottBg.gif) no-repeat;
}
#formsWrapper #frameMid p {
	color:#fff;
}
#formsWrapper #frameMid p.errorMessage {
	color:#ffea02;
}
#formsWrapper #frameMid table {
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
}
#frameMid table td.width212 {
	width:212px;
}
#frameMid table tr.tableSpacer td {
	padding: 6px 0;
}

#formsWrapper #frameMid input {
	width:212px;
	line-height:22px;
	padding:2px;
	border: 2px solid #72c6d0;
}
#formsWrapper #frameMid select {
	line-height:22px;
	padding:2px;
	border: 2px solid #72c6d0;
}
#formsWrapper #frameMid select.select212 {
	width:220px;
}
#formsWrapper #frameMid select.select62 {
	width:70px;
}
#formsWrapper #frameMid input.button {
	width:93px;
	height:37px;
	border:none;
}
#formsWrapper #frameMid table td.terms {
	font-size:0.85em;
}
#formsWrapper #frameMid table td.terms a {
	color:#fff;
	text-decoration:underline;
}
#step1 {
	height: 42px;
	background: transparent url(../images/forms/step_1.gif) no-repeat;
}
#step2 {
	height: 42px;
	background: transparent url(../images/forms/step_2.gif) no-repeat;
	margin-top: 22px;
}
#addChild {
	height: 42px;
	background: transparent url(../images/forms/add_a_child.gif) no-repeat;
	margin-top: 22px;
}
#uploadAnImage {
	height: 42px;
	background: transparent url(../images/forms/upload_an_image.gif) no-repeat;
}

/*---------- CHILD NAVIGATION -------------*/
#childNav {
	margin-top:20px;
	height: 1.6em;
}
#childNav ul {
	list-style-type:none;
	height:1%;
}
#childNav li {
	display:inline;
}
#childNav li a {
	display:block;
	padding:4px 6px;
	color:#fff;
	float: left;
	background-color:#1bb5c3;
	font-size:12px;
	font-weight:bold;
	margin-right:3px;
	text-decoration:none;
}
#childNav li a:hover {
	background-color:#00a7b6;
}

/*---------- IMAGE UPLOAD -------------*/
#imageUpload {
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	margin: 10px 0 20px 0;
	padding: 20px 0;
}
#formsWrapper #frameMid #previousUploads {
	font-size:0.75em;
	margin-top:12px;
}
#formsWrapper #frameMid #previousUploads td {
	padding: 4px 4px 18px 4px;
}
#formsWrapper #frameMid #previousUploads tr.tableHeading td {
	padding:5px 2px;
	background-color:#ae2d2e;
}
#previousUploads a {
	color:#fff;
	text-decoration:underline;
}
#previousUploads a.yellowLink {
	color:#ffea02;
}

/*---------- MANDS ELEMENTS -------------*/
#mandsWrapper {
	width:734px;
	margin-bottom: 22px;
}
#mandsWrapper #frameTop {
	background: transparent url(../images/mands/topBg.gif) no-repeat;
	height: 19px;
}
#mandsWrapper #frameMid {
	background: transparent url(../images/mands/midBg.gif) repeat-y;
	padding: 20px 50px 40px 40px;
}
#mandsWrapper #frameBot {
	height: 32px;
	background: transparent url(../images/mands/bottBg.gif) no-repeat;
}
#mandsWrapper #frameMid h2 {
	color:#333;
	font-size:1em;
}

/*---------- SITEMAP -------------*/
#sitemapWrapper {
	width:734px;
	margin-bottom: 22px;
}
#sitemapWrapper #frameTop {
	background: transparent url(../images/sitemap/topBg.gif) no-repeat;
	height: 19px;
}
#sitemapWrapper #frameMid {
	background: transparent url(../images/sitemap/midBg.gif) repeat-y;
	padding: 0 20px 0 14px;
}
#sitemapWrapper #frameBot {
	height: 32px;
	background: transparent url(../images/sitemap/bottBg.gif) no-repeat;
}
#sitemapWrapper #frameMid table {
	font-size:0.75em;
}
#sitemapWrapper #frameMid a {
	color:#fff;
}
#sitemapWrapper ul {
	list-style-type:none;
	margin-bottom: 1em;
}
#sitemapWrapper li {
	margin-bottom:0.75em;
	font-weight:bold;
}
#sitemapWrapper ul li ul {
	margin-top:0.75em;
}
#sitemapWrapper ul li ul li a {
	font-weight:normal;
	margin-left:0.75em;
}
#sitemapLinks {
	list-style-type:none;
	margin:0 0 20px 14px;
}
#sitemapLinks li {
	display:inline;
	padding-right:10px;
	margin-right:8px;
	border-right: 1px solid #039;
}
#sitemapLinks li a {
	font-size:0.75em;
	font-weight: bold;
}
#sitemapLinks li a.noBorder {
	border:none;
}
.section {
	font-size:1.2em;
	font-weight:bold;
}
.width252 {
	width:253px;
}

/*---------- FOOTER -------------*/
#footer {
	clear: both;
	padding-left: 20px;
	padding-bottom: 20px;
}
#footer ul {
	list-style-type:none;
}
#footer li {
	display:inline;
	font-size:0.7em;
}
#footer li a {
	color:#000;
	border-right:solid 1px #000;
	padding-right:0.8em;
	margin-right:0.6em;
}
#footer li a.noBorder {
	border:none;
}
#copyright {
	padding-left:1.2em;
}

/*------------------- CLASSES --------------------*/
.hide {
	display:none;
}
.zeroHeight {
	height:0px;
	clear: both;
	font-size: 0%;
}
.noMargin {
 	margin:0;
}


