/* Copyright - www.vickyleanne.co.uk & www.jasonmayo.net */

body {
	background-color: #353535;
	background-image:url(images/background_i.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	font: 68.5%/1.2em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #4E5244;
}
a:link {text-decoration: underline; color:#6F716A;}
a:hover {text-decoration: underline; color:#3D4134;}
a:visited {text-decoration: underline; color:#6F716A;}
a:active {text-decoration: underline; color:#6F716A;}

a.class2:link {text-decoration: underline; color:#6A7E59;}
a.class2:hover {text-decoration: underline; color:#435336;}
a.class2:visited {text-decoration: underline; color:#6A7E59;}
a.class2:active {text-decoration: underline; color:#6A7E59;}

.logo {
	padding-top: 15px;
}
.main_image {
	background-color: #D5E8B1;
	background-image:url(images/main_background.jpg);
}
.footer {
	padding-right: 20px;
}
.download_leaflet {
	background-image:url(images/center_background_download_leaflet.jpg);
	background-repeat:repeat-x;
	background-color: #F1F2ED;
	color: #FFFFFF;
}
.online_proofing {
	background-image:url(images/center_background_online_proofing.jpg);
	background-repeat:repeat-x;
	background-color: #F1F2ED;
	color: #6F716A;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}
.login {
	padding-left: 21px;
	background-image:url(images/login_background.jpg);
	background-repeat: repeat-x;
}
.login_buton {
	background-image:url(images/footer.gif);
}
.title_index {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}