html{
	font-family: Arial, Helvetica, sans-serif;
	background:white url(../images/bg.jpg) repeat-x;
}

body{

}

a{
  color:#555;
	text-decoration: none;
}

a:hover{
  color: black;
}

#container{
	padding-left:30px;
}

#images{
  position: absolute;
	z-index:0;
	width:500px;
	overflow: hidden;
	height: 200px;
	left:415px;
}

#image img{
  position: absolute;
}

#header{
	position: relative;
	background: url(../images/banner.png) 0px 0 no-repeat; ;
	color: white;
	z-index: 10;
}

#header h1{
	height: 185px;
  text-indent: -9999em;
}

#header h1 a{
  display: block;
	width:320px;
	height: 100px;
	top:50px;
	position: relative;
}

#content{
  margin:0;
	padding:0;
	width:960px;
}

#menu{
	width:165px;
	float:left;
	margin-top:10px;
}

#body{
	width:575px;
  float: left;
	margin-top:10px;
	padding:0 25px;
}

#right{
	width:170px;
  float: left;
	margin-bottom:10px;
}

#home{
	left:5px;
	position: relative;
  width:820px;
	margin:0px auto;
	overflow: auto;
}

#home li{
  float: left;
	list-style: none;
	width:205px;
	margin-top:10px;
}

#home li a{
	display: block;
	height:170px;
}

#home li a img{
	position: relative;
	top:11px;
	left:14px;
  width: 158px;
	height: 105px;
	margin-bottom:30px;
	display: block;
}


#home li.topblue a{
  background: url(../images/home1.png) no-repeat;
}
#home li.toppink a{
  background: url(../images/home2.png) no-repeat;
}
#home li.topyellow a{
  background: url(../images/home3.png) no-repeat;
}
#home li.topblack a{
  background: url(../images/home4.png) no-repeat;
}

#home li.topblue a:hover{
  background: url(../images/home1_hover.png) no-repeat;
}
#home li.toppink a:hover{
  background: url(../images/home2_hover.png) no-repeat;
}
#home li.topyellow a:hover{
  background: url(../images/home3_hover.png) no-repeat;
}
#home li.topblack a:hover{
  background: url(../images/home4_hover.png) no-repeat;
}

#home li.botblue a{
  background: url(../images/home1_empty.png) no-repeat;
}
#home li.botpink a{
  background: url(../images/home2_empty.png) no-repeat;
}
#home li.botyellow a{
  background: url(../images/home3_empty.png) no-repeat;
}
#home li.botblack a{
  background: url(../images/home4_empty.png) no-repeat;
}

#home li.botblue a:hover{
  background: url(../images/home1_empty_hover.png) no-repeat;
}
#home li.botpink a:hover{
  background: url(../images/home2_empty_hover.png) no-repeat;
}
#home li.botyellow a:hover{
  background: url(../images/home3_empty_hover.png) no-repeat;
}
#home li.botblack a:hover{
  background: url(../images/home4_empty_hover.png) no-repeat;
}

#home li span{
  display: block;
	height: 30px;
	line-height: 25px;
	padding-right: 20px;
	color: white;
	font-size: 12px;
	text-transform:lowercase;
	text-align: center;
}

#home li.topblue span{
	background: url(../images/homebut1.png) no-repeat;
}
#home li.toppink span{
	background: url(../images/homebut2.png) no-repeat;
}
#home li.topyellow span{
	background: url(../images/homebut3.png) no-repeat;
}
#home li.topblack span{
	background: url(../images/homebut4.png) no-repeat;
}

#home li.botblue span{
	background: url(../images/homebut1.png) no-repeat;
}
#home li.botpink span{
	background: url(../images/homebut2.png) no-repeat;
}
#home li.botyellow span{
	background: url(../images/homebut3.png) no-repeat;
}
#home li.botblack span{
	background: url(../images/homebut4.png) no-repeat;
}

#home li.topblue a:hover span{
	background: url(../images/homebut1_hover.png) no-repeat;
}
#home li.toppink a:hover span{
	background: url(../images/homebut2_hover.png) no-repeat;
}
#home li.topyellow a:hover span{
	background: url(../images/homebut3_hover.png) no-repeat;
}
#home li.topblack a:hover span{
	background: url(../images/homebut4_hover.png) no-repeat;
}

#home li.botblue a:hover span{
	background: url(../images/homebut1_hover.png) no-repeat;
}
#home li.botpink a:hover span{
	background: url(../images/homebut2_hover.png) no-repeat;
}
#home li.botyellow a:hover span{
	background: url(../images/homebut3_hover.png) no-repeat;
}
#home li.botblack a:hover span{
	background: url(../images/homebut4_hover.png) no-repeat;
}


#subscribeform{
	clear: left;
	padding:10px 0;
	overflow: auto;
}

#subscribeform div{
	background: url(../images/p-middle.png) top left repeat-y;
	padding-left:5px;
	padding-right:5px;
}

#subscribeform h2{
	margin-bottom:5px;
	font-size: 13px;
}

#subscribeform p{
  margin-top:5px;
	font-size: 10px;
}

#subscribeform p.top{
	background: url(../images/p-top.png) top left no-repeat;
	height: 8px;
	margin:0;
}

#subscribeform p.bottom{
	height:8px;
	background: url(../images/p-bottom.png) bottom left no-repeat;
	margin:0;
}

#subscribeform p input{
  -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid #888;
	padding:2px 5px;
	width:104px;
	color: #888;
	font-style: italic;
	text-align: center;
	font-size: 12px;
}

#subscribeform input[type=button]{
  padding:1px 2px;
	width:auto;
	font-style: normal;
	color: black;
}

.sidebox{

}

.sidebox h3{
	display: block;
  text-align: center;
	clear:left;
	color: white;
	background: transparent url(../images/casestudy.png) top left no-repeat;
	width:165px;
	margin-top:10px;
	height: 24px;
	line-height: 20px;
	font-size: 12px;
	text-transform:uppercase;
}

.sidebox p.top{
	width:160px;
	height: 8px;
	line-height: 8px;
	overflow: hidden;
	background: url(../images/p-top.png) repeat-y;
}

.sidebox p.content{
	width:150px;
	padding:0 5px;
	margin-left:0;
	font-size: 11px;
	background: url(../images/p-middle.png) repeat-y;
}

.sidebox p.content img{
  float: right;
	margin-left:3px;
	margin-bottom:3px;
}

.sidebox p.more{
	clear:right;
	width:160px;
  background: url(../images/p-bottom.png) repeat-y;
	height: 19px;
}

.sidebox p.more a{
	position: relative;
	color: #06afee;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 5px;
	top: -1px;
}

.sidebox p.more a:hover{
  text-decoration: none;
}


/*
 * Horizontal Menu styles
 */
.horizontal-menu{
	width:960px;
  background: url(../images/menu.png) top left no-repeat;
	height: 35px;
	color: white;
	position: relative;
	z-index: 2;
}

.horizontal-menu ul{
	list-style: none;
	margin:0;
	text-align: center;
}

.horizontal-menu li{
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	width:auto;
}

.horizontal-menu a{
	color:white;
	font-size: 13px;
  line-height: 28px;
}

.horizontal-menu a:hover{
  color: #cacaca;
}


/*
 * FIRST LEVEL
 */
#menu ul{
  padding:0;
	margin:0;
}

#menu ul li{
  margin-bottom:4px;
}

#menu li a{
	color:white;
	text-decoration: none;
	padding-left:0px;
	padding-right:5px;
	margin:0;
	height: 28px;
	width: 160px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	text-transform: lowercase;
}

#menu li.item1{
  background: url(../images/menu1.png) no-repeat;
}
#menu li.item1:hover, #menu li.item1 a:hover{
	background: url(../images/menu1_hover.png) no-repeat;
	color: #06afee;
}
#menu li.item1:hover a{
  color: #06afee;
}

#menu li.item2{
  background: url(../images/menu2.png) no-repeat;
}
#menu li.item2:hover, #menu li.item2 a:hover{
	background: url(../images/menu2_hover.png) no-repeat;
	color:#d00dae;
}
#menu li.item2:hover a{
  color:#d00dae;
}

#menu li.item3{
  background: url(../images/menu3.png) no-repeat;
}
#menu li.item3:hover, #menu li.item3 a:hover{
	background: url(../images/menu3_hover.png) no-repeat;
	color:#eda700;
}
#menu li.item3:hover a{
  color:#eda700;
}

#menu li.item4{
  background: url(../images/menu4.png) no-repeat;
}
#menu li.item4:hover, #menu li.item4 a:hover{
	background: url(../images/menu4_hover.png) no-repeat;
	color:black;
}
#menu li.item4:hover a{
  color:black;
}

/* Empty menus */

#menu li.empty1{
  background: url(../images/menu1_empty.png) no-repeat;
}
#menu li.empty1:hover, #menu li.empty1 a:hover{
	background: url(../images/menu1_empty_hover.png) no-repeat;
}


#menu li.empty2{
  background: url(../images/menu2_empty.png) no-repeat;
}
#menu li.empty2:hover, #menu li.empty2 a:hover{
	background: url(../images/menu2_empty_hover.png) no-repeat;
}

#menu li.empty3{
  background: url(../images/menu3_empty.png) no-repeat;
}
#menu li.empty3:hover, #menu li.empty3 a:hover{
	background: url(../images/menu3_empty_hover.png) no-repeat;
}

#menu li.empty4{
  background: url(../images/menu4_empty.png) no-repeat;
}
#menu li.empty4:hover, #menu li.empty4 a:hover{
	background: url(../images/menu4_empty_hover.png) no-repeat;
}

/* End empty menus */


#menu li.item1 li{
	background:url(../images/sub1_mid.png);
}
#menu li.item2 li{
  background:url(../images/sub2_mid.png);
}
#menu li.item3 li{
  background:url(../images/sub3_mid.png);
}
#menu li.item4 li{
  background:url(../images/sub4_mid.png);
}

#menu li.item1 li a, #menu li.item1 li a:hover,
#menu li.item2 li a, #menu li.item2 li a:hover,
#menu li.item3 li a, #menu li.item3 li a:hover,
#menu li.item4 li a, #menu li.item4 li a:hover{
	background: transparent;
	text-align: left;
	font-size: 0.85em;
}

#menu li.item1 li a:hover,
#menu li.item2 li a:hover,
#menu li.item3 li a:hover{
  color: black;
}

#menu li.item4 li a:hover{
	color: gray;
}

#menu li li a,
#menu li li a:hover,
#menu li li li a,
#menu li li li a:hover{
	border-top:1px solid gray;
	text-transform: none;
}

#menu li li:first-child a{
  border-top:0;
}

#menu li li,
#menu li li li{
	padding:0 3px;
	width:154px;
  height: 20px;
	margin:0;
}

#menu li li a,
#menu li li li a{
	font-size: 0.8em;
	line-height: 18px;
	height: 20px;
	width: auto;
	display: block;
}

#menu li.item1 li a{
	color:#06afee;
}
#menu li.item2 li a{
	color:#d00dae;
}
#menu li.item3 li a{
	color:#eda700;
}
#menu li.item4 li a{
	color:black;
}


/* Body Styles */
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6, #body p, #body ol, #body ul{
	margin-bottom:12px;
}

#body.item1 h1, #body.item1 h2, #body.item1 h3, #body.item1 h3, #body.item1 h4, #body.item1 h5, #body.item1 h6,
#body.item1 a, #body.item1 .colour, #body.item1 a.enquire:hover, #body.item1 .highlight{
	color:#00a1e4 ;
}

#body.item2 h1, #body.item2 h2, #body.item2 h3, #body.item2 h3, #body.item2 h4, #body.item2 h5, #body.item2 h6,
#body.item2 a, #body.item2 .colour, #body.item2 a.enquire:hover, #body.item2 .highlight{
	color:#ff36ae ;
}

#body.item3 h1, #body.item3 h2, #body.item3 h3, #body.item3 h3, #body.item3 h4, #body.item3 h5, #body.item3 h6,
#body.item3 a, #body.item3 .colour, #body.item3 a.enquire:hover, #body.item3 .highlight{
	color:#f4a902 ;
}

#body.item4 h1, #body.item4 h2, #body.item4 h3, #body.item4 h3, #body.item4 h4, #body.item4 h5, #body.item4 h6,
#body.item4 a, #body.item4 .colour, #body.item4 a.enquire:hover, #body.item4 .highlight{
	color:black ;
}

#body.item1 a:hover, #body.item2 a:hover, #body.item3 a:hover{
  color: black;
}

.highlight{

}


#body h1{
  font-size: 24px;
}
#body h2{
  font-size: 16px;
}
#body h3{
  font-size: 14px;
}
#body h4{
  font-size: 13px;
}
#body h5{
  font-size: 12px;
}
#body h6{
  font-size: 10px;
}

#body.item1 h1, #body.item1 h2{
	text-shadow: 1px 1px 1px #000;
}

#body.item2 h1, #body.item2 h2{
	text-shadow: 1px 1px 1px #000;
}

#body.item3 h1, #body.item3 h2{
	text-shadow: 1px 1px 1px #000;
}

#body.item4 h1, #body.item4 h2{
	text-shadow: 1px 1px 1px #888;
}

#body ul{
  padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 20px;
}

#body p{
  line-height: 1.4em;
}

#body a.enquire{
  display: block;
	width: 165px;
	color: white;
	text-align: center;
	height: 25px;
	text-transform: uppercase;
	line-height: 21px;
}

#body.item1 a.enquire{
	background: url(../images/enquire1.png) no-repeat;
}
#body.item2 a.enquire{
	background: url(../images/enquire2.png) no-repeat;
}
#body.item3 a.enquire{
	background: url(../images/enquire3.png) no-repeat;
}
#body.item4 a.enquire{
	background: url(../images/enquire4.png) no-repeat;
}

#body.item1 a.enquire:hover{
	background: url(../images/enquire1_hover.png) no-repeat;
}
#body.item2 a.enquire:hover{
	background: url(../images/enquire2_hover.png) no-repeat;
}
#body.item3 a.enquire:hover{
	background: url(../images/enquire3_hover.png) no-repeat;
}
#body.item4 a.enquire:hover{
	background: url(../images/enquire4_hover.png) no-repeat;
}

#body ul.news, #body ul.offers{
	list-style:square;
}

#body ul.news li a, #body ul.offers li a{
  color:#FF36AE;
}

#body ul.news li a:hover, #body ul.offers li a:hover{
	color: #06AFEE;
}


/* Contact Form Styles */
#contact{

}

#contactform{

}

#contact p{
  margin-left:130px;
	margin-top:4px;
	margin-bottom:4px;
}

#contact p label{
  float: left;
	margin-left: -130px;
	font-weight: bold;
}

#contact p input[type=text], #contact p input[type=password]{
  width:300px;
	border:1px solid #888;
	padding:2px 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size: 12px;
}

#contact p textarea{
	padding:2px 5px;
  width:300px;
	height: 100px;
	border:1px solid #888;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-family: Arial;
	font-size: 12px;
}

#contact p input[type=submit]{
  border:1px solid #888;
	color: black;
	font-family:Arial;
	cursor: pointer;
	padding:2px 5px;
	font-size: 0.85em;
  border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#contact p input[type=submit]:hover{

}

#contact p span.required{

}

#contact p input.missing, #contact p textarea.missing{
  color:black;
	border:1px solid black;
	background: #eee;
}

#contact input:focus, #contact textarea:focus, #contact select:focus{
	background:#ddd;
}


div.formerror, div#formerrors{
  margin-bottom: 10px;
	color:#9E1515;
}

div#formerrors ul{
  list-style: square;
	border: 1px solid #9E1515;
}
/* End Contact Styles */

#quote{

}

#quote p{
  margin-left:100px;
	margin-top:5px;
	margin-bottom:5px;
	clear: both;
}

#quote p label{
  float: left;
	margin-left: 0;
	font-weight: normal;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:10px;
	font-size: 12px;
}

#quote p label:first-child{
  float: left;
	margin-left: -100px;
	font-weight: bold;
}


#quote p input[type=text], #quote p select{
  width:350px;
	border:1px solid #888;
	padding:2px 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size: 12px;
}

#quote p select{
  width:360px;
}

#quote p input[type=radio]{
  margin-left:0px;
	float: left;
	display: block;
	margin-bottom:10px;
}

#quote p textarea{
  width:350px;
	border:1px solid #888;
	padding:2px 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size: 12px;
	font-family:arial;
}

#quote input[type=submit]{
	border:1px solid #888;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size: 12px;
	font-family:arial;
	background: black;
	color: white;
	cursor:pointer;
}

#quote input[type=submit]:hover{
  background: white;
	color: black;
}

#quote input:focus, #quote textarea:focus, #quote select:focus{
	background:#ddd;
}

#pageimages{
	padding-top:20px;
	clear:right;
}

#pageimages ul{
  margin:0;
	padding:0;
	list-style: none;
	overflow: auto;
}

#pageimages li{
	margin-left:28px;
	margin-bottom:10px;
	display: block;
	float: left;
	width: 120px;
	text-align: center;
}

#pageimages li img{
	border: 1px solid black;
	width: 120px;
	height: 120px;
}

#pageimages li span{
  font-size: 0.9em;
}

#pageimages ul li:first-child{
  margin-left:0;
}

#casestudy-images-cont{
  float:right;
	width:267px;
	height:280px;
	margin-left:10px;
	margin-right:2px;
}

#casestudy-images{
  width:267px;
	height:280px;
	overflow:hidden;
	position:absolute;
}

#casestudy-images img{
  border:1px solid black;
}

#buyonline-container{
  padding-top:10px;
}

#buyonline{
  width:800px;
	overflow: hidden;
	border:1px solid black;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	height: 90px;
	padding:10px 0;
	margin:0px auto;
	text-align: center;
}

#buyonline li{
  padding:0 5px;
}

#buyonline span{
  display:block;
	margin-top:2px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#controls{
  width:800px;
	height: 32px;
	margin:0px auto;
	margin-top:5px;
	overflow: auto;
	background: url(../images/sliderbg.jpg) repeat-x;
}

#controls .slider{
	left:384px;
	width:32px;
	height:32px;
	position: relative;
	cursor: pointer;
	z-index: 10;
	background: url(../images/slider.png) no-repeat;
}

#uploader{
  display: none;
}

#footer{
  clear: both;
	width:960px;
}

#small-logo{
	height: 80px;
	padding:10px; 0;
}

#small-logo img{
  display: block;
	margin:0px auto;
	height: 80px;
	width:80px;
}

#footer p{
	margin-top:20px;
  font-size: 0.9em;
	text-align: center;
}

