@charset "utf-8";
body {
	margin: 0 0 0 0; padding: 0; text-align: center; /* using text align center acts as an centering tool for IE5 */ 
  color: #001F2E; background: url(../../images/background.jpg) repeat-x fixed; font-size: 12px; font-family: Arial, Helvetica, sans-serif;
}

div#wrapper {
	width: 1000px; height: 746px; margin: 0 auto 0; padding: 0; 
	text-align: left; /* using text align here does not affect the text align in the body tag its just algns the text in the container */ 
	position: relative; /* sets the coordinates 0,0 within the container div and not the page. */
	background: #FFF;  
}

#header, #content, #footer { 
	padding-top: 1px; padding-bottom: 1px; /* this joins the divs together as it give the divs a fence so that the ems on paragraphs and ul's are not bleeding over the div*/ 	
}



img {
border: 0;
}

/* header */
#header {
	float: left;
	width: 100%;
	height: 90px;
	background: url(../../images/headerbkg.gif) top no-repeat #FFF;
	margin-top: 3em;
	position: relative;
}

#header p {
	
		
}

#headerimg{
	float: left;
	margin-top: 0.5em;
	width: 97%;
	margin-left: 1em;
	position: relative;
}

#headrghtimg {
	float: right;
	width: 290px;
	margin-top: 1em;
}

#headlftimg {
	float: left;
	width: 30%;
	margin-right: 0.5em;
}
	
/* header end */
/* content */
#content {
	float: left;
	width: 100%;
	height: 383px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position:relative;
}

#content2 {
	float: left;
	width: 100%;
	height: 412px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position:relative;
}

#contentarea {
	float: left;
	width: 80%;
	height: 375px;
	margin-bottom: 0.5em;
}

#contentarea p {
	padding-left: 1.5em;
}

#contentarea2 {
	float: left;
	width: 81%;
	height: 412px;
}

#contentarea2 p {
	padding-left: 1.5em;
}

#contenttxt2 {
	float: left; 
	width: 52%;
	padding-left: 1em;
	margin-top: 2em;
	text-align:justify;
}

#contenttxt2 p {
	margin: 0.5em 0 0.5em 0;
	padding-left: 0;
	line-height: 1.5em;
}

#contenttxt2 h2 {
	font-size: 18px;
	text-align: left;
	margin-bottom: -0.5em;
}

#contenttxt2 h3 {
	font-size: 16px;
}  

#contenttxt2 h3, h2 {
	margin: 0;
	margin-bottom: -0.5em;
}

#enquiry {
	float: left; 
	width: 97%;
	padding-left: 1em;
	margin-top: 1em;
	text-align:justify;
}

#enquiry p {
	margin: 0.5em 0 0.5em 0;
	padding-left: 0;
	line-height: 1em;
}

#enquiry h2 {
	font-size: 16px;
	text-align: left;
}

#enquiry h3 {
	font-size: 14px;
}  

#enquiry h3, h2 {
	margin: 0;
}

#welcome {
	float: left;
	width: 310px;
	height: 346px;
	background: url(../../images/welcomebox2.gif) no-repeat top;
	color: #FFFFFF;
	line-height: 1em;
	margin-top: 1.5em;
}

#welcometxt {
	width: 98%;
}

#welcometxt p {
	margin: 0.7em 0 0.5em 0;
	padding: 0 0.7em 0 0.8em;
}

#product {
	margin-top: 1em;
	margin-right: 0.5em;
}

#txt {
	text-align: center;
	color: #001F2E;
	font-size: 15px;
}

#services {
	font-size: 10px;
}

#services span {
	font-size:11px;
	font-weight:bold;
}

#contenttxt {
	float: left; 
	width: 55%;
	padding-left: 1em;
	margin-top: 0.5em;
	text-align:justify;
}

#contenttxt p {
	margin: 0.5em 0 0.5em 0;
	padding-left: 0;
	line-height: 1em;
}

#contenttxt h2 {
	font-size: 16px;
	text-align: left;
}

#contenttxt h3 {
	font-size: 14px;
}  

#contenttxt h3, h2 {
	margin: 0;
}

#imgbox {
	float: right;
	width: 37%;
	position: relative;
	margin-top: 2em;
	margin-right: 2em;

}

#imgbox a {
	color: #26404D;
	text-decoration:none;
}

#imgbox a:hover {
	color: #26404D;
	text-decoration: underline;
}

#linkbox {
	float: right;
	width: 32%;
	position: relative;
	margin-top: 2em;
	margin-right: 2em;

}

#linkbox a {
	color: #8EC63D;
	font-weight: bold;
	text-decoration:none;
}

#linkbox a:hover {
	color: #8EC63D;
	font-weight:bold;
	text-decoration: underline;
}

#imgbox2 {
	float: right;
	width: 37%;
	position: relative;
	margin-top: 6em;
	margin-right: 2em;

}

#imgbox2 a {
	color: #26404D;
	text-decoration:none;
}

#imgbox2 a:hover {
	color: #26404D;
	text-decoration: underline;
}

#imgbox3 {
	float: right;
	width: 42%;
	position: relative;

}

#imgbox3 p {
	padding-left: 0;
}

#imgboxoff {
	float: right;
	width: 415px;
	position: relative;
	margin-top: 1em;
	line-height: 1.5em;
}

#contact {
	float: left; 
	width: 52%;
	padding-left: 1em;
	margin-top: 6em;
	text-align:justify;
}

#contact p {
	margin: 0.5em 0 0.5em 0;
	padding-left: 0;
	line-height: 1.5em;
}

#contact h2, #imgbox3 h2 {
	font-size: 16px;
	text-align: left;
}

#contact h3 {
	font-size: 14px;
}  

#contact h3, h2 {
	margin: 0;
}

#contact2 {
	float: left; 
	width: 50%;
	padding-left: 4em;
	margin-top: 6em;
	text-align:justify;
}

#contact2 p {
	margin: 0.5em 0 0.5em 0;
	padding-left: 0;
	line-height: 1em;
}

#contact2 h2, #imgbox3 h2 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 0.5em;
}

#contact2 h3 {
	font-size: 14px;
}  

#contact2 h3, h2 {
	margin: 0;
}

#contact3 {
	float: left; 
	width: 50%;
	height: 400px;
	padding-left: 4em;
	margin-top: 1em;
	text-align:justify;
}

#contact3 p {
	margin: 0.5em 0 0.5em 0;
	padding-left: 0;
	line-height: 1em;
}

#contact3 h2, #imgbox3 h2 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 0.5em;
}

#contact3 h3 {
	font-size: 14px;
}  

#contact3 h3, h2 {
	margin: 0;
}

#link {
	float: left; 
	width: 55%;
	padding-left: 1em;
	margin-top: 5em;
	text-align:justify;
}

#link p {
	margin: 0.5em 0 0.5em 0;
	padding-left: 0;
	line-height: 1em;
}

#link h2 {
	font-size: 16px;
	text-align: left;
}

#link h3 {
	font-size: 14px;
}  

#link h3, h2 {
	margin: 0;
}

#contenttxt2 a {
	text-decoration: none; 
	color: #26404D;
}

#contenttxt2 a:hover {
	text-decoration: underline; 
	color: #26404D;
} 



#bluebox {
	float: left;
	width: 98%;
	position:relative;
	color: #FFF;
	font-size: 10px;
	height: 90px;
	margin-top: 1em;
}

#bluebox p {
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	padding-right: 0.7em;
}
/*end of content area divs */

/* rightmenu home and content page */
#rightmenu {
	float: right;
	width: 19%;
	height: 382px;
	background: #26404D;
	color: #FFFFFF;
}

#rmenuwrap {
	width: 100%;
	height: 405px;
	padding-top: 0.5em;
}

#rightmenu ul {
	list-style: none;
	font-size: 13px;
	padding-left: 1em; 
	
	font-weight: bold;
}

#rightmenu li {
	margin: 0 0 0 0;
	padding: 0.8em 0 0 0;
	width: 165px;
	height: 30px;
	background: url(../../images/rightlistbkg.gif) no-repeat center;
	text-align:center;
}

#rightmenu li a {
	color: #FFF;
	text-decoration: none;
	background: url(../../images/rightlistbkg.gif) no-repeat center;
}

#rightmenu li a:hover {
	color:#001F2E;
	text-decoration: none;
	background: url(../../images/rightlistbkg-hover.gif) no-repeat center;
}


#rightmenu p {
	
	text-align: center;
	
}

#rightmenu p span {
	font-size: 12px;
	font-weight: bold;
}

#rightmenu p span a {
	color: #FFF;
	text-decoration: none;
}

#rightmenu p span a:hover {
	color: #FFF;
	text-decoration: underline;
}

#rightmenu2 {
	float: right;
	width: 19%;
	height: 412px;
	background: #26404D;
	color: #FFFFFF;
	position: relative;
}

#rightmenu2 ul {
	list-style: none;
	font-size: 13px;
	padding-left: 1em; 
	margin: 1em 0 0 0;
	font-weight: bold;
}

#rightmenu2 li {
	margin: 0 0 0 0;
	padding: 0.8em 0 0 0;
	width: 165px;
	height: 30px;
	background: url(../../images/rightlistbkg.gif) no-repeat center;
	text-align:center;
}

#rightmenu2 li a {
	color: #FFF;
	text-decoration: none;
}

#rightmenu2 li a:hover {
	color:#001F2E;
	text-decoration: none;
}


#rightmenu2 p {
	
	text-align: center;
}

#rightmenu2 p span {
	font-size: 12px;
	font-weight: bold;
}

#rightmenu2 p span a {
	color: #FFF;
	text-decoration: none;
}

#rightmenu2 p span a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* end of right menus*/


.righttxt {
	text-align:right;
	margin-right:0.5em;
	padding-bottom: 0.5em;
	
}


/* content end */
/* menu */
#menu {	
	float: left;
	width:100%;
	font-size: 18px;
	background: #8EC63D;
	height: 26px;
	color: #FFF;
	
	position:relative;
	
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #001F2E;
	text-decoration: none;
}

#menu span a {
	color: #001F2E;
	text-decoration: none;
}

#menulinks {
	float: left;
	width: 55%;
	height: 25px;
	padding-left: 1em;
}	

#clock { 
	float: right;
	width: 16.5%;
	height: 15px;
	font-size: 14px;
	padding-top: 0.2em;
}

/* menu end */
/* submenu */
#submenu {	
	float: left;
	width:787px;
	font-size: 18px;
	
	background: #26404D;
	height: 27px;
	color: #FFF;
	
	padding-left: 1em;
}

#submenu span a{
	color: #8EC63D;
	text-decoration: none;
}	
	

#submenu a {
	color: #FFF;
	text-decoration: none;
}

#submenu a:hover {
	color: #8EC63D;
	text-decoration: none;
}

#contenttxtoff {
	float: left; 
	width: 52%;
	padding-left: 1em;
	margin-top: 2em;
	text-align:justify;
}

#contenttxtoff p {
	margin: 0.5em 0 0.5em 0;
	line-height: 1.5em;
	padding-left: 0;
}

#contenttxtoff h2 {
	font-size: 16px;
	text-align: left;
}

#contenttxtoff h3 {
	font-size: 14px;
}  

#contenttxtoff h3, h2 {
	margin: 0;
}

#buscard {
	float: left; 
	width: 52%;
	padding-left: 1em;
	margin-top: 1em;
	text-align:justify;
}

#buscard p {
	margin: 0.5em 0 0.5em 0;
	line-height: 1.5em;
	padding-left: 0;
}

#buscard h2 {
	font-size: 16px;
	text-align: left;
}

#buscard h3 {
	font-size: 14px;
}  

#buscard h3, h2 {
	margin: 0;
}

#contentoff {
	float: left;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position:relative;
}

/* submenu end*/
/* Footer */
#footer {
	float: left;
	width: 100%;
	height: 189px;
	background: url(../../images/fotterbkg.gif) bottom no-repeat #FFF; 
	position: relative;
	border-top: #8EC63D 4px solid;
	padding-bottom: 1em;
}

#footer2 {
	float: left;
	width: 100%;
	height: 180px;
	background: url(../../images/fotterbkg.gif) bottom no-repeat #FFF; 
	position: relative;
	border-top: #8EC63D 4px solid;
	padding-bottom: 1em;
}

#footer p, #advert p, #footertxt2 p  {
	padding-right: 1em; 
	padding-left: 1em;
	line-height: 1em;
		
}

#footertxt p {
	line-height: 1.2em;
}

#footertxt {
	float: left;
	width: 52%;
	height: 180px;
	border-right: #8EC63D 4px solid;
	margin: 0 0 1em 0;
	text-align:justify;
	margin-top: 0.5em;
	font-family:Arial, Helvetica, sans-serif;

}

#footertxt2 {
	float: left;
	width: 52%;
	height: 162px;
	border-right: #8EC63D 4px solid;
	margin: 1em 0 0.5em 0;
	text-align:justify;
}

#footertxt h2, #footertxt2 h2 {
	margin: 0.5em 0 -0.5em 0;
	padding-left: 0.5em;
	color:#8EC63D;
}

#footertxt h2 span #footertxt2 h2 span {
	color: #001F2E;
}

#advert {
	float: left;
	width: 47%;
	margin: 1em 0 1em 0;
}

#footcont {
	float: left;
	width: 100%;
	height: 162px;
}

/* Footer */

/* offers page */
/* submenu */
div#wrapperoff {
	width: 1000px; margin: 0 auto 0; padding: 0; 
	text-align: left; /* using text align here does not affect the text align in the body tag its just algns the text in the container */ 
	position: relative; /* sets the coordinates 0,0 within the container div and not the page. */
	background: #FFF;  
}

#submenuoff {	
	float: left;
	width:982px;
	font-size: 18px;
	background: #26404D;
	height: 27px;
	color: #FFF;
	padding-left: 1em;
}

#submenuoff span a{
	color: #8EC63D;
	text-decoration: none;
}	
	

#submenuoff a {
	color: #FFF;
	text-decoration: none;
}

#submenuoff a:hover {
	color: #8EC63D;
	text-decoration: none;
}

#contentareaoff {
	float: left;
	width: 99%;
	margin-bottom: 0.5em;
}

#banner {
	float: left;
	width: 100%;
	padding: 0.5em 0 0.5em 0;
	border-top: #8EC63D 4px solid;
	border-bottom: #8EC63D 4px solid;
	margin-top: 1em;
	line-height: 1.5em;
}

#banner2 {
	float: left;
	width: 100%;
	margin-top:1em;
	padding: 0.5em 0 0.5em 0;
	border-top: #8EC63D 4px solid;
	text-align: center;
	line-height: 1.5em;
}

#banner3 {
	float: left;
	width: 100%;
	margin-top:1em;
	padding: 0.5em 0 0.5em 0;
	line-height: 1.5em;
}

#banner2 p {
	margin: 0.5em 0 0.5em 0;
}

#digicards {
	float:left;
	width: 100%;
	text-align: center;
	margin-top: 1em;
	position: relative;
	line-height: 1.5em;
}

#digicards p {
	margin: 0.5em 0 0.5em 0;
}

#calendar { 
	padding-left: 1.5em;
	margin-top: -0.5em;
}

#orderbtns {
	float: right;
	width: 19%;
}

#post a {
	text-decoration: none;
}

/* submenu end*/

/* end offers */


.largewhitefont {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
}

.email {
	color: #FFFFFF;
	font: bold;
}

.email a {
	color: #FFFFFF;
	text-decoration: none;
}

.email a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.center {
	text-align: center;
}

.bluetxt {
	color: #001F2E;
	font-weight:bold;
}

.redtext {
	color: #881217;
	font-weight: bold;
	font-size:16px;
}

.greentext {
	color: #8EC63D;
}

.pricegreen {
	color: #8EC63D;
	font-size:26px;
	font-weight:bold;
}

.plusvat {
	font-size:9px;
}

.plusvat p {
	padding-left: 1em;
}

.greencells {
	background-color: #8EC63D;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-right: #FFF 1px solid;
} 

.greencellend {
	background-color: #8EC63D;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
} 

.cellborder {
	border: #8EC63D 1px solid;
}

.welcometext {
	font-size:20px;
}

.radioborder {
	color:#AEDC31;
}

#mailinfoTId2 p {
	line-height: 1.5em;
}

.linespacing {
	line-height: 1.5em;
}

.tip {
	font-size:18px;
	color: #8EC63D;
	font-weight:bold;
}

.bigger {
	font-size: 14px;
}

.letusdo {
	color: #001F2E;
	font-size: 16px;
	font-weight:bold;
}

#order a {
	color: #8EC63D;
	text-decoration:underline;
}
	

#prices {
	line-height: 1.5em;
}

/*form*/
#submitbut {
	padding-right: 3em;
}

#submitbut {
	padding-right: 3em;
}

FORM #name, #company, #email, #telephone, #add1, #add2, #add3, #add4, #postcode, #contactfm {
	background: #FFFFA0;
	color: #000000;
}

.margintop {
	margin-top: 0.5em;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
}

