/* Resets default browser CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: 400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote: before, blockquote: after, q: before, q: after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* Sets up some sensible default typography */

/* This is where you set your desired font size. The line-heights
 and vertical margins are automatically calculated from this.
 The percentage is of 16px (0.75 * 16px = 12px). */

body {
	background: #E8EEEE;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5;
	margin: 0 0 1.5em;
	text-align: center;
}
body.s { font-size: 76%; }
body.m { font-size: 84%; }
body.l { font-size: 93%; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { color: #111; font-weight: normal; }

h1 { color: #C54600; font-size: 1.8em; line-height: 1; }
h2 { color: #C54600; font-size: 1.35em; line-height: 1; margin: 1.5em 0 1.25em; }
h3 { color: #005883; font-size: 1.2em; line-height: 1; margin: 1em 0 .75em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.5em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }
p.last { margin-bottom: 0; }

ul { margin: 0 0 1.5em 1.5em; }
ol { margin: 0 0 1.5em 2em; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: .5em; }
li { margin: 0 0 .5em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}

abbr,
acronym { border-bottom: 1px dotted #666; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #666; }

a, a:link {border-bottom: 1px solid #CCC; color: #005883; text-decoration: none; }
a:visited { color: #552F04; }
a:hover, a:focus { color: #007BB9; border-color: #007BB9; }
a:active { color: #005883; }
a.print {border: none; position:relative;}
a.print img {border: none; position:relative; top: 8px;}

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; background: #ffc; }
dfn { font-weight: bold; }
pre,code { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
tr { vertical-align: top; }
th { border-bottom: 2px solid #ccc; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Forms
-------------------------------------------------------------- */

form { margin-bottom: 1.4em; }

.leftlabel, .leftspan {
	clear: left;
	float: left;
	margin: 0 0 .5em;
	width: 100%;
	}
.leftlabel label, .leftspan span {
	display: block;
	float: left;
	line-height: 1;
	margin: 0 1em 0 0;
	padding: .3em 0 0;
	text-align: right;
	width: 10em;
	}
.submit {
	clear: left;
	padding: 1em 0 0;
	}


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #666; }
.hide { display: none; }
.highlight { background: #ff0; }
.added { color: #060; }
.removed { color: #900; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

.left { float: left; margin: 0 1.5em 1.5em 0; }
.right { float: right; margin: 0 0 1.5em 1.5em; }

.reset-margin { margin: 0; }
.reset-padding { padding: 0; }
.reset { margin: 0; padding: 0; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.nowrap { white-space: nowrap; }
.clear { clear: both; height: 0 !important; line-height: 0 !important; margin: 0 !important; }

div.error, p.error, span.error { font-weight: bold; color: #C30; }
input.error, textarea.error { border: 3px solid #C30 !important; }

div.textblock { margin: 0 0 1.5em; }
.docsize { color: #666; font-size: .85em; }

ul.inline-menu {
	font-size: 1.1em;
	list-style: none;
	margin: 0 0 3em;
	}
ul.inline-menu li {
	background: transparent url(/img/dot.png) 0 .4em no-repeat;
	line-height: 1.2;
	padding: 0 0 0 16px;
	}


/* Custom classes
-------------------------------------------------------------- */

.col1 {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	width: 305px;
	}
.col2 {
	display: inline;
	float: right;
	margin: 0 15px 0 0;
	width: 305px;
	}
.colswrap1 {
	background: transparent url(/img/bg/bg_cols_top.png) 0 0 no-repeat;
	float: left;
	width: 700px;
	}
.colswrap2 {
	background: transparent url(/img/bg/bg_cols_btm.png) left bottom no-repeat;
	padding: 10px 0 20px;
	}


/* =Layout ---------------------*/

#page {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 768px;
	}


/* =Header ---------------------*/

#header {
	position: relative;
	}

#header a {
	border: none;
	}

#header h1 {
	margin: 0;
	padding: 21px 0 7px;
	width: 174px;
	}

#header h2 {
	background: transparent url(/en/img/tagline.png) 0 0 no-repeat;
	color: #005883;
	font-size: 1.6em;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-align: right;
	top: 56px; left: 438px;
	height: 24px; width: 330px;
	}
#header h2 span {
	position: absolute;
	left: -9999px;
	}
.fr #header h2 {
	background: transparent url(/fr/img/tagline.png) 0 0 no-repeat;
	}

#skip {
	position: absolute;
	left: -9999px;
	}

#visual {
	background: transparent url(/img/bg/bg_header_body.png) 0 0 repeat-y;
	padding: 0 4px;
	}
#visual img {
	display: block;
	}

#ordering {
	background: #F9CF67 url(/img/bg/bg_header_btm.png) bottom left no-repeat;
	color: #952900;
	font-weight: bold;
	line-height: 1;
	padding: 5px 1em 10px;
	text-align: center;
	}
#ordering a {
	color: #952900 !important;
	border-bottom: 1px solid #952900 !important;
	}

#utils {
	position: absolute;
	top: 10px; left: 164px;
	width: 600px;
	}
#utils ul {
	list-style: none;
	margin: 0;
	line-height: 1;
	text-align: right;
	}
#utils li {
	display: inline;
	font-size: .94em;
	margin: 0;
	padding: 0 0 0 1em;
	}
#utils li a:visited {
	color: #005883;
	}


/* =Main Nav ---------------------*/

#menu {
	position: relative;
	width: 768px;
	}
#menu ul {
	background: #4A7B98;
	list-style: none;
	margin: 0;
	width: 768px; height: 34px;
	}
#menu li {
	color: #FFF;
	display: inline;
	float: left;
	font-size: 1.2em;
	margin: 0;
	position: relative;
	z-index: 100;
	}

#menu li a {
	color: #FFF !important;
	float: left;
	display: block;
	height: 34px;
	}

.en #menu li#b_paternity a {
	width: 166px;
	}
.en #menu li#b_othertests a {
	width: 247px;
	}
.en #menu li#b_forensic a {
	width: 196px;
	}
.en #menu li#b_immigration a {
	width: 159px;
	}

.fr #menu li#b_paternity a {
	width: 169px;
	}
.fr #menu li#b_othertests a {
	width: 243px;
	}
.fr #menu li#b_forensic a {
	width: 219px;
	}
.fr #menu li#b_immigration a {
	width: 137px;
	}

#menu li a span {
	cursor: pointer;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	}

.en #menu li#b_paternity a span {
	background: transparent url(/en/img/menu/paternity.png) 0 0 no-repeat;
	}
.en #menu li#b_othertests a span {
	background: transparent url(/en/img/menu/othertests.png) 0 0 no-repeat;
	}
.en #menu li#b_forensic a span {
	background: transparent url(/en/img/menu/forensic.png) 0 0 no-repeat;
	}
.en #menu li#b_immigration a span {
	background: transparent url(/en/img/menu/immigration.png) 0 0 no-repeat;
	}

.fr #menu li#b_paternity a span {
	background: transparent url(/fr/img/menu/paternity.png) 0 0 no-repeat;
	}
.fr #menu li#b_othertests a span {
	background: transparent url(/fr/img/menu/othertests.png) 0 0 no-repeat;
	}
.fr #menu li#b_forensic a span {
	background: transparent url(/fr/img/menu/forensic.png) 0 0 no-repeat;
	}
.fr #menu li#b_immigration a span {
	background: transparent url(/fr/img/menu/immigration.png) 0 0 no-repeat;
	}


/* subnav formatting */

#menu ul ul {
	background: transparent url(/img/bg/bg_submenu.png) 0 0 no-repeat;
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 34px; left: 0px;
	height: auto;
	z-index: 1000;
	}

.en #menu ul ul {
	width: 247px;
	}
.fr #menu ul ul {
	width: 243px;
	}

#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	}

#menu ul ul li {
	display: block;
	width: 100%;
	}
#menu ul ul li a {
	background: none !important;
	color: #005883 !important;
	float: none;
	font-size: .85em;
	height: auto;
	line-height: 1;
	padding: 5px 22px;
	width: auto !important;
	}


/* =Content ---------------------*/

#mainwrap1 {
	background: #FFF url(/img/bg/bg_page.png) 0 0 repeat-y;
	}
#mainwrap2 {
	background: transparent url(/img/bg/bg_page_top.png) 0 0 no-repeat;
	width: 768px;
	overflow: hidden;
	}
#main {
	background: transparent url(/img/bg/bg_page_btm.png) left bottom no-repeat;
	width: 768px;
	position: relative;
	overflow: hidden;
	}

#sectionmenu {
	background: transparent url(/img/bg/bg_page_sep.png) left bottom no-repeat;
	padding: 24px 34px 34px;
	position: relative;
	}

#sectionmenu ul {
	display: inline;
	float: left;
	list-style: none;
	margin: .5em 0 0 -8px;
	width: 700px;
	}
#sectionmenu li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 8px 2px;
	border-right: 1px solid #E5E5E5;
	}
#sectionmenu li.last {
	border: none;
	padding-right: 0;
	}

#text {
	padding: 14px 34px;
	}


/* =Footer ---------------------*/

#footer {
	padding: 1.5em 0 0;
	text-align: center;
	}
#footer a {
	color: #005883 !important;
	}
#footer ul {
	list-style: none;
	margin: 0 0 .5em;
	}
#footer li {
	display: inline;
	font-size: .85em;
	margin: 0;
	padding: 0 .5em;
	}
#footer #copy {
	font-size: .75em;
	}
#footer #copy span {
	margin: 0 0 0 1em;
	}


/* =Order ---------------------*/

.msg {
	background: #F9CF67;
	line-height: 1.1;
	padding: 4px;
	}

form.orderform span.error {
	display: block;
	}
form.orderform .leftlabel span.error {
	padding: 0 0 0 11em;
	}
form.orderform #s_or_p {
	margin: 0 0 .5em;
	overflow: hidden;
	text-align: right;
	width: 10em;
	}

form.edit_order {
	margin: 1em 0 0;
	text-align: center;
	}
form.edit_order p {
	margin: 0;
	}

form#confirm p.submit {
	padding: 0;
	text-align: center;
	}
form#confirm .submit input {
	font-size: 1.6em;
	}

#summary_total, #summary_id {
	font-size: 1.15em;
	line-height: 1.2;
	}
#summary_total div {
	padding-top: 15px;
	}
.summary_note {
	clear: both;
	padding: 1em 0 0;
	}
#summary_total table {
	margin: 0;
	width: 100%;
	}
#summary_total table td {
	border: none;
	padding: 0 0 .25em;
	}
#summary_total table .sep td {
	border-top: 1px solid #333;
	padding-top: .5em;
	}
#summary_total table .price {
	text-align: right;
	}
#summary_total table .note {
	font-size: .85em;
	text-align: right;
	line-height: 1;
	}
#summary_total table #total td {
	font-size: 1.15em;
	font-weight: bold;
	}


/* =MISC ---------------------*/

table.test_cost {
	margin: 0 auto 2em;
	}
table.test_cost td.price {
	font-size: 1.2em;
	padding-right: 0;
	text-align: right;
	}
table.test_cost td.action {
	border: none;
	font-size: 1.6em;
	padding: 0 0 0 40px;
	vertical-align: middle;
	}
table.test_cost .action a {
	border: none;
	}
table.test_cost tr.note td {
	border: none;
	font-size: .9em;
	padding-right: 0;
	text-align: right;
	}

#contact .vcard {
	float: left;
	width: 245px;
}
#contact .vcard .fn {
	font-weight: bold;
}
#contact .vcard .adr {
	margin: 0 0 .5em;
}
.vcard .tel .type {
	display: none;
}
#contact .map {
	float: right;
	width: 425px;
}

#receipt {
	border: 1px solid #666;
	overflow: hidden;
	width: 700px;
}
#receipt #identity {
	border-bottom: 1px solid #666;
	padding: 0 0 15px;
}
#receipt #details {
	border-bottom: 1px solid #666;
	clear: both;
	padding: 0 0 15px;
}
#receipt #refund {
	clear: both;
	font-size: .94em;
	padding: 15px;
}


