﻿@charset "utf-8";
body {
	background: #000E73; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #002a47;
	font-weight: normal;
}
.quotationtable {
	border: thin solid #002a47;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #002a47;
	font-weight: normal;
}

a {
	color: #000;
	text-align: left;
}

.oneColFixCtrHdr #container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	background-color: #000E73;
	height: 109px;
	width: 784px;
	padding: 0;
}
.oneColFixCtrHdr #menu {
	background-color: #000E73;
	height: 23px;
	width: 784px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000E73;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.mainmenu a:link {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.mainmenu a:visited {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.mainmenu a:hover {
	color:#fcb400;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.orangemenu {
	color: #fcb400;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.footerlinks {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
.quotation {
	color: #002a47;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}
.searchbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #ff9603;
	height: 34px;
	width: 384px;
	margin-left: 0px;
	text-indent: 25px;
	padding-top: 6px;
}
.featuredtitle {
	font-weight: bold;
	color: #006f8a;
}
.featuredtext {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.featureddiscount {
	color: #ef5219;
}
#rnd_container {
	background: #FFFFFF;
	margin:1px;
	text-align: justify;
	font-style: italic;
}
    
    .rnd_top, .rnd_bottom {display:block; background:#FFFFFF; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {background:#FFFFFF; border-left:1px solid #002a47; border-right:1px solid #002a47;}
    .rnd_b1 {margin:0 5px; background:#002a47;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}
    
    .rnd_content {
    display:block;
    border:0 solid #002a47;
    border-width:0 1px;
    padding: 4px;
    background:#FFFFFF;
    color:#002a47;
}
.spcialofferheader       {

	text-align: left;

	background-image: url(../images3/special-offers-headers.png);

	background-repeat: no-repeat;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #FFF;

	text-indent: 25px;

	height: 17px;

	padding-top: 4px;

}

.discount {

	color: #ff0000;

	font-weight: bold;

}

.oneColFixCtrHdr #container #mainContent table tr td table tr td p strong {
	text-align: left;
}

