@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#D4D5D7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:75%;
	}

h1 {
	color:#5492CD;
	}

img {
	border:none;
	}

.clear_float {
	clear:both;
	height:0px;
	}

.main {
	background-color:#FFFFFF;
	}

.shadow_left {
	background-image:url(../images/global-bearings-shadow-left.jpg);
	width:30px;
	}

.shadow_right {
	background-image:url(../images/global-bearings-shadow-right.jpg);
	width:30px;
	}

.shadow_bottom {
	width:90%;
	margin:0 auto;
	background-image:url(../images/global-bearings-shadow-bottom.jpg);
	height:69px;
	}

.shadow_bottom_left {
	float:left;
	background-image:url(../images/global-bearings-shadow-bottom-left.jpg);
	width:69px;
	height:69px;
	}

.shadow_bottom_right {
	float:right;
	background-image:url(../images/global-bearings-shadow-bottom-right.jpg);
	width:69px;
	height:69px;
	}

.header {
	height:90px;
	background-color:#FFFFFF;
	background-image:url(../images/global-bearings-header-gradient.jpg);
	background-repeat:repeat-y;
	background-position:right;
	border-bottom:2px solid #1E4362;
	}

.header_image {
	background-color:#000000;
	background-image:url(../images/global-bearings-header.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:146px;
	border-bottom:10px solid #15282E;
	}

.logo {
	margin:10px;
	float:left;
	}

.quality {
	margin:10px;
	float:right;
	}

.top_nav {
	text-align:right;
	}

.top_nav a {
	display:block;
	float:right;
	background-color:#1E4362;
	color:#FFFFFF;
	text-decoration:none;
	padding:6px;
	margin-left:2px;
	}

.top_nav a:hover {
	background-color:#4E93CA;
	}

.info {
	border-top:3px solid #4E93CA;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	text-align:justify;
	color:#333333;
	}

.product_links {
	float:left;
	width:250px;
	}

.product_links a {
	display:block;
	padding-bottom:10px;
	}

.footer {
	float:left;
	}

.dc_link {
	text-align:right;
	margin-right:30px;
	font-size:90%;
	}

.dc_link a {
	color:#666666;
	}