/* CSS Document for Arosa */

/* Additional imports  */

@import "top-navigation.css";
@import "formstyles.css";


/*   General Layout  */

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}

#header {
	width: 780px;
	height: 125px;
}

#address {
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}

#masthead {
	width: 780px;
	height: 150px;
	border-bottom: 10px solid #0FA550;
	margin-top: -10px;
}

#content {
	width: 780px;
}

#leftbar {
	width: 165px;
	float: left;
	padding: 2px;
	text-align: center;
}

#mainContent {
	width: 585px;
	float: right;
	padding: 5px;
	padding-left: 15px;
}

#footer {
	clear:both;
	width: 780px;
	border-top: 5px solid #0FA550;
	text-align: right;
}

/*   Backgrounds  */

body {
	background: #ECF2EF url(../images/body-bg.gif) repeat-x top center;
}

#wrapper {
	background: #fff url(../images/content-bg2.gif) repeat-y top left;
}

/*#leftbar {
	background-color: #92AF9F; 
}*//* old colour */
#leftbar {
	background-color: #0FA550;
}

#footer { 
	background-color: #fff;
}



/* Font Styling */

body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 62.5%;
}

#address p {
	font-size: 1.1em;
	color: #666;
	line-height: 1.4em;
}

p {
	font-size: 1.2em;
	color: #4b4b4b;
	line-height: 1.5em;
}

#footer p {
	font-size: 1.0em;
	color: #666;
	margin-right: 15px;
}

/* Left Bar List Styling */

#leftbar ul {
	text-align: left;
}

#leftbar li {
	list-style-image: url(../images/bullet2.gif); 
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #fff;
}

#leftbar a {
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
}

#leftbar a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* Image positioning and styling */

.centerpic { 
	width: 225px;
	height: 150px;
	float: left;
	margin-left: 25px;
}

.centerpic img {
	border: 1px solid #000;
}

.centerpic2 { 
	width: 225px;
	height: 170px;
	float: left;
	margin-left: 25px;
}

.centerpic2 img {
	border: 1px solid #000;
}


.picright {
	float: right;
	width: 230px;
	margin-left: 15px;
	margin-top: 10px;
}

.picright img {
	border: 1px solid #000;
}

.picleft {
	float: left;
	width: 230px;
	margin-right:20px;
	margin-top: 10px;
}

.picleft img {
	border: 1px solid #000;
}

/* Other Styles */

.clear {
	clear: both;
}

.offertext {
	font-size: 1.9em;
	color: #ff0000;
}

td { 
	font-size: 1.2em;
	color: #4b4b4b;
}
#newslist {
	list-style: none;
}
#newslist li a{
	text-decoration: none;
	color: #333;
}
#newslist li {
	font-size: 1.3em;

}
#newslist a span.readmore {
	color: #0000cc;
}
.newsdetail h2 {
	color: #666;
}
