﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	line-height: 1.4;
	background-color:#1e1e1e;
	background-image: url(../images/homebg.jpg);
	font-size:62.5%;
	font-family:arial, helvetica, sans-serif;

}

p
{
	font-family:arial, helvetica, sans-serif;
	line-height:1.6em;
	color:#ffffff;
	padding-bottom: 10px;
}

#main
{
	width:960px; 
	margin:0 auto; 
	padding: 0 10px 0 10px;
	background-color:#1e1e1e;
	overflow: hidden;
}

#header
{
	float:left;
	width:960px;
	border-bottom:solid 9px #fdcb03;
}


#content{float:left;
         width:548px;
         padding:0 0 0 0;
         clear:both;}

#side{float:right;
      width:390px;
      padding:0 0 0 0;
      }
      
#pagecontent{float:left;
         width:630px;
         padding:0 0 0 0;
         }


#pageside{float:right;
      width:310px;
      padding:0 0 0 0;
      }     
      
      
#footer
{
	float:left;
	width:960px;
	margin-top:30px;
	padding-bottom: 5px;
	border-top:solid 1px #3d3d3d;
	padding-top:5px;}


/*----------- header content-----------*/
	
H1.logo
{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height:80px;
	width:218px;
	margin-top:20px;
	float:left;}	
	
#straplines
{
	float:right;
	padding:75px 0 15px 10px;
	height:26px;
	width:323px;
	}	
	
	
/*----------- main navigation -----------*/	
	
#navigation
{
	float:left;
	width:960px;
	border-bottom:solid 1px #fdcb03;padding: 20px 0 12px 0;}
	
	
#navigation ul
{
	
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	}

#navigation li
{
	float:left;
	padding: 0 20px 0 20px;
	font-size:1.4em;display:block;
	border-right:solid 1px #686868;
	}
	
	
#navigation li.end
{
	border:none;
}	

#navigation li.start
{
	padding: 0 20px 0 0;
}	

#navigation li a
{
	text-decoration:none;
	color:#ffffff;
	}


#navigation li a:hover, #navigation li a.current
{
	text-decoration:none;
	color:#fdcb03;
	}

/*----------- second navigation -----------*/	

#secnavoff
{
	height:28px;
	float:left;
	display:block;
	width:960px;
	margin: 0 0 6px 0;}
	

#secnav
{
	height:28px;
	float:left;
	display:block;
	width:960px;
	background-color:#000000;
	margin: 0 0 6px 0;}
	

#secnav ul
{
	
	font-family:arial, helvetica, sans-serif;
	color:#999999;
	padding: 7px 0 0 10px;
	}

#secnav li
{
	float:left;
	padding: 0 20px 0 20px;
	font-size:1.2em;display:block;
	border-right:solid 1px #2f2f2f;
	}
	
	
#secnav li.end
{
	border:none;
}	

#secnav li.start
{
	padding: 0 20px 0 0;
}	

#secnav li a
{
	text-decoration:none;
	color:#999999;
	}


#secnav li a:hover, #secnav li a.current
{
	text-decoration:none;
	color:#fdcb03;
	}

ol {
	list-style: decimal;
	padding-left: 20px;
}
ol li
{
    list-style: decimal;
    list-style-position: outside;
}
	
/*---------/////////////// main content section  /////////////////-----------*/		
h1
{
    font-size:1.8em;
	color:#ffffff;
	font-weight:normal;	
	width:100%;
	padding-bottom: 8px;
}
h2
{
	font-size:1.4em;
	color:#ffffff;
	font-weight:normal;	
	width:100%;
	padding: 10px 0 8px 0;
	margin-bottom:10px;
	}
	
h3
{
    font-size:1.2em;
	color:#fff;
	font-weight:normal;	
	width:100%;
	/*padding: 6px 0 4px 0;
	margin-bottom:10px;*/
	font-weight: bold;
}

h4
{
	color:#fdcb03;
	font-size:1.4em;
	padding:20px 0 0 0;}
	
	
.underline
{
    border-bottom: solid 1px #555555;
    margin-bottom: 10px;
}



hr {background-color: #555555; width:100%;border: 0;height:1px;}


.yellowtxt{color:#fdcb03;}

.whitetxt, #pagecontent, #hometxt
{color:#fff;}

.dkgrey
{color:#dbdbdb;}

#pagecontent, #hometxt
{
    font-size: 1.3em;
}

.introtxt{
    line-height: 1.8em;
    font-size: 1.2em;  
	    }


/*----------- home content  -----------*/	

#hometxt
{
	padding:16px 0 0 0;
}

#pagecontent ul
{
    margin-left: 10px;
}

#pagecontent ul li
{
    list-style-position: outside;
    list-style-type: disc;   
    padding: 0 0 5px 0;
    margin-left: 10px;
}


/*---------/////////////// Side section  /////////////////-----------*/	


/*----------- CTA home page  -----------*/		


.CTA li
{	background-image:url(../images/foot-call.png);
 	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
	width:380px;
	}

.servicetitle
{

	background-image:url(../images/top-call.png);
	background-repeat:no-repeat;
	clear:both;
	padding:12px 0 0 14px; 
	height:22px;
	}

.servicetitle a
{
	color:#fdcb03;
	font-size:14px;
	text-decoration:none;
	background-image:url(../images/arrow.png);
	background-position:right;
	padding:0 20px 0 0;
	background-repeat:no-repeat;
	text-transform: uppercase;
	}

.servicetitle a:hover
{
	background-image:url(../images/arrow-yellow.png);
}	
	
.servicecontent
{
	background-image:url(../images/mid-call.png);
	background-repeat:repeat-y;
	padding:12px 5px 10px 14px; 
	color:#ffffff;text-align:left;
	font-size:1.2em;}

a.white
{
    text-decoration: none;
    color: #fff;
}

a.linkyellow, a
{
	color:#fdcb03;
	text-decoration:none;
}

a.linkyellowarrow
{
	color:#fdcb03;
	text-decoration:none;
	background-image:url(../images/arrow.png);
	background-position:right;
	padding:0 20px 0 0;
	background-repeat:no-repeat;
}

a.linkdkgrey
{
    color: #878787;
    text-decoration: underline;
}

/*----------- CTA content  -----------*/			


.CTAinner
{
	
	}
	

#ourservices 
{	background-image:url(../images/mid-inner.png);
	background-repeat:repeat-y;
	margin-bottom:15px;
	float:left;
	padding:0 0 8px 0;
	width:307px;

	}

.ourservtitle
{

	background-image:url(../images/turned-corner.png);
	background-position:top right;
	background-repeat:no-repeat;
	float:left;
	padding:12px 0 0 18px; 
	height:22px;width:289px;
	}

.ourservtitle a
{
	color:#878787;
	font-size:1.5em;
	text-decoration:none;
	padding:0 20px 0 0;

	}
	

.ourservcontent
{
	background-image:url(../images/mid-inner.png);
	background-repeat:repeat-y;float:left;
	padding:12px 0 10px 18px; 
	color:#ffffff;
	width:289px;}

.ourservcontent ul
{
	width:280px;
	padding: 0 0 20px 0;}


.ourservcontent li
{

	display:block;
	padding:6px 0 6px 0;
	border-bottom:solid 1px #2a2a2a;}

.ourservcontent li a
{	color:#ffffff;
 	font-size:1.3em;
	text-decoration:none;}
	

.ourservcontent li a:hover
{	color:#fdcb03;	
 	background-image:url(../images/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 20px 0 0;
}

	
.contactcall
{
	background-image:url(../images/mid-inner.png);
	clear:both;
	background-repeat:repeat-y;
	padding:12px 0 20px 18px; 
	width:289px;
	margin:15px 0 0 0;}

.contactcall p
{
	
	color:#878787;
	text-align:left;
	font-size:1.4em;
	line-height:1.6em;
	width:280px;
}

	
.contactcall a.arrow
{
	color:#fdcb03;
	font-size:1.0em;
	text-decoration:none;
	background-image:url(../images/arrow.png);
	background-position:right;
	padding:0 20px 0 0;
	background-repeat:no-repeat;
	}		
	
	
.white
{
	color:#ffffff;}	
	
	
/*---------/////////////// contact page  /////////////////-----------*/	

#contactform
{
	/*background-image:url(../images/contactbg.png);background-repeat:repeat-y;*/
	background-color: #000;
	padding:15px;
	}
	
#skype
{
padding:20px 0 0 10px;
width:350px; color:#ffffff;
	}
	
#skype ul
{
	float:left;
}	


#skype li
{	font-size:1.4em;
 	float:left;
 	width:130px;
 	padding-bottom: 30px;
 	padding-left: 40px;
 	background-image:url(../images/Skype.png);
 	background-repeat:no-repeat;
}

#contactform h3
{
	color:#fdcb03;
	font-size:1.4em;
	border-bottom: solid 1px #2a2a2a;
	padding-bottom:5px;
	}
	
#contactform p
{
	font-size:1.4em;
	padding:5px 0 10px 0;
	}
	
.addressdetails h4
{
	color:#fdcb03;
	font-size:1.5em;
	padding:0;
	}
	
/*---  form fields  ---*/	

	
.contactlabel
{   
    color: #c0c0c0;
    padding-right: 5px;
    font-size: 1.4em;
}

fieldset
{
	width:340px;
}	
	
fieldset li
{
 padding: 0 0 10px 0;}
 

input, select, textarea {
  font-family: Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

.submitbutton
{
    background-color: #181818;
    background-image:url(../images/arrow-submit.png);
    background-position:right;
    background-repeat:no-repeat;
    border: none;
    color: #fdcb03;
    font-size: 1.4em;
    margin-left: 260px;
    padding: 5px 20px 5px 10px;
    text-transform: uppercase;
}

textarea {
  overflow: auto;
}

/*---  postage address details  ---*/	
.addressdetails
{
	float:left;padding: 30px 0 15px 0;border-bottom:solid 1px #555555;}	

.address
{
	float:left;
	width:300px;
}

.details
{
	float:right;
	width:240px;
	padding:20px 0 0 0 ;
}
	
	
/*---------/////////////// footer section  /////////////////-----------*/	

#footlinks ul
{
	position: relative;  
	left: 150px;  

}

#footlinks li
{
	color:#fdcb03;
	float:left;
	padding:0 0 0 6px;
	display:block;
	}	
	
#footlinks li a
{
	color:#fdcb03;
	text-decoration:none;
	}	
		
#footlinks li a:hover
{
	color:#fdcb03;
	text-decoration:underline;
	}		
	
#elltron
{
	color:#cccccc;
	float:left;}	

.finsco
{
	float:right;}	
	
.contentContainer
{
    border: 1px solid #666;
    margin-bottom: 10px;
    padding: 5px;
}	
.contentContainer h2 a
{
    color: #fdcb03;
    text-decoration: none;
    cursor: pointer;
}
.content
{
    display: none;
}