/* Version: 1.0											*/
/* Date: 18 Jan 2008								*/
/* www.ewa-australia.com/box.css	*/
/* Contains alternating colours for lists and promo boxes	*/

/* 	#####   ALTERNATING COLOUR LISTS 	#####				*/

#servicelist {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#servicelist li {
	margin: 0px;
	padding: 14px 10px 10px 10px;
}

#servicelist li p {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 130%;
}

.servicelistalt {
	border-top: 1px solid #98BECD; 
	border-bottom: 1px solid #98BECD; 
	background-color: #EAF2F5;
}

#servicelist .groupname {
	font-weight: bold;
}

/* 	#####   PROMOTION BOXES 	#####				*/

#boxes { 
	margin: 20px 0px 0px 0px;
} 

#box1 {
	width: 260px;
	margin: 10px 0px 60px 0px;
	float: left;
	display: inline;
	height : 200px;
	text-align : left;
	padding-right : 0px;
	text-align : justify;
}

#box2 {
	width: 260px;
	margin: 10px 0px 60px 0px;
	float: left;
	display: inline;
	height : 200px;
	float : left;
	text-align : justify;
	padding-right : 0px;
}

#box3 {
	width: 260px;
	margin: 10px 0px 60px 0px;
	display: inline;
	height : 200px;
	float : right;
	text-align : justify;
}


.boxtext {
	background: url('images/pm.png') repeat-y;
	display: block;
	margin: 0px;
	padding: 10px 5px 10px 5px;
	color: #426F85;
	height: 130px;
}

.boxbottom {
	background: url('images/pb.png') no-repeat;
	display: block;
	margin: 0px;
	height:35px;
}

.boxtop {
	background: url('images/pt.png') left bottom no-repeat;
 	height: 39px;
}

#boxes h2 {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	font-weight : lighter;
	text-align:center;
	position: relative;
	top:10px;
}

#boxes h2 a:link, #boxes h2 a:visited, #boxes h2 a:hover {
	text-decoration:none;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	font-weight : lighter;
}

#boxes h2 a:hover {
	text-decoration:none;
	font-size: 16px;
	font-weight: normal;
	color:#ccc;
	font-weight : lighter;
}

#boxes p { 
	padding-left : 11px;
	padding-right : 11px;
}

.boxlink a:link, .boxlink a:visited {
	text-decoration:none;
	font-weight: normal;
	color:#000;
}