/* -------------------- BODY, NORMAL LINKS
/* ----------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	cursor: default;
}
a:link {
	color: #003399;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #3366CC;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
/* -------------------- TABLE LESS DESIGN
/* ----------------------------------------------------------------- */
#wrap {
	width: 980px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	float: left;
	width: 770px;
	/* height: 167px; */
	/* padding-bottom: 10px; */
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 770px;
	background-color: #FFFFFF;
}
#content .padding {
	padding: 0;
}
#bar-right {
	float: right;
	width: 205px;
	text-align: center;
	background-color: #E0F1FE;
}
/* start iemac hide \*/
* html #wrap {
height: 100%; /*gives IEWin it's improperly implemented height value*/
}
#bar-right .padding {
	padding: 0;
}
#footer {
	clear: both;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	line-height: 15px;
	margin: auto;
	text-align: center;
	border-top: 20px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	background-color: #FFFFFF;
}
#footer #altnav {
	clear:both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	text-align: center;
	border-top: 1px solid #1C74B9;
	background-color: #CEE7FF;
	background-image: url("../../images/grad_02_hover.gif");
	background-repeat: repeat;
}
#footer #copyright {
	clear:both;
	width: 100%;
	color: #000000;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1C74B9;
	background-color: #E0F1FE;
	background-image: url("../../images/grad_02_hover.gif");
	background-repeat: repeat;
}
#footer #w3c_logos {
	clear:both;
	width: 100%;
	color: #000000;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1C74B9;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#footer #hotline {
	clear:both;
	width: 100%;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#footer a {
	color: #003399;
	text-decoration: none;
}
#footer a:hover {
	/* color: #CC0033; */
	color: #1C74B9;
	text-decoration: underline;
}
/* -------------------- FONT SIZES
/* ----------------------------------------------------------------- */
.Fnt10Pix {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}
.Fnt11Pix {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
.Fnt12Pix {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}
.Fnt14Pix {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
}
.Fnt16Pix {
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
}
.Fnt18Pix {
	font-family: Verdana, Tahoma, Arial;
	font-size: 18px;
}
.Fnt24Pix {
	font-family: Verdana, Tahoma, Arial;
	font-size: 24px;
}
/* -------------------- FONT COLORS
/* ----------------------------------------------------------------- */
.Colr01 {
	color: #1C74B9;
}
.Colr02 {
	color: #ACD0EC;
}
.Colr03 {
	color: #E0F1FE;
}
.Colr04 {
	color: #006699;
}
.FntRed {
	color: #FF0000;
}
.FntColrSINGER {
	color: #CC0033;
}
/* -------------------- MENU 1
/* ----------------------------------------------------------------- */
.MenuMain {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
	font-size: 9px;
	text-transform: uppercase;
}
A.MenuMain:hover {
	font-size: 9px;
	color: #003399;
	text-decoration: underline;
}
.MenuFooter {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
	font-size: 10px;
}
A.MenuFooter:hover {
	font-size: 10px;
	color: #003399;
	text-decoration: underline;
}
/* -------------------- LINK NAVIGATOR 01 (Home Page Product Links Bar)
/* ----------------------------------------------------------------- */
#navcontainer_01 {
	/* width: 100%; */
	margin-bottom:0;
	margin-top:0;
}
html>body #navcontainer_01 {
	width: auto;
}
#navcontainer_01 ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	text-align: left;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}
#navcontainer_01 li {
	margin: 0;
	background-image: url("../../images/arrow_04.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	background-color: #E0F1FE;
}
#navcontainer_01 li a {
	display: block;
	padding: 3px;
	background-color: #C6DEF2;
	background-image: url("../../images/prod_line_bk.png");
	border-bottom: 1px solid #ACD0EC;
	/* width: 100%; */
}
html>body #navcontainer_01 li a {
	width: auto;
}
#navcontainer_01 li a:link, #navcontainer_01 li a:visited {
	color: #CC0033;
	text-decoration: none;
}
#navcontainer_01 li a:hover {
	color: #0099FF;
	background-color: #E0F1FE;
	background-image: url("../../images/grad_02_hover.gif");
}
.navcontainer_01_box_01 {
	width: 282px;
}
/* -------------------- CONTENTS
/* ----------------------------------------------------------------- */
#content_home_01 {
	float: left;
	width: 282px;
	margin-right: 8px;
	background-color: #FFFFFF;
}
#content_home_02 {
	float: right;
	width: 480px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
.home_box_01 {
	width: 480px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
.title_01 {
	padding: 4px 4px 4px 4px;
	color: #E0F1FE;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background-color: #1C74B9;
	background-image: url("../../images/grad_01_hover.gif");
	background-repeat: repeat;
}
.blank_area {
	width: 100%;
	height: 20px;
}
.blank_area_small_01 {
	width: 100%;
	height: 10px;
}
.blank_area_small_02 {
	width: 100%;
	height: 8px;
}
.blank_area_small_03 {
	width: 100%;
	height: 5px;
}
.contents_01 {
	padding: 5px 5px 5px 5px;
	color: #000000;
	font-size: 10px;
	background-color: #CEE7FF;
}
.contents_02 {
	padding: 5px 5px 5px 5px;
	color: #000000;
	font-size: 10px;
	background-color: #E0F1FE;
}
.contents_03 {
	padding: 5px 5px 5px 5px;
	color: #000000;
	font-size: 10px;
	background-color: #FFFFFF;
}
.contents_04 {
	padding: 5px 5px 5px 5px;
	color: #000000;
	font-size: 10px;
	background-color: #F4F4F4;
}
.contents_05 {
	padding: 5px 5px 5px 5px;
	color: #000000;
	font-size: 10px;
	background-color: #ACD0EC;
}
/* -------------------- LINES
/* ----------------------------------------------------------------- */
.doted_line {
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: auto;
	padding: 0px;
	background-color: #E0F1FE;
	background-image: url("../../images/dot_line_hr_01.gif");
	background-repeat: repeat-x;
	clear: both;
}
.line-01 {
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 1px;
	margin: auto;
	padding: 0px;
	border-top: 20px solid #FFFFFF;
	border-bottom: 2px dotted #ACD0EC;
	clear: both;
}
.line_01 {
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: auto;
	padding: 0px;
	background-color: #ACD0EC;
	clear: both;
}
.line_02 {
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: auto;
	padding: 0px;
	background-color: #1C74B9;
	clear: both;
}
/* -------------------- OTHER CLASSES
/* ----------------------------------------------------------------- */
.justify_01 {
	text-align: justify;
	margin-bottom:0;
	margin-top:0;
}
.center_01 {
	text-align: center;
	vertical-align: middle;
	margin-bottom:0;
	margin-top:0;
}
.padding_01 {
	padding: 10px;
}
.TextBox01 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	background-color: #E9F5FE;
	border:solid 1px #1C74B9;
	color:#0000CC;
}
.CursorHand {
	cursor: default;
}
.hidden {
	display: none;
}
.NoULine {
	text-decoration: none;
}
/* -------------------- HTML TAG STYLES
/* ----------------------------------------------------------------- */
td {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}
p {
	margin: 0px 0px 14px;
}
form {
	margin-bottom:0;margin-top:0;
}
input:focus {
	background-color: #C9E8FF;
}
textarea:focus {
	background-color: #C9E8FF;
}
/* -------------------- LINK STYLES
/* ----------------------------------------------------------------- */
.LinkStyle01 {
	font-size: 10px;
	text-decoration: none;
	display: block;
}
.LinkStyle02 {
	font-size: 10px;
	text-decoration: none;
}
/* -------------------- BACKGROUND COLORS
/* ----------------------------------------------------------------- */
.ColrBk01 {
	background-color: #1C74B9;
}
.ColrBk02 {
	/* background-color: #ACD0EC; */
	background-color: #C6DEF2;
}
.ColrBk03 {
	background-color: #E0F1FE;
}
.ColrBk04 {
	background-color: #006699;
}
.ColrBk05 {
	background-color: #FFFFCC;
}
.ColrBk06 {
	background-color: #CEE7FF;
}
.ColrBk07 {
	background-color: #FFFFDD;
}
.ColrBk08 {
	background-color: #FFCC99;
}
.ColrBk09 {
	background-color: #FFE8E8;
}
.ColrBk10 {
	background-color: #330099;
	background-image: url(../../images/pix_330099.gif);
}
.ColrBk11 {
	background-color: #CC9900;
	background-image: url(../../images/pix_CC9900.gif);
}
.ColrBk12 {
	background-color: #CC0033;
	background-image: none;
}
/* -------------------- THUMBNAIL LISTS
/* ----------------------------------------------------------------- */
.thumb-list_box_01 {
	/* height: 620px; */
	width: 430pk;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}
#thumb-list_01 {
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
}
html>body #thumb-list_01 {
	width: auto;
}
#thumb-list_01 ul {
	padding: 0;
	padding-left: 20px;
	margin: 0;
	list-style: none;
}
#thumb-list_01 li {
	width: 200px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
	float: left;
}
#thumb-list_01 img {
	border: 0;
}
#thumb-list_01 br{
	display: none;
}
#thumb-list_01 p{
	line-height: 100%;
	margin: 0;
}
#thumb-list_02 {
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
}
html>body #thumb-list_02 {
	width: auto;
}
#thumb-list_02 ul {
	padding: 0;
	padding-left: 25px;
	margin: 0;
	list-style: none;
}
#thumb-list_02 li {
	width: 65px;
	margin: 0px;
	text-align: center;
	float: left;
}
#thumb-list_02 img {
	border: 0;
}
#thumb-list_02 p{
	line-height: 100%;
	margin: 0;
}
/* -------------------- LISTS
/* ----------------------------------------------------------------- */
.list-item-01 ul, .list-item-02 ul, .list-item-03 ul, .list-item-04 ul, .list-item-05 ul {
	margin: 0;
	padding: 0;
	border: 0;
}
.list-item-01 li, .list-item-02 li, .list-item-03 li, .list-item-04 li, .list-item-05 li {
	margin: 0;
	padding: 1px;
	margin-left: 15px;
	text-align: left;
}
.list-item-01 li {
	list-style-image: url("../../images/arrow_01.gif");	/* White Arrow */
}
.list-item-02 li {
	list-style-image: url("../../images/arrow_02.gif");	/* Blue Arrow */
}
.list-item-03 li {
	list-style-image: url("../../images/arrow_03.gif");	/* SINGER Red Arrow */
}
.list-item-04 li {
	list-style-image: url("../../images/bul_01.gif");	/* Blue Bullet */
}
.list-item-05 li {
	list-style-image: url("../../images/bul_02.gif");	/* SINGER Red Bullet */
}
/* ----------------------------------------------------------------- */
.marquee {
	white-space: nowrap;
	overflow: hidden;
	visibility: hidden;
}
#marq_kill_marg_bord {
	border: none!important;
	margin: 0!important;
}
#crawler_singersl_brands {
	clear: both;
	padding: 0;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
}
/*---------------------------------------------------------
© 2009 Singer (Sri Lanka) PLC. All Rights Reserved.
----------------------------------------------------------*/
