body {
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 0.75em;
	background: #E1E5E6 url('../images/header-background.png') left top no-repeat;
}

h3 {
	margin: 1em 0 0.5em 0;
	padding: 0;
	color: #999;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

em {
	color: #294664;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #004489;
	font-weight: bold;
	outline: none; /* hide dotted outline in Firefox */
}

a:hover {
	text-decoration: underline;
}

label {
	font-size: 0.9em;
	color: #666;
	font-weight: bold;
}

fieldset {
	border:0;
	padding:0;
	margin:0;
}

input, textarea {outline-style:none;}

img {
	border:0;
}

abbr {
	font-weight: bold;
	/*color: #004489;*/
	border-bottom: 1px dotted #666;
}

/*input, button { font-family: arial, tahoma, verdana, helvetica, sans-serif; font-size: 12px; border: 1px solid #ccc; margin: 2px 0; padding: 2px 0 0 0; }*/

/*select {font-family: arial, tahoma, verdana, helvetica, sans-serif; font-size: 12px; line-height: 16px; border: 1px solid #ccc; margin: 2px 0 0 0;}*/

/*textarea {font-family: arial, tahoma, verdana, helvetica, sans-serif; font-size: 12px; border: 1px solid #ccc; margin: 2px 0; padding: 2px 0 0 0;}*/

caption {
	font-weight: bold;
}

tr {
	vertical-align:top;
}

.clear {
	clear: both;
}

.hid {
	display: none;
}

.light {
	color: #cdcdcd;
}

.float_left {
	float: left;
	margin: 0 10px 0 0;
}

.breadcrumb { font-size: 10px; color: #666; margin: 0 13px 13px 13px; clear: both; }

.small_gray_box {
	float: left;
	width: 25px;
	height: 25px;
	margin: 3px 7px 7px 4px;
	background-color: #666666;
}

#container {
	position: relative;
	/*width: 994px;
	margin: 0 auto;*/
	text-align: left;
	width: 100%;
}

#container-btm {
	clear:both;
	margin: 0;
	padding: 0;
	background: #E1E5E6 url(../images/footer-bg.png) repeat-x;
	float:left;
	width: 100%;
}

#bottom-band {
	width: 100%;
	background: #ff0000 url(../images/footer_topbar.jpg) bottom left repeat-x;
	
}

#logo {
	position: absolute;
	top: 5px;
	left: 596px;
	margin: 0;
	padding: 0;
}

#logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 398px;
	height: 73px;
	background: transparent url(../images/concateno-logo.png) no-repeat;
	text-indent: -9999px;
}

#logo-group {
	position: absolute;
	top: 52px;
	left: 445px;
	width: 397px;
	height: 37px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/group_logos.jpg) no-repeat;
	text-indent: -9999px;
}

#main_search {
	display: block;
	width: 250px;
	height: 86px;
	position: absolute;
	right: 0;
	background: transparent url(../images/search_background.jpg) left bottom no-repeat;
}

#main_search form {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 21px;
	top: 47px;
	height: 20px;
	width: 250px;
}

#main_search form input {
	height: 12px;
	width: 100px;
	font-size: 0.67em;
	margin: 0 4px 0 6px;
}

#main_search form button {
	width: 53px;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menuh-container {		/* this is the main container position as you want*/
	font-size: 1em;		/* do not remove or alter */
	z-index: 1;			/* do not remove or alter */
}
	
#main_navigation {
	top: 25px;
	position: relative;
	width: 994px;
	margin: 0 auto;
	clear:both;
	height: 29px;
	float: none;
}

#main_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	float: left;
	/*width: 994px;*/
	line-height: 29px;
}

#main_navigation li {
	position: relative;			/* do not remove or alter */
    min-height: 1px;			/* do not remove or alter */ 
    vertical-align: bottom;		/* do not remove or alter */
	margin: 0;
}

#main_navigation li a {
	display: block;
	text-align: left;
	width: 109px;
	text-decoration: none;
	color: #FFF;
	line-height: 11px;
	font-weight: bold;
	padding: 4px 11px;
	height: 24px;
	background: transparent url('../images/navigation_tab.png') 0 0 no-repeat;
}

#main_navigation li a:hover {
	background-position: 0 -32px;
}

#main_navigation #selected a {
	background-position: 0 -64px;
	color: #24425e;
}

#main_navigation li li a, #main_navigation #selected li a {
	width: 199px;
	background: none;
	color: #FFF;
}

#main_navigation li li a:hover, #main_navigation #selected li a:hover {
	background-color: #00376E;
	background-image: none;
	color: #5393D1;
}

/* ############### Drop-down start ############### */

#main_navigation li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}
	
#main_navigation li li
	{
	/*height: auto;*/
	/*border-bottom: 1px #24425E solid;*/
	border-left: 1px #24425E solid;
	}

#main_navigation ul ul
	{
	position:absolute;
	top: auto;
	left: auto;
	display:none;
	padding: 0;
	margin: 0;
	z-index: 0;
	width: 222px;
	/*background-color: #304D69;*/
	background: #304D69 url('../images/menu-top-bg.png') 0 50% no-repeat;
	}

#main_navigation ul ul ul
	{
	top:0;
	left:100%;
	}
	
div#main_navigation li:hover
	{
	cursor:pointer;
	z-index:100;
	}
	
div#main_navigation li:hover ul ul,
div#main_navigation li li:hover ul ul,
div#main_navigation li li li:hover ul ul,
div#main_navigation li li li li:hover ul ul
{display:none;}

div#main_navigation li:hover ul,
div#main_navigation li li:hover ul,
div#main_navigation li li li:hover ul,
div#main_navigation li li li li:hover ul
{display:block;}

#main_navigation			/* IE stuff */
	{
	float:none;
	}
	
body						/* IE stuff */
	{
	behavior:url(/css/csshover.htc);
	}
	
#main_navigation ul li		/* IE stuff */
	{
	float:left;
	}
	
#main_navigation a			/* IE stuff */
	{
	height:1%;
	}

/* ############### Drop-down end ############### */


#main_content {
	top: 25px;
	padding: 13px 0 0 0;
	position: relative;
	width: 100%;
	background-color:#FFF;
	
}

#body {
	position: relative;
	width: 994px;
	margin: 0 auto;
}

#body .left {
	width: 557px;
	background-color:#FFFFFF;
}

#body .right {
	width: 274px;
	background-color:#FFFFFF;
}

.col1 {
	float: left;
	width: 240px;
	margin: 0 15px;
}

.image_box {
	float: left;
	width: 249px;
	height: 240px;
	margin: 24px 12px 0 10px;
	background: #daeaf9;
	border: 1px solid #add7fd;
	overflow: hidden;
}

.image_box .contents {
	margin: 12px 26px 12px 12px;
}

.image_box .contents h3, .contents h3 a {
	margin: 0 0 13px 0;
	padding: 0;
	color: #274561;
	font-size: 1.2em;
	text-decoration: none
}

.image_box .contents p {
	margin: 0 0 4px 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
}

.image_box .contents ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
	color: #666666;
	font-size: 12px;
}

.image_box .contents a {
	font-weight: bold;
	font-size: 11px;
}

.image_box .contents h3 a {
	font-size: 1em;
}

#products_services { background: #daeaf9 url('../images/box_products_services.jpg') right bottom no-repeat; }
#quality_assured { background: #daeaf9 url('../images/box_quality_assured.jpg') right bottom no-repeat; }

.solution h4 {
	margin: 0 0 7px 0;
	font-size: 1em;
	color: #ffffff;
	background-color: #5393d1;
	padding: 6px 5px;
}

.solution p {
	margin-left: 36px;
	font-size: 0.9em;
	color: #656565;
}

.news {
	position :relative;
	margin: 0 0 5px 0;
}

.news img {
	float: left;
	position: relative;
	left: 16px;
	border: 1px solid #274764;
	margin: 0 0 6px 0
}

.news p {
	margin: 0 12px 12px 65px;
	color: #676767;
	font-size: 0.8em;
}

.doclink {
	margin: 6px 0 0 0;
	background-image: url(../images/document.jpg);
	background-position: 16px 3px;
	background-repeat:no-repeat;
}

.doclink a {
	display: block;
	padding: 5px 0 0 0;
	margin: 0 0 0 36px;
	font-weight: bold;
}

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

#footer {
	position: relative;
	margin: 24px auto;
	width: 994px;
	text-align: left;
	font-size: 0.9em;
	color: #666;
}

#footer .footer_left {
	float: left;
}

#footer .footer_right {
	float: right;
	text-align:right;
}

#footer .linkblk {
	float: left;
	margin: 0 10px 0 0;
	width: 140px;
	overflow: hidden;
}

#footer .linkblk h3 {
	width: 170px;
	color: #ffffff;
	padding: 0 0 6px 6px;
	margin: 0;
	font-size: 11px;
}

#footer .linkblk ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight:normal;
}

#footer .linkblk li {
	margin: 2px 0 0 0;
	padding: 0;
	line-height: 1.4em;
}

#footer .linkblk li a {
	color: #666;
	font-weight: normal;
}

#menu_divisions {
	float: left;
	height: 300px;
	padding: 0 0 23px 24px;
}

#menu_divisions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight:normal;
}

#menu_divisions li {
	margin: 0;
	padding: 0;
	float: left;
}

#menu_divisions li a {
	display:block;
	margin: 0;
	padding: 80px 13px 13px 13px;
	width: 104px;
	height: 207px;
	color: #333;
}

#menu_products {
	float: left;
	height: 148px;
	padding: 0 0 4px 24px;
}

#menu_products ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight:normal;
}

#menu_products li {
	margin: 0;
	padding: 0;
	float: left;
}

#menu_products li a {
	display:block;
	margin: 0;
	padding: 0 4px 0 0;
	width: 258px;
	height: 148px;
	text-indent: -9999px;
}

#menu_products .laboratory-products { background: transparent url("../images/products-laboratory-products.jpg") 0 0 no-repeat; padding: 0 0 4px 0; }
#menu_products .poct-testing { background: transparent url("../images/products-poct.jpg") 0 0 no-repeat; width: 256px; }
#menu_products .laboratory-testing { background: transparent url("../images/products-laboratory-testing.jpg") 0 0 no-repeat; }

#home_divisions ul {
	width: 424px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#home_divisions li {
	margin: 0;
	padding: 0;
	width: 212px;
	height: 100px;
	float: left;
	background-color: #FF0000
}

#home_divisions li a {
	display:block;
	margin: 0;
	padding: 0;
	width: 212px;
	height: 100px;
	text-indent: -9999px;
}

#home_divisions .healthcare { background: transparent url("../images/home-division-healthcare.jpg") 0 0 no-repeat; }
#home_divisions .workplace { background: transparent url("../images/home-division-employee.jpg") 0 0 no-repeat; }
#home_divisions .maritime { background: transparent url("../images/home-division-maritime.jpg") 0 0 no-repeat; }
#home_divisions .family { background: transparent url("../images/home-division-child.jpg") 0 0 no-repeat; }
#home_divisions .clinical { background: transparent url("../images/home-division-clinical.jpg") 0 0 no-repeat; }
#home_divisions .criminal { background: transparent url("../images/home-division-criminal.jpg") 0 0 no-repeat; }

#nav_column {
	float: left;
	width: 190px;
	margin-bottom: 10px;
	background: #DBECFC url("../images/navigation_background-concateno.jpg") no-repeat;
}

#nav_column h3 {
	margin: 12px 12px 22px 14px;
	padding: 0;
	font-size: 1.2em;
}

#nav_column h3 a {
	color: #004489;
	text-decoration:none;
}

.customers-family #nav_column { background: #F2E0F3 url("../images/navigation_background-family2.jpg") no-repeat; }
.customers-maritime #nav_column { background: #DAEBE9 url("../images/navigation_background-maritime2.jpg") no-repeat; }
.customers-workplace #nav_column { background: #F3E3CD url("../images/navigation_background-workplace2.jpg") no-repeat; }
.customers-criminal #nav_column { background: #E9D7F3 url("../images/navigation_background-criminal2.jpg") no-repeat; }
.customers-laboratory #nav_column { background: #DAEBF3 url("../images/navigation_background-laboratory2.jpg") no-repeat; }
.customers-healthcare #nav_column { background: #F2FCDA url("../images/navigation_background-healthcare2.jpg") no-repeat; }

#nav_column ul {
	margin: 0;
	padding: 0 0 102px 0;
	list-style-type: none;
	line-height:1em;
	color:#666666;
	background: transparent url("../images/navigation_background-concateno-btm.jpg") left bottom no-repeat;
}

#nav_column li {
	margin: 0;
	padding: 6px 15px 7px 15px;
	background: transparent url("../images/navigation_line.jpg") 100% bottom no-repeat;
	font-weight: bold;
	font-size: 0.95em;
}

#nav_column .selected {
	background: transparent url("../images/navigation_line2.gif") 100% bottom no-repeat;
}

.customers-family #nav_column ul {
	background: transparent url("../images/navigation_background-family-btm.jpg") left bottom no-repeat;
}
.customers-family #nav_column li {
	background: transparent url("../images/navigation_line-family.jpg") 100% bottom no-repeat;
}
.customers-family #nav_column .selected {
	background: transparent url("../images/navigation_line-family.gif") 100% bottom no-repeat;
}

.customers-maritime #nav_column ul {
	background: transparent url("../images/navigation_background-maritime-btm.jpg") left bottom no-repeat;
}
.customers-maritime #nav_column li {
	background: transparent url("../images/navigation_line-maritime.jpg") 100% bottom no-repeat;
}
.customers-maritime #nav_column .selected {
	background: transparent url("../images/navigation_line-maritime.gif") 100% bottom no-repeat;
}

.customers-workplace #nav_column ul {
	background: transparent url("../images/navigation_background-workplace-btm.jpg") left bottom no-repeat;
}
.customers-workplace #nav_column li {
	background: transparent url("../images/navigation_line-workplace.jpg") 100% bottom no-repeat;
}
.customers-workplace #nav_column .selected {
	background: transparent url("../images/navigation_line-workplace.gif") 100% bottom no-repeat;
}

.customers-criminal #nav_column ul {
	background: transparent url("../images/navigation_background-criminal-btm.jpg") left bottom no-repeat;
}
.customers-criminal #nav_column li {
	background: transparent url("../images/navigation_line-criminal.jpg") 100% bottom no-repeat;
}
.customers-criminal #nav_column .selected {
	background: transparent url("../images/navigation_line-criminal.gif") 100% bottom no-repeat;
}

.customers-laboratory #nav_column ul {
	background: transparent url("../images/navigation_background-laboratory-btm.jpg") left bottom no-repeat;
}
.customers-laboratory #nav_column li {
	background: transparent url("../images/navigation_line-laboratory.jpg") 100% bottom no-repeat;
}
.customers-laboratory #nav_column .selected {
	background: transparent url("../images/navigation_line-laboratory.gif") 100% bottom no-repeat;
}

.customers-healthcare #nav_column ul {
	background: transparent url("../images/navigation_background-healthcare-btm.jpg") left bottom no-repeat;
}
.customers-healthcare #nav_column li {
	background: transparent url("../images/navigation_line-healthcare.jpg") 100% bottom no-repeat;
}
.customers-healthcare #nav_column .selected {
	background: transparent url("../images/navigation_line-healthcare.gif") 100% bottom no-repeat;
}


#nav_column .selected, .customers-family #nav_column .selected, .customers-maritime #nav_column .selected, .customers-workplace #nav_column .selected, .customers-clinical #nav_column .selected, .customers-laboratory #nav_column .selected, .customers-healthcare #nav_column .selected, .customers-criminal #nav_column .selected {
	background-color: #FFF;
	padding: 6px 0 7px 5px;
	margin: 0 0 0 10px;
}

.customers-family #nav_column li a, .customers-family #nav_column h3 a { color: #9B2E87; }
.customers-maritime #nav_column li a, .customers-maritime #nav_column h3 a { color: #115545; }
.customers-workplace #nav_column li a, .customers-workplace #nav_column h3 a { color: #D46300; }
.customers-criminal #nav_column li a, .customers-criminal #nav_column h3 a { color: #7C498E; }
.customers-laboratory #nav_column li a, .customers-laboratory #nav_column h3 a { color: #005C7F; }
.customers-healthcare #nav_column li a, .customers-healthcare #nav_column h3 a { color: #246C30; }

#nav_column .selected ul {
	margin: 8px 0 0 2px;
	padding: 0;
	background: none;
}

#nav_column .selected li {
	background: transparent;
	margin: 0;
	padding: 0;
}

#nav_column .selected li a {
	display: block;
	font-weight: normal;
	color: #333;
	padding: 0 15px 8px 6px;
}

#nav_column .selected ul ul {
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 1em;
	color:#FFFFFF;
}

#nav_column .selected li li {
	padding: 0;
	margin: 0;
}

#nav_column li li a {
	background: transparent url("../images/nav-arrow.gif") 0 2px no-repeat;
}

#nav_column .selected li li a {
	padding: 0 15px 8px 4px;
}

#news_column {
	float: left;
	width: 190px;
	background: transparent url(images/navigation_background.jpg) no-repeat;
}

#news_column h2 {
	margin: 12px 15px 13px 15px;
	padding: 0;
	color: #294664;
	font-size: 1.2em;
}

#news_column h3 {
	font-size: 0.9em;
	margin: 0 12px 12px 65px;
}

#content {
	float: left;
	width: 804px;
	/*margin-left: 190px;*/
	background: transparent url("../images/bg-bl-concateno.jpg") 0 100% no-repeat;
}

.customers-family #content { background: transparent url("../images/bg-bl-family.jpg") 0 100% no-repeat; }
.customers-maritime #content { background: transparent url("../images/bg-bl-maritime.jpg") 0 100% no-repeat; }
.customers-healthcare #content { background: transparent url("../images/bg-bl-healthcare.jpg") 0 100% no-repeat; }
.customers-criminal #content { background: transparent url("../images/bg-bl-criminal.jpg") 0 100% no-repeat; }
.customers-laboratory #content { background: transparent url("../images/bg-bl-laboratory.jpg") 0 100% no-repeat; }
.customers-workplace #content { background: transparent url("../images/bg-bl-workplace.jpg") 0 100% no-repeat; }

#content_bg {
	float: left;
	width: 804px;
	background: transparent url("../images/bg-tr-concateno.jpg") 100% 0 no-repeat;
}

#content #leftcol {
	float: left;
	width: 580px;
	padding: 0 0 140px 24px;
}

.customers-family #content_bg { background: transparent url("../images/bg-tr-family.jpg") 100% 0 no-repeat; }
.customers-family #content #content_bg a { color: #9B2E87; }

.customers-maritime #content_bg { background: transparent url("../images/bg-tr-maritime.jpg") 100% 0 no-repeat; }
.customers-maritime #content #content_bg a { color: #115545; }

.customers-workplace #content_bg { background: transparent url("../images/bg-tr-workplace.jpg") 100% 0 no-repeat; }
.customers-workplace #content #content_bg a { color: #D46300; }

.customers-healthcare #content_bg { background: transparent url("../images/bg-tr-healthcare.jpg") 100% 0 no-repeat; }
.customers-healthcare #content #content_bg a { color: #246C30; }

.customers-criminal #content_bg { background: transparent url("../images/bg-tr-criminal.jpg") 100% 0 no-repeat; }
.customers-criminal #content #content_bg a { color: #53549F;}

.customers-laboratory #content_bg { background: transparent url("../images/bg-tr-laboratory.jpg") 100% 0 no-repeat; }
.customers-laboratory #content #content_bg a { color: #005C7F; }

.header_background {
	color: #004489;
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 2em;
	font-weight: normal;
}

.customers-family .header_background { color: #9B2E87; }
.customers-maritime .header_background { color: #115545; }
.customers-workplace .header_background { color: #D46300; }
.customers-healthcare .header_background { color: #246C30; }
.customers-criminal .header_background { color: #7C498E; }
.customers-laboratory .header_background { color: #005C7F; }

#content #leftcol ul, ol, #leftcol_wide ul, ol {
	padding: 0 0 0 15px;
	margin: 1em 0 1em 0;
	color: #666;
	line-height: 1.4em;
}

#content #leftcol table ul, table ol, table p, #leftcol_wide table ul, table ol, table p {
	padding: 0 0 0 15px;
	margin: 1em 0 1em 0;
	color: #666;
	line-height: 1.4em;
}

#content #leftcol table {
	width: 580px;
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	border-bottom: 0;
	border-right: 0;
	background-color: #FFF;
	font-size: 11px;
}

#content #leftcol table p, #leftcol_wide table p {
	padding: 0;
	margin: 1em 0 1em 0;
	color: #666;
	line-height: 1.4em;
}

#content #leftcol p, #content #leftcol hr, #content #leftcol table, #leftcol_wide p, hr, table {
	margin: 1em 0 1em 0;
	color: #666;
	line-height: 1.4em;
}

#content #leftcol .image_box .contents p, #leftcol_wide .image_box .contents p {
	margin: 0;
	line-height: 1.2em;
}

#content #leftcol th, #leftcol_wide th {
	color: #333;
	background: #CCC;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 4px;
}

#content #leftcol td, #leftcol_wide td {
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 4px;
}

#content #leftcol h4, #leftcol_wide h4 {
	font-size: 1.2em;
	color: #000;
	margin: 1.2em 0 0 0;
	font-weight:normal;
}

#content #leftcol .input, #leftcol_wide .input {
	width: 386px;
}

#content #leftcol .textarea, #leftcol_wide .textarea {
	width: 386px;
	height: 150px;
}

#content #leftcol ol li {
	margin: 1em 0;
}

/*.right_panel_background {
	background: #ffffff url(../images/right_panel_background.jpg) no-repeat;
	height: 260px;
	
}

.right_panel_background h2 {
	margin: 12px;
	padding: 0;
	color: #294666;
	font-size:1.2em;
}

.right_panel_background h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 14px 27px 0 70px;
	padding: 0;
}*/

#content #rightcol {
	float: right;
	width: 160px;
	padding: 0 10px 60px 30px;
}

#content #rightcol img {
	margin: 0 10px 10px 17px;
}

#content #rightcol p {
	margin: 0 6px 10px 6px;
}

#content #rightcol h4 {
	font-size: 1.2em;
	color: #000;
	margin: 80px 6px 8px 6px;
	font-weight:normal;
}

.menu_product {
	position: relative;
	padding: 0 10px 0 84px;
	margin: 0 0 10px 0;
}

.menu_product h3 {
	margin: 0 !important;
	padding: 0 !important;
}

.menu_product h3 a {
	margin: 0 0 0 90px;
	padding: 0;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 0.6em;
}

.menu_product p {
	margin: 0 0 0 90px !important;
	padding: 0 !important;
	font-size: 0.8em;
}

.menu_product img {
	float: left;
	position: absolute;
	border: 1px solid #ffffff;
	top: 2px;
	left: 0px;
}

#product_categories {
	margin: 15px;
}

#product_categories form {
	margin: 0;
	padding: 0;
}

#product_categories form p {
	margin: 0 !important;
	padding: 0;
}

#product_categories h2 {
	margin: 0 0 2px 0 !important;
	padding: 0 !important;
	font-size: 1em !important;
}

#product_categories form select {
	width: 100px;
	font-size: 0.75em;
	margin: 0 8px 0 0;
}

#product_categories form button {
	width: 53px;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#flags {
	float: left;
	height: 49px;
	padding: 25px 0 0 0;
}

#flags ul {
	margin: 13px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-weight:normal;
}

#flags li {
	margin: 0;
	padding: 0;
	float: left;
}

#flags li a {
	display:block;
	margin: 0;
	padding: 0 7px 0 0;
	width: 20px;
	height: 15px;
	text-indent: -9999px;
}

#flags .uk {
	background: transparent url("../images/flag-uk.gif") 0 0 no-repeat;
}

#flags .fr {
	background: transparent url("../images/flag-fr.gif") 0 0 no-repeat;
}

#flags .it {
	background: transparent url("../images/flag-it.gif") 0 0 no-repeat;
}

#flags .es {
	background: transparent url("../images/flag-es.gif") 0 0 no-repeat;
}

#flags .se {
	background: transparent url("../images/flag-se.gif") 0 0 no-repeat;
}

#flags .de {
	background: transparent url("../images/flag-de.gif") 0 0 no-repeat;
}

.leightbox h2, .leightbox2 h2 {
	font-size: 1.4em;
	margin: 0;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left:-200px;
	width: 400px;
	height: 320px;
	padding: 12px;
	border: 12px solid #B8B8B8;
	background-color: #daeaf9;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.leightbox2 {
	color: #333;
	display: none;
	position: relative;
	top: 50px;
	width: 854px;
	height: 650px;
	padding: 12px;
	margin: 0 auto;
	border: 12px solid #B8B8B8;
	background-color: #daeaf9;
	text-align: center;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed; }

/* Shop specific */

.breadcrumb { font-size: 0.8em }
.image_boarder  { border: solid 1px #ccc }

.home-column {
	float:left;
	padding: 0 0 23px 0;
	margin: 0;
}

.home-column p {
	margin-left: 13px;
	margin-right: 13px;
	color: #333;
	font-size: 11px;
	line-height: 13px;
}

.home-column h3 {
	color: #333;
	font-size: 16px;
	margin: 0;
	padding: 13px;
	font-weight: normal;
}

.home-column ul {
	width: 122px;
	height: 300px;
	margin: 0 6px 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 1em;
	color: #004489;
}

.home-column li {
	margin: 0 0 6px 0;
	padding: 6px 0 0 6px;
	font-weight: bold;
	font-size: 1em;
	width: 116px;
	height: 64px;
	background-color: #C8CBCC;
	float: left;
}

/* green buttons */
.green_button {
	cursor:pointer; 
	cursor:hand; 
	line-height:24px;
	background:url('../images/button-grey-left.png') no-repeat left top;
	height:25px; 
	padding-left:12px; 
	vertical-align:middle;
	/*display:block; /*opera*/
	display:inline-block; /*ie*/
	/*display:-moz-inline-box;  /*ff*/
	margin: 5px 0 0 0;
	color: #333;
	font-size: 11px;
}

.green_button span { 
	background:url('../images/button-grey.png') no-repeat right top; 
	height:25px;
	/*display:block;*/
	/*display:inline;*/
	display:inline-block;
	padding-right:12px;
	line-height:24px;
	color: #333;
	text-transform:uppercase;
}

a.green_button:hover {background-position:left -158px; color: #268100; text-decoration:none;}
a.green_button:hover span {background-position:right -158px;}

.green_button_tint {
	cursor:pointer; 
	cursor:hand; 
	line-height:24px;
	background:url('../images/button-grey-left.png') no-repeat left -340px;;
	height:25px; 
	padding-left:12px; 
	vertical-align:middle;
	/*display:inline;*/
	/*display:block; /*opera*/
	display:inline-block; /*ie*/
	/*display:-moz-inline-box;  /*ff*/
	margin: 5px 0 0 0;
	color: #999;
	font-size: 11px;
}

.green_button_tint span { 
	background:url('../images/button-grey.png') no-repeat right -340px; 
	height:25px;
	/*display:inline;*/
	/*display:block;*/
	display:inline-block;
	padding-right:12px;
	line-height:24px;
	color: #999;
	text-transform:uppercase;
}
/*button tag*/

button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand; font-weight: bold;}
	
/* end green buttons */

div.transbox {
	border-top:1px solid #DDD;
	background: transparent url('../images/form-bg.gif') 0 0 repeat-x;
	width:554px;
	margin:13px 0;
	padding:0 13px;
	/*filter:alpha(opacity=60); opacity:0.6;*/
}
div.transbox p {
	/*color:#000000;
	font-weight:bold;*/
}

.transbox .inputText {
	padding: 3px 5px;
	width: 259px;
	font-size: 13px;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
}

.infobox {
	display:none; border:1px solid #CCC; width:75%; background-Color:AntiqueWhite; margin-top:5px; padding: 5px 5px 5px 5px;
}
/* TrichoTech form */
.tt_page {
	display:none;
	background:url('../images/trichotech.gif') no-repeat top right;
	/*padding:0;
	margin:0;*/
}
.tt_d_page {display:none}
.tt_info_box {border:1px solid; background-color:#D8D8D8; color:#003399; font-weight:normal; margin:0; padding:5px;}

.forms-trichotech1 fieldset {
  clear: both;
  font-size: 100%;
  border: 0;
  margin: 10px 0;
  padding: 0;
}

.forms-trichotech1 legend {
  clear: both;
  font-size: 1.2em;
  border: 0;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
}

.forms-trichotech1 label{
display: block;
float: left;
width: 420px;
padding: 3px 5px;
margin: 0 0 5px 0;
text-align: right;
}
.forms-trichotech1 .inputText {
padding: 3px 5px;
width: 220px;
margin: 0 0 0 10px;
font-size: 14px;
color: #333;
}


/*classes for tags: label, textarea, select, input*/
.forms-trichotech2 fieldset {
	font-size: 100%;
	border: 0;
	margin: 10px 0;
	padding: 0;
}

.forms-trichotech2 legend {
	font-size: 1.2em;
	border: 0;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	text-indent: 0;
}

.forms-trichotech2 .label1 {
	display: block;
	float: left;	/* float label to left - general align */
	width: 580px;
	/*padding: 3px 0;*/
	margin: 0 0 8px 0;
	text-align: right; /* align text to right. Everything aligned to right */
	/*background-color: #000099;*/
	/*line-height: 20px;*/
}
.forms-trichotech2 .label2 {
	display: block;
	float: left;	/* float label to left - general align */
	width: 200px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}
.forms-trichotech2 .label3 {
	display: block;
	float: left;	/* float label to left - general align */
	width: 100px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}

.forms-trichotech2 .selectText {
	padding: 3px 0;
	width: 236px;
	margin: 0 0 0 7px;
	font-size: 13px;
	color: #333;;
	font-family: Arial, Verdana, sans-serif;
}
.forms-trichotech2 .inputText {
	padding: 3px 5px;
	width: 220px;
	margin: 0 0 0 7px;
	font-size: 13px;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
}
.forms-trichotech2 .areaText {
	padding: 3px 5px;
	width: 437px;
	/*margin: 0 0 0 10px;*/
	font-size: 13px;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
}

