HTML, BODY {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	/*background-color: #1880D6;*/
	text-align: center;
	color: #999999;
	/*background-image:url(/images/layout/bg.gif);
	/*background-image:url(/images/layout/bg_green.jpg);*/
	background-repeat: repeat-x;
	background-position: center top;

}

#sitealign {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

	}

#sitecontainer {
	width: 770px;
	margin:0px;
	height:100%;
	padding:0px;
	margin-right: auto;
	margin-left: auto;	
	text-align:left;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A3B01F;
	border-left-color: #A3B01F;
}
form {
	margin: 0px;
	padding:0px;
}
#header {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
}
.bodytable {
	text-align:left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 770px;
	margin:0px;
	
	padding:0px;
	margin-right: auto;
	margin-left: auto;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #569BD4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #569BD4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #569BD4;

}
.bodytable td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border:0px;
}
.light_blue {
	background-color: #ABCBE6;
}

.whiteBG {
	background-color: #FFFFFF;
}
.navspacer {
	overflow:hidden;
	height: 6px;
	width: 10px;
	display:block;
}


/* ####################################
 FOOTER */

#footer {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color:#FFFFFF;
	background-image:url(/images/layout/footer_BG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}
.footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #3973A3;
	padding-top: 0px;
	padding-bottom: 0px;
	
	font-size: 10px;
	padding-top:30px;
	margin-left:20px;
}
.footer_nav table td {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	
	font-size: 11px;
}

a.footnav:link, a.footnav:active, a.footnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
	font-weight:normal;
}
a.footnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #285982;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;

	margin-left:20px;
	
}
#copyright a:link,
#copyright a:visited, 
#copyright a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #285982;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	
	text-decoration: underline;
}
#copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	
	text-decoration: none;
}

.leftside {
	width: 20px;
	background-color: #E4EDF2;
	padding: 0px;
	margin-right: 15px;
	margin-top: 0px;

}
.rightside {
	width: 221px;
	padding: 0px;
	margin: 0px;
	background-color: #E4EDF2;
	background-image: url(/images/layout/right_side_bg.jpg);
	background-repeat: repeat-y;
	
	background-position: 0px 0px;
}
.rightside_top {
	width: 221px;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/layout/top_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.rightside_top h1 {
	margin:0px;
	font-size: 18px;
	font-weight: bold;
	color: #A9B52D;
}

.rightside_top p {
	margin:0px;
	margin-bottom:6px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.rightInner {
	width: 180px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;


}
.loginList {
	position:absolute;
	border:solid 1px #E4EDF2;
	background-color:#F7FAFF;
	width: 200px;
	display:block;
	
	
}
.loginList a:link,
.loginList a:visited
 {
 text-align:left;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height:25px;
	font-weight: bold;
	text-decoration: none;
	text-indent:6px;
	line-height: 25px;
}
.loginList a:hover
 {
	
background-color:#E4EDF2;
	text-decoration: none;
}
.loginList a:focus
 {
	
background-color:#E4EDF2;
	text-decoration: none;
}

.loginList a:active
 {
	background-color:#3F729E;
	color:#FFFFFF;
	text-decoration: none;
}

a.tooltip:hover {
	background:#ffffff;
	text-decoration:none;
} /*BG color is a must for IE6*/

a.tooltip span {
	display:none;
	text-align:left;
	padding:2px 3px;
	margin-left:-348px;
	margin-top:-10px;
	width:310px;
}

a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#F5F8FA;
	border:1px solid #D3E3F0;
	color:#3F729E;
	font-weight:normal;
}

.headerLine {
background-color:#569BD4;

}
#formblock {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
	background-color: #fff;

}
/* ####################################
 POP UP BOX */
#popblock {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: #1D3E5E;
}
#popblock a:link {
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#popbox {
	position:absolute;
	z-index:999;
	left:50%;
	top:100px;
	width:660px;
	display:none;
	background-color: #FFFFFF;
	border:solid 1px #3F729E;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#loadbox {
	display:block;
	width:660px;
	height:225px;
	background-color: #FFFFFF;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#closebox {
	height: 23px;
	width: 100%;
	text-align: right;
	background-image: url(images/pop_top.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
}
#closebox:hover {
cursor:move;
}

#pop_ob {
width:660px;
height:0px;
}
.pop_button {
	display:block;
	background-image:url(images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:1px;
	margin-right:0px;
	padding: 0px;
	height: 20px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.pop_button:hover {
	background-image:url(images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	padding: 0px;
	height: 20px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	

}
input.boxpos {
	border: 1px solid #FFFFFF;
}
/*  BREADCRUMB ################################################### */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #A9A9A9;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
	margin-bottom:10px;
	margin-left:1px;

}
.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #3F729E;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
	text-decoration:none;
}
.breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #3F729E;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A9A9A9;
	text-decoration:none;
}
	/*this is the css for the vertical version*/
.nav_bg {
	background-image: url(/images/layout/nav_off.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.leftside_nav {
	width: 20px;
	background-color: #86BEF2;
	
	padding: 0px;
	margin-right: 15px;
	margin-top: 0px;
}

#dropmenu {
	
	
}



/*
GROUP products slider
*/

#slider {
	width:490px
}

.slide_head {
	width:490px;
/*	background-color: #B5B6B9;*/
	color:#3F729E;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	margin-top:2px;
	cursor:pointer;
	background-color: #FFF; 
	background-image:url(../images/layout/group_cat_BG.jpg); 
	background-repeat: no-repeat; 
	background-position:left top;
}

.slide_head:hover { 
}

.slide_head h2{ 

color:#3F729E; font-size:16px; font-weight:bold; margin-left:0px;padding-top:5px; padding-bottom:4px; text-indent:10px;
}

.slide_head :hover h2 {
	text-decoration:underline;


}
.slide_head h5 {

	color:#9E9EA1; 
	font-size:12px; 
	font-weight:normal; 
	margin:0px; 
	margin-left:10px;
text-indent:10px;
}
.slide_head :hover h5 {

	color:#A9B52D;

}
.slide_container {
	overflow:hidden;
	background: #FFF; 
}

.slide_content {
	width:490px;
	border-top:none;
	padding:0px;

}









.mlmenu ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	float:left;
	background-color:#3399CC;

}
.mlmenu ul li{
	float:left;
	margin:0px;
	margin-right:1px;
	padding:0px;
	position:relative;
	text-align:left;
	
	/*background-image: url(/images/layout/nav_L.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}
.mlmenu ul li a:link,
.mlmenu ul li a:visited,
.mlmenu ul li a:active{
	text-align:center;
	border:  0px;
	list-style-type: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	height: 26px;
	width: 105px;
	background-image: url(/images/layout/nav_off.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color:#77AAEC;
	/*border-bottom:2px solid #6AB1F3;*/

}


.mlmenu ul li ul{
	width: 200px;
	padding-top:0px;
	padding-bottom:0px;
	border:0px solid #FFFFFF;
	background-color: #569BD4;
	position: absolute;
}
.mlmenu ul li ul{
	display: none;
}
.mlmenu ul li a:hover{
	display:block;
	background-image: none;
	text-decoration:none;
	background-color: #68AFEF;
}
.mlmenu ul li ul li a:link,
.mlmenu ul li ul li a:visited,
.mlmenu ul li ul li a:active{
	padding: 0px;
	margin-left:-2px;
	
	border:0px;
	border-top:1px solid #FFFFFF;

	background-color: #569BD4;
	
	text-align:left;

	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	height: 26px;
	width: 200px;
	background-image:none;
	
}
.mlmenu ul li ul li a:hover{

	display: block;

background-color: #68AFEF;

}
.mlmenu ul li ul li ul,
.mlmenu ul li ul li ul li{

	display: block;


}
.mlmenu ul li ul li ul li a:link,
.mlmenu ul li ul li ul li a:visited,
.mlmenu ul li ul li ul li a:active{
	padding: 0px;
	margin-left:218px;
	margin-top:-32px;
	border:0px;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;

	background-color: #569BD4;
	
	text-align:left;

	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	height: 26px;
	width: 200px;
	background-image:none;
	
}
.mlmenu ul li ul li ul li a:hover{


background-color: #68AFEF;

}
