/* CSS Document */


/* Body start */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body a {
	text-decoration: none;
	color: #000;
}

body a:hover {
	text-decoration: none;
	color: #0000FF;
}


#content {
	margin: 0px 0px 30px 207px;
	background-color:#FFF;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	list-style-position: inside;
	list-style-type: circle;
}


#content2 {
	margin: 0px 0px 30px 0px;
	background-color:#FFF;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	list-style-position: outside;
	list-style-type: circle;
}


#rightimages {
	float: right;
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#footer {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #666666;
	text-align: center;
	clear: both;
	border-top: 4px solid #C00;
	font-size: 60%;
}

#footer a {
	color: #666666;
}

/* Body end */
/* Header start */

#holder{
	margin: 0px 0px 0px 10%;
	padding: 0px;
	width: 80%;
	background-color:#FFF;
}

#header {
	background-color: #CC0000;
	padding: 30px 30px 0px 0px;
	margin: 0px 0px 10px 0px;
	height: 170px;	
}

#location {
	text-align: right;
	color: #CCC;
}

#location h2 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
}
#location a {
	color: #CCC;
	text-decoration: none;
}

/* Header end */
/* navcontainer start */

#navcontainer {
	width:187px;
	float: left;
	margin: 0px 0px 30px 0px;
	font-size: 80%;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 3px 12px 0px 12px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: 800;
}

#navcontainer li li a
{
	display: block;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: 400;
}

#navcontainer li li li a {
	display:block;
	padding: 3px 3px 3px 22px;
	text-decoration: none;
	border-bottom: 1px solid #fff;	
	list-style-position: inside;
}

#Level_1 a:hover {
	background-image:url(../assets/images/navbar/level_1_on.gif);
	background-repeat:no-repeat;
	color: #000000;
}
#Level_1 a{
	background-image:url(../assets/images/navbar/level_1_off.gif);
	background-repeat:no-repeat;
	color: #000000;
}

#Level_2 a:hover {
	background-color: #333333;
	color: #FFFFFF;
}

#Level_2 a{
	color:#333333;
	background-color: #FFFFFF;
}

#Level_3 a:hover {
	background-color:#000000;
	color: #CCCCCC;
	font-weight:200;
}

#Level_3 a{
	color: #000000;
	font-weight:200;
	border-right:2px solid #000;
}

/* navcontainer end */
/* list styles */

.right {
	float: right;
	margin: 5px 0px 10px 5px;
}

.left {
	float: left;
	margin: 5px 5px 5px 0px;
}

.top {
	margin-top: 5px;
}


.listnone{
	list-style-type: none;
}

.listarrow1 {
	list-style-image: url(../assets/images/navbar/arrow.gif);
	list-style-position:inside;
}
ul.listarrow1 {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.listarrow1 li{
	font-weight:normal;
	}

.listarrow2 {
	list-style-image: url(../assets/images/navbar/gray_bullet.gif);
	list-style-position:outside;
	font-weight: bold;
}

ul.listproducts{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.formfile{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
}

.bluelink{
	color: #0000FF;
	text-decoration: underline;	
}

h6{
margin-bottom:0;
margin-top:0;
}