/*
common.css
common styles for rueckco.com pages
*/

body { position: relative; font-family: arial; margin:0; padding:0; background-color: #1504b2; }

p { font: 14px arial; }

#all { position: relative; width:850px; height:2500px; margin: 0 auto; padding: 20px; background-color: white; text-align: center; }

#navigation { position:relative; width: 155px; float: left; margin:0; padding:0; }
#navigation a { display: block; margin: 0 0 3px 0; }
#navigation p { font: 11px arial bold; font-style: italic; text-align: center; }

#nav_home { background: url(home.png) no-repeat; text-indent: -9999px; width:155px; height:60px; overflow: hidden; }
#nav_pump { background: url(pumps.png) no-repeat; text-indent: -9999px; width:155px; height:30px; overflow: hidden; }
#nav_laser { background: url(laser.png) no-repeat; text-indent: -9999px; width:155px; height:64px; overflow: hidden; }
#nav_shims { background: url(shims.png) no-repeat; text-indent: -9999px; width:155px; height:30px; overflow: hidden; }
#nav_links { background: url(oemlinks.png) no-repeat; text-indent: -9999px; width:155px; height:30px; overflow: hidden; }
#nav_contact { background: url(contact.png) no-repeat; text-indent: -9999px; width:155px; height:64px; overflow: hidden; }
#nav_bap { background: url(nocal.png) no-repeat; text-indent: -9999px; width:155px; height:64px; overflow: hidden; }

#header { position:relative; width: 675px; text-align: center; float:right; }
#title_bar { background: url(titlebar_wide.png) no-repeat; width:675px; height:76px; }
#header h2 { padding:2px; text-align:center; font: 18px arial; margin:0px; color:white; background-color:#1504B2; margin-top: 5px; }

#body { display: block; position: relative; width:675px; margin: 20px 0 50px 0; float:right; }

h3 { text-align: center; margin: 20px 0 0 0; }

#first_block { }
#first_block ol { list-style-type: disc; }
#first_block li { color: blue; }
#first_block li:first-line { color: black; font-weight: bold; }

#second_block { text-align: center; color: blue; font-weight: bold; margin-top: 20px; }
#footer { position: relative; display: block; text-align: center; font: 12px arial bold; margin: 50px 0 100px 0; clear:both; }

.float_fixer { display: block; clear: both; height: 0; line-height: 0; }
.float_right { float: right; margin-right: 10px; }
.float_left { float: left; margin: 0 40px 0 10px; }
.red { color: red; }





