/* Deskpad Design */

/* @group Body And Wrapper */

#body {
	font-family: "trebuchet MS",sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 0px;
	padding: 30px 0px 0px;
	text-align: center;
	background: #666666 url(desktop.jpg) repeat center top;
}

#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	background: url(wrapper_back.gif) repeat-y;
}

/* @end */

/* @group Header */

#header {
	background: url(header_back.jpg) #D7EBEA no-repeat left top;
	height: 282px
}

#header h1 {
	font-size: 1.2em;
	margin: 0px 0px 5px;
	padding: 200px 0px 0px 100px;
	width: 380px;
	letter-spacing: 0.05em
}

p.strapline {
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 0px 100px;
	width: 380px;
	color: #336666;
	letter-spacing: 0.05em;
	font-style: italic
}

/* @end */

/* @group Content */

#content {
	background: url(content_back.gif) no-repeat left bottom;
	padding-bottom: 100px;
}

/* @end */

/* @group Links */

a.button {
	background: url(button_a.gif) left center no-repeat;
	font-size: 1.5em;
	padding: 0 0 0 30px;
	margin: 0;
	height: 40px!important;
}

a:hover.button {
	background-image: url(button_ahover.gif);
	background-repeat: no-repeat;
}

a {
	color: #003366
}

a:hover {
	color: #660000
}

/* @end */

/* @group Font Styling */

h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 10px;
	color: #336666
}

h3 {
	font-size: 0.9em;
	text-decoration: underline;
}

h4{
	font-size: 0.8em;
	color: #555;
}

p {
	font-size: 0.75em;
	margin: 0px 0px 5px;
	line-height: 1.5em;
	padding: 0px
}

.QuotationBox {
	width: 200px;
	float: left;
	margin: 15px;
	padding: 10px;
	text-align: center;
	border: 3px outset #d8eaea;
	background-color: #e3f9f9;
	font-size: 1.1em;
	color: #544;
}

.introduction {
	color: #915517;
	font-size: 0.9em;
	padding: 5px;
	border: 1px dashed #cecece;
}

p.warning {
	font-size: 0.8em;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #ce551e;
	font-variant: small-caps;
	font-weight: bold;
}

p.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	color: #999999;
	font-size: 1px;
	display: block
}

a.menuHidden {
	font-style: italic;
}

/* @end */

/* @group Maintext */

#maintext ul li, #maintext ol li, #maintext table {
	font-size: 0.75em;
	padding: 0px
}

#maintext img {
	border: 0!important;
}

#outer-image {
	position: absolute;
	left: 0px;
	background: url(outer_image_back.jpg) no-repeat;
	height: 100px;
	width: 80px;
	top: 290px
}

#maintext {
	width: 463px;
	float: left;
	padding: 10px 10px 10px 80px;
	padding: 10px 20px 10px 80px;
}

#maintext img {
	border: 2px solid #D5E9EA;
	padding: 0px
}

/* @end */

/* @group Contact Details */

#contactdetails {
	width: 223px;
	position: absolute;
	top: 70px;
	left: 45px;
	clear: left
}

#contactdetails ul {
	margin: 0px;
	padding: 0px
}

#contactdetails ul li {
	list-style: none;
	font-size: 0.7em;
	float: left;
	margin-right: 5px;
	white-space: nowrap
}

#contactdetails ul li.tel {
	color: #FFFFFF;
	font-weight: bold
}

/* @end */

/* @group Nav Bar */

#navbar {
	width: 169px;
	padding-right: 28px;
	right: 0px;
	z-index: 5000;
	float: right;
	padding-bottom: 30px
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	width: 169px
}

#navbar ul li {
	font-size: 0.75em;
	list-style: none;
	display: block;
	width: 169px;
	padding-top: 3px;
	background: url(tab_back.jpg) no-repeat left top
}

#navbar ul li a {
	text-decoration: none;
	display: block;
	background: url(tab_a_back.jpg) #F4F4F4 no-repeat left bottom;
	width: 139px;
	padding: 5px 15px 15px;
	margin: 0px;
	z-index: 500;
}

#navbar ul li.active {
	background: url(tab_active_back.jpg) no-repeat left top
}

#navbar ul li.active a {
	background: url(tab_a_active_back.jpg) #FFFFFF no-repeat left bottom
}

/* @end */

/* @group Lists */

#lists {
	
}

/* @group Smallform */

#smallform {
	margin: 0 0 0 -5000px;
	display: none;
}

/* @end */

/* @group Subsection */

#subsection {
	width: 550px;
	margin-bottom: 10px;
	margin-top: 10px
}

#subsection h2 {
	position: absolute;
	left: -5000px
}

#subsection ul {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 100px;
	width: 450px;
	float: left;
	border-bottom: 5px solid #D5E9EA
}

#subsection ul li {
	font-size: 0.7em;
	list-style: none;
	float: left;
	margin: 0px 0px 2px;
	padding: 0px;
	display: block
}

#subsection ul li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px 0px 15px;
	display: block;
	white-space: nowrap;
	background: url(subsection_a_bullet.gif) no-repeat left center
}

#subsection ul li a:hover {
	background: url(subsection_a_hover_bullet.gif) no-repeat left center
}

/* @end */

/* @group Newsfeed */

#newsfeed {
	position: absolute;
	padding: 20px 25px 5px 330px;
	left: 0px;
	width: 375px;
	top: 0px;
}

#newsfeed h2 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px
}

#newsfeed ul {
	margin: 0px;
	padding: 0px
}

#newsfeed ul li {
	font-size: 0.65em;
	list-style: none;
	display: block;
	float: left;
	margin-right: 5px
}

#newsfeed ul li a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding-left: 15px;
	background: url(subsection_a_bullet.gif) no-repeat left center
}

/* @end */

/* @end */

/* @group Component Groups */

#componentGroups {
	padding: 10px 20px 0px 80px;
	float: left;
	width: 453px;
}

#componentGroups h2 {
	border-top: 5px solid #D5E9EA;
	padding-top: 10px;
	font-size: 1.3em;
}

#componentGroups h3 {
	position: absolute;
	margin: 0 0 0 -5000px;
}

#componentGroups ul {
	margin: 0px;
	padding: 0px 20px;
	position: relative;
}

#componentGroups ul li {
	font-size: 0.8em;
	list-style: none;
	width: 130px;
	margin: 0 0 10px 0;
	display: block;
	float: left;
	height: 50px;
	padding: 5px 0 0 70px;
	line-height: 1.5em;	
}

#componentGroups a{
}

li.componentH_ProtQ{
	background: url(ProtQ_H.gif) left center no-repeat;
}

li.componentH_RetPl{
	background: url(RetPl_H.gif) left center no-repeat;
}

li.componentH_InvSh{
	background: url(Invsh.gif) left center no-repeat;
}

li.componentH_GenIn{
	background: url(GenIn.gif) left center no-repeat;
}

li.componentH_CCL{
	background: url(CCL_H.gif) left center no-repeat;
}

li.componentH_UtChk{
	background: url(UtChk_H.gif) left center no-repeat;
}

li.componentH_EqRel{
	background: url(EqRel.gif) left center no-repeat;
}

li.componentH_TrEnd{
	background: url(TrEnd.gif) left center no-repeat;
}

li.componentH_CurA{
	background: url(CurA_H.gif) left center no-repeat;
}

li.componentH_ISA{
	background: url(ISA_H.gif) left center no-repeat;
}

li.componentH_Save{
	background: url(Save_H.gif) left center no-repeat;
}

/* @end */

/* @group Service Links */

#servicelinks {
	float: left;
	padding-right: 20px;
	padding-left: 100px;
	width: 453px;
	clear: left
}

#servicelinks h2 {
	font-size: 1em;
	font-weight: normal
}

#servicelinks ul {
	margin: 0px;
	padding: 0px 0px 10px;
}

#servicelinks ul li {
	font-size: 0.75em;
	float: left;
	height: 40px;
	list-style: none;
	display: block;
	margin: 0px 0px 3px;
	padding: 5px 0 0 45px;
	width: 150px
}

#servicelinks ul li a {
	text-decoration: none
}



li.component_RetPl{
	background: url(RetPl_s.gif) left center no-repeat;
}

li.component_ProtQ{
	background: url(ProtQ_s.gif) left center no-repeat;
}

li.component_InvSh{
	background: url(InvSh_s.gif) left center no-repeat;
}

li.component_GenIn{
	background: url(GenIn_s.gif) left center no-repeat;
}

li.component_CCL{
	background: url(CCL_s.gif) left center no-repeat;
}

li.component_UtChk{
	background: url(UtChk_s.gif) left center no-repeat;
}

li.component_EqRel{
	background: url(EqRel_s.gif) left center no-repeat;
}

li.component_TrEnd{
	background: url(TrEnd_s.gif) left center no-repeat;
}

li.component_ProtQ{
	background: url(ProtQ_s.gif) left center no-repeat;
}

li.component_CurA{
	background: url(CurA_s.gif) left center no-repeat;
}

li.component_ISA{
	background: url(ISA_s.gif) left center no-repeat;
}

li.component_Save{
	background: url(Save_s.gif) left center no-repeat;
}

/* @end */

/* @group Footer */

#footer {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	position: relative;
	float: left;
	text-align: center;
	background-image: url(desktop.jpg);
	background-repeat: repeat;
}

#footer p {
	color: #FFFFFF;
	font-size: 0.65em
}

/* @end */

/* @group LG Styles */

#LGLS table, #LGLS tr, #LGLS td {
	border: none!important;
}

.styleform {
	border: 1px dashed #cecece;
	background: #f7f7f7;
	padding: 10px;
	margin: 10px 0;
}

.styleform h2{
	margin: -10px -10px 0 -10px;
	padding: 3px 5px;
	background: #eee;
	border-bottom: 1px dashed #cecece;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #888;
}

.styleform td{
	vertical-align: top;
}

/* @end */
