@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


html,body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e1e1e1;
	background-image: url(../images/bgPrav2.gif);
	background-repeat: repeat-x;
}

h1 {
	color: #0567AF;
	font-size: 22px;
	padding-bottom: 8px;
	padding-top: 4px;
}

h2 {
	color: #0567AF;
	font-size: 16px;
	padding-bottom: 6px;
	padding-top: 2px;
}

h3 {
	color: #0567AF;
	font-size: 13px;
	padding-bottom: 6px;
	padding-top: 2px;
}


img {
	border: 0px;
}

p {
	padding-bottom: 15px;
}


#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height : auto;
!important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}


#topbar {
	width: 760px;
	height: 80px;
	background-image: url(../images/topbar.gif);
}


#global_nav {
	width: 760px;
	height: 35px;
	float: left;
	padding-top: 5px;
	background-color: #ffffff;
}


#global_nav ul {
	list-style: none;
	width: 760px;
	height: 40px;
}

#global_nav li {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}




#global_nav a {
	display: block;
	color: #000000;
	float: left;
	width: 112px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	background: url(../images/nav-off.jpg) no-repeat center top;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}



#global_nav .active a, #global_nav a:hover {
	background-image: url(../images/nav-on.jpg);
	color: #FFFFFF;
}


#banner {
	width: 760px;
	height: 100px;
	background-color: #ffcc33;
	background-image: url(../images/bannerSubNew1.jpg);
	float: left;
}


#mainbody {
	width: 760px;
	height: 100%;
	float: left;
	background-image: url(../images/mainbody-bg.gif);
	background-repeat: repeat-y;
}


#left_content {
	width: 458px;
	height: 100%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}


#left_content ul {
	padding-left: 30px;
	list-style-image: url(../images/bullet.gif);
}


#left_content .products {
	padding-left: 10px;
}


#right_content {
	width: 232px;
	height: 100%;
	float: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 10px;
	background-image: url(../images/right-bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}

#right_content h2 {
	color: #ffffff;
	font-size: 18px;
	padding-bottom: 8px;
	padding-top: 8px;
}



#footer {
	width: 760px;
	height: 40px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0567AF;
	background-color: #ffffff;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: none;
}