html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(../img/background.jpg) no-repeat top center #84063B;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 135%;
}

h2 {
	margin: 30px 0 30px 0;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
}

h3 {
	margin: 20px 0 15px 0;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 145%;
}

h4 {
	margin: 15px 0 10px 0;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

p {
	margin: 10px 0;
}

a:link,
a:visited {
	color: #740A35;
	text-decoration: none;
}

a:hover,
a:active {
	color: #740A35;
	text-decoration: underline;
}

img {
	border-style: none;
}

ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}

ul li {
	margin: 0 0 5px 0;
	padding: 0;
}



#container {
	margin: 0 auto;
	width: 904px;
	padding-bottom: 100px;
	background: url(../img/back_bottom.gif) no-repeat bottom left;
	color: #3C3C3C;
	text-align: left;
}

#header {
	height: 138px;
	margin: 0 40px;
	background: url(../img/back_header.gif) no-repeat top left;
}

#header h1 {
	display: none;
}

#main {
	margin: 0 40px;
	background: url(../img/back_main.gif) repeat-y top left;
}

#content {
	min-height: 400px;
	background: url(../img/back_content.gif) no-repeat top right;
	position: relative;
}
* html #content {
	height: 400px;
}

ul#menu {
	float: left;
	width: 212px;
	margin: 0;
	position: relative;
	left: -40px;
	padding: 0 0 0 0;
	list-style: none;
}

ul#menu li {
	margin: 0;
	padding: 20px 0 0 70px;
	font-size: 15px;
	font-weight: bold;
}

ul#menu li.active {
	height: 22px;
	padding-top: 28px;
	background: url(../img/back_menu.gif) no-repeat top left;
}

ul#menu li a {
	color: #5D5B61;
	text-decoration: none;
	text-transform: uppercase;
}
ul#menu li.active a {
	color: #fff;
}

ul#menu li.jobs {
	margin: 50px 0 0 0;
}

ul#menu li.jobs a {
	display: block;
	width: 69px;
	height: 42px;
	background: url(../img/joboffers.jpg) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
}
ul#menu li.jobs a:hover,
ul#menu li.jobs a:active {
	background: url(../img/joboffers.jpg) no-repeat top left;
}

ul#menu li.order {
	margin: 10px 0 0 0;
}

ul#menu li.order a {
	display: block;
	width: 109px;
	height: 44px;
	background: url(../img/order.jpg) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
}
ul#menu li.order a:hover,
ul#menu li.order a:active {
	background: url(../img/order.jpg) no-repeat top left;
}


#footer {
	height: 90px;
	width: 624px;
	margin: 4px auto;
	padding: 20px 0 0 200px;
	background: url(../img/footer2.jpg) no-repeat top left;
	text-align: left;
}

#footer p {
	display: none;
}

#footer address {
	height: 60px;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
}

#footer .copy {
	padding-top: 10px;
	color: #985470;
	font-size: 11px;
	text-align: right;
}


/* Body */

#content .body {
	float: left;
	width: 332px;
	margin: 0 20px 20px -12px;
	padding: 80px 15px 0 15px;
	background: url(../img/back_body.gif) no-repeat top right;
}

#content .body.welcome {
	padding-top: 0;
	background-image: none;
}

#content .body-wide {
	float: left;
	width: 580px;
	min-height: 400px;
	padding: 0 20px 20px 0;
}
* html #content .body-wide {
	height: 400px;
}

#content .body-wide h2 {
	width: 350px;
	margin: 0 0 0 -10px;
	padding: 80px 0 20px 10px;
	background-color: #fff;
}

#content .body-wide .column1 {
	clear: left;
	float: left;
	width: 270px;
	margin: 0 30px 20px 0;
	background-color: #fafafa;
}
#content .body-wide .column2 {
	float: left;
	width: 270px;
	padding-right: 10px;
	background-color: #fafafa;
}

/* Right column */

#content div.right {
	float: left;
	width: 220px;
	padding: 30px 0 0 0;
	font-size: 0.9em;
}

#content div.right h2 {
	color: #6f6f6f;
	font-size: 26px;
	font-weight: normal;
	text-transform: lowercase;
}

#content div.right ul {
	padding: 0;
	list-style: none;
}

#content div.right ul li {
	margin: 0;
}

/* Paging */

.paging {
	margin: 10px 0;
}

.paging div {
	display: inline;
}

.paging a {
	margin: 0 5px;
}

.paging .current {
	margin: 0 5px;
	font-weight: bold;
}

.paging .disabled {
	display: none;
}


/* Forms */

form {
	margin: 0;
}

input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-error {
	background-color: #fee;
	color: red;
}

.input.static span,
label {
	display: block;
	float: left;
	width: 110px;
	margin-right: 10px;
	text-align: right;
}
fieldset .input.static span,
fieldset label {
	width: 100px;
}

form .required label {
	font-weight: bold;
}

form div.input {
	clear: both;
	padding: 5px 0;
}

form div.input .error-message {
	margin-left: 110px;
	font-size: 11px;
}

form.wide div.input .error-message {
	margin-left: 190px;
}

fieldset div.input .error-message {
	margin-left: 100px;
}

form div.submit {
	padding: 5px 0 5px 120px;
}
form.wide div.submit {
	padding-left: 200px;
}

form fieldset div.submit {
	padding-left: 110px;
}

form textarea {
	width: 350px;
}

fieldset {
	margin: 5px 0;
	background-color: #fafafa;
	border: 1px solid #ccc;
}

.input.text input,
.input.password input,
.input textarea {
	padding: 2px;
	border: 1px solid #ccc;
}

.input.select select {
	border: 1px solid #ccc;
}

.submit input,
input.button,
button.button {
	padding: 3px 5px;
	background-color: #ccc;
	color: #444;
	border: 1px outset #ccc;
	font-weight: bold;
}

.checkbox {
	margin-left: 120px;
}
fieldset .checkbox {
	margin-left: 110px;
}
.checkbox label,
.radio label {
	display: inline;
	float: none;
	width: auto;
	margin-left: 5px;
	line-height: 180%;
}

.input.radio {
	padding: 0;
}
.radio input {
	margin-left: 110px;
}

form.wide fieldset label {
	width: 180px;
}

form.wide fieldset .radio,
form.wide fieldset .checkbox {
	margin-left: 190px;
}

/* Tables */

table.order {
	width: 330px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

table.order th {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

table.order td {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

table.links {
	border-collapse: collapse;
	border: none;
}

table.links td {
	padding: 0 10px 15px 0;
	text-align: left;
	vertical-align: top;
}



h2.welcome {
	margin: 0 -15px;
	padding: 80px 15px 10px 0;
	background-color: #fff;
	color: #000;
	font-size: 34px;
	font-weight: bold;
	text-align: right;
	text-transform: none;
}

h3.subtitle {
	margin: 0 -15px 10px -15px;
	padding: 5px 15px 10px 0;
	background-color: #fff;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	line-height: 130%;
}

.clear {
	clear: both;
}

.image-right {
	display: block;
	float: right;
	margin: 0 0 10px 0;
	position: relative;
	right: -15px;
}

.error {
	color: red;
}

.column {
	float: left;
	width: 260px;
	padding: 10px 40px 20px 0;
	background-color: white;
}

p.center,
td.center {
	text-align: center;
}

p.right,
td.right {
	text-align: right;
}

.nav {
	margin-top: 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#flashMessage.message {
	margin: 10px 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

.red {
	color: red;
}

.green {
	color: green;
}

form .box {
	float: left;
}

form .box label {
	width: 90px;
}

.big {
	font-size: 1.2em;
}

.news-date {
	margin: 10px 0;
	font-style: italic;
}

.more {
	text-align: right;
	font-style: italic;
}

table.cake-sql-log {
	background: #fff;
	text-align: left;
	border-collapse: collapse;
	color: #333;
}

table.cake-sql-log td,
table.cake-sql-log th {
	padding: 5px;
	border: 1px solid #ccc;
}

.highlight {
	background: yellow;
}