/*
Euro Pressing Services Stylesheet
Created By: Leighton West
Modified: 14/08/2006
*/

/*font-family
==============================*/
#content, #footer, #navcontainer ul li a {
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

/*html body
==============================*/
body {
	margin:0px auto;
	margin-top:5px;
}

#container {
	margin:0 auto;
	width:720px;
}

h1 {
	margin:0px 0px 0px 0px;
	height:200px;
	width:720px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../images/logo-web.jpg);
}
h1 span {
	display:none;
}

h3 {
	margin:10px 0px 0px 0px;
	padding:5px 0px 0px 15px;
	height:30px;
	width:460px;
	background-position:top left;
	background-repeat:repeat-x;
	background-image:url(../images/x.jpg);
}
h3 span {
	font-size:12px;
}

h4 {
	margin:25px 0px 0px 0px;
	padding:0px;
	font-size:20px;
	color:#666666;
	text-align:center;
	background-position:top left;
	background-repeat:repeat-x;
	background-image:url(../images/x.jpg);
}

#content {
	margin:0px 0px 10px 0px;
	width:460px;
	float:left;
	font-size:13px;
}
#content a {
	color:#4573b3;
}

#right-col {
	margin:0px;
	margin-bottom:10px;
	width:240px;
/*	height:340px;*/
	float:right;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../images/menu.jpg);
}

#footer {
	height:30px;
	width:720px;
	margin:0px 0px 10px 0px;
	text-align:right;
	clear:both;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../images/footer.jpg);
}
#footer span {
	padding:0px 15px 0px 0px;
	color:#ffffff;
	font-size:11px;
}
#footer span a {
	color:#ffffff;
}

img {
	border:0px solid #000000;
}

.float-right {
	float:right;
}

.center {
	text-align:center;
}

.links {
	display:none;
}

#call {
	font-family:tahoma;
	text-align:center;
	font-size:18px;
}

#call span {
	font-size:34px;
	color:#4573b3;
}

td {
	vertical-align:top;
}


/*menu
==============================*/
#navcontainer ul {
	padding:0px 0px 0px 0px;
	position:relative;
	left:65px;
	list-style-type:none;
	text-align:left;
	margin:30px 0px 0px 0px;
/*	float:left;*/
}
#navcontainer ul li a {
	padding-left:0px;
	font-size:13px;
	text-decoration:none;
	color:#000;
}
#navcontainer ul li a:hover {
	color:#ffffff;
}
#navcontainer ul li a#current {
	color:#ffffff;
}
