/****************************************
 Mediadz - Main CSS (c) 2007
 
 Author: Paul Welsh
 Email: welshy@themusgraveoffice.com
 
 purple - #bf2090
 green  - #8cc63f
****************************************/

* {margin: 0; padding: 0;}

body{
	text-align: center;
	background: #bf2090;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: 700;
}

h2{
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 2.2em;
	text-transform: uppercase;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
}

h3{
	margin-bottom: 20px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 1.7em;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
}

p{
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 1.1em;
}

a:link, a:visited{
	text-decoration: underline;
	color: #c5ea94;
}

a:hover, a:focus{
	color: #367c2b;
}

p.big{
	font-size: 1.3em;
}

hr{
	display: none;
}

address{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 1.3em;
	font-style: normal;
}

/****************************************
 Form Styles
****************************************/

fieldset{
	border: 0;
}

legend{
	display: none;
}

input.inputbox{
	margin-bottom: 12px;
	margin-top: 2px;
	border: 0;
	width: 200px;
	padding: 3px;
	color: #bf2090;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
}

textarea.textbox{
	margin-bottom: 12px;
	margin-top: 2px;
	border: 0;
	width: 320px;
	padding: 3px;
	color: #bf2090;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
}

input.button{
	color: #fff;
	background: #bf2090;
	border: 0;
	cursor: pointer;
	margin-bottom: 15px;
	font-size: 1em;
	padding: 2px;
}

/****************************************
 Containers
****************************************/

#container{
	text-align: left;
	margin: 0 auto;
	width: 918px;
	background:url(../images/main_bg.gif) top repeat-y ;
	overflow: auto;
}

#main{
	background:url(../images/top_bg.gif) top no-repeat;
	float: left;
	width: 918px;
}

/****************************************
 Header
****************************************/

#header{
	width: 918px;
	height: 115px;
	float: left;
}

#logo{
	width: 339px;
	height: 59px;
	float: left;
	overflow:hidden;
	padding-left: 470px;
	padding-top: 30px;
}

#logo h1 a{
	background: url(../images/logo.gif);
	background-position: 0 0;
	height: 59px;
	overflow: hidden;
	width: 339px;
	text-decoration: none;
	float: left;
	position: relative;
}

#logo h1 a span{
	visibility: hidden;
}

/****************************************
 Navigation
****************************************/

#top_nav{
	width: 720px;
	height: 79px;
	padding-left: 93px;
	padding-right: 105px;
	padding-top: 15px;
	float: left;
	overflow: hidden;
}

#top_nav ul{
	float: left;
	list-style: none;	
	overflow: hidden;
}

#top_nav li{
	float: left;
}

#top_nav li.first{
	padding-left:0;
}

#top_nav li.last{
	padding-right: 0;
	border: 0;
}

#top_nav a:link.home_link, #top_nav a:visited.home_link{
	background-image: url(../images/home_link.gif);
	width: 112px;
}

#top_nav a:link.about_link, #top_nav a:visited.about_link{
	background-image: url(../images/about_link.gif);
	width: 119px;
}

#top_nav a:link.promise_link, #top_nav a:visited.promise_link{
	background-image: url(../images/promise_link.gif);
	width: 199px;
}

#top_nav a:link.printing_link, #top_nav a:visited.printing_link{
	background-image: url(../images/printing_link.gif);
	width: 153px;
}

#top_nav a:link.contact_link, #top_nav a:visited.contact_link{
	background-image: url(../images/contact_link.gif);
	width: 137px;
}

#top_nav li a:link, #top_nav li a:visited{
	background-position: 0 0;
	height: 46px;
	overflow: hidden;
	float: left;
	text-decoration: none;
}

#top_nav li a:hover, #top_nav li a:focus{
	color: #367c2b;
	background-position: 0 -46px;
	text-decoration: none;
}

#top_nav li.current a{
	color: #ffffff;
	background: none;
	background-position: 0 -92px;
}

#top_nav li span{
	visibility: hidden;
}

/****************************************
 Content
****************************************/

#content{
	width: 690px;
	padding-left: 108px;
	padding-right: 120px;
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
	color: #fff;
	overflow: hidden;
}

#left{
	width: 323px;
	float: left;
	border-right: 2px solid #fff; 
	padding-right: 20px;
	padding-left: 1px;
	overflow: hidden;
}

#right{
	width: 324px;
	float: left;
	padding-left: 20px;
	overflow: hidden;
}	

#content ul{
	padding-left: 30px;
	margin-bottom: 15px;
	list-style: disc;
	vertical-align: top;
}

#content ol{
	padding-left: 30px;
	list-style: decimal;
	margin-bottom: 15px;
}

#content li{
	line-height: 1.4em;
	margin-bottom: 10px;
	font-size: 1.1em;
}

#content ul.big_text{
	padding-left: 30px;
}

#content ul.big_text li{
	font-size: 1.6em;
	line-height: 1em;
	padding-left: 5px;
	font-weight: 700;
}

.intro{
	color: #367c2b;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.4em;
}

.intro a:link, .intro a:visited{
	color: #47AA42;
}

.intro a:hover, .intro a:focus{
	color: #ffffff;
}

table.promise{
	font-size: 1.8em;
	font-weight: 700;
	width: 100%;
	text-align: center;
	border-top: 2px solid #ffffff;
	margin-bottom: 25px;
}

table.promise td, table.promise th{
	border-bottom: 2px solid #ffffff;
	padding: 15px;
}

table.printing{
	font-size: 1.4em;
	font-weight: 700;
	width: 100%;
	text-align: left;
	border-top: 2px solid #ffffff;
	margin-bottom: 25px;
}

table.printing td{
	border-right: 2px solid #ffffff;
	padding: 15px;
}

table.printing td.last{
	border: 0;
}

#content .small{
	font-size: 0.8em;
	font-weight: 400;
	margin-bottom: 0;
}

/****************************************
 Footer
****************************************/

#footer{
	clear: both;
	width: 690px;
	padding-left: 108px;
	padding-right: 120px;
	padding-bottom: 48px;
	height: 65px;
	background:url(../images/bottom_bg.gif) no-repeat bottom;
}

#footer p.left{
	text-align: left;
	color: #ffffff;
	font-size: 0.8em;
	overflow: hidden;
	font-weight: 400;
	width: 344px;
	float: left;
}

#footer p.left a{
	width: 160px;
	height: 60px;
	overflow: hidden;
	float: left;
	display: block;
	text-indent: -9999px;
	background:url(../images/hsp.gif) no-repeat bottom right;
}

#footer p.right{
	text-align: right;
	color: #ffffff;
	padding-top: 41px;
	font-size: 0.8em;
	overflow: hidden;
	font-weight: 400;
	width: 344px;
	float: left;
}

/****************************************
 siFR
****************************************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 30px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 14px;
}