/* PRE STYLESHEET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

a {
	text-decoration: none;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1px 0;
}

/* STYLESHEET */
body {
	background: #fff;
}

h1 {
	width: 294px;
	height: 83px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
}

h2 {
	margin: 0 0 20px 0;
	font: bold 14px Tahoma;
	color: #ffed01;
}

h3 {
	font: bold 13px Tahoma;
	color: #fff;
}

hr {
	height: 0;
	border: 0;
	border-bottom: 1px #474747 solid;
	margin: 10px 0;
}

#container {
	position: relative;
	margin: 50px auto 0 auto;
	height: 665px;
	width: 922px;
	background: url(../images/container_bg1.jpg) no-repeat;
}

#container.start {
	background-position: 0 -652px;
}

#header {
	background: url(../images/header_bg.gif) no-repeat;
	padding: 50px 0 0 0;
}

#logo {
	position: absolute;
	top: 50px;
	left: 0;
	width: 294px;
	height: 83px;
	background: url(../images/logo_bg.png) no-repeat;
	float: left;
	z-index: 100;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 294px;
	height: 83px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu {
	width: 628px;
	height: 34px;
	background: url(../images/menu_bg.gif) repeat-x;
	float: right;
	overflow: hidden;
}

#menu .admin {
	position: absolute;
	top: 26px;
	right: 5px;
}

#menu ul {
	background: url(../images/menu_ul_bg.gif) no-repeat;
	height: 34px;
	padding: 0 0 0 20px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	height: 12px;
	padding: 11px 22px 11px 10px;
	font: 11px Tahoma;
	color: #22211f;
	background: url(../images/menu_ul_li_bg.gif) no-repeat right;
	text-align: center;
}

#menu ul li a.last {
	background: none;
}

#menu ul li a.selected, #menu ul li a:hover {
	text-decoration: underline;
}

#content {
	clear: both;
	padding: 80px 40px 0 40px;
	font: 12px Tahoma;
	color: #fff;
	text-align: justify;
	overflow: auto;
	height: 378px;
	line-height: 17px;
	position: relative;
}

#content .admin {
	float: right;
}

#content form table tr td {
	padding: 1px 10px 1px 0;
	vertical-align: top;
}

#content #order li {
	display: block;
	float: left;
	padding: 5px;
	margin: 0 2px 0 0;
	background: #FEE801;
	color: #22211f;
	cursor: e-resize;
}

#content .left {
	float: left;
	width: 580px;
	padding: 0 0 40px 0;
}

#content .right {
	float: right;
	width: 180px;
	padding: 0 0 40px 0;
	font: 11px Tahoma;
	line-height: 15px;
}

#content .right h3 {
	font: bold 12px Tahoma;
	margin: 1px 0;
}

#content .right img {
	width: 180px;
}

#content .admin {
	float: right;
}

#content .admin img {
	height: 16px;
	width: 16px;
}

#footer {
	position: absolute;
	bottom: -50px;
	left: 0;
	height: 123px;
	width: 922px;
	background: url(../images/footer_bg.gif) repeat-x;
	padding: 0 0 50px 0;
}

#footer a {
	margin: 0 10px;
}

#container .adminlink {
	position: absolute;
	bottom: -15px;
	right: 0;
	font: 10px Tahoma;
	color: #22211f;
}

#container .adminlink a {
	color: #22211f;
}

/* CONTENT STYLES */
#content .navigation a {
	display: block;
	color: #fff;
	width: 200px;
}

#content .navigation .navleft {
	float: left;
}

#content .navigation .navright {
	float: right;
	text-align: right;
}

#content .team {
	position: relative;
}

#content .team .admin {
	position: absolute;
	top: 8px;
	right: 0;
}

#content .photos, #content .occphotos {
	padding: 6px 0 0 0;
}

#content .occphotos {
	padding: 20px;
}

#content .photos img {
	width: 190px;
}

#content .occphotos img {
	width: 100px;
	cursor: pointer;
}

#content #bigphoto {
	width: 100%;
}

#content .occasions {
	clear: both;
}

#content .occasions .admin {
	position: absolute;
	top: 3px;
	right: 5px;
}

#content .occasions .occasion {
	position: relative;
	width: 183px;
	margin: 5px 0;
	padding: 5px;
	float: left;
	height: 150px;
}

#content .occasions .occasion .image img {
	width: 180px;
	height: 135px;
	margin: 5px 0 0 0;
}

#content .contact_left {
	float: left;
	width: 200px;
}

#content .contact_right {
	float: right;
	width: 380px;
}

#content .occasionstable tr td {
	vertical-align: top;
	padding-right: 10px;
}

#content .prices tr td {
	font-weight: bold;
	padding-right: 20px;
}
