/* Quin Versapack stylesheet, June 2007 */
/* 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;
	position: relative;
}

#masthead h1 {
	display:none;
}

/* this places the Verspack logo */
#masthead img.logo { 
	float: left;
	border: none;
	margin: 9px 0 0 14px;
}

#masthead img.logo a, #masthead img.logo a:VISITED {
	border: none;
	background-color: transparent;
}

/* styles for the black navbar */
#navlist {
	height: 25px;
	left: 12px;
	bottom: 1px;
	position: absolute;
	border: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#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;
}

.promo {
	text-align: left;
	font-size: 0.8em;
	position: absolute;
	left: 0;
	bottom: 45px;
	background-color: #970008;
	color: #FFF;
	padding: 3px;
	width: 460px;
	text-align: center;
}

.promo a, .promo a:VISITED {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
}

.promo a:HOVER {
	text-decoration: none;
}

img.promoflash {
	position: absolute;
	top: 90px;
	right: 5px;
}
div.callout {
	text-align: left;
	font-size: 0.8em;
	border: 1px solid #009c9c;
	width: 175px;
	float:right;
	color: #009c9c;
	padding: 3px;
	width: 460px;
	font-weight: bold;
	font-style: italic;
	padding: 2px;
	margin-left:0.8em;
}

.callout a, .callout a:VISITED {
	font-weight: normal;
	text-decoration: underline;
}

.callout a:HOVER {
	text-decoration: none;
}

ul {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

dl {
	margin: 0 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0.5em 0.5em;
}

/* footer setup and styles */
#footer {
	color: #FFF;
	text-align: left;
	border-top: 4px solid #999;
	position: absolute;
	bottom: 0;
	background-color: #009C9C;
	height: 45px;
	width:768px;
}

#footer h2 {
	font-size: 2em;
	padding-top: 7px; 
	font-style: italic;
}

#footer img {
	border: 0;
	margin-top: 4px;
	float: right;
	padding-left: 17px;
	padding-right: 3px;
}

#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;
}

/* gallery index styles */

.gallerybox {
	float: left;
	width: 220px;
	border: 2px solid #009C9C;
	margin: 0 0 12px 12px;
	display: inline;
}

.gallerybox h2, .gallerybox p {
	margin: 0 0 5px 0;
}

.gallerybox h2 {
	padding: 3px 5px;
	background: #009C9C url(../images/fade.gif) no-repeat center right;
}

.gallerybox p {
	padding: 0 3px;
}
 
.gallerybox h2 a, .gallerybox h2 a:VISITED {
	color: #FFF;
	text-decoration: none;
}

.gallerybox h2 a:HOVER {
	text-decoration: underline;
}

.gallerythumb {
	width: 100px;
	padding: 0;
	display: inline;
	float: left;
	margin: 0 0 15px 15px;
	text-align: center;
}

.gallerythumb img {
	margin-bottom: 3px;
}

.gallerythumb a, .gallerythumb:VISITED {
	text-decoration: none;
}

.gallerythumb a:HOVER {
	text-decoration: none;
	background-color: transparent;
	color: #004B9B;
}

/* positions Flash video file on page */
.video {
	text-align: center;
	padding-top: 2em;
	width: 352px;
	height: 288px;
}

#flashcontent 
{	
	width: 352px;
	height: 288px;	
}
/* 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: 396px;
	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;
}
 */
 
/* forms */

form {  
  font:12px verdana,arial,sans-serif;
  margin: 0 12px;
  padding: 0;
  width: 457px; 
}

form fieldset {
  border: 1px solid #009C9C;
  padding: 10px;     
  margin: 0;
}

form fieldset legend {
	font-size:1.1em;
	font-weight: bold; 
	color: #009C9C;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	background-image: url(../images/bg.gif);
	font:12px verdana,arial,sans-serif;
	color: #009C9C;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form .button {
	background-image: none;
	color: #000;
	background-color: #DDD;
}