/* Quin Casepacker stylesheet, December 2005 - January 2006 */
/* Andy Darley, Carino Communications, +44 (0) 1628 526005 */
/* To convert from green to Quin blue, replace all instances of #099 with #005294 */

/* structural styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: transparent url(../images/bg.gif) repeat;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 768px;
	height: 550px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background-color: #fff;
	text-align: left;
	position: relative;
}

#masthead {
	background: url(../images/mastheadbg.gif) repeat-x left top;
	height: 76px;
	border-bottom: 0.75em solid #999;
	margin-bottom: 15px;
}

/* this places the Quin logo */
#masthead img.logo { 
	float: left;
	border: none;
	border-bottom: 1px solid #CDCDCD;
}

#masthead img.logo a {
	border: none;
}

/* this controls the faded graphic on the right of the masthead... which no longer has cogs in it! */
#cogs {
	width: 212px;
	height: 50px;
	background: url(../images/beltfade.gif) no-repeat top right;
	float: right;
	clear: right;
	right: 0;
	top: 0;
	position: relative;
}

#cogs h1 {
	display: none;
}

#cogs img {
	float: left;
	margin: 0;
}

/* styles for the black navbar */
#navlist {
	height: 25px;
	float: left;
	left: 0;
	bottom: 0;
	position: relative;
}

#navlist ul {
	border: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: left;
	width: 550px;
}

#navlist li {
	padding-right: 8px;
	float: left;
	list-style-type: none;
}

#navlist a, #navlist a:VISITED {
	color: #CDCDCD;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 5px 2px 5px;
	text-align: center;
	display: block;
	background: #000 url(../images/off.gif) no-repeat top left;
	width: 86px;
	height: 19px;
}

#navlist a:HOVER, #navlist a.current, #navlist a.current:VISITED {
	color: #FFF;
	background-color: #666;
	background: #000 url(../images/on.gif) no-repeat top left;
}

#navlist a.current, #navlist a.current:VISITED {
	cursor: default;
}

#navlist a:active {
	color: #FFF;
	background-color: #CDCDCD;
	background: #000 url(../images/active.gif) no-repeat top left;
}

/* text formatting styles */
h1, h2, p {
	margin: 0 15px 10px 15px;
	text-align: left;
}

h1 {
	font-size: 1.6em;
	color: #099;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

a, a:VISITED {
	color: #099;
}

a:HOVER {
	color: #FFF;
	background-color: #099;
	text-decoration: none;
}

.address {
	text-align: left;
	font-size: 0.8em;
	position: absolute;
	left: 0;
	bottom: 45px;
}

ul {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

/* footer setup and styles */
#footer {
	color: #FFF;
	text-align: left;
	height: 45px;
	border-top: 4px solid #999;
	position: absolute;
	bottom: 0;
	background: #099 url(../images/imagination.gif) no-repeat center left;
	width: 768px;
}

#footer img {
	border: 0;
	margin-top: 7px;
	float: right;
	padding-right: 10px;
}

#footer a:HOVER {
	background-color: transparent;
}

#footer h6, #footer p {
	display: none;
}

/* table styles for the technical details page */
table {
	width: 85%;	
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

caption {
	display: none;
}

th {	
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 0.8em;
}

td, th {
	vertical-align: top;
	padding: 2px 10px;
}

/* title row */
.row1 {
	background-color: #099;
	color: #FFF;
}

tr.row1 th {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* white row */
.row2 {
	background-color: #FFF;
}

/* pale grey row */
.row3 {
	background-color: #DDD;
}

/* styles for floats */

/* use for right-floated images */
.floatright {
	float: right;
	margin: -15px 0 0 10px;
}
.floatcontentright {
	float: right;
	margin: -55px 0 0 10px;
}

.clear {
	clear: both;
}

/* positions Flash video file on page */
.video {
	text-align: center;
	padding-top: 2em;
}

#flashcontent 
{	
	width: 768px;
	height: 416px;	
}
/* grey div on the right of a page, instead of an image - no longer on the site, but retained in stylesheet in case of future usefulness 
#screenshots {
	float: right;
	width: 256px;
	height: 395px;
	background-color: #DDD;
	padding: 10px;
	margin-top: -15px;
}

#screenshots h1 {
	color: #000;
}
*/

/* grey div spanning bottom of the main content area - no longer on the site, but retained in stylesheet in case of future usefulness
#partners {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #DDD;
	width: 482px;
	height: 120px;
	padding: 10px 10px 50px 0;
}

#partners h2 {
	font-size: 1.2em;
}

#partners ul {
	margin: 0 0 0 1em;
	padding: 0;
	list-style-type: disc;
}

#partners li {
	display: inline;
}

#partners ul li a {
	margin-right: 1em;
	line-height: 1.5em;
}
 */