/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

html {
	height:100%;
}

body {
	font:0.75em Arial;
	color:#000;
	background:#FFF7C1 url("images/bg.jpg");
	min-height:100%;
	position:relative;
}

body.preview {
	background:#fff;
	padding:30px;
	min-height:0;
}

a {
	text-decoration:underline;
	color:#9A6B00;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1 {
	position:relative;
	font:normal 1.5em/36px Arial;
}

	h1 img {
		position:absolute;
		top:-18px;
		right:-73px;
	}

h2 {
	font:normal 1.5em Arial;
}

h3 {
	font:bold 1.1em Arial;
}

h4 {
	font:bold 2em Arial;
}

/* Structure */

.wrapper {
	background:url("images/wrapper.jpg") repeat-x top;
	min-width:1000px;
	padding-bottom:80px;
}

	.wrapper:after {
		clear:both;
		display:block;
		content:"";
	}

.container {
	width:100%;
	float:right;
	margin-left:-250px;
}

/* Header */

.header {
	position:relative;
	margin-left:250px;
	height:61px;
	background:url("images/header.jpg") no-repeat right bottom;
}

	.menu {
		position:absolute;
		top:0;
		right:144px;
		background:url("images/menu.jpg") repeat-x center;
	}
	
	.menu div {
		background:url("images/menu.jpg") no-repeat left top;
		float:left;
	}
	
	.menu ul {
		background:url("images/menu.jpg")  no-repeat right bottom;
		height:36px;
		text-align:center;
		font:bold 1em/28px Arial;
		float:left;
		padding:0 50px;
	}
	
		.menu li {
			display:inline;
			padding:0 12px;
		}

/* Content */

.content {
	margin-left:250px;
	background:#fff;
}

	.l-m {background:url("images/c-l-m.png") repeat-y left}
	.c-t {background:url("images/c-c-t.png") repeat-x top}
	.r-m {background:url("images/c-r-m.png") repeat-y right}
	.c-b {background:url("images/c-c-b.png") repeat-x bottom}
	.l-t {background:url("images/c-l-t.png") no-repeat left top}
	.l-b {background:url("images/c-l-b.png") no-repeat left bottom}
	.r-t {background:url("images/c-r-t.png") no-repeat right top}
	.r-b {
		background:url("images/c-r-b.png") no-repeat right bottom;
		padding:30px 195px 100px 105px;
		position:relative;
		min-height:420px;
	}
	
	.bookmarks {
		position:absolute;
		width:61px;
		height:310px;
		top:85px;
		left:2px;
		background:url("images/bookmarks.png") no-repeat;
	}
	
	.nav {
		position:absolute;
		width:88px;
		height:26px;
		padding-top:15px;
		text-align:center;
		background:url("images/nav.png") no-repeat;
		top:32px;
		left:65px;
		margin:0 !important;
		list-style:none;
	}
	
		.nav li {
			display:inline;
			padding:0 8px;
		}
	
	.title {
		text-align:right;
		border-bottom:2px solid #DED186;
		padding:5px 50px 20px;
		margin:0 -10px 50px;
		position:relative;
	}
		
		.cones {
			position:absolute;
			bottom:-52px;
			right:0;
			background:url("images/cones.png") no-repeat;
			width:177px;
			height:50px;
			display:block;
		}
	
	.content p {
		margin-bottom:10px;
	}
	
	.content ul {
		margin:0 0 10px 20px;
		list-style:disc;
	}
	
	.content ol {
		margin:0 0 10px 25px;
		list-style:decimal;
	}
	
	.consult {
		position:absolute;
		background:url("images/consult.jpg") no-repeat left bottom;
		margin-left:100%;
		left:-125px;
		padding:0 0 100px;
		width:125px;
		bottom:90px;
		font:bold 1.2em Arial;
	}
	
	/* Description */
	
	.description td {
		vertical-align:top;
		padding-right:20px;
	}
	
		.description img {
			vertical-align:top;
		}
	
/* Left column */

.leftside {
	width:250px;
	float:left;
	background:url("images/leftside.jpg") no-repeat left top;
	padding-top:225px;
	position:relative;
}

	.logo {
		position:absolute;
		top:7px;
		left:19px;
	}
	
	/* Left menu */

	.left-menu {
		background:url("images/left-menu-top.png") repeat-y right;
		width:213px;
		color:#9A6B00;
	}
	
	.left-menu div {
		background:url("images/left-menu-bottom.png") no-repeat left bottom;
	}
		
	.left-menu div div {
		background:url("images/left-menu-top.png") no-repeat left top;
		padding:10px 27px 40px 20px;
	}
	
		.left-menu li {
			background:url("images/menu-bullet.gif") no-repeat 10px 8px;
			border-bottom:1px dashed #EFBA40;
			padding:3px 0 3px 20px;
		}
		
			.left-menu li a {
				text-decoration:none;
			}
			
			.left-menu li a:hover {
				color:#EFBA40;
			}
		
		.left-menu h3 {
			padding-left:20px;
			margin-bottom:10px;
		}
	
/* Footer */

.footer {
	position:absolute;
	bottom:0;
	width:100%;
	min-width:1000px;
	height:80px;
	background:url("images/footer-bg.png") repeat-x bottom;
}

	.footer:after {
		clear:both;
		display:block;
		content:"";
	}

	address {
		background:url("images/address.png") no-repeat left bottom;
		height:68px;
		width:304px;
		font-style:normal;
		color:#9C754E;
		padding:12px 15px 0 15px;
		float:left;
	}
	
	.footer ul {
		text-align:center;
		padding-top:55px;
	}
	
		.footer li {
			display:inline;
			padding:0 10px;
		}

/* Preview page */

.item-preview {
	
}

	.item-preview th {
		padding:0 20px 15px 0;
		text-align:left;
	}