@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: #a0afb8;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	color: #003858;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 18px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

h2 {
	color: #003858;
	font-size: 16px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

h3 {
	color: #003858;
	font-size: 13px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}


img {
	border: 0px;
}

p {
	padding-bottom: 15px;
}


a {
	color: #003858;
	text-decoration: underline;
}

a:hover {
	color: #003858;
	text-decoration: underline;
}



#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	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;
}


#global_nav {
	width: 800px;
	height: 80px;
	float: left;
	background-color: #ffffff;
}

#global_nav .logo {
	border: 0px;
	float: left;
}


#global_nav ul {
	display: block;
	float: right;
}

#global_nav li {
	width: 100px;
	height: 80px;
	float: left;
	list-style-type: none;
	display: block;
	background-image: url(../images/nav-bg.gif);
}

#global_nav li a {
	height: 30px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	display: block;
	outline:none;
	padding-top: 50px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

/*#global_nav .active a {
	color: #333333;
	background-color: #ffffff;
}
#global_nav a:hover {
	color: #333333;
	background-color: #ffffff;
}*/






#banner {
	width: 800px;
	height: 278px;
	background-color: #ffffff;
	background-image: url(../images/banner.jpg);
	float: left;
}


#content {
	width: 800px;
	height: 100%;
	float: left;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
}


#left_content {
	width: 520px;
	height: 100%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}


#left_content ul {
	padding-left: 30px;
	padding-bottom: 10px;
	list-style-image: url(../images/bullet.gif);
}


#left_content .products {
	padding-left: 10px;
}


#right_content {
	width: 240px;
	height: 100%;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}



#right_content span {
	float: left;
}

#right_content li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#right_content ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#right_content a {
	color: #003858;
	text-decoration: none;
	display: block;
	height: 20px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

#right_content a:hover {
	color: #000000;
	background-color: #eaf2f4;
	/*background-color: #d2f2fd;*/
}





#right_content h2 {
	color: #003858;
	font-size: 18px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}



#footer {
	width: 800px;
	height: 60px;
	padding-top: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #ffffff;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: none;
}