html.*
{
	margin: 0px;
	padding: 0px;
	
}
body
{
	background-color: #ffffff;
	font-family: Arial,Times New Roman ;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;	
	/*background: #B4B4B4 url(images/body_bg.gif) repeat left top;*/
	
	
}
a
{
	color: #0b32a1;
	text-decoration:none;
    
    

	
}
a:hover
{
	color: #fd5300;
	text-decoration:underline;
	
}
img
{
	border: 0px;
}
#wrapper
{
	width: 100%;
	min-width: 990px;
	display: block;
	border: solid 0px #FF0000;
	margin:0;
	background-color:#ffffff;

}
#header
{
	width: 100%;
	display: block;
	height: 70px;
	background-image: url(images/blusmrunner.png);
}
#header .headerleft
{
	width: 49%;
	float: left;
	height: 70px;
	background-image: url(images/blusmrunner.png);
	background-repeat: repeat;
	text-align: right;
}
#header .headerleft .logo
{
	padding: 10px 0 0 10px;
	float: left;
	border: 0px;
	cursor: pointer;
}

#header .headerright
{
	width: 51%;
	height: 70px;
	float: right;
	background-image: url(images/blurunner.png);
	background-repeat:repeat;
	text-align: right;
}
#header .headerright h1
{
	margin: 0;
	padding: 0;
	font-family: Arial Black;
	font-size: x-large;
	color: #fd5300;
	letter-spacing: -1px;
}
#header .headerright h1 span
{
	color: #0b32a1;
}
#header .headerright .mainmenu
{
	margin: 18px 0 0 0;
	height: 20px;
}
#header .headerright .mainmenu ul
{
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
#header .headerright .mainmenu ul li
{
	display: inline;
/*	margin: 0 0 0 5%;*/
	padding:0 3% 0 3%;
	border-right:solid 1px #fff;
}
#header .headerright .mainmenu ul li a
{
	color: #eef2fe;
	font-weight: bold;
	text-decoration: none;
}
#header .headerright .mainmenu ul li.last
{
	display: inline;
	padding:0 3% 0 3%;
	border-right:solid 0px #fff;
}
#header .headerright .mainmenu ul li a:hover
{
	color: #FFFFFF;
}
.submenu
{
	padding: 2px 0 0 0;
	background-image: url(images/orange.jpg);
	background-repeat: repeat-x;
	height: 20px;
	
}
.submenu ul
{
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px 0 0 0;
	width: 100%;
	cursor: pointer;
}
.submenu ul li
{
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	border-right: solid 1px #FFFF00;
}
.submenu ul li a
{
	color: #fde4d8;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}
.submenu ul li a:hover
{
	color: #FFFFFF;
}
.submenu ul li.last
{
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	border-right: solid 0px #FFFF00;
}
.search
{
	background-image: url(images/gray.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.search .searcharea
{
	padding: 2px 0 0 8%;
}
.search .searcharea td
{
	text-align: left;
	padding: 0 0 0 15px;
}
#content
{
	width: 100%;	
	text-align: center;
	
}
#content .left
{
	width: 100%;
	float: left;
	background-color: #f1f1f1;
	display: block;
	margin: 0 0 0 0;
	height: 100%;
}
#content .left .leftnav, #content .right .rightnav
{
	margin: 0px auto;	
	width: 100%;

}
#content .left .leftnav ul, #content .right .rightnav ul
{
 
}
#content .left .leftnav div
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#content .right .rightnav div
{
	margin: 0px;
	padding: 0px;
	text-align: center;

}
.left .leftnav .rhsBanners img, .right .rightnav .rhsBanners img
{
	padding:5px 0 5px 0px;
	margin:0% auto;
}
.rhsBanners
{
	width:150;
	height:150;
	overflow :hidden;

}
.left .leftnav .rhsBanners img
{
	padding:5px 0 5px 5px;
	margin:0% auto;
}
ul.lhsitems, ul.rhsitems
{	
	list-style:none;
/*	list-style-image: url(images/bullet.jpg);*/
	margin-left:15px;
padding:0px;
	text-align:left;
}
ul.lhsitems li a, ul.rhsitems li a
{
	
}
#content .right .rightnav
{
	text-align:center;
}
#content .left .leftnav h5, #content .right .rightnav h5
{
	background-color: #8393ca;
	color: #ffffff;
	padding: 0px 0 0 10px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	border-bottom: solid 1px #fafafa;
	height: 20px;
	font-size: small;
	padding-top: 2px;
}
#content .left .leftnav h5:hover, #content .right .rightnav h5:hover
{
	background-color: #fd5300;
	color: #ffffff;
}
#content .left .leftnav h5 .close, #content .right .rightnav h5 .close
{
	margin: 0 0 0 0;
	text-decoration: none;
	width:100%;
	height: 8px;
}

#content .middle
{
	float: left;
	width: 62%;
	height: 100%;
	display: block;
}
#content .middle .innerContent
{
	margin: 0px 0px 0px 0px;
	border: solid 0px #8393ca;
	width: 100%;
	height: 100%;
	text-align: left;
}
#content .middle .innerContent .homeBanner
{
	text-align: center;
	overflow:hidden;
	width:500px;
	height:75px;
}
#content .middle .innerContent h1
{
	margin: 10px 0 0 10px;
	padding: 0xp;
	color: #0b32a1;
	font-size: medium;
}
.subitems
{
	height: 120%;
	/*background-color: #f1f1f1;*/
	border:solid 1px silver;
	
}
.subitems ul
{
	float: left;
	margin:2 2 2 2;
	padding:1px;	
	list-style:none;

/*	list-style-image: url(images/bullet.jpg);*/
}
.box
{
	margin:auto;
	padding: 0px;
	list-style: none;
	text-align: center;
	
}
.subitems ul.box
{
	margin:auto;
	padding: 0px;
	list-style: none;
	text-align: center;
	
}
.subitems ul.box li
{
	float: left;
	display: inline-block;
	
	margin: 0 0 0 0;
	
/*	background-color: #f1f1f1;*/
/*	border: solid 0px #0b32a1;*/
	/*padding :1px 1px 1px 1px;*/
	cursor:pointer;
}
.subitems ul.box li:hover
{
	/*border: solid 1px #fd5300;
	background-color:#fd5300;	*/
}

#content .right
{
	width: 100%;
	float: right;
	background-color: #f1f1f1;
	display: block;
	margin: 0 0 0 0;
	margin-right:0;
}
#footer
{
	padding: 5px 0 0 0;
	background-color: #0a32a1;
	width: 100%;
	height: 20px;
	margin:10px 0 0 0;
	clear: both; 
	
}
#footer .footertext
{
	margin: 0 0 0 15px;
	float: left;
	font-weight:lighter;
	color: #ffffff;
}
#footer .footermenu
{
	width: 75%;
	float: right;
}

#footer .footermenu ul
{
	list-style: none;
	text-align: right;
	margin: 0px;
	cursor: pointer;
}
#footer .footermenu ul li
{
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	border-right: solid 1px #ffffff;
}
#footer .footermenu ul li a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: smaller;
}
#footer .footermenu ul li a:hover
{
	color: #FFFFFF;
}
#footer .footermenu ul li.last
{
	padding-left: 5px;
	padding-right: 15px;
	display: inline;
	border-right: solid 0px #ffffff;
	font-weight:lighter ;
}
box 

{
	background-color: #0b32a1;
	
}


.Text
{
    font-family: Trebuchet MS;
	font-size:14px;
	font-style:oblique;
	letter-spacing:normal;
	line-height:normal ;
	font-style: normal;
	text-decoration:none;
	color:#0b32a5;
	/*color:c2c2c2;*/
	font-weight:lighter;

}
h3
{
    font-family:Arial,Verdana;

	padding:0 0 10 0;
	
}

h1
{
    font-family:Arial,Verdana;
    font-size:large;

	
}
.GridPager
{
	color: black;
	background-color: #ffffff;
	border:solid 1 red;
	text-align: center;
}
/*.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.collapsePanel {
	
	background-color:white;

}*/










.unwatermarked {
	
}

.watermarked {
	
	padding:0 0 0 0;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	font-style:italic ;
}	




.pnlsearch
{
	/*background: #B4B4B4 url(images/body_bg.gif) repeat left top;*/
	padding:0px 0 0 0px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	width:100%;
	
	
}

.Path
{
	color:Green;
}

/*div {
	width:400px;
	height:25px;
	background-color:#FFEEDD;
	border: 1px solid #FF8855;
	padding: 5px;
}*/


/*Datalistpage */

#productmenu
{
	margin-top:5px;
	float:left;
	width:130px;	
}

#productmenu ul
{
	font-size:80%;
}

#maincontent
{
	float:left;
	margin-left:20px;
	font-size:80%;
	width:600px;
}

/* CSS classes for the top header of the products.aspx page */

#ProductTitle
{
	text-align:center;	
}

.MainProductContent
{
	float:left;
	margin-right:0px;
}

/* CSS classes for the DataList that provides the product listing */

#product
{
	width:175px;	
}

.productimage
{
	width:105px;
	margin-left:25px;
	padding-right:0px;
	float:left;
}

.productdetails
{
	float:right;
	width:125px;
	margin-top:5px;
	margin-bottom:5px;
}

.productaddbutton
{
	float:left;
}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:600px;
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}
