
html, body {
	background: #eee;
	background-image: url(/img/site.jpg);
	background-position: center;
	background-attachment: fixed;
	font-size: 100%;
}


label {
	color: #5c2500;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

button {
	font-size: 90%;
}

table {
	margin: 0px;
}

h2 {
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Arial, sans-serif;
	color: #5c2500;
}

table.layout {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
table.layout > tbody > tr > td, table.layout > tbody > tr > th {
	padding: 0px;
	vertical-align: top;
}

/* ==== MAIN NAV ==== */
.main-nav {
	margin-bottom: 30px;
}
.main-nav ul {
	background: url(/img/menu.png) repeat-x;
	padding: 0px;
	margin: 0px 20px;
	list-style: none;
	height: 45px;
	z-index: 100;
}
.main-nav img {
	margin: 10px 0px;	
}
.main-nav li {
	float: left;
	display: block;
	text-align: center;
	margin-right: 1px;
	font-size: 120%;
}
.main-nav a:hover {
	background: url(/img/menu-over.png) repeat-x;
}
.main-nav li:first-child {
	margin-left: -10px;	
}
.main-nav li:first-child a{
	background: url(/img/menu-left.png);
}
.main-nav li:first-child a:hover {
	background: url(/img/menu-left-over.png); 
}
.main-nav li.contact-us {
	margin-right: -10px;
	float: right;
}
.main-nav li.contact-us a {
	background: url(/img/menu-right.png) top right;
}
.main-nav li.contact-us a:hover {
	background: url(/img/menu-right-over.png) top right;
}

.main-nav a {
	display: block;
	color: #eee;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	height: 45px;
	padding: 0px;
	width: 175px;
}

.main-nav img {
	margin-top: 12px;
}




#site {	
	max-width: 992px;
	min-width: 768px;
	margin: auto;
	font-family: sans-serif;
}

#header {
	overflow: hidden;
	background: url(/img/page-wide-top.jpg) no-repeat;
}

#footer {
	color: #888;
	text-align: center;
}

#page {
	background: white;
	padding: 0px;
	margin-top: 20px;
	background: url(/img/page-wide-middle.jpg) repeat-y 0 100px; 
	margin-bottom: 20px;
}

/** PANEL **/
.panel {
	margin-top: 10px;
	margin-bottom: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px;
}
.panel-label {
	font-weight: bold;
	padding: 2px;
	font-family: Verdana, sans-serif;
	border-bottom: 3px solid #A47A46;
}
.panel-content {
}

/** DATA **/
.data > tbody > tr > th {
	font-family: Verdana, sans-serif;
	background: url(/img/black-10.png);
}
.data > tbody > tr > td {
	font-family: Arial, sans-serif;
	border-bottom: solid 1px #eee;		
}

/** BREADCRUMBS **/
#breadcrumbs {
	background: url(/img/black-10.png);
	padding: 1px;
	padding-left: 10px;
}


/** JQUERY **/
#dialog {
	display: none;
	position: absolute;
	background: white;
	padding: 10px;
	z-index: 1000;
	border: solid 2px #ddd;
}
#dialog .errors {
	font-family: Helvetica, sans-serif;
	-font-size: 9pt;
	color: #d33;	
}
#dialog .mask {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #eee;
	opacity: .6;
	-ms-filter: 'alpha(opacity=60)';
	display: none;	
}
#dialog .processing {
	font-family: Verdana, sans-serif;
	-font-size: 9pt;
	font-weight: bold;
	color: #345;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}
#dialog .processing div {
	background: white;
	width: 100px;
	text-align: center;
	margin: 20px auto;
	border: solid 1px #ddd;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: 4px;
}
.dialog-bar {
	text-align: right;
	margin-top: 10px;
}
.dialog-bar button {
	min-width: 85px;
}

/* JQUERY DIALOG */
div.ui-dialog-content {
	padding: 0px;
	font-family: Arial, sans-serif;
}
div.ui-dialog-titlebar {
	padding: 2px 10px;
	-font-size: 9pt;
	font-weight: bold;
}
a.ui-dialog-titlebar-close {
	top: 5px;
}
div.ui-dialog-buttonpane {
	text-align: center;
}
div.ui-dialog-buttonpane button {
	width: 90px;
	font-weight: bold;
	padding: 1px;
	margin: 3px;
	border: default;
}
div.ui-dialog-overlay {
	background: black;
	opacity: .3;
}
