@charset "utf-8";
/* CSS Document */

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; } 

h1 { 
font-size: 1.6em; 
margin-bottom: 0.5em; 
} 

h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	font-weight: bold;
} 

h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
	font-size: 1em;
	bottom: 1em;
} 

em {
	font-style: italic;
} 

strong { 
font-weight: bold; 
font-style: normal; 
} 

fieldset { border: none; }

/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
} 

.clear { display: inline-table; } 

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #EDF2F6;
	margin: 0px 10px;
	font-size: 12px;
}
#mainmenu {

}

#hiw {
	width: 225px;
}

#main .copy {
	padding-right: 20px;
	padding-left: 20px;
}
#hiw .hiwHead {
	background-image: url(../images/hiw_head.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 225px;
	font-weight: bold;
	color: #003366;
	font-size: 12px;
	padding-left: 6px;
	vertical-align: middle;
}
#hiw .hiwBody {
	font-size: 12px;
	background-image: url(../images/hiw_bg.gif);
	background-repeat: repeat-y;
	padding: 12px;
}

#main .quote {
	font-size: 11px;
	padding: 14px;
}
#main {

}

#footer {
	font-size: 11px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}

.menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 52px;
	vertical-align: bottom;
}
#callout li {
	list-style-image: url(../images/list.gif);
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-bottom: 4px;
}
#callout ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 24px;
}
#callout  ul #two {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: -10px;
	padding-top: 4px;
}

a {
	color: #003366;
}

th {
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
}
#comp td {
	text-align: center;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
#comp th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#comp .mid {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
}

h2 {
	font-size: 18px;
}
.nospace {
	margin-top: 0px;
	padding-top: 0px;
}
#price td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#price .mid {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.borderBlack {
	border: 1px solid #000000;
}
.Products_Title {
	font-family: Verdana;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
<!-- Status Messages Here -->
.info, .success, .warning, .error {
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.jpg');
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 11px;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.jpg');
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 11px;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.jpg');
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 11px;
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.jpg');
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 11px;
}
