@CHARSET "UTF-8";

body {
	margin: 0px;
	background-color:#ffffff;
	background-repeat:repeat-y;
	color:#003366;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	text-align:left;
	font-size:1.0em;
}

h1 {
	font-size:1.2em;
	line-height:1.2em;
	vertical-align:top;
	color:#cc0033;
	font-family:Arial,Helvetica,sans-serif;
}

h2 { 
	font-size:0.8em;
	font-weight:bold;
	color:#003366;
	font-family:Arial,Helvetica,sans-serif;
}

h3 {
	font-size:0.8em;
	font-weight:bold;
	margin:0px; padding:0px;
	color:#003366;
	font-family:Arial,Helvetica,sans-serif;
}

a { text-decoration:underline; color:#003366; }
a:link { }
a:visited { }
a:active { }
a:hover { color:#cc0033; }

a.white { font-size:0.8em; text-decoration:none; font-weight:bold; color:#ffffff; }
a.white:link { color:#ffffff; }
a.white:visited { color:#ffffff; }
a.white:active { color:#ffffff; }
a.white:hover { color:#ffffff; }

.breadcrumpbracket a {
	color: #003366;
	text-decoration:none;
}
.breadcrumpbracket a:hover {
	color: #CC0033;
}

#head {
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:75px;
	background-color:#FFFFFF;
}
#head img.convotherm {
	margin-top: 6px;
	margin-left: 10px;
}
#redline {
	position:absolute;
	top: 75px;
	left: 0px;
	width:100%;
	height:14px;
	background-color:#CC0033;
}
#blueline {
	position:absolute;
	top: 89px;
	left: 0px;
	width:100%;
	height:28px;
	background-color:#003366;
}

#topLeftBgr {
	background-repeat: no-repeat;
	position:absolute;
	top: 117px;
	left: 0px;
	width: 203px;
	height: 33px;
}

#navigation {
	position:absolute;
	top: 150px;
	left: 10px;
	width: 193px;
}
#topBgr {
	background-repeat: repeat-x;
	background-color: #ededed;
	position:absolute;
	top:117px;
	left:203px;
	width:77%;
	background-color:#EDEDED;
	height: 33px;
}
#content {
	position:absolute;
	top:150px;
	left:203px;
	width:77%;
	background-color:#EDEDED;
	font-size: 12px;
}

#content h1 {
	font-size: 18px !important;
	line-height: 18px;
	vertical-align:top;
	color:#cc0033;
	font-family:Arial,Helvetica,sans-serif;
}

#content h2 { 
	font-size:12px !important;
	font-weight:bold;
	color:#003366;
	font-family:Arial,Helvetica,sans-serif;
}

#content h3 {
	font-size:12px !important;
	font-weight:bold;
	margin:0px; padding:0px;
	color:#003366;
	font-family:Arial,Helvetica,sans-serif;
}

#cnt {
	padding-left: 30px;
	padding-right: 20px;
	width: 730px;
}
ul.nav {
	margin: 0px;
	padding: 0px;
}
ul.nav li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	background-color: #d9e1e8;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
ul.nav li a {
	display: block;
	height: 16px;
	padding-left: 10px;
	padding-top: 4px;
	text-decoration: none;
}
ul.nav li a:hover {
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
ul.nav li a.selected {
	color:#cc0033;
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
ul.subnav {
	border-top: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
}
ul.subnav li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	background-color: #e4eaef;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px;
}
ul.subnav li a {
	display: block;
	height: 16px;
	padding-left: 22px;
	padding-top: 4px;
	text-decoration: none;
}
.backgroundtop {
	margin-top: 13px;
	margin-left: 20px !important;
	font-size: 0.7em;
	float: left;
}
#panelControlPopup {
	font-size: 12px;
}

.redbold {
	color: #cc0033;
	font-weight:bold;
}

img.leftfloat {
	float:left;
	margin-bottom:10px;
	margin-right:15px;
	padding:0px;
}
img.rightfloat {
	float:right;
	margin-bottom:10px;
	margin-left:15px;
	padding:0px;
}

#cForm {
}
#cForm td {
	vertical-align: middle !important;
}
#cForm input, #cForm select, #cForm option, #cForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cForm #name {
	width: 300px;
}
#cForm #company {
	width: 300px;
}
#cForm #email {
	width: 300px;
}
#cForm #town {
	width: 300px;
}
#cForm #address {
	width: 300px;
}
#cForm #phone {
	width: 300px;
}
#cForm #country {
	width: 305px;
}
#cForm #subject {
	width: 305px;
}
#cForm #enquiry {
	width: 300px;
}
#cForm #reference {
	width: 305px;
}
#cForm .mandatory {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

table.grid {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}
table.grid th, table.grid td {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 3px;
}