﻿/* Ordering Layout */

.container
{
	clear: both;
	float: left;
	width: 99%;
	margin: 0 0 10px 10px;
}

.fullwidth
{
    background-color:White;
    border:1px solid #00A5D9;
    color:Black;
    float:left;
    font-size:0.9em;
    margin: 20px 10px 10px 0;
    overflow:hidden;
    position:relative;
    width: 99%;
    clear: both;
}

.fullwidth p
{
	font-family: Arial;
	display: block;
	margin: 0;
	padding: 4px;
	text-align: left;
}

.fullwidth h1
{
    padding: 0;
	margin: 0 -10px 5px -10px;
	text-align: center;
	color: White;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #00A6DD;
	padding: 5px 0 5px 0;
}

.colmid, .colleft
{
	position: relative;
	float: left;
	width: 100%;
}

.colmid
{
	right: 25%;
}

.colleft
{
	right: 50%;
}

/* Product Pages Layout */

.nv_scheme_dates, .nv_scheme_description, .nv_scheme_documentation, .wv_scheme_description, .wv_scheme_documentation, .wv_scheme_dates, .dialog
{
	position: relative;
	float: left;
	overflow: hidden;
	color: Black;
	font-size: 0.9em;
	background-color: White;
	border: solid 1px #00A5D9;
	margin: 0 0 10px 0;
}

.nv_scheme_dates p, .nv_scheme_description p, .nv_scheme_documentation p, .wv_scheme_description p, .wv_scheme_documentation p, .wv_scheme_dates p, .dialog p
{
	font-family: Arial;
	display: block;
	margin: 0;
	padding: 4px;
	text-align: left;
}

.nv_scheme_dates h1, .nv_scheme_description h1, .nv_scheme_documentation h1, .wv_scheme_description h1, .wv_scheme_documentation h1, .wv_scheme_dates h1, .dialog h1
{
	padding: 0;
	margin: 0 -10px 5px -10px;
	text-align: center;
	color: White;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #00A6DD;
	padding: 5px 0 5px 0;
}

.nv_scheme_dates table, .nv_scheme_description table, .nv_scheme_documentation table .wv_scheme_description table, .wv_scheme_documentation table .wv_scheme_dates table, .dialog table
{
	margin: 5px auto 10px auto;
	text-align: center;
}

.nv_scheme_dates ul, .nv_scheme_description ul, .nv_scheme_documentation ul, .wv_scheme_description ul, .wv_scheme_documentation ul .wv_scheme_dates ul, .dialog ul
{
	margin-left: 10px;
}

.nv_scheme_dates
{
	width: 40%;
	left: 104%;	
}

.nv_scheme_description
{
	width: 28%;
	left: 35%;
}

.nv_scheme_description div
{
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.nv_scheme_description .schemeinfo
{
    display: block; 
    padding: 3px;
}

.nv_scheme_documentation
{
	width: 29%;
	left: 76.5%;
}

.nv_scheme_documentation .pdflist
{
    height: 200px;
    overflow: auto;
}

.wv_scheme_description
{
	width: 49%;
	float: left;
}

.wv_scheme_documentation
{
	width: 49%;
	margin-left: 10px;
	float: left;
}

.wv_scheme_dates
{
	clear: both;
	width: 98%;
	margin: 0 10px 10px 10px;
}

.wv_scheme_dates table
{
	margin: 10px;
}

.orderbar
{
    position: relative;
    display: block;
    clear: both;
    margin: 10px auto 10px auto;
    text-align: center;
    padding-top: 1px;
    font-weight: bold;
}

.orderbar a
{
    font-weight: normal;
}

.centeredlogo
{
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 46px;
}

/* 3 Column Layout */
.midcolumn, .leftcolumn, .rightcolumn
{
	position: relative;
	float: left;
	overflow: hidden;
	color: Black;
	font-size: 0.9em;
	background-color: White;
	border: solid 1px #00A5D9;
	margin: 0 0 10px 0;
}

.midcolumn
{
	width: 40%;
	left: 104%;
}

.leftcolumn
{
	width: 28%;
	left: 35%;
}

.rightcolumn
{
	width: 29%;
	left: 76.5%;
}

.midcolumn p, .leftcolumn p, .nv_scheme_documentation p, .rightcolumn p
{
	font-family: Arial;
	display: block;
	margin: 0;
	padding: 4px;
	text-align: left;
}

.midcolumn h1, .leftcolumn h1, .rightcolumn h1
{
	padding: 0;
	margin: 0 -10px 5px -10px;
	text-align: center;
	color: White;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #00A6DD;
	padding: 5px 0 5px 0;
}

.navi
{
	width: 150px;
	position: relative;
	float: left;
	clear: left;
	height: 100px;
}

.main
{
	margin: 10px 0 0 180px;
	padding-right: 10px;
}

.mainnomargin
{
	margin: 20px 0 0 10px;
	clear: left;
	width: auto;
}

.clearright
{
	clear: right;
}

.floatleft
{
	float: left;
}

.marblelogo
{
	display: block;
	background-image: url('images/marble.jpg' );
	width: 400px;
	height: 209px;
	float: right;
	clear: left;
	margin: 5px;
}

.aquacheckdeterminandpane
{
	float: left;
	width: 40%;
	padding: 0 10px 10px 0;
}

.aquacheckmsdspane
{
	width: 40%;
	margin-left: 10px;
}

.aquacheckmsdspane h5
{
	background-color: #00A5D9;
	border-bottom: solid 1px black;
	padding: 10px 10px 10px 10px;
	margin: 0 auto 0 auto;
	color: White;
	text-align: center;
}

.aquacheckmsdspane ul
{
	margin: 0;
	padding: 0;
}

.centeredtitle
{
	color: #00A5D9;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}

.column
{
	width: 300px;
	float: left;
}

/* News Items */
div.newsitem
{
    /*border: solid 1px #00A5D9;*/
    margin: 0 10px 0 10px;
    clear: both;
}

div.newsitem h1
{
    display: block;
    /*height: 30px;*/
    background-color: #00A5D9;
    color: White;
    margin: 0;
    padding: 6px;
    font-family: arial;
    font-size: 1.5em;
    line-height: 1em;
}

.newsitem div.body
{
    padding: 10px;
}

.newsitem div.body p,
.newsitem div.body ul,
.newsitem div.body h4
{
    margin: 0;
    padding: 0;
}

/* Distributors */
div.distributorlistcontainer
{
    position: relative;
    display: block;
    clear: both;
    min-height: 250px;
    padding-left: 250px;
    background-image: url('images/ptglobe.jpg');
    background-repeat: no-repeat;
    background-position: left 35px;
}

div.distributorlistcontainer div.countryselector
{
    clear: both;
}

div.distributorlistcontainer div.countryselector .countrylabel,
div.distributorlistcontainer div.countryselector .countrydropdown
{
    margin-top: 20px; 
}

div.distributorlistcontainer div.countryselector .countrylabel
{
    font-weight: bold;
}

div.distributorlistcontainer .noitems
{
    font-weight: bold; 
    margin-top: 10px; 
    display: block;
}

div.distributorlistcontainer .distributoritem
{
    float: left; 
    clear: left; 
    margin-bottom: 20px; 
    width: 700px; 
    padding-bottom: 10px; 
    border-bottom: solid 1px #00A5D9;
}

div.distributorlistcontainer .distributoritem .countriesserved
{
    float: right; 
    width: 300px; 
    margin-top: 30px;
}

div.distributorlistcontainer .distributoritem .countriesserved h1
{
    font-size: 1em;
}

div.distributorlistcontainer .distributoritem h3
{
    margin-bottom: 5px;
}

div.distributorlistcontainer .distributoritem address
{
    font-style: normal;
}

div.distributorlistcontainer .distributoritem .comlabel
{
    font-style: normal; 
    color: #00A5D9;
}
