/* CSS Document */


body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
.img1
{
	margin: 0px;
	padding: 0px;
	float: right;
}
.header {
	margin-bottom:3px;
	margin-top:3px;
}
.header-bg {
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #005BAE;
}
.centerarea {
	height:100%;
	margin-right: 10px;
	margin-left: 10px;
}

.para {
}
.para p{
	font-size: 0.85em;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.box-bg {
	background-image:url(../images/box-bg.png);
	background-repeat:repeat-x;
	border: 1px solid #adb8c1;
}
.table-login {
}
.table-login tr{
}
.table-login td{
	font-family: Arial, Helvetica, sans-serif;
	color: #4d6399;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 0.85em;
	margin: 0px;
}
ol, ul {
list-style: none;
}
textarea, input, select {
	font-family: Arial;
	font-size: 0.9em;
}

input[type="radio"], input[type="checkbox"] {
font-size: 1.1em;
}

.inputBox {
border:0.1em solid #94c1e8;
background-color:#FFFFFF;
font-size:1em;
height:1.6em;
padding:0.1em;
margin-bottom:0.3em;

}
input[type="submit"], input[type="button"],
input[type="reset"] {
font-size: 0.9em;
font-weight: bold;
}

input[type="submit"]:hover {
color: #ff0000;
cursor: pointer;
text-decoration: underline;
}

input[type="file"] {
font-size: 1.1em;
height: 1.6em; 
}

select, .selectBox {
background-color: #ffffff;
border: 0.1em solid #94c1e8;
font-size: 0.85em;
height: 1.6em;
}

.left-container {
width: 170px;
float:left;
}

.middle-container {
	width: 98%;
	padding-left: 6px;
	padding-right: 6px;
}
.right-container {
	float:left;
	width: 125px;
	padding-left: 10px;
}
.right-container p{
	margin: 0px;
	padding: 0px;
}
.here-position {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	width: 99%;
	margin-bottom:4px;
	margin-top:0px;
	padding-bottom:3px;
	padding-top:3px;
	text-align:left;
}
.here-position ul {
	font-size:0.8em;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-decoration: none;
}

.here-position li {
	display:inline;
	text-decoration: none;
	color: #000000;
}

.here-position li a{
	
	padding-left:13px;
	padding-right:13px;
	background-image:url(../images/here-position-arrow.png);
	background-position:right 50%;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #000000;
}
.here-position li a.current{
	text-decoration: none;
	color: #999999;
	background-image:url(../images/here-position-arrow-down.png);
	background-position:right 50%;
	background-repeat:no-repeat;
}

.table1 {
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 0px;
	height: auto;
	padding: 0px;
}

#main-navigation {
	background-image: url(../images/navigation-bg.png);
	background-repeat: repeat-x;
}
/* ------- top navigation css starts ----------- */
#main-navigation ul {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 28px;
	text-align: right;
}
#main-navigation li {
	display: inline;
	height: 26px;
	padding-top: 2px;
}
#main-navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0px;
	height: 28px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
#main-navigation li a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
}
#main-navigation li a:visited{
font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	}
#main-navigation li a:hover {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	height: 28px;
}

/* ------- top navigation css ends ----------- */


/* ------- left navigation css starts --------- */

.arrowlistmenu{
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 2px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}
.arrowlistmenu h3{
	margin:0px;
	padding:0px;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-image: url(../images/navigation-bg.png);
	background-repeat: repeat-x;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-image: url(../images/navigation-bg.png);
	background-repeat: repeat-x;
	}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 80%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable{ /*hover state CSS for sub menu header*/
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}

/* ------- left navigation css emds --------- */

.browse-category {
	width: 170px;
	float:left;
	text-decoration: none;
	color: #666666;
}

.browse-category ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-decoration: none;
}

.browse-category li{
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 0.8em;
	background-image: url(../images/browse-arrow.png);
	background-repeat: no-repeat;
	background-position: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D6B1;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0px;
	padding-left: 15px;
}

browse-category li a{
	display: block;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.browse-category li a:link{
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.browse-category li a:visited {
	text-decoration: none;
	color: #666666;
}
.browse-category li a:hover{
	display: block;
	color: #FF6600;
	text-decoration: none;
	text-indent: 2px;
}
.browse-category li a:active {
	text-decoration: none;
	color: #666666;
}

.browse-category-header {
	background-image:url(../images/browse-cat.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #D0D9E8;
	border-top:1px solid #9CA6B2;
	color:#000000;
	padding-left:5px;
	padding-top:2px;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 19px;
	display: block;
	text-decoration: none;
}


.head1 {
	background-image: url(../images/head1-bg.png);
	background-repeat: repeat-x;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0046ad;
}
.head2 {
	background-color: #f4f9fc;
	 
	text-align: center;
	color: #005CAC;
	height: 18px;
	background-image: url(../images/head4-bg.png);
	background-repeat: repeat-x;
}
.head3 {
	font-size: 0.8em;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #f6f6f6;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.head4 {
	font-size: 0.8em;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b1b2b6;
	background-color: #d2d2d2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ababab;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/head4-bg.png);
	background-repeat: repeat-x;
	padding-left: 4px;
}
.table2 tr {
}
.table2 tr .head2 {
	font-size: 0.8em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b1b2b6;
	background-color: #d2d2d2;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ababab;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/head4-bg.png);
	background-repeat: repeat-x;
}

.table2 td {
	font-size: 0.8em;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #f6f6f6;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table3 tr {
}
.table3 tr .head2 {
	font-size: 0.8em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b1b2b6;
	background-color: #d2d2d2;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ababab;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/head4-bg.png);
	background-repeat: repeat-x;
}

.table3 td {
	font-size: 0.8em;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.r1 {
	background-color: #E8EEF7;
}
.r2 {
	background-color: #F0F0EF;
}

.left {
	text-align: left;
}
.product {
}
.product-top {
	background-image: url(../images/product-head.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 118px;
	float: left;
	font-weight: bold;
	font-size: 0.7em;
	padding-left: 5px;
	padding-top: 4px;
}
.product-mid {
	background-image: url(../images/product-mid.png);
	background-repeat: repeat-y;
	float: left;
	width: 123px;
}
.product-bot {
	background-image: url(../images/product-bot.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 123px;
	float: left;
	margin-bottom: 10px;
}


.product-mid ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-decoration: none;
}
.product-mid li{
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D6B1;
	padding-top: 3px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.product-mid li a{
	display: block;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.product-mid li a:link{
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.product-mid li a:visited {
	text-decoration: none;
	color: #666666;
}
.product-mid li a:hover{
	display: block;
	color: #FF6600;
	text-decoration: none;
	text-indent: 2px;
}
.product-mid li a:active {
	text-decoration: none;
	color: #666666;
}
#admin_footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding: 0px;
	text-align: center;
	width: 100%;
	background-color: #eaf4fd;
	background-position: top;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#admin_footer p {
	color: #666666;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.85em;
	text-decoration: none;
}
.button {
	font-size: 10px;
	width: 65px;
	height: 23px;
	background-repeat: repeat-x;
	border: 1px solid #71C2F9;
	background-image: url(../images/button_bg.gif);
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005CAC;
	background-position: bottom;
	padding: 0px;
	margin: 0px;
	font-weight: normal;	
}
.button_1 {
	font-size: 10px;
	width: 200px;
	height: 23px;
	background-repeat: repeat-x;
	border: 1px solid #71C2F9;
	background-image: url(../images/button_bg.gif);
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005CAC;
	background-position: bottom;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	
}
#admin_body table p {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#admin_body table p.table_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4b9cea;
	padding-left: 10px;
}

#form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 98%;
}
#form p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: normal;
	text-align: right;
	font-size: 0.8em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#mail {
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	line-height: 1.6em;
}

#form textarea {
	border: 1px solid #CCCCCC;
	width: 180px;
}
#form .button {
	cursor:pointer;
	border:solid #ffffff 1px;
	background-color: #FFFFFF;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	border:solid #CCCCCC 1px;
	font-weight: bold;
	font-size: 0.8em;
}
#form .textbox {
	border: 1px solid #CCCCCC;
	height: 18px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#form .align {
	text-align: left;
	font-size: 0.85em;
}
.red {
	color: #FF0000;
	font-size: 1.2em;
}

#pscroller1{
	width: 160px;
	height: 70px;
}
th {
	font-weight: normal;
}

#login_right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 255px;
}
#login_box {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

#sign-up {
	margin: 0px;
	width: 255px;
	background-image: url(../images/sign-up.gif);
	background-repeat: no-repeat;
	height: 31px;
	background-position: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sign-up h3{
	margin: 0px;
	padding: 0px;
}
#sign-up h3 a:link{
	color: #FFFF33;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#sign-up h3 a:visited{
	color: #FFFF33;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#signin_footer {
	margin: 0px;
	padding: 0px;
}
#signin_header {
	margin: 0px;
	padding: 0px;
}
#signin_body {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72C1F9;
	border-left-color: #72C1F9;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#signin_body p {
	font-weight: bold;
	color: #0063B8;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.login{
	border: 1px solid #71C2F9;
	width: 120px;
	padding: 0px;
	margin-top: 20px;
	height: 18px;
	margin-right: 25px;
	margin-left: 10px;
}
.login_button {
	font-size: 10px;
	width: 65px;
	height: 23px;
	background-repeat: repeat-x;
	border: 1px solid #71C2F9;
	background-image: url(../images/button_bg.gif);
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005CAC;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 8px;
	margin-right: 8px;
}	

/* ------- bottom footer css starts ----------- */
#bottom_footer {
	background-image: url(../images/navigation-bg.png);
	background-repeat: repeat-x;
}
#bottom_footer p {
	color: #666666;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.85em;
	text-decoration: none;
}

#bottom_footer ul {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 28px;
	text-align: right;
}
#bottom_footer li {
	display: inline;
	height: 26px;
	padding-top: 2px;
}
#bottom_footer li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0px;
	height: 28px;
}
#bottom_footer li a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
}
#bottom_footer li a:visited{
font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	}
#bottom_footer li a:hover {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	height: 28px;
}
/* ------- bottom footer css ends ----------- */
