/* CSS Document *//* ----- BODY ----- */body {	background-image: url(../graphics/csslayout/bgmain.jpg);	background-repeat: no-repeat;	background-position: center top;	background-color: #3C3C3C;	margin: 0px;}/* ----- LISTS ----- */ul {	list-style-type: square;	margin: 0px 0px 0px 35px;	padding: 0px 0px 0px 0px;}li {	margin: 0px 0px 25px 0px;	padding: 0px 0px 0px 0px;	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	color: #CBCBCB;	line-height: 23px;}

ul.soneticons {
	margin-left: 40px;
	}

ul.soneticons li {
	list-style: none;
	float: left;
	margin-right: 25px;
	padding: 0;
	height: 30px;
	width: 36px;
	}
	
	#prices ul li, #personaltraining ul li {
		margin: 0;
		}/* ----- FORMS ----- */.formbarA {	width: 500px;	font-size: 16px;	color: #666666;}.formbarB {	width: 100px;	font-size: 16px;	color: #666666;}