/* @override http://taxbox.dev/css/main.css */


/*
    TYPOGRAPHY
	--------------------------
*/

body {
	font-family: Helvetica, Arial,sans-serif;
	font-size: 12px;
	line-height: 120%;
}


h1 {
	font-size: 14px;
	line-height: 130%;
	margin: 0 0 20px 0;
} 

#home #header h1 {
    font-size: 11px;
}

#maincol #hqaddress h1,
#hqaddress p {
	font-size: 12px;
	font-weight: bold;
	line-height: 145%;
}

#header h2 {
	font-size: 11px;
}

#home #header h2 {
	float: none;
	font-size: 16px;
}

#maincol h2 {
	font-size: 11px;
}

#header h3 {
	font-size: 16px;
}

#marketingcol h3 {
	font-size: 14px;
}

#home #marketingcol h3 {
    line-height: 14px;
}

h4 {
	font-size:14px ;
}

.euroaddress h4 {
	font-size: 14px;
}

#home #maincol h4 {
	font-size: 13px;
	line-height: 120%;
}

#stafflist h4 {
	color: #000;
}

#stafflist h4 span {
	font-weight: normal;
}

p {
	margin: 15px 0;
}

#home #maincol .quicklink p {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}

#hqaddress p a {
	font-weight: normal;
}

#footer p {
	margin-top: 0;
}

a:link,
a:visited {
	color: #0044ad;
	text-decoration: none;
}

a:hover {
	color: #F60;
}

#home #maincol .quicklink a:link,
#home #maincol .quicklink a:visited {
	color: #444;
	font-size: 16px;
	font-weight: bold;
}

#home #maincol .quicklink a:hover {
	color: #F60;
}

#footer a:link,
#footer a:visited {
	color: #AAA;
	text-decoration: none;
}

#footer a:hover {
	color: #000;	
}

#footer {
	color: #999;
	font-size: 11px;
}


/*
    NAVIGATION
	--------------------------
*/

#navigation {
	background: url(/images/bg_nav.jpg) left bottom repeat-x;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 11px 10px;
	margin: 0px 0px 0px 20px;
	width: 910px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	float: left;
	margin: 0px 3px 0px 0px;
}

#navigation a{
	color: #444;
	background-image: url(/images/topmenu-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 10px;
}

#navigation a span{
	background: url(/images/topmenu-right.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 0.5em;
}

#navigation a, #navigation a span{
	display: block;
	float: left;
	height: 25px;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none
}
/* End hide */
 
#navigation a:hover {
	color: #000;
	background-image: url(/images/topmenu-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 10px;
}
 
#navigation a:hover span {
	background: url(/images/topmenu-right.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 0.5em;
	cursor: pointer;
}


/*
    STRUCTURE
	--------------------------
*/

body {
	background: #EFEFEF url(/images/bg_pagetop.jpg) left top repeat-x;	
	position: relative;
	text-align: center;
}

#wrapper {
	border-bottom: 2px solid #BBB;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
	width: 960px;
	text-align: left;
}

/*
    STRUCTURE: HEADER
	--------------------------
	Note: Unique logo and strapline style for home page for SEO purposes
*/

#header {
	background: #FFF url(/images/bg_header.jpg) left top repeat-x;
	height: 120px;
}

#header h3 {
	height: 70px;
	position: relative;	
	width: 351px;
	top: 24px;
	left: 27px;
}

#header h3 span {
	background: url(/images/taxbox_logo.jpg) left top no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#header h2 {
	float: right;
	height: 40px;
	position: relative;	
	right: 28px;
	top: 54px;
	width: 490px;
}

#header h2 span {
	background: url(/images/strapline.jpg) left top no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}

#home #header h2 {
	float: none;
	height: 70px;
	position: relative;	
	left: 27px;
	top: 24px;
	width: 351px;
}

#home #header h2 span {
	background: url(/images/taxbox_logo.jpg) left top no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}

#home #header h1 {
	float: right;
	height: 40px;
	position: relative;	
	right: 28px;
	top: 54px;
	width: 490px;
}

#home #header h1 span {
	background: url(/images/strapline.jpg) left top no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}

#frlogo {	
	position: absolute;
	top: 116px;
	right: 25px;
	width: 125px;
	height: 22px;
	clear: left;
}

#frlogo img {
	border-style: none;
}

/*
    STRUCTURE: LOWER PAGE
	--------------------------
*/

#content {
	margin: 10px 20px 0 20px;
}

#home #content {
	background: url(/images/bg_special-text.jpg) left bottom repeat-x;
}

#marketingcol {
	float: left;
	width: 185px;
}

#home #marketingcol {
	width: 420px;
}

#maincol {
	float: right;
	width: 715px;
}

#photobox {
	height:355px;
	vertical-align: bottom;
}

#marketingcol h3 {
	height: 112px;	
	position: relative;
	top: 238px;
	width: 185px;
} 

#marketingcol h3 span {
	background: url(/images/puzzle-text.jpg) left top no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
} 

#features #photobox {
	background: url(/images/photo_puzzle-01.jpg) right top no-repeat;
}

#overview #photobox {
	background: url(/images/photo_puzzle-03.jpg) right top no-repeat;
}

#about #photobox {
	background: url(/images/photo_puzzle-02.jpg) right top no-repeat;
}

#contact #photobox {
	background: url(/images/photo_puzzle-04.jpg) right top no-repeat;
}

/*    
	STRUCTURE: Home Specific Layout 
	-------------------------------
*/

#home #photobox {
	background:url(/images/photo_home.jpg) right top no-repeat;
	height:380px;
	vertical-align: bottom;
}

#home #marketingcol h3 {
	height: 102px;	
	position: relative;
	top: 278px;
	width: 420px;
} 

#home #marketingcol h3 span {
	background: url(/images/home_puzzle-text.jpg) left top no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
} 

#home #maincol {
	position: relative;
	width: 500px;
}

#home #maincol .quicklink {
	background: url(/images/bg_overview-link.jpg) left top no-repeat;
	height: 55px;
	padding: 20px;
	width: 460px;
}

#home #maincol .quicklink a:link,
#home #maincol .quicklink a:visited {
	background: url(/images/arrow_orange_med.gif) right top no-repeat;
	padding: 8px 45px 10px 0;
	text-decoration: none;
}

#home #maincol .quicklink p {
	margin-top: 8px;
}

#home #maincol h4 {
	margin: 20px 10px 0 20px;
}

/*    
	STRUCTURE: Overview Specific Layout 
	--------------------------------------
*/

.photocol {
	float: left;
	width: 410px;
}


/*    
	STRUCTURE: About Us
	--------------------------------------
*/


#stafflist h4 span {
	display: block;
}

/*    
	STRUCTURE: Contact & Enquiry Form
	--------------------------------------
*/

#hqaddress {
	float: left;
	width: 160px;
}

#contactform {
	background-color: #EEE;
	float: right;
	margin-bottom: 20px;
	padding: 10px;
	width: 520px;
}

#contactform fieldset#details {
	float: left;
	margin-right: 20px;
	width: 150px;
}

#contactform #details input {
	color: #666;
	font-family: arial, sans-serif;
	font-size: 11px;
	height: 8px;
	margin-bottom: 8px;
	padding: 3px 0 0 5px;
	width: 145px;
}

#contactform #details input {
	border: 1px solid #97a3af;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 11px;
	height: 18px;
	margin-bottom: 10px;
	width: 150px;
}

#contactform #enquiry {
	border: 1px solid #97a3af;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 11px;
	height: 110px ;
	padding: 5px;
	width: 330px;
}

#contactform #submit {
	margin: 5px 5px 0 0;
	text-align: right;
}

#maincol #hqaddress h1,
#hqaddress p {
	font-size: 12px;
	font-weight: bold;
	line-height: 145%;
}

.euroaddress h4 {
	margin-top: 10px;
}

.euroaddress {
	border-top: 1px solid #DDD;
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
}

.euroaddress p {
	float: left;
	width:178px;
}

/*    
	STRUCTURE: privacy
	-------------------------------
*/

#privacy #maincol {
	float: none;
	width: 920px;
}

/*
    STRUCTURE: footer
	-------------------------------
*/

#footer {
	margin: 7px auto;
	width: 920px;
	text-align: left;
}

#footer a {
	float: right;
}

#footer span {
	float: right;
	margin-left: 20px;
}

/*
    PAGE TITLES
	--------------------------
*/

#maincol h2 {
	height: 21px;
	margin: 0 0 10px 0;
	position: relative;	
} 

#maincol h2 span {
	width: 100%;
	height: 100%;
	position: absolute;
} 

#home #maincol h2 {
	margin: 20px;
	width: 263px;
} 

#home #maincol h2 span {
	background: url(/images/pgtitle_is-taxbox-right-for-you.gif) left top no-repeat;
} 

#features #maincol h2 {
	width: 94px;
} 

#features #maincol h2 span {
	background: url(/images/pgtitle_features.gif) left top no-repeat;
} 

#overview #maincol h2 {
	width: 105px;
} 

#overview #maincol h2 span {
	background: url(/images/pgtitle_overview.gif) left top no-repeat;
} 

#about #maincol h2 {
	width: 96px;
} 

#about #maincol h2 span {
	background: url(/images/pgtitle_about-us.gif) left top no-repeat;
} 

#about #maincol h2#exec {
	width: 163px;
	margin-top: 30px;
} 

#about #maincol h2#exec span {
	background: url(/images/pgtitle_key-executives.gif) left top no-repeat;
} 

#contact #maincol h2 {
	width: 84px;
} 

#contact #maincol h2 span {
	background: url(/images/pgtitle_contact.gif) left top no-repeat;
} 

#privacy #maincol h2 {
	width: 197px;
} 

#privacy #maincol h2 span {
	background: url(/images/pgtitle_privacy.gif) left top no-repeat;
} 


/*
    LISTS
	--------------------------
*/

#maincol ul {
	margin: 15px 0 15px 15px;
}

#maincol li {
	background: url(/images/arrow_orange_small.gif) left top no-repeat;
	margin: 0 0 15px 0;
	padding-left: 20px;
}

#featurelist dl {
	clear: both;
	margin: 20px 0;
}

#featurelist dd {
	background: url(/images/bg_orange-fade.jpg) left top repeat-x;
	clear: right;
	float: left;
    line-height: 130%;
	padding: 10px;
	width: 320px;
	height: 55px;
}

#featurelist dt {
	background: url(/images/bg_grey-fade.jpg) left top repeat-x;
	float: right;
	width: 375px;
}

#maincol #featurelist ul,
#maincol #featurelist li,
#maincol #modulelist li {
	margin-top: 0px;
}

#maincol #featurelist ul {
	padding: 10px;
}
 
#maincol #modulelist li {
	background: url(/images/bg_orange-fade.jpg) left top repeat-x;
	font-weight: bold;
	padding: 10px 0 0 10px;
	margin-bottom: 15px;
} 

#maincol #modulelist ul li {
	background: url(/images/arrow_orange_small.gif) left top no-repeat;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 0 0 22px;
} 

#maincol #modulelist ul {
	margin: 10px 15px 15px 0;
}

#overview #modulelist {
	float: right;
	margin: 0;
	width: 290px;
} 

#maincol #stafflist {
	margin: 0;	
}

#stafflist li {
	background-image: none;
	clear: left;
	color: #777; 
	padding-left: 0;
}

#stafflist li img {
	float: left;
	margin: 0 15px 20px 0;
}

#privacy #maincol li {
	background-image: none;
	list-style-type: disc;
	padding-left: 2px;
	
}

/*
    BUTTON
	--------------------------
*/

a.genbutton {
	color: #000;
	background-image: url(/images/genbutton-left-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 10px;
}
 
a.genbutton span {
	background: url(/images/genbutton-right-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-top: .4em
}
 
a.genbutton, a.genbutton span {
	display: block;
	float: left;
	height: 21px;
	cursor: pointer;
}
 
.login {
	font-size: 11px;	
	position: absolute;
	right: 30px;
	top: 116px;
}

/*
    CLEARING
	--------------------------
*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height:0;
}


