body, html {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, sans-serif;
	text-align: center;
}

body {
	background: #CC6600;
	color: #fff;
}

h1, h2, h3, h4, p {
	margin: 0 0 1em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

a, a:visited {
	color: #fff;
}

a:hover {
	color: #fbb700;
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

ul li {
	padding: 0 0 0 37px;
	line-height: 1.5em;
	background: transparent url('../images/li_bullet.png') 17px 5px no-repeat;
	color: inherit; 
}

ol {
	margin: 0 0 1em;
	padding: 0;
	list-style-position: inside;	
}

ol li {
	padding: 0 0 0 20px;
	line-height: 1.5em;
	color: inherit; 
}

fieldset {
	padding: 0;
	border: none;
}

/* layout */

#wrap {
	margin: 20px auto;
	width: 960px;
	text-align: left;
	min-height: 520px;
	overflow: hidden;
}
	
	#header {
		height: 200px;
		background: transparent url('../images/header_bg.jpg') 50% 50% no-repeat;
		color: inherit;
	}
	
		#header h1, #header h3 {
			text-indent: -9000px;
		}
	
	#mainMenu {
		position: relative;
		width: 960px;
		height: 30px;
		background: #002B2A;
		color: #fff;
		font-size: 14px;
		z-index: 10;
	}
		
		#mainMenu a, #mainMenu a:visited {
			background: transparent;
			color: #fff;
			text-decoration: none;
		}
		
		#mainMenu a:hover {
			color: #fff;
		}
		
		#mainMenu ul {
			margin: 0 10px;
			padding: 0;
			list-style: none;
		}
	
			#mainMenu ul li {
				position: relative;
				float: left;
				display: inline;
				padding: 0;
				height: 30px;
				background: none;
				color: inherit;
			}
				
				#mainMenu ul li span {
					display: inline-block;
					margin: 3px 0;
					padding: 0 10px;
					height: 24px;
					line-height: 24px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
				}
				
				#mainMenu ul li span.has-sub {
					-moz-border-radius-bottomleft: 0;
					-moz-border-radius-bottomright: 0;
					-webkit-border-bottom-left-radius: 0;
					-webkit-border-bottom-right-radius: 0;
				}
				
				#mainMenu ul li.inactivePage span:hover, #mainMenu ul li span.has-sub:hover, #mainMenu ul li.hover span {
					background: #817F80;
					color: #fff;
				}
				
				#mainMenu ul li a:hover {
					background: #817F80;
					color: #fff;
				}
	
				#mainMenu ul li ul {
					display: none;
					position: absolute;
					top: 27px;
					left: 0;
					margin: 0;
					padding: 0;
					background: #817F80;
					color: #fff;
					white-space: nowrap;
					z-index: 10000; /* always on top!! */
					
					-moz-border-radius-bottomleft: 3px;
					-moz-border-radius-bottomright: 3px;
					-webkit-border-bottom-left-radius: 3px;
					-webkit-border-bottom-right-radius: 3px;
				}
				
					#mainMenu ul li ul li {
						float: none;
						display: list-item;
						margin: 0 10px;
						height: auto;
						border-bottom: 1px solid #936035;
					}
					
					#mainMenu ul li ul li:last-child {
						border-bottom: none;
					}
						
						#mainMenu ul li ul li span {
							display: inline-block;
							padding: 3px 0;
							height: auto;
							line-height: normal;
						}
						
						#mainMenu ul li ul li a, #mainMenu ul li ul li a:visited, #mainMenu ul li ul li a:hover {
							display: inline-block;
							margin: 0;
							padding: 0;
							height: auto;
							line-height: normal;
							background: transparent;
							color: #fff;
						}
	
	#mainTop {
		border: none;
		margin: 10px;
		padding: 0;
	}
		
		#breadcrumb a {
			font-weight: normal;
		}

	#home, #main {
		width: 100%;
		overflow: hidden;
	}

		#sideCol {
			float: right;
			display: inline;
			margin-right: 10px;
			padding: 15px 0;
			width: 460px;
		}
		
			#categoriesView {
				margin: 0;
			}
		
		#mainCol {
			float: left;
			display: inline;
			margin-left: 10px;
			padding: 15px 0;
			width: 460px;
		}
		
			div.links-page #sideCol {
				width: 220px;
			}
			
			div.links-page #mainCol {
				width: 700px;
			}
				
				div.links-page .link .thumb {
					padding: 0 10px 10px;
					text-align: center;
				}
				
				div.links-page .link .details {
					padding-bottom: 10px;
				}
				
			#fullCol {
				margin: 0 10px;
				padding: 15px 0;
			}

				#contactForm fieldset.feedback {
					margin-left: 0;
				}
				
				#sitemap ul li, #sitemap ul li li {
					background: transparent;
					border: none;
				}			
	
	#footer {
		width: 100%;
		height: 110px;
		background: #854301 url('../images/footer_bg.png') 50% 0 no-repeat;
		color: #ecbf98;
	}
		
		#footer p {
			margin: 60px 10px 0;
			height: 30px;
			line-height: 30px;
		}
					
			#footer p.left span {
				margin-right: 10px;
			}
			
			#footer p.right span {
				margin-left: 10px;
			}
		
		#footer a, #footer a:visited {
			background: transparent;
			color: #ecbf98;
			text-decoration: none;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}

			
	#copy {
		margin: 10px;
		background: transparent;
		color: #854301;
	}
		
		#copy p.left span {
			margin-right: 10px;
		}
			
		#copy p.right span {
			margin-left: 10px;
		}
		
		
		#copy a, #copy a:visited {
			background: transparent;
			color: #854301;	
		}

/* system */

div.abook-card, div.card {
	color: #111;
}

.nicEdit-main {
	background: none !important;
}

.nicEdit-pane {
	background: #061227 !important;
}

div.image-list, div.file-list, div.field-list {
	background: none !important;
}

a.edit-button {
	color: #333;
	text-shadow: none;
}

a.edit-button:hover {
	color: #333;
}

input.input-submit, button.button-delete, input.button-delete, button.button-submit, input.button-submit {
	color: #333;
}

table.table-edit {
	color: #111;
	text-shadow: none;
}

	table.table-edit a {
		color: #333;
	}
	

legend.form-title {
	color: #fff;
}

fieldset.form label, fieldset.image label, fieldset.file label {
	color: #eee;
}

ul.tree li {
	padding: 0;
	background: none;
}

fieldset div#gallery {
	width: 100%;
	overflow: hidden;
}

	fieldset div#gallery ul li {
		margin: 0 10px 10px 0;
		padding: 0;
		width: auto;
		min-height: 80px;
		background: transparent;
		border: none;
	}
		
		fieldset div#gallery ul li img {
			margin: 0;
			border: 1px solid #FFB901;
		}