body {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 11px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5b;
	background: #00377c;
}
.maindisplay {
	background-image:url(../images/bg_mainsection.jpg);
	background-repeat:repeat-x;
}
.mainpage {
	background-color: #FFFFFF;
}
.displaysection-border {
	background-color: #D0D0D0;
	border: solid 1px #6E7679;
}
.displaysection-content {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.caption {
	text-transform: lowercase;
	text-align: right;
}
.helpbox {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.helpbox-text {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5a5a5b;
}
a.helpbox-text:link,a.helpbox-text:active,a.helpbox-text:visited {
	color: #004DA0;
	text-decoration:none;
}
a.helpbox-text:hover {
	text-decoration: none;
	color: #A5B1D3;
}
.hr {
	height: 1px;
	border-top: solid 1px #D5DADE;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
input[type="text"], input[type="password"], input[type="file"],input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {
	border: 1px solid #999;
	border-left-color: #999;
	border-top-color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #fff;
	background-image: url(../images/img_box_shadow.jpg);
	background-repeat: no-repeat;

}
input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #ffc none;
	border: 1px solid #fc0;
	
}
.page-heading {
	font-size: 18px;
	text-transform: uppercase;
	color: #FF9900;
	font-weight: bold;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	text-indent: 24px;
	height: 26px;
	background-position: left center;
}
.page-heading img{
	vertical-align: middle;
}
.heading, .headings {
	font-weight: bold;
	font-size: 14px;
}
.page-body {
}
/* ---------- Headers ---------- */

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h1, h2, h3 {
	margin: 1em 0;
}

h4, h5, h6 {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
a {
	color: #004DA0;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #A5B1D3;
	text-decoration: none;
}
a.activelink {
	color: #009900;
	text-decoration: underline;
}
a.activelink:hover {
	color: #06c;
	text-decoration: none;
}
a.inactivelink {
	color: #666666;
	text-decoration: underline;
}
a.inactivelink:hover {
	color: #06c;
	text-decoration: none;
}
.inputsection {
	border: solid 1px #D0D0D0;
}
.inputsection-header, .inputsection-heading {
	padding: 8px 0 4px 10px;
	background: #E0E0E0;
	font-weight: bold;
	font-size: 1.1em
}
.sectionheadings {
	font-size: 15px;
	text-transform: uppercase;
	color: #125EAC;
	font-weight: bold;
}
.post-data {
	font-size: 0.9em;
	color: #999999;
}
.roundedborder-start {
	background: url(../images/img_rounded_top_background.jpg);
	background-position: right top;
	height: 8px;
	background-repeat: repeat-x;
	text-align: left;
}
.roundedborder-start img {
	left: 0px;
	top: 0px;	
}
.roundedborder-end {
	background: url(../images/img_rounded_bottom_background.jpg);
	background-position: right top;
	height: 8px;
	background-repeat: repeat-x;
	text-align: left;
}
.roundedborder-end img {
	left: 0px;
	top: 0px;	
}
.roundedborder-container {
	background: url(../images/img_rounded_main_background.jpg);
	background-repeat:repeat-y;
	background-position: right;
}
.roundedborder-text {
	padding-left: 10px;
	padding-right: 10px;
	background:url(../images/img_rounded_main_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.border-right-3 {
	border-right: solid 2px #BBBBBB;
}
.border-right-1 {
	border-right: solid 1px #BBBBBB;
}
/*---------------------------------[ Product display on homepage ]----------------------*/
.product-image-box {
	width: 242px; 
	height: 150px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.product-redhotdeal {
	position:relative; 
	z-index: 10;
	left: -90px;
	top: -150px;
	vertical-align: top;
	text-align: left;
}
.product-image {
	position: relative;
	left: 20px;
	top: 0px;
}
.product-heading {
	font-size: 20px;
	text-transform: lowercase;
	font-weight: bold;
	text-align: center;
}
.product-name {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	height: 40px;
}
.product-text {
	display: inline-block;
	height: 40px;
	text-align: center;
}
/*-----------------------------------[ Grey rounder border ]----------------------------*/
.roundedborder-grey-start {
	background: url(../images/img_rounded_grey_top_background.jpg);
	background-position: right top;
	height: 8px;
	background-repeat: repeat-x;
	text-align: left;
}
.roundedborder-grey-start img {
	left: 0px;
	top: 0px;	
}
.roundedborder-grey-end {
	background: url(../images/img_rounded_grey_bottom_background.jpg);
	background-position: right top;
	height: 8px;
	background-repeat: repeat-x;
	text-align: left;
}
.roundedborder-grey-end img {
	left: 0px;
	top: 0px;	
}
.roundedborder-grey-container {
	background: url(../images/img_rounded_grey_main_background.jpg);
	background-repeat:repeat-y;
	background-position: right;
}
.roundedborder-grey-text {
	padding-left: 10px;
	padding-right: 10px;
	background:url(../images/img_rounded_grey_main_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
