@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	background-color: #f3f3f3;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height : auto;
!important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
}

#topbar {
	width: 760px;
	height: 76px;
	background-image: url(stock/topbar-bg.jpg);
	background-repeat: repeat-x;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.topbar_contact {
	float: right;
	border: 0px;
}

.topbar_logo {
	float: left;
	border: 0px;
}

#header {
	width: 760px;
	height: 50px;
	background-image: url(stock/header-sub.jpg);
}

#header_title {
	width: 760px;
	height: 45px;
	padding-top: 5px;
	background-image: url(stock/header-title-bg-sub.jpg);
	text-align: center;
	color: #FFFFFF;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#slogan {
	width: 760px;
	height: 20px;
	padding-top: 6px;
	background-color: #FFFFFF;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	color: #4887bc;
	letter-spacing: 2px;
}

#mainbody {
	width: 760px;
	background-image: url(stock/mainbody-bg.gif);
	background-repeat: repeat-y;
}

#global_nav  {
	width: 200px;
	height: 100%;
	background-color: #e8e8da;
	float: left;
}

#global_nav span {
	float: right;
}

#global_nav li {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

#global_nav ul {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#global_nav a {
	color: #4887bc;
	text-decoration: none;
	display: block;
	height: 20px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}

#global_nav a:hover {
	color: #ffffff;
	background-color: #4887bc;
}

#right_content {
	width: 520px;
	height: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	float: left;
}

.quotes {
	color: #4887bc;
	padding: 10px;
}

#right_content img {
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}

#right_content h1 {
	color: #4887bc;
	font-size: 24px;
}

#right_content h2 {
	color: #4887bc;
	font-size: 18px;
}

#right_content a:link {
	color: #4887bc;
}
#right_content a:visited {
	color: #4887bc;
}
#right_content a:active {
	color: #007799;
}
#right_content a:hover {
	color: #007799;
}

#right_content ul {
	padding-left: 26px;
	text-decoration: none;
	list-style-image: url(stock/bullet.gif);
}

#right_content li {
	padding-bottom: 3px;
	padding-top: 3px;
}

#footer {
	width: 740px;
	height: 70px;
	color: #4887bc;
	font-size: 12px;
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
	background-image: url(stock/footer.gif);
	background-repeat: no-repeat;
	font-weight: bold;	
}

.tables_left {
	padding-right: 5px;
}

.tables_right {
	padding-left: 10px;
	padding-right: 10px;
}



/*styles for products page*/
.body h1 {
	font-size: 18px; 
	font-weight: bold;
	color: #4887bc;
	margin: 0px;}
.body h2 {font-size: 12px;
	font-weight: bold;
	color:#4887bc;
	margin: 5px 0px 5px 0px;	}
	.body h3 {font-size: 14px;
	font-weight: bold;
	color:#4887bc;
	margin: 5px 0px 5px 0px;	}
.body p {margin: 4px 0px 10px 0px;}
.body blockquote {margin: 5px 15px;}
.body li {margin: 10px 5px;}
.underline {
	font-size: 12px;
	font-weight: bold;
	color:#4887bc;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

