/* general stylesheet for www.skopeo.co.uk */

/* ---------------------------------------------------------------------
   ============================== B O D Y ==============================
   --------------------------------------------------------------------- */

body {
	font-family: verdana, helvetica, arial, sans-serif;
	line-height: 1.4;
	font-size: 8pt;
	background-color: #ffffff;
}


/* ---------------------------------------------------------------------
   ============================ L A Y O U T ============================
   --------------------------------------------------------------------- */

.container {
	background-color: #ffffff;
	width: 700px;
	margin-top: 40px;
}

.main {
	height: 300px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	margin-bottom: 4px;
	text-align: left;
	padding: 20px 20px 20px 20px;
}
.text {
	margin-left: 10px;
}



/* ---------------------------------------------------------------------
   ============================ F O O T E R ============================
   --------------------------------------------------------------------- */


.thin-border {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.buts-boxes {
	border-right: #000000 1px solid;
	padding-right: 0px;
	border-top: #000000 1px solid;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	border-left: #000000 1px solid;
	width: 87px;
	cursor: hand;
	line-height: 14px;
	padding-top: 0px;
	border-bottom: #000000 1px solid;
	height: 16px;
	background-image: url(/images/btn-slice.gif);
	text-align: center;
}

.footer {
 	color: #aaaaaa;
	font-size: 7pt;
	text-align: right;
	width: 700px;
	margin-top: 5px;
}


/* ---------------------------------------------------------------------
   ============================ H E A D E R ============================
   --------------------------------------------------------------------- */

.rightheader {
	float: right;
	height: 70px;
	width: 550px;
	border: #000000 1px solid;
	margin-bottom: 4px;
	background-image: url(/images/header-bckgrnd.jpg);
}

.leftheader {
	float: left;
	height: 70px;
	width: 146px;
	border: #000000 1px solid;
	margin-bottom: 4px;
}


/* ---------------------------------------------------------------------
   ========================== H E A D I N G S ==========================
   --------------------------------------------------------------------- */

h1 {
	font-size: 14pt;
 }

h2 {
	color: #0B5923;
	font-size: 12pt;
}

h3 {
	color: #6D6699;
	font-size: 10pt;
}


.h1 {
	font-size: 14pt;
}

.h2 {
	color: #0B5923;
	font-size: 12pt;
}

.h3 {
	color: #6D6699;
	font-size: 10pt;
}


/* ---------------------------------------------------------------------
   ============================ C O M M O N ============================
   --------------------------------------------------------------------- */

td {
}

li {
}

p {
	font-family: verdana, helvetica, arial, sans-serif;
	line-height: 1.4;
	font-size: 8pt;
}

hr {
}

.location {
	color: #cccccc;
	font-size: 7pt;
	font-weight: bold;
}

/* ---------------------------------------------------------------------
   ============================= L I N K S =============================
   --------------------------------------------------------------------- */

a:link {
	color: #CC80B1;
	text-decoration: none;
}
a:visited {
	color: #CC80B1;
	text-decoration: none;
}
a:hover {
	color: #CC80B1;
	text-decoration: underline;
}





/* ---------------------------------------------------------------------
   =================== F E E D B A C K   F O R M =======================
   --------------------------------------------------------------------- */

.box {
 	margin: 10px 50px 10px 50px;
 	color: #000000;
 	background: #f2f2f2;
 	border: 1px solid black;
 	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

.redbox {
	margin: 10px 50px 10px 50px;
	color: #000000;
	background: #f2f2f2;
	border: 2px solid #ff6666;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

.submit {
 	margin: 10px 50px 10px 50px;
}