@import url(specialOffer.css);
@import url(recipes.css);
@import url(typesOfMachines.css);
@import url(machineRanges.css);
@import url(table.css);
@import url(machineLinks.css);

* {
	margin: 0;
	padding: 0
}

img { border: none }

html {
	background-image:url(../gfx/generic/bg.jpg);
	background-repeat:repeat-x;
	width: 100%;
	padding-top:10px;
}

body {
	color: #333;
	direction: ltr;
	font: normal normal normal .8em/1.7em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	min-height: 30em;
	padding: 1.2em;
	width: 65em
}

a:link, a:active, a:visited {
	color: #063;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
	cursor:pointer;
}

abbr, acronym {
	border-bottom: thin dotted black;
	cursor: help
}

h1 { 
	color: #003760;
	margin-bottom: .7em;
	line-height: 140%
}

h2 {
	color: #003760;
	background-color:#C0D9CD;
	padding:3px 5px;
}

h3 {
	font-weight:bold;
}

h6 { 
	color: #003760;
	font-size: 1.1em
}

p {
	margin-bottom: .5em
}

ol, #page-content ul {
	margin-left: 1.5em;
	margin-bottom: .5em;
	color:#963;
}

hr, #skip-to { display: none !important }

/* Form styles */
form {
	margin: .5em auto;
	width: auto
}

legend { 
	color: #003760;
	font-size: 1.4em;
	font-weight: bold;
	background-color:white;
	margin: 0 .3em;
	padding: 0 .3em
}

fieldset {
	border:1px dotted #9C6;
	padding: .9em;
	width: auto;
	clear:both;
}

label { font-weight: bold;}

input, select, textarea { width: 280px }

textarea {
	height: 100px;
}

/* Page styles */
.compulsory {
	color:#F00;
}

#logo {
	margin-bottom: 8px;
}

#perfectLogo {
	margin-left: 10px;
}

.rhs {
	float:right;
	padding-left:10px;
}

#flash {
	float:right;
	margin-left:10px;
	border:1px solid #CCC;
	padding:4px;
}

#page-header {
	color: #005295;
	margin-bottom: 10px;
	margin-top: 8px;
	position: relative;
	border-bottom:3px double #9C6;
	background-image:url(../gfx/generic/swoosh.jpg);
	background-repeat:no-repeat;
	background-position:right; 
}

#page-navigation {
	padding-left:5px;
	list-style-type: none;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align:right;
}

#page-navigation li { display: inline }

#page-content {
	float: right;
	padding-bottom: 1.8em;
	width: 51em 
}

#page-sidebar { 
	float: left;
	text-align: center;
	width:12em;
}

#secondary-nav { 
	list-style-type: none;
	width: 12em;
}

#secondary-nav li { 
	border-bottom: 1px dotted #9C6;
	padding-bottom: 2px;
	margin-top: 5px;
	text-align: left
}

.first { margin: 0 }

#queens-award {
	margin: .8em 0;
}

#sidebar-features { margin: 2em 0 }

#sidebar-features dt {
	color: #FFF;
	background-color:#063;
	display: block;
	font-size: 1.1em;
	text-align: left;
	padding:4px;
}

#sidebar-features dd { padding: 0; margin: 0; text-align:left; }
#sidebar-features dd ul { list-style-type: none; padding: 0; margin: 0; text-align: left; }

#page-footer  {
	border-top: 3px double #9C6;
	clear: both;
	color: #003760;
	margin-top: 8px;
	padding-top: 8px;
	width: 100%
}

#footer-navigation {
	list-style-type: none;
}

#footer-navigation li { display: inline }

#contact-details, #footer-control {
	margin-bottom: 8px;
	width: 47%
}

#contact-details { float: left }
#footer-control { float: right }

#copyright {
	font-size: .8em;
	text-align: left;
}