/* 
Generated via cyphas.org - Copyright (c) 1995-2010 www.cyphas.com */

/* ----------------------------- ACCORDION START ------------------------------ */
.mylofts{ /*header of Main Accordion for LLLAC*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #C01802;
}

.openlofts{ /*class added to contents of 1st demo when they are open*/
background: #BB1702;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}



/* Start Menu Sidebar */

.menu{margin:0; padding:0; width:230px; list-style:none;background:rgb(255,255,255);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 5px; font:14px Verdana, Arial, Helvetica, sans-serif; color:rgb(161,8,13); display:block; background:url('http://llac.co.uk/admin/wp-content/uploads/verMenuImages.png') 0px 0px no-repeat; text-decoration:none; outline:none;}
.menu li a:hover{background:url('http://llac.co.uk/admin/wp-content/uploads/verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255);}
.menu li a.active, .menu li a.active:hover{background:url('http://llac.co.uk/admin/wp-content/uploads/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
.menu li a span{line-height:40px;}

/* end Menu Sidebar */

/* ----------------------------- FORMS ------------------------------ */

form#quote textarea,
form#quote select,
form#quote input {
	width:158px;
	border:1px solid #3e3e3e;
	margin-bottom:5px;
}
form#quote input[type="button"] {
	width:100px;
	float:right;
	height:25px;
	border:0px;
         background:url(http://www.llac.co.uk/images/submit.png) top left no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	margin-bottom:0px;
}
form#quote textarea {
	height:100px;
}
form#quote label {
	display:block;
	margin-bottom:3px;
	color:#000000;
	font-size:12px;
}

