@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CAEBCE;
}
/*======WRAPPER==========*/
#Wrapper  {
	width: 900px;
	margin: 0 auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: left;
	padding-bottom: 10px;
}
/*======TAGS==========*/
p {
	font: normal 80%/1em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a {
	color: #006A84;
	text-decoration: underline;
	background-image: none;
	list-style-image: none;
}
a:hover {
	color: #CF5E03;
	text-decoration: underline;
	background-image: none;
	list-style-image: none;
}
b {
	background-color: #FFF879;
	padding: 0px;
	margin: 0px;
	font: bold 95%/20px Verdana, Arial, Helvetica, sans-serif;
}
ul {
	color: #333333;
	margin: 3px 0px 3px 16px;
	list-style-image: url(../images/icons/leaf.gif);
	font: 80% Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
ol {
	color: #333333;
	margin: 3px 0px 3px 26px;
	list-style-image: none;
	font: 80% Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
li {
	margin-bottom: 3px;
	margin-top: 3px;
}
h3 {
	font: bold normal 130%/normal Verdana, Arial, Helvetica, sans-serif;
	color: #CC9900;
	margin: 0px;
	text-align: left;
	letter-spacing: -0.02em;
}
h4 {
	font: bold normal 180% Verdana, Arial, Helvetica, sans-serif;
	color: #CF5E03;
	margin: 3px 0px;
	padding: 0px;
	letter-spacing: -0.02em;
}
h5 {
	font-size: 120%;
	color: #006A84;
	font-weight: normal;
	margin: 6px 0px 10px;
}
h5 a {
	color: #006A84;
}
h5 a:hover {
	color: #993300;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	color: #FFF879;
	font-weight: normal;
	margin: 0px;
	height: 40px;
}
/*====FORMS====*/
form {
	font: 80% Arial, Helvetica, sans-serif;
	color: #006A84;
}
sup {
	font-size: 70%;
}
input {
	color: #096F87;
	z-index: 50;
}
img {
	border-style: none;
}
label {
	font-size: 80%;
	line-height: 20px;
}
.FloatRight  {
	float: right;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.InputBorders {
	background-color: #FFFFFF;
	border: 1px solid #006A84;
	font: 100% Arial, Helvetica, sans-serif;
	color: #13758B;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
/*====ERRORS====*/
.Alert {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CC0000;
	border: 1px double #8D1919;
	background-color: #FFFFCC;
	padding: 3px;
	background-image: url(../images/warning_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*======HEADER==========*/
#header {
	padding: 0;  /* 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. */
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
} 
#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #0D2748;
	font: bold 260% Verdana, Arial, Helvetica, sans-serif;
}
#header ul {
	padding: 0px;
	list-style-type: none;
	z-index: 10;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
#header li {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#header li a {
	color: #333333;
	text-decoration: underline;
}
#header li a:hover {
	color: #006A84;
	background-color: #D6E410;
}
#header .Logo {
	margin-top: 10px;
}
#header .NoDash {
	border-left-style: none;
}
/*======TOP MENU=============*/
#TopMenu {
	float: left;
	background-color: #006A84;
	text-align: center;
	font-size: 90%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	width: 900px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#TopMenu a {
	color: #FFFFFF;
	text-decoration: underline;
}
#TopMenu a:hover {
	color: #003366;
	text-decoration: none;
	background-color: #D6E410;
}
#TopMenu ul {
	color: #333333;
	font: 80% Arial, Helvetica, sans-serif;
	list-style-type: none;
	background-image: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#TopMenu li {
	margin: 0px;
	padding: 0px 3px;
	display: inline;
	border-right: 1px solid #FFFFFF;
	background-image: none;
	list-style-image: none;
}
/*======SIDEBAR, FOR MENU AND LEFT CONTENTS==========*/
#ColumnLeft
  {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	position: relative;
	margin: 0px;
	width: 190px;
}
#ColumnLeft h1 {
	color: #003366;
	font: normal 120% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 4px 0px 0px;
	border-top: 1px solid #003366;
	width: 180px;
}
#ColumnLeft h2 {
	font-size: 80%;
	margin: 0px;
	color: #993300;
}
/*======MENU===*/
#Menu {
	padding: 20px 0px 0px;
	margin: 0;
	float: left;
	background-color: #EDF7EE;
	border: 1px solid #006A84;
	width: 182px;
}
#Menu h1 {
	font: 180%/22px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: normal;
	color: #003366;
	border-style: none;
	height: 50px;
	margin: 0px;
}
#Menu .Header{
	height: 39px;
	background-image: url(../images/menu/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 196px;
	margin: 0px;
	padding: 0px;
}
#Menu ul {
	padding: 0px;
	top: -18px;
	position: relative;
	list-style-type: none;
	margin: 0px;
	list-style-image: none;
	background-image: none;
}
#Menu li {
	text-transform: capitalize;
	color: #006A84;
	margin-left: 14px;
	font: normal 100%/16px Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}
#Menu li a{
	color: #0D2748;
	text-decoration: underline;
	font-weight: bold;
	list-style-image: none;
	background-image: none;
	list-style-type: none;
}
#Menu li a:hover {
	color: #993300;
	text-decoration: underline;
	padding-left: 23px;
	list-style-image: none;
	padding-bottom: 3px;
	font-weight: bold;
	background-image: url(../images/menu/icon_banana.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#Menu .TinyMenuLinks {
	color: #006A84;
	margin-left: 18px;
	list-style-type: disc;
	font-size: 90%;
	line-height: 10px;
	margin-top: 0px;
	padding: 0px;
	list-style-position: inside;
}
#Menu .TinyMenuLinks a{
	color: #006A84;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}
#Menu .TinyMenuLinks a:hover {
	color: #CC9900;
	text-decoration: underline;
	padding-bottom: 3px;
	background-image: none;
	line-height: 10px;
	margin: 0px;
	padding-left: 0px;
}
#Menu img {
	border-style: none;
}
/*======MAIN CONTENT==========*/
#mainContent {
	float: right;
	width: 685px;
	margin: 0px;
	background-color: #EDF7EE;
	border: 1px solid #006666;
	padding: 0px 7px 7px;
	position: relative;
} 
#mainContent h1 {
	font-weight: normal;
	color: #CF5E03;
	margin: 0px;
	letter-spacing: -0.02em;
}
#mainContent h2 {
	font-size: 170%;
	font-weight: normal;
	color: #003366;
	margin: 3px 0px;
	letter-spacing: -0.02em;
}
/*======MAIN CONTENT QUOTING & BILLING PROCESS==========*/
#mainContent2 {
	width: 884px;
	margin: 0px;
	background-color: #EDF7EE;
	border: 1px solid #006666;
	position: relative;
	float: left;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
} 
#mainContent2 h1 {
	font-weight: normal;
	color: #CF5E03;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#mainContent2 h2 {
	font-size: 170%;
	font-weight: normal;
	color: #003366;
	margin: 3px 0px;
	letter-spacing: -0.02em;
}
#mainContent2 label {
	font-size: 100%;
	color: #003366;
	font-weight: bold;
}

/*==============GALLERY LIST=========================*/
#GalleryList {
	margin: 0px;
	padding: 0px;
}
#GalleryList ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	font-size: 100%;
}
#GalleryList li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CF5E03;
}
/*======FOOTER==========*/ 
#footer  {
	padding: 0 10px;
	margin-top: 12px;
} 
#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: 4px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 66%;
	text-align: center;
}
#footer ul {
	text-align: center;
	list-style-type: none;
	font-size: 66%;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer li {
	display: inline;
	padding-right: 14px;
	border-right: 1px solid #666666;
	padding-left: 14px;
}
#footer a {
	color: #006A84;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #006A84;
	text-decoration: underline;
	font-weight: bold;
	background-color: #D6E410;
}
/*===SHOPPING CART===*/
#ShoppingCart {
	width: 164px;
	padding: 0px;
	background-image: url(../images/quote/shooping_cart_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 0px 14px;
	position: relative;
	left: 6px;
	top: -10px;
}
#ShoppingCart h1 {
	background-image: url(../images/quote/shooping_cart_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	display: block;
	padding: 0px;
	border-style: none;
	height: 41px;
}
#ShoppingCart p {
	color: #CF5E03;
	padding: 0px;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px;
}
#ShoppingCart label {
	color: #333333;
	padding: 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0px 2px 0px 6px;
	position: relative;
	top: 10px;
}
#ShoppingCart ul {
	list-style-type: none;
	margin: 30px 0px 0px 8px;
	padding: 0px;
}
#ShoppingCart li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#ShoppingCart li a, #ShoppingCart li a:hover {
	padding: 0px;
	margin: 0px;
	background-image: none;
}
#ShoppingCart li img {
	padding-left: 2px;
	border-style: none;
}


/*======Miscellaneous classes for reuse======*/
.GreenDarkColor {
	color: #006A84;
}
.notes {
	font-size: 90%;
	font-weight: bolder;
	color: #FFF879;
	text-align: center;
	height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #34748F;
	margin-top: 10px;
	width: auto;
	margin-bottom: 4px;
}

.WhiteColor {
	color: #FFFFFF;
}
.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;
}
.InnerContainers_1 {
	float: left;
	width: 405px;
	margin: 0px;
	padding: 0px;
}
.InnerContainers_2 {
	float: right;
	position: relative;
	width: 300px;
	padding: 4px;
	border: 1px solid #CBEBCE;
	top: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.InnerContainers_2 img {
	border: 1px none #476A7E;
}
.ColumnLeftAdvsContainer {
	float: left;
	margin: 0px;
	padding: 8px 0px 0px;
	width: 180px;
	clear: left;
}
.Rectangle1 {
	float: left;
	width: 900px;
	background-color: #006A84;
	text-align: center;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.DownGalleryPreview {
	text-align: center;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.RightClick {
	text-align: right;
	font-size: 80%;
	color: #2D8695;
	text-decoration: underline;
	float: right;
	margin-right: 6px;
	margin-top: 4px;
}
.ProductsAreas {
	padding: 0px;
	float: left;
	border-bottom: 1px solid #C8EBCC;
	border-top: 1px solid #C8EBCC;
	width: 100%;
	height: 227px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
/*Datagrid*/
.section .inset	{
	float: left;
	width: 100%;
	margin: 0 0 20px 0 !important;
	clear: both;
	padding: 0 !important;
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	font-weight: bold;
	font-size: 11px;
	}
.section .inset div.br{height:24px;}
.section .inset span	{
	float: left;
	padding: 5px 10px 0 10px;
	}
.alphabetical	{
	margin: 0;
	padding: 0 0 0 10px !important;
	float: left;
	width: auto;
	}
.alphabetical li	{
	list-style: none;
	float: left;
	display: block;
	margin: 0;
	padding: 0 2px 0 0;
	}
.alphabetical a	{
	display: block;
	margin: 0;
	padding: 5px 3px 5px 2px;
	color: #07549F;
	}
.alphabetical a:hover	{
	background-position: top center;
	background-repeat: no-repeat;
	}
.alphabetical span	{
	display: block;
	padding: 5px 3px !important;
	}
.datagrid th	{
	text-align: left;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #FFFFFF;
	border: 2px solid #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	}
.datagrid td	{
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #476A7E;
	color: #003366;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	}
.datagridTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.datagrid	{
	border-spacing: 0;
	border: 1px solid #476A7E;
	border-collapse: collapse;
	empty-cells: show;
	padding: 0px;
	}
.VerticalLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}
.NoBorders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.datasection {
	border-spacing: 0;
	background-color: #FFFFFF;
	border: 1px solid #0B57B5;
	border-collapse: collapse;
	empty-cells: show;
	padding: 0px;
	width: 465px;
	margin: 0px;
	clear: left;
	float: left;
	}
/*Commented by Alfred, lets keep the ID before the class, it guaranties a better assignment*/
#mainContent .datasearch {
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 950px;
	color: #0066CC;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
#mainContent .datasearch p{
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 950px;
	color: #FF0000;
	font: normal 16px "Times New Roman", Times, serif;
	}
	#mainContent .datasearch label{
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 950px;
	color: #FF00FF;
	font: normal 12px "Courier New", Courier, monospace;
	}	
/*END of Comment above*/	
/*======TABLES=====*/
#DatagridUPS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34748F;
	border: 1px solid #34748F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	position: relative;
	clear: right;
	width: 360px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#DatagridUPS h4 {
	background-color: #34748F;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: center;
}
#DatagridUPS td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #34748F;
}
#DatagridViewCart {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#DatagridViewCart td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00516F;
	height: 20px;
}
#DatagridViewCart ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#DatagridViewCart li {
	font-size: 11px;
}
#DatagridViewCart .NoBorders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#DatagridViewCart .JustBorders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: auto;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

