body {
	margin: 0;
	background-image: url(/assets/template/stripes_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: 100%;
	font-size: 12px;
}
#container {
	width: 900px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}
#header {
	height: 148px;
	width: 100%;
	position: relative;
}
#header #banner {
	height: 118px;
	width: 900px;
	background-image: url(/assets/template/refrig-banner.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	display: block;
}
#header #banner ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#header #banner li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header #banner a:link, #header #banner a:active, #header #banner a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding-top: 11px;
	padding-left: 6px;
	height: 44px;
}
#header #banner a:hover {
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
}
#header #banner #callback {
	background-image: url(/assets/template/callback.png);
	background-repeat: no-repeat;
	width: 158px;
}
#header #banner .calculator {
	background-image: url(/assets/template/calculator.png);
	background-repeat: no-repeat;
	width: 158px;
}
#header #topMenu {
	height: 28px;
	width: 900px;
	background-image: url(/assets/template/topMenu.png);
	background-repeat: no-repeat;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto;
}
#header #topMenu ul {
	z-index: 2;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#header #topMenu li {
	float: left;
	text-transform: capitalize;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header #topMenu ul ul {
	position: absolute;
	display: none;
	top: 25px;
	margin: 0px;
	padding: 0px;
	width:220px;
}
#header #topMenu li:hover ul, #header #topMenu li.over ul {
	display: block;
}
#header #topMenu li a:link, #header #topMenu li a:visited, #header #topMenu li a:active {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 24px;
	padding-right: 21px;
	padding-left: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header #topMenu li a:hover {
	background-image: url(/assets/template/topMenu-over.png);
}
#header #topMenu ul ul li {
	background-color: #F9C501;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECAC0D;
	width:220px;
}
#header #topMenu ul ul li a:link {
	background-color: #F9C501;
}
#header #topMenu ul ul li a:hover {
	background-image: url(/assets/template/topMenu-over.png);
}
#main_img {
	padding-top: 0px;
	margin-bottom: 20px;
}
#mainimg_text {
	color: white;
	font-size: 14px;
	text-align: left;
	padding-top: 60px;
	padding-left: 235px;
	padding-right: 15px;
}
.termsConditions {
	font-size: 9px;
	color: #666666;
	text-align: left;
	padding-left:3px;
	padding-top:5px;
}
.openingStatement {
	font-size: 12px;
	font:Arial;
	line-height:16px;
	font-weight:bold;
	color: #002255;
	text-align: left;
	padding-left:5px;
	padding-top:2px;
}
#mainimg_text_1 {
	color: white;
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
}
.orange_text {
	color: #fa9a1c;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#main_img ol {
	font-size:14px;
	color: white;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#main_img ol li {
	margin-left: 0px;
	padding-left: 0px;
}

#container #menu {
	text-transform: capitalize;
	float: left;
	width: 200px;
	z-index: 3;
	padding: 5px;
}

#container #content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	z-index: 1;
	margin-left: 212px;
}
#container #content a:visited {
	color: #2B3A6F;
	text-decoration:underline;
}
#content .clear {
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	position: relative;
}
#footer {
	background-color: #FFF;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10px;
	line-height: 15px;
	color: #999999;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
#footer a:link, a:visited, a:active {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

/* Start Verticle navigation*/
/* Start Verticle navigation*/
/*Home button start*/
#home_button{
	float: left;
	border-bottom: 1px solid #fbc054;
	height: 46px;
	margin: 0;
	padding: 0;
	
}
.home:link,
.home:visited  {
	display: block;
	font-size: 10pt;
	color:#ffa813;
	text-decoration:none;
	padding:8px 40px 8px 20px;
	border-top: 1px solid #1F457F;
	border-right: 1px solid #001B45;
	border-bottom: 1px solid #001B45;
	border-left: 1px solid #1F457F;
}
.home:hover {
	display: block;
	font-size: 10pt;
	color:#ffa813;
	text-decoration:none;
	padding:8px 40px 8px 20px;
	border-top: 1px solid #1F457F;
	border-right: 1px solid #001B45;
	border-bottom: 1px solid #001B45;
	border-left: 1px solid #1F457F;
}
/*Home Button End*/
/*Generic Menu button*/
.menu:link,
.menu:visited  {
	display: block;
	font-size: 10pt;
	color:#ffa813;
	text-decoration:none;
	padding:8px 40px 8px 20px;
	border-top: 1px solid #1F457F;
	border-right: 1px solid #001B45;
	border-bottom: 1px solid #001B45;
	border-left: 1px solid #1F457F;
	background-image: url(../images/linkbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu:hover {
	display: block;
	font-size: 10pt;
	color:#ffa813;
	text-decoration:none;
	background:url(../images/linkbgover.gif) top left no-repeat #415d8f;
	padding:8px 40px 8px 20px;
	
}
/*Generic menu button end*/
/*Euro button download begin*/
a.menuEuro:link {
	display: block;
	font-size: 11px;
	color:#0d225b;
	text-decoration:none;
	background-color: #0D225B;
	background-image: url(images/download-euro-up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #385785;
	border-bottom-color: #385785;
	font-weight: bold;
	height: 27px;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 9px;
	padding-left: 15px;
	vertical-align: middle;
}
a.menuEuro:visited {
	display: block;
	font-size: 11px;
	color:#0d225b;
	text-decoration:none;
	background-image: url(images/download-euro-up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #385785;
	border-bottom-color: #385785;
	font-weight: bold;
	height: 27px;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 9px;
	padding-left: 15px;
}
a.menuEuro:hover {
	display: block;
	font-size: 11px;
	color:#0d225b;
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #385785;
	border-bottom-color: #385785;
	background-image: url(images/download-euro-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	height: 27px;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 9px;
	padding-left: 15px;
}
a.menuEuro:visited.hover {
	display: block;
	font-size: 11px;
	color:#0d225b;
	text-decoration:none;
	background:url(images/download-euro-over.jpg) top left no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #385785;
	border-bottom-color: #385785;
	font-weight: bold;
	height: 27px;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 9px;
	padding-left: 15px;
}
/*Euro button download end*/
/*PDF button download begin*/
a.menuPDF:link {
	display: block;
	font-size: 11px;
	color:#0d225b;
	text-decoration:none;
	background-color: #0D225B;
	background-image: url(images/download-pdf-up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #385785;
	border-bottom-color: #385785;
	height: 27px;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 9px;
	padding-left: 15px;
	font-weight: bold;
}
a.menuPDF:visited {
	display: block;
	font-size: 11px;
	color:#0d225b;
	text-decoration:none;
	background-image: url(images/download-pdf-up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #385785;
	border-bottom-color: #385785;
	height: 27px;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 9px;
	padding-left: 15px;
	font-weight: bold;
}
a.menuPDF:hover {
	display: block;
	font-size: 11px;
	color:#0d225b;
	text-decoration:none;
	background:url(images/download-pdf-over.jpg) top left no-repeat #415d8f;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #385785;
	border-bottom-color: #385785;
	height: 27px;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 9px;
	padding-left: 15px;
	font-weight: bold;
}
a.menuPDF:visited.hover {
	display: block;
	font-size: 11px;
	color:#0d225b;
	text-decoration:none;
	background:url(images/download-pdf-over.jpg) top left no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #385785;
	border-bottom-color: #385785;
	height: 27px;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 9px;
	padding-left: 15px;
	font-weight: bold;
}
/*PDF button download end*/
/*End of Verticle Navigation*/
/*End of Verticle Navigation*/





.bordered {
	border-top: 1px solid #395785;
}

#blue_bordered_text {
	border: 1px solid #0d225b;
	color: #5e6c92;
	width: 653px;
	font-size: 8.5pt;
	padding:10px 10px 10px 5px;
	margin-top: 2px;
	text-align: justify;
}

.clear {
	clear: both;
}
border-right: 1px solid #c28d41;/*background:url(images/toplinksbg.gif) top left no-repeat;*/

.product_td {
	padding: 50px 0 3px 10px;
	border-bottom: 2px solid #0f225c;
}
.product_title {
	font-weight: bold;
	color: #ffffff;
	background: #0f225c;
	padding: 5px;
	margin: 0;
}
.product {
	margin-top: 20px;
	margin-bottom: 10px;
}
.blue_bordered_title {
	color:#0f225c;
	border-bottom: 1px solid #0f225c;
	margin: 0;
	text-align: left;
	padding: 5px;
}
.light_blue_titels {
	background: #d2d8e5;
}
.light_blue_titels1 {
	background: #d2d8e5;
	border-top: 1px solid #0f225c;
}
.product_td_1 {
	border-bottom: 2px solid #0f225c;
}
/*Start Of Horizontal navigation*/
/*Start Of Horizontal navigation*/
#horizontal_nav{
	height: 47px;
	width: 901px;
}
#horizontal_buttons {
	height: 48px;
	float: left;
	text-align: center;
}
.topmenu {
	float:left;
	width: 231px;
	height: 21px;
	text-align: center;
	border-color: #ffcf86 #c77700 #c77700 #ffcf86;
	border-style: solid;
	border-width: 1px;/*background:url(images/toplinksbg.gif) top left no-repeat;*/
}
/* Start button style*/
/* Start button style*/
a.toplinks:link {
	width:230px;
	height: 18px;
	float: left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;	
}
a.toplinks:visited {
	width:232px;
	height: 18px;
	float: left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}
a.toplinks:hover {
	background-color: #025;
	color:#f90
}
a.toplinks:visited.hover {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 9pt;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 3px;
}
/* End  button style*/
/* End  button style*/
/*End of Horizontal Navigation*/
/*End of Horizontal Navigation*/


a {
	color: #2B3A6F;
}
a:visited {
	color: #003366;
}
a.white_link:link {
	font-size: 14px;
	color:#ffffff;
	text-decoration:underline;
}
a.white_link:visited {
	font-size: 14px;
	color:#ffffff;
	text-decoration:underline;
}
a.white_link:hover {
	font-size: 14px;
	color:#ffffff;
	text-decoration:underline;
}
a.white_link:visited.hover {
	font-size: 14px;
	color:#ffffff;
	text-decoration:underline;
}
a.links:link {
	font-size: 10pt;
	font-weight: bold;
	color:#0f225c;
	text-decoration:none;
}
a.links:visited {
	font-size: 10pt;
	font-weight: bold;
	color:#0f225c;
	text-decoration:none;
}
a.links:hover {
	font-size: 10pt;
	font-weight: bold;
	color:#ffa813;
	text-decoration:underline;
}
a.links:visited.hover {
	font-size: 10pt;
	font-weight: bold;
	color:#0f225c;
	text-decoration:none;
}
a.breadcrumb:link {
	font-size: 8pt;
	color:#0f225c;
	text-decoration:none;
	margin-left: 8px;
}
a.breadcrumb:visited {
	font-size: 8pt;
	color:#0f225c;
	text-decoration:none;
}
a.breadcrumb:hover {
	font-size: 8pt;
	color:#0f225c;
	text-decoration:underline;
}
a.breadcrumb:visited.hover {
	font-size: 8pt;
	color:#0f225c;
	text-decoration:none;
}
.breadcrumb {
	font-size: 8pt;
	color:#0f225c;
	text-decoration:none;
}
.catalog {
	font-size: 8.5pt;
	border:0px;
	margin-left: 8px;
}
.red_text {
	color: #bc1021;
	font-size: 9pt;
	font-weight: bold;
}
.catalog td {
	font-size: 8.5pt;
	margin: 0px;/*border-left:1px solid #0f225c;
	border-bottom:1px solid #0f225c;*/
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
}
ul {
	padding-left: 23px;
	padding-bottom: 10px;
	margin: 0;
}
.producttbl {
	font-size: 9pt;
	border:0px;
}
.productproptbl {
	font-size: 9pt;
	border-bottom:1px solid #0f225c;
	border-right:1px solid #0f225c;
	border-left:1px solid #0f225c;
	background: white;
	margin-bottom:10px;
	padding: 0;
}
.productproptbl th {
	font-size: 10pt;
	color: #ffffff;
	background: #0f225c;
	text-align:left;
}
.productproptbl td {
	padding: 5px;
}
.productmodtbl {
	font-size: 9pt;
	border:0px solid #0f225c;
	margin-top:10px;
	margin-bottom:10px;
}
.productmodtbl th {
	font-size: 10pt;
	color: #ffffff;
	background: #0f225c;
	text-align:left;
}
.productmodtbl td {
	padding: 2px;
}
.productdimtbl {
	font-size: 9pt;
	border:0px solid #0f225c;
}
.productdimtbl th {
	font-size: 9pt;
	color: #ffffff;
	background: #0f225c;
	text-align:left;
}
.productdimtbl td {
	padding: 2px;
}
h2 {
	color: #0f225c;
}
.call_phone {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	text-align:left;
}
.stat_pages_content {
	padding:10px;
	font-size: 13px;
}
.title {
	color: #0f225c;
	font-weight: bold;
	padding:5px 0 5px 0;
	margin: 0;
	font-size: 16px;
}
.small_title {
	color: #0f225c;
	font-weight: bold;
	padding:5px 0 5px 0;
	margin: 0;
	font-size: 14px;
}
p {
	color: #000000;
	padding-bottom:6px;
	padding-top: 6px;
	margin:0;
	font-size: 13px;
	text-align: justify;
}
.pages_content {
	background: url(images/title_bg.jpg) top left no-repeat;
	padding-bottom:0px;
	padding-top: 10px;
	margin-left: 10px;
}
.list {
	color: #000000;
	font-size: 13px;
	text-align: justify;
}
.list li {
	padding-top: 5px;
}
.delivery_info_table {
	color: #0f225c;
	border-left: 1px solid #0f225c;
	border-bottom: 1px solid #0f225c;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.delivery_info_table th {
	border-top: 1px solid #0f225c;
	border-right: 1px solid #0f225c;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #d2d8e5;
}
.delivery_info_table td {
	border-top: 1px solid #0f225c;
	border-right: 1px solid #0f225c;
	padding: 5px;
	text-align: left;
}
ol {
	color: #000000;
	font-size: 13px;
	text-align: justify;
}
ol li {
	padding-top: 5px;
}
a.title:link {
	font-size: 16px;
	color:#0f225c;
	text-decoration:none;
}
a.title:visited {
	font-size: 16px;
	color:#0f225c;
	text-decoration:none;
}
a.title:hover {
	font-size: 16px;
	color:#0f225c;
	text-decoration:underline;
}
a.title:visited.hover {
	font-size: 16px;
	color:#0f225c;
	text-decoration:none;
}
.subtitle {
	color: #0f225c;
	font-weight: bold;
	padding:0 0 0 0;
	margin: 0px 0px 0 20px;
	font-size: 14px;
	display:inline;
}
a.subtitle:link {
	font-size: 14px;
	color:#0f225c;
	text-decoration:none;
}
a.subtitle:visited {
	font-size: 14px;
	color:#0f225c;
	text-decoration:none;
}
a.subtitle:hover {
	font-size: 14px;
	color:#0f225c;
	text-decoration:underline;
}
a.subtitle:visited.hover {
	font-size: 14px;
	color:#0f225c;
	text-decoration:none;
}
h3 {
	font-size: 14px;
	color: #002255;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
.indextext {
	font-size: 12px;
	color: #002255;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3  a:link {
	font-size: 14px;
	color: #002255;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
h3 a:hover {
	font-size: 14px;
	color: #002255;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
h3 a:visited {
	font-size: 14px;
	color: #002255;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
.indextext a:link {
	font-size: 12px;
	color: #002255;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.indextext a:hover {
	font-size: 12px;
	color: #002255;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.indextext a:visited {
	font-size: 12px;
	color: #002255;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
