* {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	
	background: #fff url(../images/bg.jpg) repeat-x;
}


h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fc2881;
}
.h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FC2881;
	margin: 13px 0px 0px 8px
}
.h2.galleryitem {
	margin: 0px 0px 0px 8px
}
.h3 {
	color: #540073;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}

p, li {
	color: #540073;
	font-size: 12px;
	font-family: Tahoma, sans-serif;	
}
li {
	margin-bottom: 1em;
}
ol {
	margin-bottom: 2em;
}

a:link,
a:active,
a:visited,
a:hover {
	color: #FC2881;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	width: 50%;
	color: #540073;
	background-color: #540073;
	border-width: 0px;
}


.pink {
	color: #fc2881;
}
.thumb {
	border: solid 1px #540073;
}
.LabelNav {
	margin-left: 160px;
	margin-top: 17px;
	width: 428px;
}
.output {
	margin-left: 25%;
	margin-right: 25%;
	padding: 1em;
	text-align: center;
	border: solid 1px #540073;
	color: #540073;
	font-size: 12px;
	font-family: Tahoma, sans-serif;	
	background-color: #CFFFD5;
}
	
	


/* ------------------------- */
/*  Home Page Styles         */
/* ------------------------- */

.homeMain {
	width: 786px;
	margin: 10px auto 10px auto;
	
	border: solid 1px #FFF;
	background-color: #FFF;
	
	text-align: left;
}

	.homeHead {
		width: 784px;
		height: 75px;
		
		background: url(../images/MercedesDesigns_header.jpg) no-repeat left top;
		border-top: solid 1px #540073;
		border-left: solid 1px #540073;
		border-right: solid 1px #540073;
	}
	
	.homeNav {
		width: 784px;
		height: 30px;
		overflow: hidden;
		
		background: url(../images/nav_bg.gif) repeat-x left top;
		border-left: solid 1px #540073;
		border-right: solid 1px #540073;
		text-align: center;
	}
		.nav_spacer {
			width: 30px;
		}
	
	.homeContent {
		width: 784px;
		background: #FFF url(../images/content_dropshadow.gif) repeat-x left top;
		border-left: solid 1px #540073;
		border-right: solid 1px #540073;
	}
		.homeContentMain {
			padding: 10px;
			width: 534px;
			float: left;
		}
		
		.sidebar {
			width: 216px;
			margin-right: 12px;
			background: url(../images/sidebar_bg.gif) repeat-y left top;
			float: right;
		}
		.sidebar_dropshadow {
			background: url(../images/sidebar_dropshadow.gif) no-repeat left top;
			padding-top: 6px;
		}
			.sidebar_title {
				padding: 0px 6px 0px 6px;
				margin: 0px 6px 0px 6px;
				border-bottom: solid 1px #540073;
				color: #540073;
				text-align: right;
				font-size: 12px;
			}
			.sidebar_newsitem {
				padding: 12px 12px 0px 18px;
				color: #540073;
				font-size: 11px;
			}
				.sidebar_newsitem a:link,
				.sidebar_newsitem a:active,
				.sidebar_newsitem a:visited,
				.sidebar_newsitem a:hover {
					color: #540073;
					font-size: 11px;
					text-decoration: underline;
				}
			.sidebar_newsitem_link {
				color: #540073;
				font-size: 11px;
				font-weight: bold;
				text-decoration: underline;
			}
	
	.homeFoot {
		width: 784px;
		padding: 6px 0px 6px 0px;
		
		border: solid 1px #540073;
		color: #540073;
		text-align: center;
		font-size: 10px;
		clear: both;
	}
		.homeFoot a:link,
		.homeFoot a:active,
		.homeFoot a:visited,
		.homeFoot a:hover {
			color: #540073;
			font-size: 10px;
			text-decoration: none;
		}
		.homeFoot a:hover {
			text-decoration: underline;
		}


/* ------------------------- */
/*  Secondary Page Styles    */
/* ------------------------- */

.secMain {
	width: 786px;
	margin: 10px auto 10px auto;
	
	border: solid 1px #FFF;
	background-color: #FFF;
	
	text-align: left;
}

	.secHead {
		width: 784px;
		height: 75px;
		
		background: url(../images/MercedesDesigns_header.jpg) no-repeat left top;
		border-top: solid 1px #540073;
		border-left: solid 1px #540073;
		border-right: solid 1px #540073;
	}
	
	.secNav {
		width: 784px;
		height: 30px;
		
		background: url(../images/nav_bg.gif) repeat-x left top;
		border-left: solid 1px #540073;
		border-right: solid 1px #540073;
		text-align: center;
	}
	
	.secContent {
		width: 784px;
		background: #FFF url(../images/content_dropshadow.gif) repeat-x left top;
		border-left: solid 1px #540073;
		border-right: solid 1px #540073;
		padding-bottom: 1em;
	}
		.secContentMain {
			padding: 10px;
			width: 462px;
			float: left;
		}
		
			.secContent .sidebar,
			.secContent .sidebar_bottom {
				width: 120px;
			}
			.secContent .sidebar {
				margin-right: 0px;
				background: url(../images/sidebar_bg.gif) repeat-y left top;
				float: right;
			}
			.secContent .sidebar_bottom {
				height: 24px;
				overflow: hidden;
			}
			.secContent .sidebar_title {
				padding: 0px 3px 0px 0px;
				margin: 0px 3px 0px 3px;
				border-bottom: solid 1px #540073;
				color: #540073;
				text-align: right;
				font-size: 12px;
			}
		
			.sidebar_title a:link,
			.sidebar_title a:active,
			.sidebar_title a:visited,
			.sidebar_title a:hover {
				color: #540073;
				text-decoration: none;
			}
			.sidebar_title a:hover {
				text-decoration: underline;
			}
		
			.sidebar_menuitem {
				padding: 6px 12px 0px 18px;
			}
				.sidebar_menuitem a:link,
				.sidebar_menuitem a:active,
				.sidebar_menuitem a:visited,
				.sidebar_menuitem a:hover {
					color: #540073;
					font-size: 11px;
					text-decoration: underline;
				}
	
	.secFoot {
		width: 784px;
		padding: 6px 0px 6px 0px;
		
		border: solid 1px #540073;
		color: #540073;
		text-align: center;
		font-size: 10px;
		clear: both;
	}
		.secFoot a:link,
		.secFoot a:active,
		.secFoot a:visited,
		.secFoot a:hover {
			color: #540073;
			font-size: 10px;
			text-decoration: none;
		}
		.secFoot a:hover {
			text-decoration: underline;
		}
		
		
label, .form .formField, .form legend {
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color: #540073;
	font-weight: bold;
}
.form .formInput {
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color: #540073;
}
.form fieldset {
	border: solid 1px #540073;
}


/* ------------------------- */
/*  Gallery Styles           */
/* ------------------------- */

.featured {
	font-weight: bold;
	border-bottom: solid 1px #540073;
	color: #540073;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

.note {
	font-size: 9px;
	text-align: center;
	margin: 0.5em;
}

.toggles {
	cursor: pointer;
}
#GalleryTypes,
#GalleryItems {
	display: none; 
	position: absolute; 
	width: 200px; 
	padding: 10px;
	background: #CFFFD5;
}
#GalleryTypes.On,
#GalleryItems.On {
	display: inline;
}