@charset "utf-8";
/* CSS Document */

/*
Global Style Sheet for Olympic Press
URL: http://www.olympicpress.co.uk
Author: Lee Harding
Author URL: http://www.leehardingonline.co.uk

*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background-color:#56c0ee;
	font:.8em/1.4em Verdana, Geneva, sans-serif;
	color:#000;
}

p {margin:15px 0;}

a {	text-decoration:none;}

ul {list-style-type:none;}

a:hover {text-decoration:underline;}

.wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	background-color:#000;
	height:124px;
	width:100%;
	margin:0;
	border-bottom:#d8d4d4 4px solid;
	padding:5px 0;
}

#footer {
	background-color:#000;
	height:150px;
	width:100%;
	clear:both;
	color:#fff;
	list-style-type:none;
}

#footer a {color:#fff;}
	
#footer ul {
	list-style-type:none;
}

#footer p {
	width:100%;
	text-align:center;
	font-size:1em;
	margin:0 0 10px 0;
	position:relative;
	top:5px;
	
}



#contact_footer_left {
	float:left;
	
}

#contact_footer_right ul {
	text-align:right;
}
	
#nav ul {
	list-style-type:none;
	float:right;
	position:relative;top:-20px;
}

#nav li {
	float:left;
	padding:0 12px;
}

#nav a {
		font:1.3em Arial, Helvetica, sans-serif;
		color:#fff;

}

#content {
	background:#fff;
	padding:10px 0;
	height:700px;
}

#maincontent {
	background:#fff;
	padding:20px 30px;
	
}

#maincontent ol {
	margin:15px 20px;
}


#leftcolumn {
	min-width:180px;
	margin:0 10px;
	background:#fff;
	float:left;
	
}

#centercolumn {
	min-width:500px;
	margin:0;
	background:#fff;
}

#rightcolumn {
	width:166px;
	margin:0 10px;
	background:#fff;
	padding:50px 7px;
	float:right;
}

h1 {
	background:url(../Images/cmyk_heading_bckgrnd2.jpg);
	overflow:hidden;
	color:#fff;
	font:0.9em Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:2px 25px;
	background-repeat:no-repeat;
}

h2 {
	font:1.1em Verdana, Geneva, sans-serif;
	font-weight:bold;
}

h3 {
	font:1em Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#productlist{
	list-style-image:url(../Images/product_bullets.png);
	margin:5px 5px 20px 20px;
	font:1em Arial, Helvetica, sans-serif;
}

#productlist li{
	margin:5px 0;
}

#productlist a {
		color:#000;
}

#servicesbtns {
	margin:10px 0;
}

#servicesbtns li {
	list-style-type:none;
	padding:1px;
	float:left;
}

.pageintro {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	margin:10px 0 10px 0;
}

#guidelines_contents {
	margin:15px 10px;
}

#guidelines_contents li {
	margin:5px 0;
}

#servicesdeflist dt{
	font-weight:bold;
	font-size:1.2em;
	color:#56c0ee;
}

dd {
	margin-bottom:20px;
}

.offersmainheading {
	font-weight:bold;
	font-size:1.3em;
	color:#56c0ee;
}

#monthlyoffers {
	margin-left:80px; 
	margin-top:40px;
	margin-bottom:60px;
}

#monthlyoffers th {
	text-align:left;
	font-size:1.5em;
	color:#56c0ee;
}

#monthlyoffers td {
	border:none;
	width:300px;
	
}

#monthlyoffers ul {
	margin-bottom:30px;

}
#monthlyoffers li {margin:10px;}
	

.monthlyofferprice {
	font-weight:bold;
	color:red;
}

.offers {
	margin:50px 0px;
}

.offers table {
	margin-top:20px;
}

.offers th {
	background-color:#56c0ee;
	color:#fff;
	font-size:1.1em;
}


.offers table, td  {
	border:1px solid #56c0ee;
	border-collapse:collapse;
}

.offers td  {
	width:200px;
	text-align:center;
}

.offers tr  {
	height:30px;
}

a.downloadslinks img{
	position:relative;
	top:13px;
	margin-right:5px;

}

dt {
	margin-bottom:15px;
	font-weight:bold;
	font-size:1.2em;

}


a.downloadslinks {
	color:#56c0ee;
}

input, textarea{
	margin:0px 0;
	font-family:Verdana, Geneva, sans-serif;
}

label {
	font-size:.8em;
	margin:0;
	font-weight:normal;
}

#customform {
	margin-top:30px;
	
	
}
#customform dt {
	margin:0;
}

#contactinfo {
	float:right;
	position:relative;
	top:-360px;
	clear:both;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */
