{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 8px;
}

.LeftBlock {
	float: left;
}

.RightBlock {
	float: right;
}

.ClearLeft {
	clear: left ;
}

.ClearRight {
	clear: right ;
}

.ClearBoth {
	clear: both ;
}

.Banner {
	width: 1000px;
	height: 157px;
	background: url('../Images/Banner1000x157.jpg');
	vertical-align: bottom;
}

.Banner  .HorizontalMenu {
	margin-left: 212px;
	margin-bottom: 7px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width: 347px;
}

.Banner  .HorizontalMenu  .MenuText {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;	
}

.Banner  .HorizontalMenu  .MenuText a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}

.Banner  .HorizontalMenu  .MenuText a:hover {
	color: black;
}

.Banner  .HorizontalMenu  .Icon {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}

.Banner  .HorizontalMenu  .HomeIcon {
	width: 16px;
	height: 16px;
	background: url('../Images/Icons/HomeIcon.gif');
}

.Banner  .HorizontalMenu  .AboutUsIcon {
	width: 16px;
	height: 16px;
	background: url('../Images/Icons/AboutUsIcon.gif');
}

.Banner  .HorizontalMenu  .ContactIcon {
	width: 16px;
	height: 16px;
	background: url('../Images/Icons/ContactIcon.gif');
}

.Banner  .HorizontalMenu  .LoginIcon {
	width: 16px;
	height: 16px;
	background: url('../Images/Icons/LoginIcon.gif');
}

.Body {
	padding: 2px 0px;
}

/* ########################Begin Left Column  ########################*/
.Body .LeftColumn {
	width: 192px;
	height: 100%;
	vertical-align: top;
}

.Body .LeftColumn .TopLeftColumn {
	height: 9px;
	background: url('../Images/TopLeftColumn192x9.jpg');
}

.Body .LeftColumn .BottomLeftColumn {
	height: 9px;
	background: url('../Images/BottomLeftColumn192x9.jpg');
}

.Body .LeftColumn .MiddleLeftColumn {
	vertical-align: top;
	background: url('../Images/MiddleLeftColumn192x1.jpg') repeat-y;
}

.Body .LeftColumn .BgTitleLeft {
	height: 31px;
	width: 182px;
	margin-left: 5px;
	background: url('../Images/BGTitleLeft182x31.gif') no-repeat;
}

.Body .LeftColumn .TitleText {
	color: #000001;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	vertical-align: middle;
	font-weight: bold;
}

.Body .LeftColumn .MenuContainer {
	margin: 5px 0px 7px 10px;
}

.Body .LeftColumn .TopMenuContainer {
	height: 8px;
	width: 175px;
	background: url('../Images/TopMenuContainer175x8.gif') no-repeat;
}

.Body .LeftColumn .BottomMenuContainer {
	height: 8px;
	width: 175px;
	background: url('../Images/BottomMenuContainer175x8.gif') no-repeat;
}

.Body .LeftColumn .MiddleMenuContainer {
	width: 175px;
	background: url('../Images/MiddleMenuContainer175x1.gif') repeat-y;
}

.Body .LeftColumn .ComponentLeft {
	margin: 5px 0px 0px 4px;
	width: 181px;
	height: 107px;
	text-align: center;
	background: url('../Images/BgPaneLeft181x107.gif') no-repeat;
}

.Body .ComponentImage {
	width: 150px;
	margin: auto;
	height: 80px;
}

.Body .ComponentText {
	color: #171717;
	margin: 5px 5px 0px 0px;
	font-size: 10px;
	font-weight: bold;
}

.Body .LineSeparator {
	margin: 3px 0px 6px 5px;
	width: 183px;
	height: 7px;
	background: url('../Images/Line187x7.gif') no-repeat;
}
.Body .LeftColumn  .MenuItem {
	padding-top: 7px;
	padding-bottom: 5px;
}

.Body .LeftColumn  .MenuItem  .SubItemContainer {
	margin-left: 10px;
	color: #213a85;
	font-size: 10px;
	font-weight: bold;
}
.Body .LeftColumn  .MenuItem .SubItem {
	margin-top: 3px;
}

.Body .LeftColumn  .MenuItem  .SubItemText a {
	color: #213a85;
	text-decoration: none;
}

.Body .LeftColumn  .MenuItem  .SubItemText a:hover {
	color: #ff8e09;
	text-decoration: none;
}

.Body .RoundArrowIcon {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	margin-right: 6px;
	background: url('../Images/Icons/RoundArrowIcon.gif') no-repeat;
}

.Body .SubArrowIcon {
	width: 16px;
	height: 16px;
	background: url('../Images/Icons/SubArrow.gif') no-repeat;
}

.Body .ItemText a {
	color: #213a85;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.Body .ItemText a:hover {
	color: #ff8e09;
}

/*  ########################End Left Column  ########################*/

/* ########################Begin Center Content  ########################*/

.Body .CenterContent {
	width: 616px;
	vertical-align: top;
}

.Body .TextContentDetail {
	margin-top: 5px;
	font-size: 8px;
}

/*  ########################Begin Center Content  ########################*/
.Body .RightColumn {
	width: 192px;
	height: 100%;
	vertical-align: top;
}

.Body .RightColumn .TopRightColumn {
	height: 9px;
	background: url('../Images/TopRightColumn192x9.jpg');
	vertical-align: top;
}

.Body .RightColumn .BottomRightColumn {
	height: 9px;
	background: url('../Images/BottomRightColumn192x9.jpg');
}

.Body .RightColumn .MiddleRightColumn {
	vertical-align: top;
	background: url('../Images/MiddleRightColumn192x1.jpg') repeat-y;
}

.Body .RightColumn .ComponentRight {
	margin: 5px 0px 0px 7px;
	width: 181px;
	height: 107px;
	text-align: center;
	background: url('../Images/BgPaneRight181x107.gif') no-repeat;
}
/* ######################## End Right Column  ########################*/

.Footer {
	height: 33px;
	background: url('../Images/BGFooter7x33.jpg') repeat-x;
}

.Footer .TextFooter {
	color: white;
	font-size: 11px;
	text-align: center;
}
.UIMainPicture {	
	height: 25px;
	padding-left: 9px;
	background: url('../Images/BarLeft9x25.gif') left no-repeat;	
}

/* ######################## Begin Bar Title  ########################*/
.UIBar {
	height: 25px;
}

.UIBar .BarLeft {
	height: 25px;
	padding-left: 9px;
	background: url('../Images/BarLeft9x25.gif') left no-repeat;
}

.UIBar .BarRight {
	height: 25px;
	padding-right: 9px;
	background: url('../Images/BarRight9x25.gif') right no-repeat;
}

.UIBar .BarCenter {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #d3f57e;
}

.FillArrowIcon {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	background: url('../Images/Icons/FillArrow.gif');
}

.FillProduct {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;	
}

.TitleContent {
	float: left;
	color: #161f01;
	font-size: 11px;
	font-weight: bold;
}
/* ######################## End Bar Title  ########################*/

/* ######################## Begin Images  ########################*/

.Bag {
	width: 150px;
	height: 80px;
	background: url('../Images/Bag150x80.gif') no-repeat;
}

.Pin {
	width: 150px;
	height: 80px;
	background: url('../Images/Pin150x80.gif') no-repeat;
}

.LansingSpeaker {
	width: 150px;
	height: 80px;
	background: url('../Images/ComputerCase150x80.gif') no-repeat;
}

.USBMP3 {
	width: 150px;
	height: 80px;
	background: url('../Images/Monitor150x80.gif') no-repeat;
}

.LaptopDell {
	width: 150px;
	height: 80px;
	background: url('../Images/Laptop150x80.gif') no-repeat;
}

.PCLAN {
	width: 150px;
	height: 80px;
	background: url('../Images/PCLAN150x80.gif') no-repeat;
}

.VaioLaptop {
	float: left;
	margin: 7px;
	width:170px;
	height: 130px;
	background: url('../Images/VaioLaptop170x130.jpg');
}
.cssListHeader{
	font-family: Verdana, Tahoma, Times New Roman;
	font-size: 11px;
	background-color :#014181;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
	color : White;
}
.cssListItem{
	background-color : White;	
	padding-left : 5px;
	padding-right : 5px;
}
.cssListAlternativeItem{
	background-color : #d9e8f7;
	padding-left : 5px;
	padding-right : 5px;
}

table{
	font-family: Verdana, Tahoma, Times New Roman;
	font-weight: normal;
	font-size: 11px; 
	margin: 0px; 
	color: black;
	padding: 0,0,0,0;
}
tr{
	font-family: Verdana, Tahoma, Times New Roman;
	font-weight: normal; 
	font-size: 11px; 
	margin: 0px; 
	color: black;
}
td{
	font-family: Verdana, Tahoma, Times New Roman;
	font-weight: normal; 
	font-size: 11px; 
	margin: 0px; 
	color: black;
}

.ProductImage
{
	vertical-align: middle;
	width: 100px;
	padding-left: 10px;
}

.ProductImage img
{
	width: 90px;
	height: 80px;
}

.RowContainerLayoutContent 
{
	height: 150px;
}

.ContentTextContainer
{
	vertical-align:top;
}
/* ######################## End Images  ########################*/
/*######################--New Style--#####################*/
.IntroductionContainer {
	font-family: Verdana, Arial ;
	font-size: 11px ;
	vertical-align: top ;
}

.IntroductionContainer td {
	vertical-align: top ;
}

.TitleBigSize {
	color: #011c69 ;
	font-size: 18px ;
	font-weight: bold ;
	text-align: center ;
	width: 450px ;
}

.ContentTextIntroduction {
	padding-left: 5px ;
	font-family: Verdana, Arial ;
	font-size: 13px ;
	color: #011c69 ;
	height: auto;
}

.ContactAddress {
	padding-left: 10px ;
	color: #011c69 ;
	font-family: Verdana, Arial ;
	font-size: 13px ;
	font-weight: bold ;
}
.style1 {
	text-align:center;
	color: #FF0000;
}
/*######################--End New Style--###################*/