/* CSS Document */

Body {
	width:100%;
	min-height:925px;
	margin:0px;
	padding:0px;
	background:url('../images/magdietBg.jpg') no-repeat top center #ece8e4;
	border-bottom:8px solid #fb7919;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#634949;
	}
a {
	text-decoration:none;
	color:#442925;
	outline-style:none;
	}
a:hover {
	color:#f08102;
	}
#container {
	width:960px;
	margin: 0px auto;
	}
#container .header{
	background:url('../images/headerBg.png') no-repeat center top;
	width:957px;
	height:160px;
	}
.menu {
	float:right;
	margin:34px 114px 0px 0px;
	}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.menu ul li{
	float:left;
	padding:0px;
	margin: 0px 10px;
	}
.menu ul li a {
	color:#404041;
	font-size:16px;
	font-family:"Segoe UI","Arial Black", Gadget, sans-serif;
	display:block;
	white-space:nowrap;
	}
.menu ul li.selected a {
	background:url('../images/menuSelectedBg.png') no-repeat top center;
	height:31px;
	color:#ffffff;
	}
.menu ul li.selected:hover a {
	height:31px;
	}
.menu ul li:hover a {
	color:#fff;
	}
/*.menu ul li:hover a {
	background:url('../images/menuSelectedBg.png') no-repeat top center;
	height:24px;	
	color:#ffffff;
	}*/
.menu ul li.selected {
	background:url('../images/btnMenuCorners.png') no-repeat left 0px;
	padding-left:7px;
	}

/*.menu ul li:hover{
	background:url('../images/btnMenuCorners.png') no-repeat left 0px;
	padding-left:7px;
	}*/
.menu ul li.selected span /*.menu ul li:hover span*/ {
	background:url('../images/btnMenuCorners.png') no-repeat right -56px;
	display:block;
	padding-right:7px;
	}
.logo {
	float:left;
	width:240px;
	height:88px;
	margin: 10px 0px 0px 20px;
	}
.clear {
	clear:both;
	}
#main {
	padding: 20px 40px;
	}
p {
	color:#634949;
	padding:4px 0px 0px 0px;
	margin:0px;
	text-align:justify;
	line-height:1.8em;
	}
h1 {
	font-size:22px;
	font-family:"Segoe UI";
	font-weight:lighter;
	padding: 0px 88px 0px 0px;
	margin:0px;
	position:relative;
	}

h1.welcome {
	padding:0px;
	margin:0px;
	margin-left:334px;
	color:#604d46;
	font-size:26px;
	font-family:"Segoe UI";
	font-weight:lighter;
	}
h2 {
	margin:0px;}
span.smallHeading {
	font-size:14px;
	font-weight:bold;
	display:block;
	}
span.smalls {
	font-size:11px;
	display:block;
	}
div.signature {
	padding-top:10px;
	margin-left:334px;
	}
.beta {
	background:url('../images/borderlines.jpg') repeat-x top;
	padding-top:16px;
	margin-top:20px;
	}
.beta.simple {
	background:none;
	padding-left:40px;
	padding-right:80px;
	margin-top:0px;
	position:relative;
	}
.Box {
	float:left;
	width:270px;
	margin-right:20px;
	}
span.heading {
	display:block;
	background:url('../images/bgquote.png') no-repeat;
	width:222px;
	height:36px;
	padding:24px;
	font-size:18px;
	color:#604d46;
	}
.Box.Ad {
	width:300px;
	margin:0px;
	}

.newsContainer {
	height:174px;
	overflow-y:scroll;
	margin: 0px 12px 0px 22px;
	padding-right:10px;
	}
ul.news li {
	background:url('../images/borderlines.jpg') repeat-x bottom;
	padding-bottom:4px;
	margin-bottom:12px;
	}
.footer {
	background:url('../images/footerBg.png') no-repeat right bottom;
	margin-top:20px;
	}
.footerLogo {
	background:url('../images/magdietLogoGrey.png') no-repeat;
	width:190px;
	height:65px;
	float:left;
	}
.info {
	float:right;
	margin-top:14px;
	}
.info .item {
	float:left;
	background:url('../images/footerIcons.png') no-repeat;
	height:52px;
	width:90px;
	margin-left:14px;
	}
.item.address {
	background-position: 0px 0px;
	padding-left:68px;
	}
	
.item.address:hover {
	background-position: -208px 0px;}

.item:hover .detail {		
	color:#8a8987;
	cursor:default;
	}
.detail {
	font-size:11px;
	display:inline-block;
	padding-top:8px;
	color:#b6b3b0;
	}
.item.email {
	background-position:0px -62px ;
	padding-left:68px;
	width:106px;
	}
.item.email a {
	color:#b6b3b0;
	}

.item.email:hover a {
	color:#8a8987
	}
.item.email:hover{
	background-position: -208px -62px;
	}
.item.phone {
	background-position:0px -124px ;
	padding-left:72px;
	height:56px;
	width:70px;
	}
.item.phone:hover {
	background-position: -208px -124px ;
	}
.item.mobile {
	background-position:0px -188px ;
	padding-left:42px;
	}
.item.mobile:hover {
	background-position: -208px -188px ;
	}
.copyright {
	color:#7b7a79;
	padding:14px 0px 6px 0px;
	*padding-top:0px;
	 }
.innovation {
	display:inline-block;
	background:url('../images/innovation.png') no-repeat;
	width:58px;
	height:18px;
	text-align:right;
	position:absolute;
	right:0px;
	top:8px;
	}
ul.subList {
	margin: 4px 10px 6px 6px;
	padding:0px;
	}
ul.subList li {
	padding-bottom:4px;
	background:url(../images/bullet.png) no-repeat left 4px;
	padding-left:10px;
	}
ul.subList li.none {
	padding-left:0px;
	background:none;
	}
ul.article{
	margin:0px 6px 0px 6px;
	padding:0px;
	}
ul.article li {
	line-height:1.4em;
	border-bottom:1px dotted #c0b3a6;
	padding: 0px 0px 4px 0px;
	margin:0px 0px 6px 0px;
	}
.boxHeading {
	background:url('../images/borderlines.jpg') repeat-x bottom;
	padding-bottom:6px;
	font-size:14px;
	font-weight:bold;
	color:#857171;
	margin-top:16px;
	margin-bottom:10px;
	}
.gallery a {
	border:4px solid #fff;
	margin-right:26px;
	margin-bottom:40px;
	display:inline-block;
	}
.gallery a.last {
	margin-right:0px;
	}
.gallery a:hover{
	border-color:#e5e1dd;
	}
	
.sectionHeader {
	background:url(../images/sectionBg.png) no-repeat;
	background-position: top right;
	text-align:right;
	height:46px;
	margin-bottom:10px;
	}
.sectionHeader.article {
	float:right;
	width:496px;
	height:46px;
	background-position: -40px 0px;
	}
.sectionHeader.article.guidelines {
	width:514px;
	}
.dateContainer {
	float:left;
	background:url(../images/dateBg.png) no-repeat;
	width:53px;
	height:43px;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
	}
.dateContainer .month{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	display:block;
	padding-bottom:4px;
	}
.dateContainer .year {
	font-size:14px;
	font-weight:bold;
	}
.sectionHeader span {
	display:inline-block;
	font-weight:bold;
	color:#857171;
	font-size:14px;
	margin-top:20px;
	padding-right:4px;
	}
.photo{
	float:left;
	margin-right:6px;
	margin-bottom:4px;
	}
.photoContainer {
	float:left;
	padding-top:10px;
	padding-right:8px;
	}
.photoContainer span {
	background:#604d46;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	display:block;
	margin-top:8px;
	padding: 1px 3px;
	}
#accordion p {
	background:url('../images/borderlines.jpg') repeat-x bottom;
	padding-bottom:4px;
	margin-bottom:4px;
	}
#accordion span.smalls {
	text-align:right;
	}
span.date {
	font-size:12px;
	display:block;
	font-weight:bold;
	}
p.medium {
	font-size:13px;
	}
.articleTools {
	position:absolute;
	right:0px;
	top:0px;
	padding-top:6px;
	}
span.fourteen {
	font-size:14px;
	}
.right {
	text-align:right;}
table.data {
	border-collapse:collapse;
	width:420px;
	margin-bottom:20px;
	}
table.data.wide {
	width:100%;
	}
table.data td {
	padding:4px;
	border-bottom:1px dotted #dcd5cd;
	}
table.data th {
	background:#604d46;
	color:#ffffff;
	font-size:14px;
	padding:4px;
	font-weight:normal;
	}
.field {
	border:0px;
	padding: 0px 4px;
	vertical-align:middle;
	line-height:normal;
	letter-spacing:normal;
	margin:0px;
	background:url('../images/fieldBg.png') no-repeat;
	width:215px;
	height:26px;
	color:#8c7979;
	}
.fieldName {
	float:left;
	padding-right:6px;
	font-size:16px;
	width:120px;
	line-height:normal;
	color:#8c7979;
	}
.row {
	padding-bottom:15px;
	}
.fieldArea {
	border-radius:3px;
	border-color:#f4f4f4;
	border:none;
	border-radius-width:1px;
	box-shadow: 2px 2px 4px #bebab4;
	background-color:#ffffff;
	width:204px;
	color:#8c7979;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:4px;
	}
.plain{
	display:inline;
	line-height:normal;
	padding-left:5px;
	}
.btnSubmit {
	width:215px;
	background:#4e2733;
	margin:0px;
	padding: 4px;
	line-height:normal;
	letter-spacing:normal;
	font-size:16px;
	cursor:pointer;
	border-radius: 3px;
	border:none;
	color:#ffffff;
	margin-left:126px;
	height:26px;
	}
.btnSubmit:hover {
	background:#613140;
	}
.checkField {
	margin:0px;
	padding:0px;
	vertical-align:middle;
	}
.globalBtn {
	display:block;
	background:url(../images/btnBg.png) no-repeat right -78px;
	height:29px;
	padding:0px 5px 0px 0px;
	}
.globalBtn:hover {
	background:url(../images/btnBg.png) no-repeat right -107px;
	}
.globalBtn:hover span {
	background:url(../images/btnBg.png) no-repeat left -39px;
	}
a.globalBtn span {
	display:block;
	background:url(../images/btnBg.png) no-repeat left 0px;
	height:25px;
	padding:4px 10px 0px 15px;
	color:#fff;
	font-size:16px;
	}
h3 {
	font-weight:lighter;
	font-family:"Segoe UI";
	}
.ui-accordion h3 { padding-left:36px;}
.Orange {
	color:#f6802c;
	}
a.pdf {
	background:url(../images/pdf_img.png) no-repeat;
	background-position: top left;
	display:block;
	height:43px;
	padding-left:50px;
	line-height:normal;
	padding-top:10px;
	float:left;
	margin-left:10px;
	}
a.pdf:hover {
	background-position: left -57px;
	}