@charset "UTF-8";
/* CSS Document */
/* Custom Computer Sevices Wales CSS - code design by www.octopus-creative.co.uk */


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Lucida Grande, Helvetica, Arial sans-serif;
	font-style: normal;
	font-size: small;
	color: #444;
	padding: 20px 0 0 0;
	background-color: #e7e7e7;
	background-image: url(http://www.ccsw.co.uk/images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

img {
	display: block;
	border: 0;
}

em {
	color: #333;
	font-style: normal;
	font-weight: 700;
}




/* Content styles */

#container {
	width: 780px;
	margin: 0 auto;
}

#head {
	width: 780px;
	height: 70px;
	position: relative;
	background-color: #fff;
	background-image: url(http://www.ccsw.co.uk/images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav {
	width: 780px;
	height: 25px;
	position: relative;
	border-bottom: 1px solid #badccf;
	background-color: #badccf;
	background-image: url(http://www.ccsw.co.uk/images/bg_nav_cut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#login {
	font-size: 87%;
	width: 760px;
	height: 20px;
	text-align: left;
	color: #fefefe;
	background-color: #de006a;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content {
	width: 750px;
	padding: 0 20px 0 10px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: left top;
}

#flash {
	width: 780px;
	height: 170px;
	background-color: #ccc;
}

#columnl {
	float: left;
	width: 400px;
	padding: 20px;
}

#columnr {
	float: right;
	width: 310px;
}

.pink {
	color: #fefefe;
	padding: 0 10px;
	background-image: url(http://www.ccsw.co.uk/images/bg_columnr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #df146c;
}

#subpink {
	color: #fefefe;
}

#pink2.pinktop {
	color: #fefefe;
}

#certificate {
	width: 300px;
	padding: 20px 0 0 10px;
}

.clearer {
	display: block;
	height: 12px;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
}

.address {
	border-top: 1px solid #ccc;
	padding: 8px 20px 0 20px;
}

#contentbase { 
	width: 780px;
	height: 36px;
	background: url(http://www.ccsw.co.uk/images/bg_footer.gif) bottom left no-repeat;
}

#footer { 
	width: 780px;
	height: 130px;
	margin: 0 auto;
}




/* Head styles */

#head img {
	padding: 11px 0 0 16px;
}

#login .login {
	position: absolute;
	text-align: right;
	width: 400px;
	top: 32px;
	right: 12px;
	color: #fefefe;
}




/* Main nav styles */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	font-size: 87%;
	text-align: center;
	width: 690px;
	height: 23px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	color: #000;
	background-color: #badccf;
	border-bottom: 1px solid #badccf;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	 width: 691px;
	 w\idth: 690px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	 height: 23px;
	 h\eight: 22px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul ul {
	width: 115px;
}

/* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: 115px;
	position: relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	text-decoration: none; 
	color: #000; 
	background-color: #badccf; 
	width: 111px; 
	height: 16px; 
	padding: 4px 2px; 
	border-bottom: 1px solid #badccf;
}
	
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 115px;
	w\idth: 111px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	color: #000;
	background: #88b9a6 url(http://www.ccsw.co.uk/images/drop.gif) bottom right no-repeat;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	color: #000;
	background: #6c9f8c url(http://www.ccsw.co.uk/images/drop.gif) bottom right no-repeat;
	border-bottom: 1px solid #badccf;
}

.menu ul ul :hover > a.drop {
	color: #000;
	background: #6c9f8c url(http://www.ccsw.co.uk/images/drop.gif) bottom right no-repeat;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #badccf;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	color: #000;
	background: #89b8a6;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 24px;
	left: 0;
	width: 115px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top: 24px;
	t\op: 25px;
}

/* position the third level flyout menu */
.menu ul ul ul {
	left: 115px;
	top: 0;
	width: 115px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -115px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color: #000;
	background-color: #88b9a6;
	height: auto;
	line-height: 1em;
	padding: 6px 2px;
	width: 112px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 116px;
	w\idth: 112px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color: #000;
	background: #6a9283;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #000;
	background: #6c9f8c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility: visible;
}




/* Login styles */

#login a:link, #login a:visited  {
	font-weight: 800;
	color: #fefefe;
	padding: 5px;
}

#login a:hover  {
	color: #f281bc;
	text-decoration: underline;
}




/* Column left styles */

#columnl p {
	padding-bottom: 0.6em;
}

#columnl h1 {
	font-size: 120%;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	color: #000;
}

#columnl h2 {
	font-size: 110%;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	color: #de006a;
}

#columnl a:link, .columnl a:visited {
	color: #de006a;
}

#columnl a:hover {
	color: #ccc;
	text-decoration: none;
}

#columnl ul {
	list-style-image: url(http://www.ccsw.co.uk/images/columnl_li.gif);
	color: #000;
	margin-left: 15px;
	padding-bottom: 10px;
}

#columnl li {
	padding-bottom: 8px;
}

.field {
	width: 320px;
	height: 16px;
	border: 1px solid #ccc;
}

.fieldmulti {
	width: 320px;
	height: 140px;
	border: 1px solid #ccc;
}

#columnl .submit {
	height: 26px;
	width: 80px;
	border: 1px solid #be0e5a;
	padding: 0 4px 3px 4px;
	color: #fffffe;
	color: #fff;
	background-color: #de006a;
}




/* Column right styles */

#columnr h1 {
	font-size: 140%;
	line-height: 1.1em;
	padding-bottom: 0.5em;
}

#columnr p {
	padding-bottom: 0.6em;
}

#columnr ul {
	list-style-image: url(http://www.ccsw.co.uk/images/columnr_li.gif);
	margin-left: 15px;
}

#columnr li {
	padding-bottom: 8px;
}

#columnr a:link, #columnr a:visited  {
	font-weight: 800;
	color: #fefefe;
	padding: 5px;
}

#columnr a:hover  {
	color: #f281bc;
	text-decoration: underline;
}

#columnr img {
	float: right;
}

#columnr #pink2 h1 {
	font-size: 140%;
	line-height: 1.1em;
	padding: 0 10px 0.5em 10px;
}

#columnr #pink2 p {
	padding: 0 10px 0.6em 10px;
}

#columnr #pink2 ul {
	list-style-image: url(http://www.ccsw.co.uk/images/columnr_li.gif);
	margin-left: 15px;
	padding: 0 10px 0 10px;
}

.fieldlogin {
	width: 100px;
	height: 16px;
	border: 1px solid #be0e5a;
}




/* Certified styles */

#certificate p {
	color: #999;
	font-size: 95%;
}

#certificate img {
	float: left;
	padding-right: 10px;
}




/* Address styles */

.address {
	color: #666;
	font-size: 95%;
}

.address p {
	padding-bottom: 0.6em;
}




/* Footer styles */

#footer p { 
	color: #999;
	line-height: 1.1em;
	padding-bottom: 0.6em;
}

#footer p.octopus { 
	color: #ccc;
	line-height: 1.1em;
	padding-bottom: 0.6em;
}

#footer img { 
	display: inline;
}

#footer a:link, #footer a:visited {
	color: #ccc;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

#footer img.compliance { 
	float: right;
	padding: 0 0 0 5px;
}

#login #users #rdp {
	clear: none;
	text-align: right;
	float: right;
	width: 28px;
	height: 16px;
	background-image: url(http://www.ccsw.co.uk/images/remote_desktop.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
#login #users #rdp span {
	clear: none;
	text-align: right;
	float: right;
	width: 28px;
	height: 16px;
	visibility: hidden;
	display: none;
}


#login #users #mailicon {
	clear: none;
	text-align: right;
	float: right;
	width: 28px;
	height: 16px;
	background-image: url(http://www.ccsw.co.uk/images/email.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
#login #users #mailicon span {
	clear: none;
	text-align: right;
	float: right;
	width: 28px;
	height: 16px;
	visibility: hidden;
	display: none;
}
#login #users #login2 {
	height: 16px;
	top: 3px;
	position: relative;
}
#login #users label {
	float: left;
	clear: none;
	width: 550px;
	height: 15px;
}

.formError{
color: #ff0000;
font-weight: bold;


}
#container #content p.justifypara {
	text-align: justify;
}
