@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #7fa2ca;
}
.thrColFixHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
} 
.thrColFixHdr #header {
	background-color: #fff;
	background-image: url(images/heading/logo1.gif);
	background-repeat: no-repeat;
	background-position: left top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 1px;
	height: 84px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #097ecf;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 1px;
	top: 1px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
} 
.content_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00;
	text-decoration: underline;
	word-spacing: 2px;
	width: auto;
	font-weight: bold;
	font-variant: small-caps;
}
.thrColFixHdr #footer {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #footer a{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;

}
.thrColFixHdr #footer a:hover {
	background:#000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.coolmenu{
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/bg_nav.jpg);
	height:320px;
}

.coolmenu a{
	padding-left: 8px;
	display: block;
	/*	width: 100px;*/
	color: #FFFFFF;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	/*background-image: url(images/elements/collapsed.gif);*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/bg_nav.jpg);
}
.coolmenusub a{
	padding-left: 32px;
	display: block;
/*	width: 100px;*/
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 0px;
	background-image: url(images/elements/sub_cat.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-repeat: no-repeat;
	background-position: 12px;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

.coolmenu a:hover{
	color: white;
	background-repeat: no-repeat;
	background-position: 12px;
	background-color: #3399FF;
}
.subheading {
	font-weight: bold;
	color: #004595;
}
.content a:link {
	color: #940A22;
	text-decoration: none;
}
.content a:visited {
	color: #940A22;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.Copy {
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.NAW {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #004595;
	text-decoration: none;
	font-weight: bold;
	}
.NAW a:link {
	color: #004595;
	text-decoration: none;
}
.NAW a:visited {
	color: #004595;
	text-decoration: none;
}
.NAW a:hover {
	color: #004595;
	text-decoration: underline;
}
.bodytext-small {
	font-size: 10px;
}
.service {
	font-size: 18px;
	font-weight: bold;
	color: #0D80D1;
}
.servicecentered {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #0B80D0;
	border: 1px none #06F;
	text-align: center;
	margin: 1px;
	padding: 5px;
}
.servicebox {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #0B80D0;
	border: 1px solid #000;
	text-align: center;
	margin: 1px;
	padding: 5px;
	float: right;
	position: relative;
}


.Storing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.Storingkln {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: blink;
	letter-spacing: 1pt;
	font-style: oblique;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	padding-bottom: 1px;
}
.groot {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #C00;
}

.thrColFixHdr #button a{
	color: #FFF;
	background-color: #097ECE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	border: 1px solid #000;
	padding: 2px;
	text-decoration:none;
	font-weight: bold;
}
.thrColFixHdr #button a:hover {
	color: #000;
	background-color: #7FA2CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
}
.groot2 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #C00;
}
.thrColFixHdr #contentmain {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.coolmenu1{
	display: block;
	background-repeat: repeat;
	background-position: 12px;
	background-color: #3399FF;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 12px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #FFF;
}
.Storing-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	width: 180px;
	margin: 1px;
}
.box_serviceabb {
	margin: 3px;
	width: 470px;
	border: 1px solid #000;
	background-color: #097ECE;
	color: #FFF;
	padding: 5px;
}
.star {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #F00;
	text-decoration: blink;
	margin: 2px;
	padding: 2px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #004595;
}

h2 {
	color: #F00;
	font-size: 36px;
}

