@charset "UTF-8";
/* CSS Document */

/* www.mayhemlaser.co.uk - CSS Design by Octopus Creative Design */

/* Global styles */

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: 0;
}

body {
	font: normal 13px "lucida grande", tahoma, arial, verdana, sans-serif;
	color: #000;
}

p {
	line-height: 1.2em;
	padding-bottom: 0.6em;
}

em {
	font-style: normal;
	font-weight: 700;
}




/* Error styles */

#error {
	width: 880px;
	background: #fff url(../images/error.jpg) top left no-repeat;
	padding-top: 170px;
}

#error p {
	padding: 4px 20px;
}

#error h1 {
	color: #fff000;
	font-size: 200%;
	padding: 4px 20px;
}

#error ul {
	list-style-image: url(../images/li_arrow.gif);
	color: #5c5c5c;
	margin-left: 35px;
	padding: 0.4em 50px 1.3em 5px;
}

#error a:link, #error a:visited {
	color: #1a7ca3;
}

#error a:hover {
	color: #33abdb;
	text-decoration: none;
}




/* Thanks styles */

#thanks {
	width: 880px;
	background: #fff url(../images/thanks.jpg) top left no-repeat;
	padding-top: 170px;
}

#thanks p {
	padding: 4px 20px;
}

#thanks h1 {
	color: #fff000;
	font-size: 200%;
	padding: 4px 20px;
}

#thanks ul {
	list-style-image: url(../images/li_arrow.gif);
	color: #5c5c5c;
	margin-left: 20px;
	padding: 0.4em 50px 1.3em 20px;
}

#thanks a:link, #thanks a:visited {
	color: #1a7ca3;
}

#thanks a:hover {
	color: #33abdb;
	text-decoration: none;
}




/* Global positions */

#container {
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/bg_login.jpg) top left no-repeat;
}

#login {
	width: 880px;
	height: 80px;
}

#nav {
	width: 880px;
	height: 32px;
	color: #fff;
	background: #27a8d5 url(../images/bg_nav.jpg) top left repeat-x;
}

#subnav {
	width: 880px;
	height: 21px;
	background: #210501;
}

/*

#subnav {
	width: 540px;
	height: 20px;
	background: #000 url(../images/bg_subnav.gif) bottom right no-repeat;
}

*/

#headfront {
	position: relative;
	width: 880px;
	height: 40px;
	background: #afe2ec;
/*
	background: #cf202d url(../images/bg_head.jpg) top left no-repeat;
*/
}

#head {
	position: relative;
	width: 880px;
	height: 150px;
	background: #cf202d url(../images/bg_head.jpg) top left no-repeat;
	margin-bottom: 20px;
}

#headdirections {
	position: relative;
	width: 880px;
	height: 395px;
	background: #cf202d url(../images/bg_head.jpg) top left no-repeat;
}

#content {
	width: 880px;
	background: #fff url(../images/bg_content.jpg) top left repeat-x;
}

#disclaimer {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}

.clearer {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
	height: 1px;
}

#footer {
	color: #666;
	width: 880px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}




/* Global styles */

p {
	padding-bottom: 0.6em;
}

h1 {
	font-size: 130%;
	font-weight: 200;
	padding-bottom: 0.2em;
}

#content h1{
	color: #fffffd;
}

h2 {
	color: #000;
	font-size: 115%;
	font-weight: 200;
	padding-bottom: 0.2em;
}

h3 {
	color: #000;
	font-size: 100%;
	font-weight: 700;
	padding-left: 12px;
	padding-bottom: 0.2em;
	background: #fff url(../images/bg_h3.gif) 0px 4px no-repeat;
}

#container img.logo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;	
}




/* Intersite tab positions */

#container a:link.tab01, #container a:visited.tab01 {
	position: absolute;
	top: 112px;
	right: -40px;
	display: block;
	width: 40px;
	height: 102px;
	background: #fff url(../images/tabs.jpg) -80px 0 no-repeat;
	text-decoration: none;
}

#container a:hover.tab01 {
	background: #fff url(../images/tabs.jpg) -40px 0 no-repeat;
}

#container a:link.tab01-over, #container a:visited.tab01-over {
	position: absolute;
	top: 112px;
	right: -40px;
	display: block;
	width: 40px;
	height: 102px;
	background: #fff url(../images/tabs.jpg) -80px 0 no-repeat;
	text-decoration: none;
}

#container a:link.tab02, #container a:visited.tab02 {
	position: absolute;
	top: 214px;
	right: -40px;
	display: block;
	width: 40px;
	height: 102px;
	background: #fff url(../images/tabs.jpg) 0 -102px no-repeat;
	text-decoration: none;
}

#container a:hover.tab02 {
	background: #fff url(../images/tabs.jpg) -40px -102px no-repeat;
}

#container a:link.tab03, #container a:visited.tab03 {
	position: absolute;
	top: 316px;
	right: -40px;
	display: block;
	width: 40px;
	height: 102px;
	background: #fff url(../images/tabs.jpg) 0 -204px no-repeat;
	text-decoration: none;
}

#container a:hover.tab03 {
	background: #fff url(../images/tabs.jpg) -40px -204px no-repeat;
}




/* Log-in styles */

#login h2 {
	color: #000;
	font-size: 130%;
	font-weight: 700;
	padding: 6px 0 10px 10px;
}

#login td {
	padding-top: 2px;
}

#login .field {
	border: 1px solid #27a8d5;
}

#login .submit {
	height: 24px;
	width: 60px;
	border: 1px solid #666;
	padding: 0 4px 2px 4px;
	color: #fff;
	background-color: #000;
}

#login a:link, #login a:visited {
	padding-left: 5px;
	color: #000;
}

#login a:hover {
	color: #666;
	text-decoration: none;
}




/* Nav styles */

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li a:link, #nav ul li a:visited {
	font-weight: 700;
	font-size: 90%;
	color: #fff;
	display: block;
	width: auto;
	height: 24px;
	padding: 6px 10px 2px 10px;
	border-left: 1px solid #1281a7;
	border-right: 1px solid #4cc5ef;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #0b6693;
	background: url(../images/bg_nav_ul_over.gif) bottom center no-repeat;
}

#nav ul .current a, #nav ul li.current a:hover {
	color: #fff;
	background: url(../images/bg_nav_ul.gif) bottom center no-repeat;
}




/* Subnav styles */

#subnav ul {
	list-style: none;
}

#subnav ul li {
	float: left;
}

#subnav ul li a:link, #subnav ul li a:visited {
	font-weight: 700;
	font-size: 90%;
	color: #fff;
	display: block;
	width: auto;
	height: 16px;
	padding: 2px 10px 2px 10px;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	text-decoration: none;
}

#subnav ul li a:hover {
	color: #666;
}




/* Head front styles */

#headfront h1 {
	font-size: 140%;
	color: #0b6693;
	padding-top: 10px;
	padding-left: 10px;
}

#headfront a:link.recommend, a:visited.recommend {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 130px;
	height: 92px;
	background: url(../images/bg_recommend.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#headfront a:hover.recommend {
	background: url(../images/bg_recommend.jpg) -130px 0 no-repeat;
}

#headfront a:link.register, a:visited.register {
	position: absolute;
	top: 50px;
	right: 160px;
	width: 130px;
	height: 119px;
	background: url(../images/bg_register.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#headfront a:hover.register {
	background: url(../images/bg_register.jpg) -130px 0 no-repeat;
}

#headfront a:link.request, a:visited.request {
	position: absolute;
	top: 15px;
	right: 300px;
	width: 103px;
	height: 94px;
	background: url(../images/bg_request.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#headfront a:hover.request {
	background: url(../images/bg_request.jpg) -103px 0 no-repeat;
}




/* Head styles */

#head h1 {
	font-size: 140%;
	padding-top: 80px;
	padding-left: 10px;
}

#head p {
	color: #fff000;
	font-size: 220%;
	font-weight: 200;
	padding-left: 10px;
}

#head img {
	position: absolute;
	top: 41px;
	right: 220px;
}

#head a:link.recommend, a:visited.recommend {
	position: absolute;
	top: 52px;
	right: 50px;
	width: 130px;
	height: 92px;
	background: url(../images/bg_recommend.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#head a:hover.recommend {
	background: url(../images/bg_recommend.jpg) -130px 0 no-repeat;
}




/* Head directions styles */

#headdirections h1 {
	color: #0b6693;
	font-size: 140%;
	padding-top: 70px;
	padding-left: 10px;
}

#headdirections h2 {
	color: #0b6693;
	font-size: 90%;
	padding-left: 10px;
	text-transform: uppercase;
}

#headdirections p {
	color: #000;
	font-size: 110%;
	padding-left: 10px;
	padding-right: 455px;
}

#headdirections .map {
	position: absolute;
	top: 20px;
	right: 20px;
}

#headdirections a:link {
	padding-left: 10px;
}




/* Content styles */

#bucketholder {
	width: 613px;
	background: #afe2ec url(../images/bg-bucket-holder.jpg) bottom right no-repeat;
	padding: 0 262px 0px 5px;
}

#bucket01, #bucket02, #bucket03, #bucket04, #bucket05, #bucket06 {
	float: left;
	width: 244px;
	height: 133px;
	padding: 0 5px 10px 5px;
}

#bucket01 p, #bucket02 p, #bucket03 p, #bucket04 p, #bucket05 p, #bucket06 p {
	text-transform: uppercase;
	padding: 6px 0 9px 5px;
}

#bucket01 img, #bucket02 img, #bucket03 img, #bucket04 img, #bucket05 img, #bucket06 img {
	border: 1px solid #a6a6a6;
}

#bucket01 a:link, #bucket01 a:visited, #bucket02 a:link, #bucket02 a:visited, #bucket03 a:link, #bucket03 a:visited, #bucket04 a:link, #bucket04 a:visited, #bucket05 a:link, #bucket05 a:visited, #bucket06 a:link, #bucket06 a:visited {
	display: block;
	width: 244px;
	height: 133px;
	color: #fed430;
	background: url(../images/bg_bucket.jpg) 0px 0px no-repeat;
	border: 1px solid #076390;
	text-decoration: none;
}

#bucket01 a:hover, #bucket02 a:hover, #bucket03 a:hover, #bucket04 a:hover, #bucket05 a:hover, #bucket06 a:hover {
	color: #fff;
	background: #ee2f25 url(../images/bg_bucket.jpg) -244px 0px no-repeat;
	border: 1px solid #ee2f25;
}

p.phone {
	font-size: 150%;
	font-weight: 700;
	color: #36afd8;
}

#competition {
	position: relative;
	width: 860px;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#competition h2 {
	font-size: 130%;
	padding-bottom: 10px;
	font-weight: 700;
}

img.freepickup {
	position: absolute;
	right: 370px;
	top: -10px;
}

#comp01 {
	width: 400px;
	height: 160px;
	float: left;
	background: url(../images/bg_comp01.jpg) top left no-repeat;
}

#comp01 p {
	padding: 0 20px 0 145px;
}

#comp01 img {
	padding: 25px 0 2px 140px;
}

#comp02 {
	width: 350px;
	height: 160px;
	float: right;
	background: url(../images/bg_comp02.jpg) top right no-repeat;
}

#comp02 p {
	padding-right: 140px;
}

#comp02 img {
	padding: 25px 140px 2px 0;
}

#about {
	position: relative;
}

#about p {
	padding-right: 320px;
}

#about a:link.requestbase, #about a:visited.requestbase {
	position: absolute;
	top: 110px;
	right: 55px;
	width: 103px;
	height: 94px;
	background: url(../images/bg_request_base.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#about a:hover.requestbase {
	background: url(../images/bg_request_base.jpg) -103px 0 no-repeat;
}

#about a:link.recommendbase, #about a:visited.recommendbase {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 130px;
	height: 92px;
	background: url(../images/bg_recommend_base.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#about a:hover.recommendbase {
	background: url(../images/bg_recommend_base.jpg) -130px 0 no-repeat;
}

#about a:link.registerbase, #about a:visited.registerbase {
	position: absolute;
	top: 15px;
	right: 160px;
	width: 130px;
	height: 119px;
	background: url(../images/bg_register_base.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#about a:hover.registerbase {
	background: url(../images/bg_register_base.jpg) -130px 0 no-repeat;
}




/* Content styles - Column left */

#leftcol {
	width: 480px;
	float: left;
	padding: 10px;
}

#leftcol h1 {
	color: #0b6693;
	font-size: 140%;
	font-weight: 200;
	padding-bottom: 0.2em;
}

/*
#leftcol em {
	color: #ee2e24;
	font-weight: 700;
}
*/

#leftcol ul {
	list-style-image: url(../images/bg_ul.gif);
	margin-left: 15px;
	padding-bottom: 10px;
}

#leftcol ul li {
	padding-left: 5px;
}

#leftcol .gallery {
	width: 480px;
/*	background: #fff url(../images/bg_gallery.gif) top left no-repeat;*/
	padding: 10px 10px 15px 10px;
}

#leftcol .gallery img {
	border: 2px solid #fff;
}

#leftcol .gallery a:link, #leftcol .gallery a:visited {
	float: left;
	display: block;
	width: 150px;
	height: 100px;
	background: #ccc;
	margin: 3px;
	padding: 2px;
	overflow: hidden;
}

#leftcol .gallery a:hover {
	background: #fff000;
}

/*	color: #ab9413;
	background: url(../images/bg_bucket.jpg) -244px 0px no-repeat;
	border: 1px solid #fff000;

*/

#leftcol img.headpic {
	float: right;
	padding: 0 0 5px 10px;
}

#leftcol .scenario {
	margin-bottom: 10px;
	padding: 180px 15px 10px 15px;
	background: transparent none top left no-repeat;
}

#leftcol .scenario h2 {
	display: block;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: -2px;
	padding: 2px 5px;
	width: 100px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	background-color: #ccc;
	z-index: 1;
}

#leftcol .scenario ul {
	display: block;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #fff;
	list-style-image: url(../images/bg_ul.gif);
}

#leftcol .scenario li {
	margin: 0 0 0 18px;
	padding: 2px 0;
}

#leftcol .scenario img {
	border: 1px solid #fff;
}

#leftcol .scenario .gallery  a {
	float: left;
	display: block;
	width: 140px;
	height: 90px;
	background: #ccc;
	margin: 4px;
	padding: 1px;
}

#leftcol .scenario a:hover {
	background: #fff000;
}




/* Content styles - Column right */

#rightcol {
	width: 240px;
	padding: 10px 10px 0 10px;
	float: right;
	background: #ffd600 url(../images/bg_colright_top.gif) top left no-repeat;
}

#rightcol p.disclaimer {
	font-size: 90%;
	padding-top: 10px;
}

#rightcol h2 {
	font-size: 100%;
	font-weight: 700;
}

#rightcol h3 {
	background: #ffd600 url(../images/bg_colright_h3.gif) top left repeat-x;
	font-size: 140%;
	padding: 5px 0 10px 0;
}

#rightcol ul {
	list-style:none;
	width: 240px;
	background: #ffd600 url(../images/bg_colright_price_top.gif) top left no-repeat;
}

#rightcol li {
	padding: 5px 5px 5px 5px;
	background: #fff url(../images/bg_colright_price_base.gif) bottom left no-repeat;
	margin-bottom:10px;
}

#rightcol ul em {
	font-size: 700;
}

#rightcol a.button:link, #rightcol a.button:visited {
	display: block;
	width: 160px;
	height: 16px;
	color: #fff;
	background: #ee2e24;
	border: 1px solid #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	padding: 2px 0 3px 0;
}

#rightcol a.button:hover {
	background: #000;
}




/* Content styles - Full column */

#fullcol {
	width: 760px;
	padding: 10px;
}

#fullcol p.disclaimer {
	font-size: 90%;
	padding-top: 10px;
}

#fullcol img.headpic {
	float: right;
	padding: 0 0 5px 10px;
}

#fullcol a:link, #fullcol a:visited {
	color: #75c3ec;
}

#fullcol a:hover {
	color: #666;
	text-decoration: none;
}

#fullcol h1 {
	color: #0b6693;
	font-size: 140%;
	font-weight: 200;
	padding-bottom: 0.2em;
}

#fullcol h2 {
	color: #0b6693;
}

#fullcol ul {
	list-style-image: url(../images/bg_fullcol_ul.gif);
	margin-left: 20px;
	padding-bottom: 20px;
}

#fullcol ul li {
	font-weight: 700;
	padding: 0 0 5px 0;
}

#fullcol ol {
	list-style-type: lower-alpha;
	margin-left: 20px;
	padding-bottom: 20px;
}

#fullcol td {
	border-top: 1px solid #98c9db;
}

#fullcol td.noborder {
	border-top: 1px solid #e2f7fc;
}

#fullcol td p {
	padding: 5px;
}

#fullcol td em {
	font-weight: 700;
}

#fullcol .newsitem {
	border: 1px solid #98c9db;
	margin-bottom: 10px;
	padding: 10px;
	background: #e2f7fc url(../images/bg_newsitem.jpg) top left no-repeat;
}

#fullcol .priceitem {
	border: 1px solid #98c9db;
	margin-bottom: 10px;
	padding: 10px;
	background: #e2f7fc url(../images/bg_priceitem.jpg) top left no-repeat;
}

#fullcol .contactitem {
	border: 1px solid #98c9db;
	margin-bottom: 10px;
	padding: 10px;
	background: #e2f7fc url(../images/bg_contactitem.jpg) top left no-repeat;
}

#fullcol .field {
	border: 1px solid #98c9db;
	width: 200px;
}

#fullcol .fieldmulti {
	border: 1px solid #98c9db;
	width: 445px;
	height: 150px
}

#fullcol .submit {
	height: 24px;
	width: 60px;
	border: 1px solid #666;
	margin: 5px 0 0 0;
	padding: 0 4px 2px 4px;
	color: #fff;
	background-color: #000;
}




/* Content styles - Column right navigation */

#rightcolnav {
	width: 170px;
	margin: 20px 0px 0 0;
	padding: 10px 10px 0 10px;
	float: right;
	background: #70cbdd url(../images/bg_colrightnav_top.gif) top left no-repeat;
}

#rightcolnav ul {
	list-style: none;
}

#rightcolnav ul li a:link, #rightcolnav ul li a:visited {
	display: block;
	padding: 4px 10px;
	color: #fff;
	/*background: #70cbdd url(../images/bg_sidenav.gif) 0 8px no-repeat;*/
	border-bottom: 1px solid #48acc0;
	text-decoration: none;
}

#rightcolnav ul li a:hover {
	color: #000;
	background: #70cbdd url(../images/bg_sidenav.gif) 0 -8px no-repeat;
}

#rightcolnav ul li a.current {
	color: #000;
	background: #70cbdd url(../images/bg_sidenav.gif) 0 -8px no-repeat;
}

#rightcolnav h2 {
	font-size: 100%;
	font-weight: 700;
	text-transform: uppercase;
}

#rightcolnav h3 {
	background: #ffd600 url(../images/bg_colright_h3.gif) top left repeat-x;
	font-size: 140%;
	padding: 5px 0 10px 0;
}






/* Footer styles */

#footer a:link, #footer a:visited {
	color: #36afd8;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}










